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 - 50,001 through 50,020 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #18454

    1. You will need to use a child theme, or a plugin like this https://wordpress.org/plugins/custom-functions/

    Then you add this code to the functions file or the plugin functions:

    add_action( 'woocommerce_after_cart_table', 'kad_keepshopping', 40 );
    function kad_keepshopping() {
    	echo '<p class="return-to-shop"><a class="button kad-btn-primary wc-backward" href="'.apply_filters( 'woocommerce_return_to_shop_redirect', get_permalink( wc_get_page_id( 'shop' ) ) ).'">'.__('Return To Shop', 'woocommerce' ).'</a></p>';
    }

    2.
    add this css to your custom css box in the theme options:

    @media (max-width: 480px) {
    .kad_product {
    width: 50%;
    float: left;
    }
    }

    Ben

    In forum: Virtue Theme
    #18451

    1. You would have to code it in. Where are you wanting it?

    2. “Also instead of one item width per page I would like two in each row”.

    I don’t understand ^ Can you explain?

    Ben

    #18450

    Hi

    I would like to add a continue shopping button on the cart page, is there a way of doing this or do I need coding? Also instead of one item width per page I would like two in each row, do I need to code this also? Thanks

    #18448

    Hi Ben,

    Case in hand:

    I would like to know if there’s a way that I could modify the Portfolio Item Page template. What I would like to happen is that I need to shrink the distance between the item text (post area) and the Featured Image (Carousel Slider). I know that I could just increase the size of the photos, but what I would like to know I could adjust the slider area, move the distance of the post area near to the right side of the slider; push it to the left a bit, eliminating the white space in between.

    I hope this problem can be solved by some CSS. If there’s a need to change the PHP code itself, please do tell me what to change (if possible), or if not, I hope there could be some alternative to it. Your theme is really amazing and I wish to be able to use the theme for my future projects.

    Many thanks,
    Carlo

    In forum: Virtue Theme

    In reply to: Disable Sidebar on CPT

    #18443

    Thanks Ben

    Wow – you are so fast to reply always – you must be super human 🙂

    I fixed with the following:

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
    function kad_sidebar_on_special_page($sidebar) {
    	global $post;
    	if ($post->post_type == "espresso_events") {
        return false;
      }
      return $sidebar;
    } 
    
    #18439

    Hi,

    I have a menu where one item has a submenu. When a page from the submenu is open, only the specific page in the submenu is highlighted.
    I want the main item also to be highlighted.

    Here you can see what I mean:
    I want the item ”Portfolio” to also be highlighted when a page in this submenu is opened.
    (P.S. the portfolio button in the menu doesn’t has a link, I use it to order all the photo-pages in one menu.)

    My website is: http://www.frankgeenen.nl

    Is this possible?

    Frank

    #18437

    Hi Ben

    I am using event espresso 4 plugin. I would like to disable sidebar on all the event espresso CPT pages and posts.

    I’ve tried the following in child theme function file, but not working – I get:

    Fatal error: Call to undefined function espresso_events_query() – can you suggest the best method to target the CPT espresso_events?

    add_filter('kadence_display_sidebar', 'event_sidebar');

    function event_sidebar($sidebar) {
    if (espresso_events_query()) {
    return false;
    }
    return $sidebar;
    }

    UPDATE: I fixed it with the following;

    add_filter('kadence_display_sidebar', 'kad_sidebar_on_special_page');
    function kad_sidebar_on_special_page($sidebar) {
    global $post;
    if ($post->post_type == "espresso_events") {
    return false;
    }
    return $sidebar;
    }

    In forum: Virtue Theme

    Topic: Popover

    #18423

    Hello,

    I use 4 or more different Popover links on one page, can it be done that when one Popover is opened and than clicked to another first one close?
    Now is as much popover is there to click all will be opened on page.

    Thank you.

    In forum: Virtue Theme

    In reply to: ADD NEW FORUM TOPIC

    #18410

    I’m working on a whole page that will be for showcase. Where people can submit there site to be showcased. It’s coming soon.

    Ben

    #18409

    Hey,
    To explain, That demo has the filter turned on but it’s a bad example. And I turned off for that demo.

    The theme filter is not an ajax filter or a menu so it’s not designed to re-query the site. meaning it doesn’t work like a menu where you can click a category and see all of that category. It only filters what is already on the page. So it should only be used where you have all your products on one page. Not in an environment where there are pages and pages of products. for that use a menu or an ajax filter plugin like: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/

    Here is a better example, the shop page uses an ajax filter: http://themes.kadencethemes.com/virtue-premium-3/shop/

    and the category page uses the theme filter: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/

    Ben

    #18404

    1. You didn’t post a link…

    2. “proceed to checkout” is set by your primary color in the theme options > basic settings.

    3. What button on your contact us page? Are you using the built in contact form.. post a link.

    Ben

    #18403

    1. I said you can add a slider to the category pages with virtue. You can create a slider using the cyclone, Kadence or revolution slider. Copy the shortcode and add that shortcode to the the Category Slider box on the category edit page.

    the result looks like this: http://themes.kadencethemes.com/virtue-premium-3/product-category/gear-packs/

    2. It depends on where you want the image to show but if you just want the image in the description you can use the shortocde I posted above. Anything else will require that you edit the woocommerce templates.

    Ben

    #18393

    Hello

    I am a beginner and I actually do love the virtue theme. I startet my onlinestore and it seems to work. But a soon as I try to access the page with all the plugins or the themes I got a white empty screen. The dynamic image gallery in Woocommerce doesn’t work either. I deactivated different plugins to see if this is causing the problem. I’m sad to say, that everything works great when I changed the Theme. It seems like my premium virtue theme is causing the problem.

    Is there anybody who could help me with this issue. Please use simple words and explain like for kids, so I will understand.

    Thanks a lot for your precious help.

    Sascha

    #18387

    Hi,

    I think your theme has bug. Go to page 3 on and click e.g “gear packs”. You will see nothing. You are on page 3 but in shop there are only 2 items in this category so all of them are on page 1. If there are no products on page 3 then it should redirect to page 1.

    How can I fix it?

    #18386

    Hey, The easiest way is to remove your slider from slider settings and add it into your home page. Then also add the phone number at the top of your homepage using page-builder.
    Hope that makes sense.
    Hannah

    In forum: Pinnacle Theme

    In reply to: Image Menu Item widget

    #18378

    Ben,
    an image menu as a widget or shortcode would be great. Could be used on pages which have subpages in order to quickly build a graphical subpage grid nav. Thought about creating a widget with the same functionality as in yr Theme Options > Home Layout > Home Image Menu. The image could be something to upload, or – per default – the featured image of a page. In addition, a select box which lists existing post/pages/cpt’s (like the post editor’s link manager) or just the direct descendants of that particular page would be beneficial for adding the corresponding page link. But all that might be too specific for yr theme, hmm? Well, just an idea ….
    Dirk

    #18376
    .product_item .kad_add_to_cart {
    background: #ff0000;
    color:#fff;
    }
    
    .product_item:hover .kad_add_to_cart {
    background: #3cb500;
    color:#fff;
    }
    
    .product_item .kad_add_to_cart:hover {
    background: #dd9933;
    color:#fff;
    }
    
    .woocommerce #content div.product form.cart .button.kad_add_to_cart {
    color: #fff;
    background: #ff0000;
    }
    
    .woocommerce-page button.button, .woocommerce-page input.button {
    
    background: red !important;
    
    color:white !important;
    
    text-shadow: transparent !important;
    
    border-color:#ca0606 !important;
    
    }

    I use this to change all button color to red, its work but on “contact us” page the button color not changed.
    plis help 🙂

    #18375

    Ok. The link shows how to put the image on the category archive pages. Which is something I want.
    You said you can do that with virtue. Can u explain how pls.

    How do we put the image on the single product pages? If the pages are created dynamically?

    #18359

    The styling from the rest of my website did not carry over to the woo commerce content, I was able to adjust the fonts (and the hover color for the fonts); but I can’t figure out how to fix the hover colors for the images (on the home page in the Featured product section and in the Boutique). Is there any way to do this?

    Also, is there any way to customize the background color and/or message on the big red “SOLD” notification?

    Thanks

    #18354

    Hi,

    is there a way to change the space between the slider and a picture menu on the homepage?

    Thanks!
    Tilman

Viewing 20 results - 50,001 through 50,020 (of 53,646 total)