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 - 32,041 through 32,060 (of 53,646 total)
  • Author
    Search Results
  • #101483

    There is not a way to do this with the Home Layout blog.

    You can, however, add a shortcode in your page content that will pull the posts up and display how you want. You’ll want to place it in either the default visual editor, or an editor widget in page builder. Keep in mind that where this shows up on your page will now be controlled by where you place “page content” in the home layout manager.

    [blog_grid orderby=date items=4 columns=2]

    There are a few more options shortcodes give you that you may be interested in. Learn more here:
    http://docs.kadencethemes.com/virtue-premium/shortcodes/

    Let me know if that works for you.

    #101482

    I tried to create my first portfolio. Once i created it i tried to access it, to which i found the error page not found
    I’ve tried going into settings>permalinks and pressing save but that’s not helping.

    Could anyone please help!

    #101481

    hi hannah and ben-
    I tried searching forums but couldn’t quickly find any answer to whether it is possible for the feature images shown on home page with the “Latest Blog Posts” can be displayed as rectangular (or in the aspect ratio they are uploaded) rather than default square shaped images? The client I’m working with says that it’s hard for them to find good square images and the rectangular images are cropped in a way that loses their visual effectiveness.

    thanks as always for your great themes and support.

    John.

    #101477
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Theme Speed

    #101467

    Yes, I’m fully up to date with WordPress, WooCommerce, bbPress and the theme.

    I’ve tracked down cause of the slow query – on every page load, custom-woocommerce.php is called, which contains (on line 14 at the time of writing) the following:

    update_option( 'woocommerce_enable_lightbox', false );

    Beneath the hood, this is calling SHOW FULL COLUMNS.

    By commenting out or modifying this line of code (which, obviously, I can’t do on a production site, as I’ll need to do it every time the theme is updated), the page loading is much improved.

    An improvement to this would be:

        // Disable WooCommerce Lightbox if enabled
    	if (get_option( 'woocommerce_enable_lightbox' ) == true ) {
    		update_option( 'woocommerce_enable_lightbox', false );
    	}
    

    There was well over half a second extra query time added on purely with a theme change – yes, WooCommerce and bbPress are fairly “large”, but they are pretty much the only other plugins running – unlike some sites I’ve seen where there are loads of active plugins dragging information from all over the place (ie analytics, social icons etc).

    I accept some extra load time with the additional options and functionality, but this one query was quite annoying!

    I’ve no caching plugin running, firstly as I’m in a development state, and secondly, I have dynamic content based upon the logged in user, which doesn’t appear to cache well, so I’m looking to optimise as much as I can before I implement caching, which should then of course make things even better!

    Garry

    #101457

    Hi there,

    Is there a way to select a dedicated page for the WooCommerce shop front? I remember seeing this but can’t seem to find it anymore.

    I want all my products to appear on a designated page.

    Regards,
    Karl

    #101455

    Hey

    Why isn´t all content showing when looking at my page in IE?
    it works great when using Chrome.

    I have picture slide + insta flow om the first page, and pictures, contact information and a chat function on the contact page. This you can see in Chrome but not in IE…

    I have tried all the updates and the latest IE but still not showing all the content???

    It´s in Swedish

    In forum: Virtue Theme

    In reply to: Hide Page Title

    #101453

    Hey Edwin,
    Try using this css:

    .page-header {
        display: none;
    }

    Hope it helps!

    Hannah

    #101442

    Good afternoon, I have a few questions about Blog posts:

    I want to narrow my content width of the blog post. If I check the 940 px option, it affects also the sidebar and the main menue and the homepage layout, but I want to have it only on my blog posts.

    How can I change the font size of the last pots widget on the sidebar?

    Here is my blog: o/blog/

    Thank you!

    In forum: Virtue Theme
    #101438
    This reply has been marked as private.
    In forum: Virtue Theme
    #101431

    Thanks for your help.

    And, I installed the KIA plugin for subtitle on single product pages.

    But, I can’t see subtitle on my product page.

    How can I do???

    In forum: Virtue Theme
    #101425

    Hello, how can I hide the Title and sub-title of my page and only show the title of the post?

    #101421

    Hi Ivan,
    You can do that either by setting your home as a static (Settings > Reading) and using page builder to create a full width row with a parallax background image. Or you can enable the Home Widget Area from Theme Options > Home Layout then go to Appearance > Widgets and add a Layout Builder Widget to the Home Widget Area and add a call to action widget to a row. Then set your image as the background of the row and set the row layout to full width stretched.
    See here- https://www.kadencewp.com/creating-a-home-page-with-virtue/
    And here- https://www.kadencewp.com/using-page-builder-virtue-premium/
    Hope that helps!

    Hannah

    #101419

    Hi, i want to put a parallax at the end of the home page (Virtue Theme) like i saw in the Premium Demo Version.

    I was trying but, i cannot put the parallax under the blog post in the home page, it appears up of the blog post.

    Thanks for your help.

    Regards.

    #101413

    ok, thank u

    this makes scrollbar behave in a strange way it appears and disappear while shaking

    also it shows the bg image before uploading the slide

    how can i eliminate main content bg for home page

    #101406

    We can’t see a draft page unless you send a login. So you would need to publish or send a login.

    Ben

    In forum: Virtue Theme

    In reply to: Image menu

    #101405

    We are talking about your home page correct? because on ipad air 2 in portrait view there is only 1 column. Not 2? did you check for zooming?

    By the way I am assuming you’ve cleared your cache?

    Ben

    #101395

    Hi,
    I’m working on this right now. I deleted the contact page and created it again. There is one small progress I deleted WP Cache widget and the map showed up on the contact page. Unfortunately I doesn’t show my location (instead of that it shows a random location somewhere in France :)).
    Regarding API – I can’t see any API field in Pinnacle Theme contact page. There is no such field in Pinnacle Google Map widget as well. I found it in SiteOrigin widget and I’m going to test it.

    #101390

    hello
    i need to remove whole footer from home page only and have the kadnece slider on it which should show the full-size image, without scrolling up and down, how can i do this?

    thanks!

    #101389
    This reply has been marked as private.
Viewing 20 results - 32,041 through 32,060 (of 53,646 total)