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 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 1,381 through 1,400 (of 5,356 total)
  • Author
    Search Results
  • #203399

    Hey,

    To change this you would need to use custom code through a child theme, add this to the functions.php file.

    function custom_show_sidebar_meta_only_admin( $display, $meta_box ) {
    	if ( isset( $meta_box['id'] ) && ( 'product_post_side_metabox' == $meta_box['id'] || 'default_page_sidebar'  == $meta_box['id'] )  ) {
    		return current_user_can( 'manage_options' );
    	} else {
    		return true;
    	}
    }
    add_filter( 'cmb2_show_on', 'custom_show_sidebar_meta_only_admin', 10, 2 );

    Ben

    #203392

    How can i post a link? I need to make a vendor and an admin account for this. Is you want vendor account. I am attaching two images highlighted with what i want to hide from vendors. I want that “vendor” user role can not edit page and product sidebar option, Only admin can edit them.

    Attachment 1

    Attachment 2

    #203372

    A woocommerce shop page will either show products or categories. You can set this in your woocommerce settings.

    If you want a page that doesn’t show either do not make it your woocommerce shop page. Create your own custom page and link to that.

    You can turn off a sidebar for your archive pages in your theme options > shop archive settings.

    Ben

    #203371

    Created two category links in menu under Shop page.

    Click on each menu item displays the corresponding products.

    Problem – products still appear on Shop page.

    Also, products are displayed off centered on category pages as if there are sidebars.

    Thanks.

    #203355

    I am using multi vendor plugin and want to disable Page Sidebar Options and Product Sidebar Options for vendors. Vendors can not edit or see it when they add new product.

    #203316

    This may not actually be related to amr shortcode any widget and may be an issue with the virtue call to action widget update.

    I moved the virtue call to action widget to a plain sidebar in VP 4.1.9 to test it. I switched to VP 4.8.0 and disabled all plugins and the existing virtue call to action widgets didn’t come back in any of the sidebars or the inactive widget area. The Virtue call to action widget template does show up in the available widgets area though. So I’m creating new virtue call to action widgets to use. When comparing the old widget settings from VP 4.1.9 and recreating them in VP 4.8.0 I noticed there are more options on the new virtue call to action widget. I also noticed that the ID of the widget changes from virtue_calltoaction_widget to kadence_calltoaction_widget.

    Maybe the older virtue_calltoaction_widget settings are just not loading into the new kadence_calltoaction_widget when upgrading from 4.1.9 to 4.8.0?

    #203247

    OK I upgraded the theme to 4.8.0 and then disabled the child theme by activating the Virtue Premium 4.8.0 theme directly.

    That doesn’t throw the same error but now displays this where the calltoaction widget is called.
    Widget not in any sidebars

    And the widget is still missing from the Widgets for Shortcodes sidebar.
    Many of the feature image portfolio thumbnails still have the wrong default cropping rather than the custom cropping that has been applied too.

    So it doesn’t look like the problem is in the child theme.
    I’ll try disabling some plugins to see if there’s a conflict.

    #203164

    The setup I would suggest is to add a search in your sidebar. But I can certainly add that to the list of feature requests that a search input be placed at the top of the page.

    Ben

    In forum: Virtue Theme

    In reply to: Adsense issue

    #203083

    The google ads keeps leading to a 403 which is a permissions error. Usually, that means that something isn’t correct with verification or the clent ID. I suggest contacting Google with that code in your sidebar. They should be able to pinpoint what you need to do.

    Ben

    #203077

    1. add this:

    .sidebar .kt-content-carousel .blog_item {
        margin-left:auto;
        margin-right:auto;
    }

    2. add this:

    .sidebar .virtue_carousel_widget .kt-content-carousel {
        background:#f2f2f2
    }

    3. add this:

    .sidebar .kt-content-carousel .blog_item {
        margin-bottom: 0;
    }

    Ben

    #203063
    .panel-grid-cell .widget-title:before {
        display: none;
    }

    That code would remove the line if you want to keep the sidebar class.

    Ben

    In forum: Virtue Theme

    In reply to: Adsense issue

    #203060

    Hey,
    What is the username?

    Your currently still getting the server responded with a status of 403 errors with mailchimp and google ads when I look at a page that has a sidebar.

    Makes me think your host might be blocking all external calls (this would be considered a type of security feature) can you tell me who you are hosted with?

    Ben

    #202949

    Hey Ben

    Thank you, I’ve put it in the Header script.

    Will try to verify the code again in a few days.

    Just want to make sure about your following, did you mean If I add the code in a widget in the sidebar,
    then I need to remove it from header script?

    Kind regards
    Mimmie

    Kind regards
    Mimmie

    #202900

    Hey,
    If you need to verify that site and the code doesn’t output anything then you should place in your theme options > header and footer scripts. In the header scripts. DOn’t place anywhere else. And be sure to give it some time to come into effect. like a couple days for booking to clear their cache of your site.

    If you have code that outputs something like an emebeded widget then you need to place that in the “custom html” widget in your sidebar.

    Ben

    #202896

    Hey,
    So it looks like you are adding the class “sidebar” into the widget in your pagebuilder settings. Sidebar widgets run through a filter and get html added to allow that dash in the background to run behind the text. But that filter won’t run through pagebuilder widgets so you would just need to remove the “sidebar” class from your pagebuilder widget. That should get you set up, and nothing should have changed about that in any recent update.

    Ben

    #202876

    Hey there,

    Trust all is well. I received a code from Booking.com to verify my account. I went into Yoast SEO, to home page itself, appearance, editor, settings …..theme Options, header and footer and paste the code numerous places but still not verified. I’ve googled, read, checked but still not sorted.

    I dont have a side bar, is it better to have a side bar (advice please)? I went into appearance – widgets and saw ‘meta’ – not sure if that is where I am supposed to add the code? Where am I going to place the widget? Sidebar right? dum question 🙂 Please help a susta out 🙂

    regards
    Mimmie

    #202755

    Hey,
    Just want to clarify you are not using woocommerce so when you say “product images” you are actually talking about normal posts.

    Here is a bit more specific css:

    .sidebar .kt-content-carousel .blog_item .kt-intrinsic, .sidebar .kt-content-carousel .blog_item {
        max-height: 240px;
        max-width: 200px;
    }

    Ben

    #202741

    Hey,

    Your custom CSS is throwing off the display of the carousel. This is adding the background:

    /*carousel background colour*/
    .fredcarousel {
        background: #F8F8F8;
        padding: 12px 0;
    }

    This CSS is effecting the width:

    /*carousel title*/
    .sidebar .slick-slide img, .sidebar .slick-list {
        max-height: 240px;
        max-width: 200px;
    }

    If you can let me know what the CSS is intended for, I can help you write some that wont effect the carousel. I think you’re just wanting to hide the text and title of the carousel above within the sidebar?

    -Kevin

    #202740

    Hello,

    It should work the same regardless of whether or not the post has a sidebar. I just tested on my site and I am able to embed a youtube video on a non sidebar post.

    The post you linked to doesn’t seem to be using the shortcode. Try adding like this and let me know if it works properly for you:
    [kad_youtube url="https://www.youtube.com/watch?v=WsM6_QwSLf4"]

    Be sure to clear your cache after adding the video shortcode.

    -Kevin

    #202739

    Hi!
    Long time no see! My website is .
    Recently, I noticed that the carousel widgets in my sidebar aren’t displaying properly. They are being cut off. I don’t remember making any modifications. Can you tell what is wrong?
    Thank you,
    Grace

Viewing 20 results - 1,381 through 1,400 (of 5,356 total)