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,301 through 52,320 (of 53,646 total)
  • Author
    Search Results
  • #6889

    Hey Andrew, I’ve got some tips on building a home page here: https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Let me know if that helps explain.

    As for the portfolio page, have you set up portfolio posts with large featured images?
    https://www.kadencewp.com/creating-a-portfolio-page-with-virtue/

    Ben

    In forum: Virtue Theme

    In reply to: Text Padding

    #6888

    ok, so above we talked about containing just the text but for the layout your doing we want to contain all the content. So you can do that with a little css:

    @media (min-width: 992px) {
    .main.col-md-12 {
    padding: 0 80px;
    }
    }

    If you want it just to apply to the services page add this:

    @media (min-width: 992px) {
    .page-id-15 .main.col-md-12 {
    padding: 0 80px;
    }
    }

    Ben

    #6881

    Hi All.

    Attempting to build homepage and it just doesn’t seem to be working – widgets activated are not showing on home page – also does this need to be set as static home page in reading options?

    Attempting to create portfolio and page is essentially white yet mouse hovers over a link it is click-able.

    Thanks very much in advance.

    Best wishes

    Andrew

    #6879

    Ben, Thank you so much – that worked perfectly. But now I need to make my primary menu text white on all pages with the new header image background. Probably less confusing for me to keep the coding based on the home page so is there a way for me to change the primary menu text color to blue on the home page only?

    In forum: Virtue Theme

    In reply to: Text Padding

    #6878

    Well if you look at the services” page (http://support.kellyhancockeventstheblog.com/services/) vs the “about” page, the text on services is much closer to the container edge.

    #6877

    Hi,

    is it possible to put slider over primary menu at the front page?
    I have flexslider.

    Yours,
    Milla

    #6868

    For the line its works 🙂
    Yes, this is shop page, revslider is turn on for this page in Theme Options / Shop Settings / Shop Slider.
    Link: http://www.lowmode.pl/sklep/

    #6866

    When I scroll back up it all appears again, and this disappearing thing happens on almost every page except the portfolio category and contact form pages it also happens on some posts and not others. I played around with adding stuff to the home page and adding ‘page content’ weirdly fixed the problem on the home page but not any other pages.
    I don’t see any errors in the inspect window.

    #6863

    That is strange, can’t say I’ve ever seen this before… weird. Wont’ do it for me with chrome on my mac… hmmm so when you scroll back up does it stay white? Does this happen to you on all pages? If you right click and click inspect in the browser do you see any red errors in the inspect window?

    I’ll have to think on this… Try adding something to the home page just to see what happens.

    Ben

    #6858

    Use w3 total caching, the javascript has to run for revolution slider to create the div that will fill the space so if it takes a while to load it won’t build that div until after the menu is there.

    Another way to do it is with a javascript page load where you hide (opacity:0;) the main container with css until the javascript runs then once it does you fade the main container visible by then the javascript for revolution slider is running to fill the page.

    Something like css:

    body {
    opacity: 0;
    }
    

    javascript:

    jQuery(document).ready(function ($) {
    $(body).animate({'opacity' : 1});
    });

    Ben

    #6852

    Trying to understand, so the social issue is resolved?

    The feature template works?

    If you build a page with any template for the page options to show you have to save as a draft or publish the page.

    Ben

    #6850

    Not at the moment, if you use page builder you can use the info box to add a custom icon. But the box doesn’t have a link… I’m working to improve the setup for the shortcodes so I’ll add this option to the list.
    Here is info on the page builder: https://www.kadencewp.com/using-page-builder-virtue-premium/
    Ben

    Anonymous
    #6845

    Ha! Just kidding. This is a wordpress issue, and not related to the theme. In case this happens to anyone else, I set the Home page to be private since I’m still editing it. Making it visible again put all my settings back to where I wanted them. Oops. 🙂

    #6844

    This will remove your page title top line:

     .page-header {
    border-top: 0;
    }

    As for the revolution slider can you post a link? that is your shop page right?

    Ben

    Anonymous
    #6842

    Hi there!

    I am in the process of setting up my webpage, and arranged it so that I have a static homepage with an image slider and links to recent portfolio items. I’ve been fiddling around with it today (including adding a new blog post if that matters) and my home page changed to list my recent blog posts. I tried to go back and set the home page to my “Home” page, but I don’t have the option to in Settings > Reading. In the Appearance > Customize > Static Front Page area, it allows me to choose between “Your latest posts” and “A static page”, but when I select the radio button for “A static page” it doesn’t give me the dropdowns to choose the pages (only the headers “Front Page” and “Posts Page”). Any thoughts on what’s going on?

    Thanks,
    Ally

    #6840

    I’ve made a handful of updates over the past 2 weeks to my blog: and I noticed that the mobile site is not updating to reflect the new typography, homepage layout and all the new blog posts. Is there something I am missing for keeping my mobile site consistent with my desktop site?

    Thanks!

    #6832

    Hi, I recently updated my site to premium and there’s a problem when I scroll to the bottom of the page- the footer turns white and any text on the page disappears. It looks like the links still work but you can’t see anything except images. This is the website I’ve deleted all the plugins but that didn’t fix anything.

    Thanks for any help with this problem!

    #6829

    Ok, i testing another plugin, more or less y go for a good way, then that is resolved.

    I check Feature Template Page, but in Portafolio general page is possible?, if i change page mode “Portafolio Grid”, how i select number of columns etc?

    In forum: Virtue Theme

    In reply to: Text Padding

    #6828

    On the pages that I use the site origin page builder….the css above does not apply. Can you please assist so that all pages look the same? Thanks.

    #6825

    JetPack got one menu for select configuration, one said: Show buttons in: home page, archive page and search result.

    And yes, when i put off that one, i not got the buttons in Shop Page, but too i lost all “LIKE” buttons in Shop Product and Portafolio Items. (That is a big problem).

    If i put the CSS code, posibble i lost too LIKE button?
    Recommend me another nice sharing plugin? :P.

    Thanks for all!, I will look documentation for the slider.

Viewing 20 results - 52,301 through 52,320 (of 53,646 total)