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 - 4,041 through 4,060 (of 5,356 total)
  • Author
    Search Results
  • #56561

    Thanks for your reply: perfect, that is what I wanted too.
    For German Users in the translated version:
    ‘Theme Einstellungen’ – ‘Generelle Einstellungen’ aufrufen – Absatz ‘Erstelle Sidebar’ : hier im Textfeld neuen Sidebar-Namen vergeben / man kann auch gleich mehrere vergeben.
    Dann ‘Design’ – ‘Widgets’ aufrufen: die neuen Sidebars sind mit Namen aufgeführt und werden nach Wunsch mit Widgets gefüllt.

    Peter Rudnick http://www.step-stiftung.de

    #56288

    I recently started using the Pinnacle theme and so far I’m beyond impressed. Great theme and your support seems fantastic so I’m hoping you can help me with the small issues I’m encountering.

    Here is my site: http://www.thebreakfastball.com

    I’m not sure if this falls into your theme or a WordPress issue but this is whats happening, maybe you can assist or at least point in the right direction.

    When I login to the site and go to my homepage there is no WordPress top menu where I can select “Edit Page”. There’s at least 3 pages on the site where this happens. Where it gets strange is those pages are not taking on the changes I have made to the Typography. If I choose a post page then the typography changes are present (I can see them in the sidebar).

    It was working the other day just fine then yesterday any of the changes I made stopped showing up on the main page.

    Not sure what’s going on, just very odd to me.

    Any help you can provide would be awesome.

    Thanks!
    Mathew

    #55967

    Perfect. Issue resolved.
    Thankyou Ben
    Any idea why the display (images in the middle of my home page) is not correct in Chrome when it is in IE and firefox. The images display across and behind the sidebar instead of being contained in the body?

    #55625

    Hello Ben,

    can you check this page because on my tablet the sidebar merge with the map.
    In this page the div is without any custom css class it takes the rules from Leaflet.
    Maybe I have to add some css rule for @media max-width but I’m not very skilled for, or is related to pinnacle new version settings?

    Thanks
    Angelo

    #55575

    Hey ido,
    Unfortunately there isn’t an option to leave comments on the homepage. You would have to add this function into a child theme.

    also would like to see products list on left side what best way.

    Do you mean a sidebar? You can add a sidebar to the homepage in Theme Options > Home Layout then add content to it in Appearance > Widgets. Then to get it on the left you can add this to your custom css box in Theme Options > Advanced Settings:

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

    Hope that helps!

    Hannah

    #55451

    Hi Hannah, i followed your instructions however, my page is still rendering my primary sidebar. the page in question is my blog page and i would like to show my bog sidebar which i created. is there something that is overwriting this and needs to be adjusted?

    #55439

    Hi Joseph,
    You can create sidebars from Theme Options > Misc Settings and then add widgets to them from Appearance > Widgets. Then you can select a sidebar for each page by selecting a sidebar page template and then choosing the desired custom sidebar.
    Hope that helps!

    Hannah

    #55430

    Hi,

    Please excuse my noob question here but i want to display different sidebars for different pages. How do I get started and go about this? Any help would be greatly appreciated. Thank you, Joe

    In forum: Virtue Theme

    In reply to: 3 items

    #55342

    Hey,
    Screen shots are not the best way to work with css. It’s really better for you to wait till you have a link. I’ll do what I can.

    1. Wait on a link for individual menu items you would just target the menu using the menu id but thats easiery to see if you have a link. For now globally:

    .sidebar .widget-inner .menu li a {
        color: blue;
        font-weight: bold;
    }
    .sidebar .widget-inner .menu li {
    border-bottom-color:blue;
    background: transparent;
    padding:0 5px;
    }
    
    .sidebar .widget-inner .menu li:hover > a {
        color: white;
        font-weight: normal;
    }
    .sidebar .widget-inner .menu li:hover {
    border-bottom-color:white;
    background: black;
    }

    2. Need a link for this. you can set up the portfolio types though.

    3. sounds good,when you ready to push it on a server I can check then too.

    Ben

    In forum: Virtue Theme

    In reply to: 3 items

    #55275
    This reply has been marked as private.
    In forum: Virtue Theme

    Topic: 3 items

    #55111

    Hope you guys had a nice time off in the wilderness! Looked pretty.

    1. I may have missed this in one of the options, and if so, apologies for the churn. I have a menu in a custom sidebar inserted into a widget, and would like to be able to adjust the display attributes of that menu — font, font color, bold, and on hover to change background color and text color. Assume I need some CSS, but let me know if it just settings. [Would prefer to do this on specific page(s) but could live with a global solution]

    2. In a Cyclone slider, I have inserted an image for which the specified link indicates to open in a new tab or window. It does not do that. Page opens in existing tab. Anyplace you can refer me to about that?

    3. Perhaps somewhat off target, but hoping your depth of experience might help, are you aware of any tool/plugin that would allow me to associate a sticker or visual label with an image, especially in the portfolio grid? I’m looking for something that is non-destructive so that I can label some images as “NEW” etc.

    Many thanks. Continuing to enjoy the theme.

    #55046

    Hey,

    I used register_taxonomy() in my child theme functions.php to register a new hierarchical taxonomy, and it works fine. Now, I’d like them te be displayed next to the ‘Posted in’ categories of each posts (or next to the tags). How can I do that please?

    Also, I’d like to remove the sidebar from the new taxonomy pages. For tags I had done that
    add_filter('kadence_display_sidebar', 'tag_sidebar');

    function tag_sidebar($sidebar) {
    if (is_tag()) {
    return false;
    }
    return $sidebar;
    }

    What shall I enter for my custom term?

    Thanks for your support,

    Cheers,

    #54867

    While building a backup slider using Flex I noticed a small slider in my sidebar was working. So I checked everything and everything is working. Very odd! I certainly will continue to build a back up slider. But for now everything is cool.

    #54629

    So you need to add something like this in the child theme functions.php file:

    add_filter('kadence_display_sidebar', 'kt_tag_sidebar');
    function kt_tag_sidebar($sidebar) {
      if (is_product_tag() ) {
        return false;
      }
      return $sidebar;
    }

    Kadence Themes

    #54556

    Hi, i use sidebar for category page (woocommerce) but i don’t want the sidebar in the archive (tags) page is possible?

    In forum: Virtue Theme
    #54526

    Thanks for the very timely response.

    Yes, I had thought that might be it, but the lines still appear in the Custom Carousel. The one around the Sidebar entry did, however, disappear. I can repost the image, but it looks the same as before.

    Cheers!

    #54510

    First, just a note to say that this is a nice theme — clean and uncluttered. Thanks.

    On the homepage I am now developing (not live, but image here: ), there are thin gray lines around the Custom Carousel that I have installed. Can that be removed via a toggle or CSS?

    Also, in the sidebar I have used Visual Editor to add some text and an image thumbnail. It too has the gray lines. Can they be removed?

    Thanks for the help.

    #54472

    Hello,
    The free version (2.5.4) of Virtue was configured to my liking so I decided to buy the premium version (3.2.5).
    After upgrade/migrate and import of the settings, many things were wrong:
    – the main menu is gone
    – footer widgets are rearranged and some not there
    – sidebar is different
    – social icons at the top left have only 3, not 4
    And this is just the homepage.
    Is this normal? How can there be such a difference between the versions?
    Any suggestions to get the website exactly the same with the premium version as it was with the free version, without re-doing all the work?
    Thanks,
    sven

    In forum: Virtue Theme

    In reply to: custom sidebar width

    #54361

    Hey,
    You can add css like this:

    @media (min-width: 992px) {
    .page-id-161 .main.col-lg-9 {
        width: 67%;
    }
    .page-id-161 .kad-sidebar.col-lg-3 {
        width: 30%;
    }
    }

    Ben

    #54351

    Hello,
    I’m using the Custom Sidebars plugin to create several different sidebars for different pages of the website.

    Quite simply, I’d like to increase the width of one of the sidebars, but leave the rest as is at 25%.

    Is there custom css to do this or anyone have any advisement? Thanks so much.

    Here is the page I want to increase the sidebar width to fit the Google map iframe more appropriately.

    Regards

Viewing 20 results - 4,041 through 4,060 (of 5,356 total)