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,401 through 52,420 (of 53,646 total)
  • Author
    Search Results
  • #6408

    Perfect sense! And come to think of it… it will be better for SEO to have separate category pages, with (keyword infused) introductions.

    Thanks again Ben.

    Lee

    #6406

    4. Honestly you shouldn’t it’s highly highly un-user friendly. It of course can be done but I strongly urge you to think about your users. Menus that deep are very hard to navigate, you should be linking to pages with sidebar menus the don’t appear and disappear if you need navigation that long.

    Ben

    #6405

    So the Isotope filter is not a query filter. It’s really important to make this distinction because the isotope filter only shows and hides what is on the page, Even if you started by only showing one type the page would still have to load all your portfolio items. For large or multipage portfolios it’s not the right solution. The reason it’s part of the theme is because it creates a cool effect for small portfolios but for a large portfolio you need to create categories and link to those pages. You can have sub categories that use the filter but it’s not designed for large portfolios like you are talking about.

    You can add a menu to your site linking to say 5 different portfolio pages each one showing a parent category.

    Does that make sense?

    Ben

    #6401

    Hi Ben

    Can you let me know how to hide the “All” tab from my portfolio filters and specify a default portfolio type to show when the page loads?

    Reason is, I have literally hundreds more drawings to upload and having “All” as the default would create a very long page.

    My portfolio:

    Thanks
    Lee Wilde

    In forum: Virtue Theme

    In reply to: Retina

    #6389

    Well the theme is mostly retina ready. Basically it looks good on phones and tablets but I’m working to add support for the mac pro.
    The features it includes for retina ready is logo and icons, Then on phones most images are large enough to be considered retina ready.

    The trick is how you want to support it in full, I’ve tried a popular javascript that adds a retina ready functionality but its not very good and it’s method is the load the page as normal then reload all the images at twice the size so for retina screens (mostly iphones) it loads two sets of every photo and it does so in a two step process. Not to mention the script doesn’t work on all servers. Here is the link with that script: http://retinajs.com/

    So I’ve been reading and researching and form what I gather the cleanest way to support the mac retina screens is to load the whole site in retina format (meaning photos are twice as large as normal in pixel size but not on the screen). Overall this makes photos look better on normal and retina screens. But the major downside to this is load time (which can be mostly fixed with really good caching but not entirely)

    So my solution at the moment is to have an opt in button in the theme options that will make all the photos larger throughout the site. I’m doing some testing with it now, should be something that comes in the next couple weeks. One of the big things with it is photo size, you will want to upload very large photos.

    Ben

    #6386

    Ok, so I see it sort it alphabetically. I would like to change sort order by category ID descending. Then subcategory always will be first to choose. Where in code can I do this?

    I have already tried with this code in function.php of child theme:

    function get_the_category_sort_by_id( $categories ) {
    
      usort($categories, '_usort_terms_by_ID');
    
      arsort($categories);	
    
      return $categories;
    }
    

    but it only changed sorting i section “posted in” on a page. In breadcrumbs nothing change.

    Sebastian

    #6383

    Ok yeah if you use the page content, you can click the woocommerce button and add shortcodes like:
    [featured_products per_page="12" columns="4" orderby="date" order="desc"]

    Ben

    #6379

    Hey,
    Maybe I’m confused, The carousel scroll works where where you click the arrow all the visible items scroll away. An example would be the featured products on this page: http://themes.kadencethemes.com/virtue-premium/

    Determining how many items show has to do with columns and if you want multiple rows then a carousel isn’t the right option. If you are trying to show multiple rows of products you can use the shortocodes woocommerce has available.

    Ben

    #6372

    Hi Ben,

    After updating to 2.2.6, the homepage carousels ignore the “All Visible” setting for Carousel Scroll.
    As a result, it will only display products in a 1 row carousel when I need all products to display in multiple rows.

    Site is being developed on my local computer at the moment.

    Any help would be appreciated.

    Thanks,
    Takis

    In forum: Virtue Theme

    Topic: Text Padding

    #6324

    Is there a away to pad the left and right sides of the text in pages to make the width smaller? I do not want to make the entire container smaller but just the text. Thanks

    #6313

    The scroller itself is great. In another theme I used with the smooth scroller the scroller disappears after the scroll has stopped. This returns the This in turn returns symmetry of the page and also we don’t see the scroller when its not in use making the page more clean and beautiful

    #6311


    pass: 8463time

    Isn’t the smooth scroll suppose to disappear while it’s stationery and not scroll as to give back the container real estate to the browser?
    This is usually a featured of this js if I’m not mistaken. It keeps the page in perfect symmetry and the scroller only appears during use.

    Especially important and noticable for mobile phones…
    I am I off beam here or is this another smooth scroller all together?

    #6304

    The filter are for products not categories, They are the categories and they filter the products.

    The reason they are not showing on category pages is because you don’t have child categories for each category.

    Here is an example: http://themes.kadencethemes.com/virtue-premium-3/

    Check out the shop and category pages.

    Ben

    #6301

    Hi,

    On the frontpage, is it possible to drop the slider and show an image instead?

    I have looked around in theme options, but I can’t find any option for this.

    Thanks,
    Mads

    #6297

    Can’t get the Category Filters to work on…

    Also, “Show Category Filter on Category Pages” is ON, however does not appear.

    THANK YOU in advance.

    KH

    #6294

    Also, Category Filter does not seem to work on the SHOP page. Thanks for your help.

    #6291

    First, thank you for a great theme!

    I chose 6 columns in SHOP Settings. Only 4 are showing up on Shop page. You can see that hovering over the SHOP button shows 5 Categories, though only 4 show up on the main SHOP page.

    I went through previous posts, though found no answers.

    Thank you in advance for your assistance.

    KH

    #6269

    Hey,
    1. For the feature products to show you have to have featured products: http://theitbros.com/how-to-set-featured-products-in-woocommerce/

    Docs are located here: http://docs.kadencethemes.com/virtue/

    2. In the theme options > home page settings scroll down to the full portfolio settings, you can select how many portfolio items show on the home page.

    Ben

    #6268

    Call me crazy BUT i have looked everywhere and I am losing the plot.

    Question 1 – How do I get my products to display on the homepage?
    I have added the Featured Products in the theme homepage setting yet none of my products show. Only if I use Best Selling products widget thing. I have looked in the product for an option to mark as a Feature Product and no luck? Documentation for this theme I cant find either…

    Question 2 – Hide a portfolio item from the homepage
    I have over 20 portfolio items and only want to show max of 10 on homepage, how do I do this? Do I index each one from 1 to 10 and others leave black an dthey wil will not display?

    Im losing it here…

    In forum: Virtue Theme
    #6266

    Hopefully this will better explain: http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/

    There is a spot in the woocommerce settings to change the size for catalog pages and a different spot of product pages. You can make the images on the product pages as large as you want by following the directions above and adjusting your “Single Product Image” size.

    Ben

Viewing 20 results - 52,401 through 52,420 (of 53,646 total)