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,441 through 4,460 (of 5,356 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme
    #38738

    Even if i changed the Primary Sidebar to something else like Home 1, it will disappear if i have no widgets assigned to it, but the main posting column is still to the left, not centered :/
    Sorry if I’m a pain 🙁 I definitely do something wrong, or there is just no way to center the posts .

    In forum: Pinnacle Theme
    #38732

    The sidebar should definitely turn off. In Theme Options > Blog Options under Blog Category/Archive Defaults do you have the fullwidth option selected beside Display the sidebar on blog archives?

    In forum: Pinnacle Theme
    #38719

    ooo, I know. Maybe I could change the sidebar width to really small so it will look like the page content is centered 😉

    #38692

    Ben/Hannah,

    I’m trying to put a line (dashes) between the sidebar widgets. I was able to put a top border for the Text and Newsletter widgets but couldn’t do it for the others (acurax social media, recent posts, search and archives). Can you please provide the short codes. Thank you.

    In forum: Pinnacle Theme
    #38628

    Thank you Hannah. I have them both set to “no sidebar”, yet, it is still on the left 🙁

    #38610

    You can create a custom sidebar in Theme Options > Misc Settings. Then in Appearance > Widgets you can add whatever widget to this sidebar. Then in the post edit page you can select this sidebar.
    Hope that helps!

    Hannah

    #38597

    Hi ben,

    I wish not disturb but I would like to know how can I add a widget in the POST sidebar, not in the product page, to show a specific category of products or specific product-tag.

    Thanks
    Angelo

    In forum: Pinnacle Theme
    #38573

    Hey Joanne,
    Make sure in your blog edit page you have the sidebar set to none. Then also make sure in Theme Options > Blog Options you have Blog Post Sidebar Default set to “no, do not show.” If the space still shows please post a link.

    Hannah

    #38564

    Hi.
    I have a problem. I have been searching for a solution for a while now. My Home page is set to the single page layout and than I have a Blog which is my posting page. I have set the layout to no side bar, but my blog is not centered. Is kind of on the left and there is like a space for a sidebar on the right. I would like to make the blog centered (not necessary full width). Is there a way to do this in settings, or do I need to add custom css code?
    Thank you in advance 🙂

    In forum: Virtue Theme

    In reply to: Fullpage Template

    #38540

    You can download a child theme here: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    and you can add this function into the child theme functions file:

    add_filter('kadence_display_sidebar', 'search_sidebar');
    
    function search_sidebar($sidebar) {
      if (is_search()) {
        return false;
      }
      return $sidebar;
    }

    Ben

    #38528
    This reply has been marked as private.
    #38445
    This reply has been marked as private.
    #38395

    Ben,

    So I used the wordpress media player in a sidebar widget and same thing happens I can’t click on the mobile menu on the iphone or ipad

    Any ideas?

    Jeremy

    #38377

    From above: “if you look when you edit a page you’ll see templates on the right sidebar below the publish button.”

    Ben

    #38341

    I am trying to create my home page with page builder so that I can have the sidebar on the left and text on the right. I also want to be able to insert a product carousel into the main body. I have used page builder before with no problems, but his time, the columns are ending up stacked instead of beside each other. I have tried changing some settings, but nothing seems to be working, and there are no plugin conflicts.

    Here is a link to the home page:

    Any ideas how to fix this?

    #38320

    Hey,
    I can see that you dont’ have the “page content” enabled in your theme options > home layout.

    Would you like me to set this up for you so you can see it working? You can use the “set as private” and post a login.

    Your css is not working because you added this:

    .sidebar h3 {
    background: #eee;

    and your missing the closing bracket… you have to change that to this:

    .sidebar h3 {
    background: #eee;
    }

    Ben

    #38259

    1. Make sure you are on the basic tab of your super cache settings.

    2. Ok so do what I said first:
    “If you want to stick with the post summary then you need to set a featured image and set the summary option to be landscape photo.”
    See this: http://docs.kadencethemes.com/virtue/#blog_posts

    Then set your home page to be the posts page. You can decide weather or not to show the full post but you still need to set the post page.

    3. I just meant a link to your page where you can see the widget… here add this css:

    .sidebar .widget_newsletterwidget {
      background: #399647;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Blog post margin

    #38164

    Thank you Ben. That did the trick. I’m pretty happy with how that looks.

    I’m curious, can I change the icon image beside the Recent Posts in the sidebar? Perhaps to some kind of arrow similar to the one in the Pinnacle theme?

    #38122

    1. In the plugin settings. Settings > wp super cache

    2. The page you linked to is showing the whole post, Your settings are showing the post summary. If you want to stick with the post summary then you need to set a featured image and set the summary option to be landscape photo.

    See this: http://docs.kadencethemes.com/virtue/#blog_posts

    If your wanting to display the whole post then you can’t use the latest posts module in the theme options > home layout. You will need to set your home page as the latest posts page in settings > reading and use the “page content” module or use a blog shortcode in your static page content:

    http://docs.kadencethemes.com/virtue/#shortcodes

    3. For custom colors on each widget you would need to learn css and use custom css if you want to have control. Or hire a web developer to work with you on customizing widgets.

    Else if you know what you want and have a link to the widget I can help you with custom css to set for one specific widget but there aren’t options for this in a wordpress sidebar.

    Ben

    #38111

    1. I’m sorry, this is a dumb question, but where do I clear the cache?

    2. How do I get the image on the first post to stretch across from left to near the sidebar just like this site…www.sallysbakingaddiction.com

    3. how do I add background color to the individual widgets on the sidebar? I don’t want all the widgets to have the same color. I want them to be different colors. Where can i find the color codes so that I can play around with the color schemes.

    thank you.

Viewing 20 results - 4,441 through 4,460 (of 5,356 total)