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 - 3,841 through 3,860 (of 5,356 total)
  • Author
    Search Results
  • #64477

    Damn … seems I spoke too soon … still not working

    Please have a look and help …

    Example … post with title – 34763 – Jandalfan – created today shows sidebar and I can’t get rid of it even with site default being NO or post saying NO !

    #64473

    Hi Hannah / Ben 🙂

    I have Display Sidebar set to ‘site default’ normally … but changed it to NO … sidebar still showing

    Can’t seem to get rid of it

    Cleared cache etc etc and still there

    Swapped to another PC and tried there … still shows

    Only difference between latest posts and ones last weekend was upgrade to 3.3.3

    So I am totally flummoxed !

    #64469

    I just tested using version 3.3.3 and it works fine. In your post edit page under Post Options what is Display Sidebar set to?

    Hannah

    #64449

    Hi Hannah
    Tried both blog options and individual posts … still showing sidebar
    Just had a thought … is there anything in Virtue 3.3.3 that might cause it as I upgraded yesterday too
    Struggling here
    Could you have a look please
    Ta, Rodney

    #64430

    Hey,
    You can do this using page builder. Or you can add a sidebar and use css to move the sidebar to the left. Like this:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    You would just paste that in your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    #64408

    Hey Rodney,
    In Theme Options > Blog Options you should see the option to set Blog Post Sidebar Default to “No, do not show.” You also have the option to override this on each individual post edit page.
    Hope that helps!

    Hannah

    #64376

    For example – http://exonumia.nz/g/pt/

    half way down the page is post headed – 26525 – click on that and you get just what I want / expected

    created a new blog post today assuming it would be like before – 26542 – and it has a sidebar and looks totally different

    can’t seem to get back to the original blog post style … most frustrating as I wanted to do a lot of posts tonight and now stumped !!!

    #64374

    Hi guys
    Had my blog all nicely setup the other day … centered … no sidebar … etc etc
    Now … all of a sudden as I go to do another post, the side bar has returned
    Can’t for the life of me find where to remove it
    Had every thing setup for a new blog as ‘site defaults’, but can’t find where I set these defaults again 🙁
    Cheers, Rodney

    #64366

    Hey,
    You can set the sidebar default for the shop and blog pages from Theme Options. Then for all other pages you can use a fullwidth page template. You should also see the option within each edit page to turn off the sidebar.
    Let me know if any of this isn’t the case for you.

    Hannah

    #64324

    The only page that I don’t have sidebar is my home page. I did it with page builder template. I tried it with other pages but the sidebars are always there.

    #64323

    Hi, I’m stuck with sidebars on all my pages. How could I remove them. (They show posts, categories, meta, etc..)

    Thank you!

    #64204

    Hey,
    I looked at what Hannah wrote and I think there was some confusion. You can’t choose which sidebar is visible (there is no options for that) the blog posts default to the primary sidebar. If you want the category to be different you can set that.

    I recommend you keep the primary as the blog default and change the others if you want them to be different but you can override this through a child theme and function.

    Child themes here: https://www.kadencewp.com/child-themes/

    Here is the function:

    add_filter('kadence_sidebar_id', 'kt_single_sidebar_id');
    function kt_single_sidebar_id($sidebar) {
     if(is_single() ) {
              $sidebar = 'custom-sidebar';
     }
    return $sidebar;
    }

    Where are you wanting this featured image to show?

    Ben

    #64189

    In another thread you said: ‘In Theme Options > Blog Options you can choose a default sidebar for your posts (under Blog Post Defaults) then a separate one for your archives (under Blog Category/Archive Defaults).’

    But, I DO NOT find the option to chose a sidebar for my Blog Posts. This option only appears to be available in the post itself. Thoughts? (I’m on the latest update 3.2.5.)

    The only option related to post sidebars I see is: Blog Post Sidebar Default, which is a Show or Do Not Show – not a sidebar name. How do I see the default sidebar for all new blog posts?

    On a side note, how do you get a featured image to work for a Blog post?

    Appreciated,
    -Dan

    In forum: Virtue Theme
    #64186

    I’m having a similar issue.

    You said: ‘In Theme Options > Blog Options you can choose a default sidebar for your posts (under Blog Post Defaults) then a separate one for your archives (under Blog Category/Archive Defaults).’

    But, I DO NOT find the option to chose a sidebar for my Blog Posts. This option only appears to be available in the post itself. Thoughts? (I’m on the latest update 3.2.5.)

    The only option related to post sidebars I see is: Blog Post Sidebar Default, which is a Show or Do Not Show – not a sidebar name. How do I see the default sidebar for all new blog posts?

    In forum: Virtue Theme
    #64071

    Hey,
    The my-account is just a preset template it’s not a widget area.

    You can add to it using a child theme and editing the templates/account-sidebar.php file

    Ben

    #64032

    Hello, How do I add links to the default sidebar that appears on the my-account page?

    My Account
    Edit Account
    Logout

    I tried through widgets but that didn’t seem to work.

    #63968

    Hey,
    You just had “sidebar-feedback”

    Since you created the sidebar as “Feedback Sidebar” in the misc settings you just remove capital letters and add a dash for space when adding the slug.

    So “feedback-sidbear”.

    Should be working now.

    Ben

    #63944
    This reply has been marked as private.
    #63935

    Thanks Ben,
    Unfortunately it is not showing… a screenshot of what I have set up is here

    This code works well in sidebar widgets such as here

    Any suggestions would be great.

    Thanks

    #63833

    Hi Ben,

    Just tried it and it hasn’t worked. Now no sidebar appears at all. I tried your code exactly as written but even the primary sidebar doesn’t appear.

    Kind regards,

    Phillip

Viewing 20 results - 3,841 through 3,860 (of 5,356 total)