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,261 through 32,280 (of 53,646 total)
  • Author
    Search Results
  • #100509

    Hey,
    Really best to always post a link with support requests.

    In your theme options > blog settings. If your default post summary set to show an image?

    In each post what is your post summary set to?

    If your refering to the single post pages then what is your post head content set to?

    Ben

    #100505

    Hey,

    Mobile:
    So you don’t have pagebuilder turned on to be responsive.
    Meaning the columns are staying as columns when in mobile view. For the site to look good in mobile I strongly suggest fixing that setting in your page builder settings.

    You mention wanting text smaller… this is not how responsive is really supposed to work. The point of responsive is that a user would never need to zoom into and out of a page to read text. So the text and content is meant to rearrange into rows so it’s scrolling is natural for a device and it’s text is always readable without squinting our zooming in.

    Now making the text smaller is an option and I’ll give you some css for it but I really don’t suggest starting here but instead fixing the layout issues you have with pagebuilder:

    @media (max-width: 767px){
        body p {
        line-height: 20px;
        font-size: 14px;
    }
    }
    
    

    Alignment:
    The only basic option for this would be to use the split content widget you can place it into a row and then it will give you the two columns and center align based on height you set.

    There isn’t a way to create a relationship like with across two columns normally unless you use a lot of css.

    Menu:
    You would need to turn on the topbar. Then add this css:

    .kad-topbar-left {
        width: 100%;
    }
    .topbarmenu ul li {
        float: none;
        display: inline-block;
    }
    .topbarmenu ul {
        text-align: center;
    }
    
    #topbar {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    z-index:1000;
    }
    .admin-bar #topbar {
        top: 32px;
    }
    .headerclass {
        padding-top: 36px;
    }

    Ben

    #100499

    “Looks like you just hit (show archive)” – I assume your refering to a plugin here? not sure what that means.

    You can create a page template that creates a post loop and pulls in that custom post type content (see the staff or portfolio page templates for examples). Creating a custom page template for a custom post type unfortunately falls out of the realm of support so I can’t make this for you.

    Page builder has a post loop widget which will give you a very little bit of control and you can loop through a custom post type.
    Past that through you would need to use a template.

    Ben

    #100497

    Hey Phil,

    Would it be possible for you to link to the page that you’re having issues with so I can check and see if there is anything obviously wrong?

    One thing to try would be to deactivate plugins to see if there is one conflicting with the proper behavior of the map. Also be sure to clear your site’s cache after making the changes.

    In forum: Virtue Theme
    #100490

    Hey,
    In Theme Option > Misc Settings you can create custom sidebars. Then you can add content to these from Appearance > Widgets. The product tag page will pull from the product category settings. So in Theme Options > Shop Settings you can select which sidebar you would like to show on the product category pages and this will also reflect onto the tag pages.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Product Category

    #100486

    In Theme Options > Shop Settings set Show Category Filter on Shop Page to Off.

    Hannah

    #100484

    Hi,
    I think there is an error or something happening in my website, because I go to Home layout–>Enabled Recent Posts–>number of posts 4, number of colums 2.
    But when I look at my home page, 11 posts appear, being the first one repeated.
    I don´t understand whats going on.
    Could you help me please?
    Thank you

    #100483

    Hi

    I really like your theme but I’m struggling to get rid of the side bar and the deal with the general appearance of post pages. I’m using a plugin which claims that it uses single.php for its template but I can’t find any reference to the sidebar in this file. Please can you help? I’m pretty new to WordPress but if you point me in the right direction I’m sure I’ll be able to sort it.

    is an example of how I don’t want the pages to appear.

    Thank you!

    #100482

    Is there a way that I could put the description of each product category and the bottom of the product category page instead of the top?

    In forum: Virtue Theme
    #100480

    I have the same problem, running version 3.4.0 but have 5 pages that are outdated, eventhough they were updated today from your site.
    What to do ?

    #100477

    Hi. I and trying to add a map to a contact page. I have inputted the address in the correct place but it isn’t showing on the page when previewing the page. Any ideas to solve this would be greatly appreciated. Thanks in advance.

    #100476

    Thanks Hannah,

    Please how do i remove the bottom margin or border from the menu. I noticed that there is a gap between my menu and page content.

    Thanks

    In forum: Virtue Theme

    Topic: KT Flip Box

    #100475

    Hi Ben,

    I have added flip box to my website (homepage-> on top of the revolution slider), and I experience 2 problems with it.

    1) I added backside text and I saw it yesterday, but today I found out that backside description text disappeared, when I add any new flip box it still doesn’t have backside description text in it even when I add it
    2) On tablets when u focus my flip-box – backside is invisible, only front side visible.

    #100462

    Hi,

    I’m updating my home page and having some issues. My site is http://www.thereshegoesagain.org

    Mobile:

    When I view my homepage on mobile it looks more jumbled. Some of the text bleeds off the page, and it looks too big compared to the photos. I’d also like the change the font sizes to be responsive on mobile and get smaller.

    Alignment:

    Is there a way I can vertically align text with an image? I’m using Page Builder and basically in one row I put two widgets side by side. I’d like the text to remain vertically centered to the image.

    Menu:

    I’d like to change my menu to be above my header (kind of like the Topbar, but when I was trying to use the topbar, it kept coming out really wonky, so it’s off right now). While I’d like the logo to stay static, I’d like the menu to be sticky.

    Sorry if this doesn’t quite make sense! I’m not that good with CSS and coding!

    Thank you,

    Sam

    #100461

    Hi there,

    I’ve added tags to products. I use custom menu to display them on page. When clicking on the tag from custom menu or tag link from the single product page it opens up a new page, which shows all products with that tag in the normal shop template (sidebar with widgets on the left, product grid).

    I’d like to change the layout only for those tag pages to have sidebar to display two different widgets than in the main shop template.

    Could you tell me how to do that please? I don’t seem to be able to find an option to change only the the layout of the tag page sidebar widgets?

    Thanks in advance.

    #100459

    basically how do you show show the custom post types archives on a specific page.

    Looks like you just hit (show archive) and then link to the archive page with the correct slug

    like kadencethemes.com/thiswouldbethecustomposttypearchiveslug

    and it would show the posts from the custom post type.

    How do I customize in virtue the look, excerpt lenght, etc of a custom post type archive page.

    It looks like virtue and others put the archive for the cutsom post type on a template for it, like portfolio.

    I’m not used to creating templates.

    Can I just use pagebuilder and use a widget that shows the content that is targeted for the page?

    In forum: Virtue Theme

    In reply to: Product Category

    #100453

    Thanks Hannah. I fixed it. And now I don’t know how to remove the product categories that appear on top of the shop page (which I mentioned previously).
    thanks

    #100449

    Search returns page results, but not Tags from Portfolio Items

    In forum: Virtue Theme

    In reply to: Theme Speed

    #100442

    Hey,
    What version of mysql are you using?

    The theme doesn’t do anything with show full columns from (think that is related to a mysqual issue with saving things to the database which is why I asked about your version). To be clear is everything up to date and in your woocommerce > system status any red errors?

    And the woocommerce enable lightbox is just turned off by both free the premium theme so there isn’t double lightbox scripts running. So from the theme there shouldn’t be stuff happening every load.

    Are you using page caching?

    Compared to the likes of TwentySixteen… yes there would be a lot more database calls or functions running since there are a lot more options then twentysixteen. But with caching most of that should be pretty mute since you would cache all the requests and deliver that finished file to your users.

    By the way I’m curious what you think a heavy set up is? WooCommerce, bbPress are some of the larger plugins no?

    Ben

    In forum: Virtue Theme

    In reply to: Theme Speed

    #100441

    Hi Garry,
    Do you mind posing a link to your site?
    Here is a good resource for promoting page speed- https://www.kadencewp.com/need-for-speed

    Hannah

Viewing 20 results - 32,261 through 32,280 (of 53,646 total)