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 - 31,101 through 31,120 (of 53,646 total)
  • Author
    Search Results
  • #105737

    1. That isn’t an option with the plugin the plugin just lets you assign a specific menu for a specific page.

    It’s really hard to understand what your going for… lets try this. Remove the plugin assign your secondary menu just like normal then add this css:

    #nav-second {
        display: none;
    }
    .page-id-536 #nav-second {
        display: block;
    }

    But once we remove the transparency can we give the menu a black background color

    I’m not sure I understand this ^ You can make the header background black in your theme options > advnaced styling. Why transparent to begin with?

    Ben

    #105735

    1. I’m not seeing images assigned. If you go to theme options > home layout. Scroll down to image menu area are images showing as assigned to each item?

    2. I’m seeing that your trying to add a lot of buttons? I see a lot of button shortcodes on the page?

    Can you explain a bit more of what you mean by image boxes? I can try to help.

    3. I think it would be best if you sent a temp login so I can see what’s being added to the page and help fix all this.

    4. ^^ same.

    You can post a temp login here using Set as private reply.

    Ben

    In forum: Virtue Theme

    In reply to: Additional JavaScript

    #105726

    You can enable header and footer scripts by going into Theme Options> Theme Extensions and turning “Header and Footer Script output” to ON. Save, then refresh the page.

    After you enable that, then go to Theme Options> Header and Footer Scripts and place your code there.

    Let me know if that works for you.

    #105721

    You need to increase the number of products in your shortcode on the category page.

    [product_categories number="12" parent="0" columns="3"]

    Using the number=”12″, you’re limiting the number of product categories to 12. Increase that to the desired number and you should be set.

    Let me know if that works for you.

    #105713

    I updated the theme from 1.7.1 to 1.7.4 and tables are displaying differently.

    Tables should look like this (I did not update the theme)

    Tables have extra space and padding that is not there, and look weird after update

    Also if you scroll down. On the right hand side of the footer we have a table and they look completely different

    How do we fix this issue?

    I look forward to hearing from you

    #105710

    Hello,

    How can I change the dropdown button in a page as say in select the following:…….
    The one that pinnacle has is over height and big and cannot change the color.

    Please help

    Thank you

    #105705
    This reply has been marked as private.
    #105688

    Hi

    I have downloaded the demo style 4 and was doing OK with it, but I have a couple of issues I am struggling with:

    1 – On the Image menu, I cannot get the images to show
    2 – When I try and add the image boxes they appear vertically instead of horizontally and there is a green background that I cannot find a way of removing
    3 – There are random green boxes that I am sure are to do with the paralax image, but I cannot remove them
    4 – The Latest Blog posts section is transparent and is not symmetrical.

    I am sure these are probably all inter-related, but I just cannot find a way of getting it right! Any advice would be gratefully recieved.

    My website is http://www.lovescottishislands.com

    Lee

    #105686
    This reply has been marked as private.
    #105678

    That action calls in the container divs for the page. as long as your not editing a normal woocommerce file (where it’s used) then you fine do comment out or you can just hook into that action and remove the theme hook.

    But really your best option is just to turn off the sidebar which can be done with a function. Ask the plugin author for a php conditional that is true when on your store pages and I can give you a function to simply turn off the sidebar.

    Ben

    In forum: Virtue Theme
    #105675

    Hey,
    Shortcodes don’t work very well inside of a text layer in the rev slider. It’s hard for the slider to figure out the size.

    Best to use there button option.

    You should update your theme to the latest version then update the rev slider to it’s latest version 5.2.6 (you can do this on the apperance > theme plugins page).

    Ben

    In forum: Virtue Theme

    In reply to: Force link?

    #105670

    The only way to do that would be to add a redirect for the category pages. This would mean anytime someone went to the category they would be redirected:

    https://wordpress.org/plugins/safe-redirect-manager/

    anther option would just be to manually create that grid and not use a shortcode then you could place images and link them to where every you link.

    Ben

    #105667

    I’m seeing that you are adding a menu through a text widget not a secondary menu… You need to add the menu through the header for it all to be sticky together and work correctly. This plugin lets you assign a menu on a my by page basis https://wordpress.org/plugins/page-specific-menu-items/

    Ben

    #105666

    On the page where you have posts is this for your home page or for a separate page that you have made?

    Posting a link is really helpful for support requests.

    This tutorial also explains this for a separate page: https://www.kadencewp.com/creating-a-blog-page-with-virtue/

    In the page you can set the post to show “full post”

    Ben

    #105665

    You would need to use a slider. Just make a kadence slider that is one image and set it to fullwidth.

    Then you can add that shortcode into each post you want that image to show. Or if you want the same image for your entire site you can add in the theme options > main settings bottom of the page.

    Ben

    #105661

    Hey,
    I just looked on that page and didn’t see a gallery in the code or a blank space for one? I do see that you have caching is it possible that just needs to be cleared so I can see the gallery?

    Ben

    #105659

    It looks like you have a plugin overriding the shop. Looks like it’s your issue.

    You can start by going to settings > reading and setting the posts per page to 12.

    If that doesn’t work you need to talk with the plugin author.

    Ben

    In forum: Virtue Theme

    In reply to: Theme version 4

    #105658

    Hey,
    In your page content. When your using page-builder you need to make sure to edit the row not the widget. See the details here (scroll down to the written part).

    https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #105656

    Ben, we have a temporary fix but not a full understanding of what happened. My admin writes about these custom posts (individual store pages for each of our sellers):

    We must have a file store-sidebar.php in our child theme for our store pages to work. The format of that file needs to be similar, but not identical to the multivendor plugin dokan/templates/store.php file. Putting the changes into a virtue_premium_child/dokan/store.php file does not work and has no effect on store
    page rendering.

    Fix?
    To fix a secondary formatting problem in our store pages, we needed to comment out the ‘woocommerce_before_main_content’ hook call in dokan/templates/store.php. That broke the left margin format, so we fixed that in the div call in virtue_premium_child/store-sidebar.php

    +++

    So, we saw that you commented out something related to ‘woocommerce_before_main_content’ in a few other places in the theme as well. Not sure what that really does for us but in this case it fixed the formatting of the custom post “store” pages. They’re now looking more normal.

    Can you advise how the ‘woocommerce_before_main_content’ interacts with the theme and why this would be a problem now vs the last year it’s been OK?

    In forum: Virtue Theme
    #105655

    Hey guys, since I have updated the site, our category boxes have spaced out differently… how can I fix it so it looks like it was before?

    Example page:

    Thanks, Corey

Viewing 20 results - 31,101 through 31,120 (of 53,646 total)