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 - 861 through 880 (of 5,356 total)
  • Author
    Search Results
  • #241462

    The magazine design is using the boxed layout which can be selected from Theme Options > Layout Settings. Then the slider is set up using the post carousel slider from Theme Options > Home Page Header. You can enable the sidebar from Theme Options > Home Page Layout. Then all the content on the page is added in a static page using page builder by siteorigin. Here is a screenshot of the homepage: https://ibb.co/QFzftq4 You will just want to make sure Page Layout is enabled in the homepage layout manager, and that you have selected a page as your front page from Settings > Reading.
    Hope that helps get you started! Let me know what other questions you have.

    Hannah

    #241408

    You going to be looking at something like this:

    
    add_action( 'add_meta_boxes', 'hide_metaboxs_some_users', 1000 );
    function hide_metaboxs_some_users() {
    	if ( ! current_user_can( 'manage_options' ) ) {
    		remove_meta_box( 'standard_post_metabox', 'post', 'high' );
    		remove_meta_box( 'video_post_metabox', 'post', 'high' );
    		remove_meta_box( 'gallery_post_metabox', 'post', 'high' );
    		remove_meta_box( 'image_post_metabox', 'post', 'high' );
    		remove_meta_box( 'quote_post_metabox', 'post', 'high' );
    		remove_meta_box( 'post_metabox', 'post', 'high' );
    		remove_meta_box( '_kt_amp_amp_settings', 'post', 'low' );
    		remove_meta_box( '_kt_amp_amp_settings', 'page', 'low' );
    		remove_meta_box( 'pageheader_metabox', 'page', 'normal' );
    		remove_meta_box( 'post_header_metabox', 'post', 'normal' );
    		remove_meta_box( 'sidebar_post_metabox', 'page', 'side' );
    		remove_meta_box( 'sidebar_post_metabox', 'post', 'side' );
    		remove_meta_box( 'postcustom', 'post' , 'normal' );
    		remove_meta_box( 'postcustom', 'page' , 'normal' );
    	}
    }

    Ben

    In forum: Ascend Theme

    In reply to: Various

    #241402

    I think your issues just came from adding the filter selects in the content area instead of the sidebar. I’ve updated your site with a fix and will take that kind of integration into account for the future.

    Ben

    #241372

    Hi Ben,

    I would prefer not to enable every feature of my application for other users. So how can I remove the following capabilities or screen options from other WordPress Roles, except admin?

    Slug
    Sidebar Options
    Custom Fields
    Post Options
    Post Title and Subtitle
    AMP Settings (I’m using Kadence AMP)

    This will help me minimize the complexity of this site for them. Moreover, they are messing up my branding and best practices. As they are playing with those screen options.


    Minhajul

    #241299

    Hey,
    If you need to post a lot of code, then you would need to use a code sharing, like https://gist.github.com/

    That is for the security of this forum.

    I don’t know that plugin I’ll likely need to add some custom support for it because it’s creating its own templates. Here is some css you can use to get it working right now.

    .content-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    @media (min-width: 767px) {
        .content-area {
            width: 90%;
            max-width: 1470px;
            margin: 0 auto;
        }
    }
    
    .wrap > .kt-sidebar-container {
        display: none;
    }
    #241243

    Sorry, you’re right. That css is too vague. When you edit your email subscription pages, under the document tab > Page Options do you see an option to turn the sidebar on or off?

    Hannah

    #241239

    Hannah,

    Here is the new thread. Sorry about the time delay in Belgium/The Netherlands.

    Martin

    Kadence Woocommerce Elementor Pro was added tot the plugins, we don’t know why. It’s is turned off. But when turned on is doesn’t change.
    Original Kadence WooCommerce SiteOrigin Builder doesn’t show-up on WP plugin page. In ftp it’s still there but I’m afraid to do something and then loose about 30-40 templates we build. Don’t know where they are stored under….

    It concerns two seperate websites with same problem

    Here is the status of http://www.mdenbleker.nl

    WordPress Environment
    Home URL:
    Site URL:
    WP Content URL:
    WP Version: 5.3
    WP Multisite: –
    Permalink Structure: /%postname%/
    Front Page Display: page
    Front Page: dB Tuin en Park (#159)
    Posts Page: Nieuws | Blogs (#165)
    WP Memory Limit: 40 MB
    Database Table Prefix: Length: 7 – Status: Acceptable
    WP Debug Mode: –
    Language: nl_NL

    —————-

    Server Environment
    Server Info: Apache
    PHP Version: 7.0.33
    ABSPATH: /home/mdenblekfd/www/
    PHP Memory Limit: 512 MB
    PHP Post Max Size: 130 MB
    PHP Time Limit: 300
    PHP Max Input Vars: 16000
    PHP Display Errors: –
    SUHOSIN Installed: –
    MySQL Version: 5.6.40
    Max Upload Size: 128 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔ 7.38.0

    ——————-

    Active Plugins (45)
    ACF Content Analysis for Yoast SEO by Thomas Kräftner, ViktorFroberg, marol87, pekz0r, angrycreative, Team Yoast – 2.3.0
    Advanced Custom Fields by Elliot Condon – 5.8.7
    Black Studio TinyMCE Widget by Black Studio – 2.6.9
    Klassieke editor by WordPress-bijdragers – 1.5
    Sidebar Widgets by CodeLights by CodeLights – 1.4
    Contact Form 7 by Takayuki Miyoshi – 5.1.5
    Disable Comments by Samir Shah – 1.10.2
    Duplicate Post by Enrico Battocchi – 3.2.3
    Embed Any Document by Awsm Innovations – 2.4.1
    iframe by webvitaly – 4.4
    Imsanity by Exactly WWW – 2.4.3
    Insert Pages by Paul Ryan – 3.5.1
    Jetpack door WordPress.com by Automattic – 7.9.1
    Kadence AMP by Kadence WP – 1.0.11
    Kadence Custom Fonts by Kadence Themes – 1.0.2
    Kadence Galleries by Kadence Themes – 1.1.10
    Kadence Pricing Table by Kadence Themes – 1.0.6
    Kadence Related Content by Kadence Themes – 1.0.5
    Kadence Slider by Kadence Themes – 2.3.0
    Kadence Widget Dock by Kadence WP – 1.0.4
    Kadence Woocommerce Extras by Kadence Themes – 1.4.6
    Kadence WooCommerce Email Designer by Kadence WP – 1.3.5
    Livemesh SiteOrigin Widgets by Livemesh – 2.5.7
    PDF Embedder by Lever Technology LLC – 4.4
    Really Simple SSL by Rogier Lankhorst, Mark Wolters – 3.2.6
    Redirection by John Godley – 4.5.1
    Simple History by Pär Thernström – 2.33
    Page Builder by SiteOrigin by SiteOrigin – 2.10.13
    SiteOrigin Widgets Bundle by SiteOrigin – 1.15.9
    TinyMCE Advanced by Andrew Ozz – 5.3.0
    UpdraftCentral Dashboard by David Anderson + Team Updraft – 0.8.9
    UpdraftPlus – Backup/Restore by UpdraftPlus.Com, DavidAnderson – 1.16.20
    Advanced Flat Rate Shipping For WooCommerce by Thedotstore – 3.6.1
    Woocommerce Pay.nl Payment Methods by Pay.nl – 3.4
    WooCommerce Product Fees by Caleb Burks – 1.3.0
    WooCommerce Services by Automattic – 1.22.1
    WooCommerce Shortcodes by WooThemes, Claudio Sanches – 1.0.0
    WooCommerce by Automattic – 3.8.0
    Yoast SEO by Team Yoast – 12.6.1
    WP All Import Pro by Soflyy – 4.5.8
    WP Edit by Josh Lobe – 4.0.4
    WP All Import – User Import Add-On Pro by Soflyy – 1.1.2
    WP All Import – WooCommerce Add-On Pro by Soflyy – 3.1.0
    Custom Product Tabs for WooCommerce by YIKES, Inc. – 1.6.12
    WP All Import – Yoast WordPress SEO Add-On by Soflyy – 1.1.8

    ————–

    Theme
    Name: Ascend – Premium
    Version: 1.9.2
    Author URL:
    Child Theme: ✕

    Previous

    Hi dbvakgroep,
    Are you seeing the Kadence WooCommerce SiteOrigin Builder in your list of plugins? What version is running? If you’d like you can send us login info and we can look into this for you. Just start a new thread, as this one has already been marked as resolved.

    Hannah

    Same here,
    Missing Woo Template Plugin. After some routine updates.
    As mentioned above downloaded the new one: Kadence WooCommerce SiteOrigin Builder (which is still named Kadence-woo-template-builder when downloaded).
    But it won’t install. WP says it already exists !!!
    What to do???? We have about 30 templates that won’t run on the webshop right now ……
    I’m afraid of losing all templates when overwriting the plugin. Where are the templates kept?

    On other websites as well: Woo-Templates not working after Ascend update. (we use SiteOrigin and not Elementor WooCommerce which seems to have installed itself now ??). Please help fix.
    Templates not running on or on

    #241233

    Wait, the CSS caused an issue. I just noticed it. It removed the primary sidebar from my blog as well. I want the sidebar there on my blog.

    #241232

    Hannah, it fixed the issue with the sidebar. But the elements are not contained within the page container. Please, try clicking on one of the links again you will see the results.

    #241227

    Try adding this css:

    .woocommerce-js aside#ktsidebar {
        display: none;
    }

    How does that work for you?

    Hannah

    #241188

    You just add #ktsidebar as the link. So select your text, make it a link and where you would place a url add #ktsidebar

    Ben

    #241179

    Hey,
    Try adding this to your custom css:

    .tax-wcpv_product_vendors aside#ktsidebar {
        display: none;
    }
    .tax-wcpv_product_vendors .main.col-lg-9.col-md-8.kt-sidebar.kt-sidebar-right {
        width: 100%;
    }

    Hope it helps!

    Hannah

    #241171

    Hi Ben,

    I’m using WooCoommerce Vendor Plugin on my site and I’m unable to remove or disable the Primary Sidebar from the Vendor Archive Pages.

    Could you look into this, please? Thank you!


    Minhajul

    #241151

    Could you clarify how to use the anchor? I simply want the viewer to be able to click a text link near the top of the page that will take them to the bottom where sidebar is located on mobile view.

    #241120

    The anchor for the sidebar is #ktsidebar you can use that as a link when you add a link to your page through a paragraph.

    Ben

    #241095

    Hi Robert,
    You can use this css to remove the uppercase on your sub menu items:

    ul.sub-menu.sf-dropdown-menu.dropdown a {
        text-transform: none !important;
    }

    Sorry, I’m not entirely sure what you’re asking in regards to the product category pages. Could you link to an example of what you’re wanting your product category pages to look like?
    In Theme Options > Shop Archive Settings you can set the Default Layout for product archive pages to No sidebar layout.

    Hannah

    #241059

    Sorry, here is more. Also with a Category type (page), you can’t change the location of the products. If I include a description, it always precedes the list of products. Whereas, with a “standard” page, I can put the product list anywhere I want. Also there seems to always be a sidebar that is shown on a category page, that I can’t seem to get rid of or change it’s location. I’m sure there is some box I’m missing to check or un-check somewhere, to disable it or change its location, but haven’t found it yet.

    #241050

    Since the sidebar consists of widgets, how can either an anchor or Kadence Tab block link to a widget or another page? I see that the Tab block has a Tab anchor option as well as the usual anchor option. Not certain how to use it for a widget or page link.

    • This reply was modified 6 years, 5 months ago by Sharon.
    • This reply was modified 6 years, 5 months ago by Sharon.
    • This reply was modified 6 years, 5 months ago by Sharon.
    In forum: Membership Forums

    In reply to: Product Brand Sidebar

    #241028

    Hi Ben,

    I see that this has now been included (thanks!). Is there something I’m suppose to be turning on?
    If I’m reading it correctly it should just pick up the shop archive settings.

    We have no sidebar on the brand pages.
    https://houseofgolf.com.au/brand/adidas/

    Thanks
    Danielle

    #240980

    The link I sent you is the public side homepage, not the logged in one that has the sidebar. I understand your reason for not having sidebar on the side for mobiles. Guess I will leave it like it is. Thanks much.

    PS is there a way to put an anchor at the top of the mobile member homepage only that takes viewer to sidebar info at the bottom?

Viewing 20 results - 861 through 880 (of 5,356 total)