Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'page '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 52,821 through 52,840 (of 53,646 total)
  • Author
    Search Results
  • #4025

    I’ve been looking though the plugin files, not seeing anything. The issue is the theme (like most) by default show the what was searched for. WordPress has a function get_search_query() Which kicks out the string that was searched, since the plugin uses the search query to show the posts it is showing the string that was used to search.

    You can edit the template file to show the category name if the search term is a category slug by making these changes:

    1. Open virtue_premium/search.php

    2. On line 3 remove this:
    <?php get_template_part('templates/page', 'header'); ?>

    3. Replace with this:

    <div class="page-header">
          <h1>
            <?php if(is_search()) {
              $searchterm = get_search_query();
              if(get_category_by_slug($searchterm)) {
                $searchcat = get_category_by_slug($searchterm);
                $searchterm = $searchcat->name;
              }
              echo 'Search Results for '. $searchterm;
    
            } else {kadence_title();} ?>
            <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>
          </h1>
        </div>
    #4023

    Hi Ben, I have another problem with the WooCommerce and the Virtue Theme. Once a customer checks out and pays it does not redirect to the Order Received/Thank You page. I contacted WooCommerce support and they said this –

    Looking at your System Status I can see that your theme overrides most, if not all, of the WooCommerce template files. To eliminate this as the cause of the issue can I get you to swap the theme to Twenty Twelve and do a quick test please.

    Can you check this for me?

    #4018

    My problem was trying to directly control the order of portfolio items relating to a portfolio-type. I had assigned the portfolio-type as a menu item – unfortunately, rearranging the portfolio item attributes had no impact on the portfolio-type page. (My experience for now is to avoid assigning portfolio-type as a menu option if controlling the order of the portfolio items is essential) The order of Similar Portfolio Item Carousel may be affected – i hope there is a solution to control the order of related portfolio items that show in the Similar portfolio carousel.

    Thanks Ben & Angelo for outlining that it is important to “create a page” that uses the “portfolio grid template”. Once that created page is initially saved/ published/updated – a Multitude of features and facilities to control a portfolio based page, including reference to control the order of portfolio items in a portfolio-type on the published created page are available, in accordance with Ben’s solution above. This has worked for me to add a Menu item that allows a “portfolio page based on the portfolio grid template” to show the desired portfolio item order.

    Thanks again for an excellent theme full of fantastic features that help create exceptional solutions rapidly.

    Juannah

    #4017

    I got your problem or similar. I went in the main Portfolio page (the one you created with Portfolio Grid option)
    There you will see the Order Items for, in this dropdown menu select “Menu Order”. Update the page then go to your single Portfolio Items and give them the preferred order in the Attribute box. 0 is the top one 1,2,3, rightward and if you need to change you can use negativa number such as -1 which goes before 0 leftward.
    I wish it works for you too….my website http://www.wocmultimedia.biz has such order in portfolio section.

    Angelo

    #4015

    Hi Ben, can the portfolio items be arranged using your ordering method, so the portfolio-type layout shows the intended portfolio item order. e.g. the portfolio items are arranged as 1,2,3,4 but the portfolio-type page delivers portfolio items in reverse order 4,3,2,1 – how can this be resolved to show as 1,2,3,4?
    Thanks for the excellent theme development, solutions and support, online and offline 🙂

    Juannah

    #3998

    My site is online: , but I have a little problem with the portfolio navigation.

    I’m not using the standard navigation feature of the theme, because I have two portfolio pages. So my readers have to navigate back from a portfolio entry to the portfolio overview using the browsers back button. When the reader has filtered the portfolio page and is using the back button it behaves different in the browsers:

    Safari on Windows (I haven’t tried on Mac), Opera and iPad is ok. The portfolio page isn’t reloaded and is displayed with the same filter.
    IE (11) and Firefox are working different: They reload the portfolio page on using the back button, so the filter is reset.

    Is there a chance to prevent the browsers from reloading the page, when the reader uses the back button?

    #3964

    You will want to add change your css to this:

    .search-results .entry-content {
    display: none;
    }

    That will keep it from effecting other pages.

    If you really want a prettier layout of products you can try the woocommerce product search widget. This will only include products in your search but it will lay them out like the shop.

    I’ll look into adding a quick button for the normal search results to the theme options.
    Ben

    #3962

    Ordering the portfolio items depends on how you set up your portfolio page. If you choose menu order than each portfolio item has a attribute number, by changing. The lowest number comes first in the loop. So 0 will show before 1. If all your items are on 0 then it defaults to date.
    Note that -2 would come before 1.

    Or you could have you portfolio ordered by date, or title which is alphabetical with the page title or random.

    So step one is to check your portfolio page and see how you set it up. Then if you want complete control use menu order and edit each of your portfolio posts to give each a number.

    As for you request for a sort ui. I’ll look into it.

    Ben

    #3956

    What page? on your site? have you updated to the latest version of the theme?

    Ben

    #3954

    Of course … the Message just says “Are you sure you want to do this?” The tab at the top of the page says WordPress Failure Notice.

    In forum: Virtue Theme
    #3946

    Use 1200px * 1200px 72dpi and you solve it! You can see the product page in my website http://www.wocmultimedia.biz

    #3944

    Right – thanks. Is there an error in the carousel code on this page, as it only seems to work as a full gallery and not as a carousel.

    In forum: Virtue Theme
    #3938

    Can you post a link I want to see or email: [email protected]

    One thing, if you haven’t turned it off, virtue crops the product images you can turn it off for the product page in the theme options. Then it will use the woocommerce settings.

    Ben

    #3916

    Hi,

    We have an image menu with 4 images on our frontpage:

    As you can see, the edge of each image is removed.

    Why is that? And can we fix it somehow?

    The original images are 300×300, for example:

    Thanks,
    Mads

    #3913

    It’s a search box for products that I want to put on the main home page of my site. Similar to the search box you have on this forum page that have the search box aligned in the middle of the page. I couldn’t seem to get it to align to the center of the page. I want the search box to go right below the second navigation and before the “Best Selling Products” option on the home page. Almost like google’s search engine box being in the middle in comparison? Here’s a link to my site so far. http://apolioinkjets.com

    So if you can see, there’s a search product box right below the second navigation. I was wondering if you can walk me through the CSS as to how to align it to the middle of the page and to change the words “Search Products” inside the search form.

    Thanks!
    Vin

    In forum: Virtue Theme

    In reply to: page's layout

    #3903

    yes, for pages add this to your custom css box in the theme options.

    .page-header {
    display: none;
    }

    and for blog titles:

    .single-article .post .entry-title {
    display:none;
    }
    In forum: Virtue Theme

    Topic: page's layout

    #3902

    Hi Ben! Is it possible not to display page name on page’s layout and blog name on blog’s layout?
    And also both lines before and after page’s header?

    #3890

    Sorry – page isn’t published yet (under construction plugin) so can’t share.
    Have decided that playing with CSS code is a bit over my head for today so moved on to another strategy.
    Thanks for your help.

    #3888

    In that case just use a normal gallery in a page. No need for portfolio posts.

    http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/

    Ben

    #3884

    Well you can use a widget and add some css, where on the page do you want to add it? I can walk you through the process. Post a link if you can.

    Ben

Viewing 20 results - 52,821 through 52,840 (of 53,646 total)