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 - 5,041 through 5,060 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #14469

    Ben,
    Your suggestion above to copy the page-sidebar.php and remove the page title section worked as expected. However with I duplicated the same steps and copied the page-fullwidth.php and commented out the title section and then applied it to this page…

    http://temp.avmi.net/?page_id=1982

    It correctly hides the page title but displays the sidebar????? Furthermore when I look at the code in the page-fullwidth.php it appears identical to the page-sidebar.php except for some white space before the last line of code. Sorry, but I am confused. Do I need to edit another file to create a custom page template for the fullwidth template?

    Thanks
    Mike

    In forum: Virtue Theme

    In reply to: Headline 2

    #14451

    That page doesn’t have any h2 tags on it? has h3 tags… for the post titles and sidebar widgets.

    Ben

    #14415

    HI,

    How can i make a custom sidebar default for any post?? I now i can do it with home, categories and archives, but not with posts.

    Thank u

    #14382

    I’ve been using the free version for a while and just upgraded to premium. Even though I followed the instructions on importing customizations, because I did not use child themes, I lost a lot of other customization – my own fault, I know. So I’m rebuilding the site options now.

    Problem is, my home page at Pixiespocket.com is set up to show latest posts, but it is not showing the blog posts. When I hover over where the blog post grid should be, there is data there. A Pinterest button shows up where the images should be, and the links are clickable and take me to the posts – it is all there, but invisible.

    I’ve tried going to Theme Options and messing around with what shows. The “Page Content” shows up, the sidebars are there, menu, header….everything but “latest posts”

    Here’s another thing that might be related or might not. I tried to set the Home Page with a “Latest Posts” slider. When I viewed the home page after hitting “save,” the header flashes up for a second and then disappears. I don’t have adblock or anything like that on, either.

    What have I done? 🙂
    Amber

    #14379

    Is there any option to change all blog posts to fullwidth (without sidebar), instead one-by-one?

    Thank you,
    Octavio Moura

    In forum: Virtue Theme
    #14228
    .select2-container .select2-choice, body, .color_body, .sidebar a, .author-name a, .author-latestposts h5 a, .author-latestposts h5, .author-profile .author-occupation, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .product_price, .product_details > .product_excerpt {
    color: #8224e3;
    }

    Try adding all that to your custom css box.

    Kadence Themes

    #14205

    Hi Ben,

    I’m using four columns without a sidebar for the the blog right now. Now I would like to show the date instead of this small icon. Is that possible? I’m already hiding the other icons which I don’t need.

    Another issue: I would like to see how the excerpt looks if it is justified. Right now it’s aligned to the left.
    I found this code in you forum, but it’s not working for me …
    .home_blog article .tcol-md-12.postcontent .entry-content {text-align: justify;}

    Best regards, Martin

    #14180

    Thanks Ben,

    Here is the plugin page: http://sellplrplugins.com/effortless-landing-pages/

    Squeeze pages, special landing pages created for lead captures, usually they have the opt-in form and some text, and are created to get email subscribers, or even sell a particular product.

    Here is the sample page I created with the plugin: http://internetslayers.com/spp_elp_optin/test-lynette/ and you can see the sidebar is not on the side, but below that white box, with the Sign Up here text, that is the squeeze page.

    And also, there is a WooCommerce error below the footer: Warning: Invalid argument supplied for foreach() in /home4/zcott567/public_html/internetslayers.com/wp-content/plugins/woocommerce-admin-bar-addition/woocommerce-admin-bar-addition.php on line 703

    The ABOVE issues only happen when previewing the Squeeze page created with that plugin.

    #14178

    1. Is there a way to prevent/disable the sidebar from showing on PARTICULAR pages of the site? (NOT Woo Commerce pages) just regular WordPress Pages.

    2. I have tried 2 Squeeze Page plugins and both break the sidebar layout, do you know of one that is compatible with Kadence Premium?

    In forum: Virtue Theme
    #14170

    Well thanks a lot Ben, it helped.
    Now it’s working.

    though if you can make the next update handle the rtl, only then it would be the perfect theme. because for example the sidebar and comments, they are still on the left. but that is not a big issue.

    I’ve tried many themes, some of them the “woothemes” and “elegant themes” until I found you guys and your great theme.

    In forum: Virtue Theme
    #14115

    Hey, try pasting this into your custom css box in theme options > advanced settings:

    .sidebar {
    background: #777;
    }

    Just use whatever color you’d like.
    Hope this is helpful!
    Hannah

    #14114

    Hi, Is it possible to change the colour of the sidebar background? Thanks

    In forum: Virtue Theme
    #14072
    .sidebar a {
    color: #9A2EFE;
    }

    Add that to your custom css box in the theme options > advanced settings.

    Ben

    #14063

    Hi, I try to resolve by my self, but i can’t…

    In the Home Page, I have a Sidebar, in this, i have a Widget “Product Categories by WooCommerce”, i need to change the font color.
    It seems that the text is a “ul”. In the Virtue Premium Options – Typography, i only can change H1, H2, etc…

    I hope you can helpme

    Regards from Chile!

    In forum: Virtue Theme

    In reply to: Content in Category

    #14010

    You can’t really, the category “page” isn’t really a true page, it’s a built in loop so you can add a description and if you are set up for a sidebar have things visible in the sidebar but you can’t edit it like a page.

    If you want a page that you can edit that only shows posts of a certain category you have to create the page and use the blog-page.php template. Use the meta options to limit the posts to a certain page: http://docs.kadencethemes.com/virtue/#blogpage

    Ben

    In forum: Virtue Theme

    In reply to: Content in Category

    #14009

    You can’t really, the category “page” isn’t really a true page, it’s a built in loop so you can add a description and if you are set up for a sidebar have things visible in the sidebar but you can’t edit it like a page.

    If you want a page that you can edit that only shows posts of a certain category you have to create the page and use the blog-page.php template. Use the meta options to limit the posts to a certain page: http://docs.kadencethemes.com/virtue/#blogpage

    Ben

    #13806

    How to put my sidebar on the left side? And in smaller resolutions puts it on the right side again.
    I tried to handle the css and code without success.

    Thank you

    In forum: Virtue Theme

    In reply to: Shop Home page sidebar

    #13465

    Ok Lets make this clear, it’s not a developer issue. Maybe you don’t understand how a wordpress sidebar works? Maybe it’s best if you email me a login.
    ([email protected])
    I’ll set up your site. With demo three style.
    And you might find it very helpful to watch some tutorials about wordpress: http://code.tutsplus.com/series/wp101-basix-training–wp-20968
    And after that there are great tutorials about woocommerce: http://docs.woothemes.com/documentation/plugins/woocommerce/getting-started/

    Ben

    In forum: Virtue Theme

    In reply to: Shop Home page sidebar

    #13463

    You have 1 product and nothing in the sidebar?
    You have to add more products if you want to see theme laid out in four columns. And you have to add widgets to your sidebar if you want to see something there.

    Ben

    In forum: Virtue Theme

    In reply to: Shop Home page sidebar

    #13398

    Ok first thing, the sidebar will not go beside the slider. The slider is always on top even if there is a sidebar:
    http://themes.kadencethemes.com/virtue-premium-3/shop/
    If you want the slider to be next to the sidebar you have to use one of the plugin and add the slider shortcode to the page content. Can’t be added through the theme options.

    Since it’s also your home page you have to set the home layout to be sidebar.. theme options > home layout. and the shop layout to be sidebar. Theme options > shop settings.

    Ben

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