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'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Custom sidebar on a page
Hey,
to enable the sidebar on a page, firstly you need to go into the page edit screen and be sure you’re using the Sidebar Template under Page Attributes.
Then, configure the sidebar settings. See here:
http://docs.kadencethemes.com/virtue-premium/templates/sidebar/Let me know if that answers your question.
-Kevin
In forum: Virtue ThemeTopic: Custom sidebar on a page
In forum: Membership ForumsIn reply to: Primary Sidebar
Hey,
Are you wanting to do this on your entire site or just a specific page? Here is CSS that will hide the sidebar in mobile on your entire site:
@media (max-width: 992px) { aside#ktsidebar { display: none; } }If you want a specific page, please link to it.
-Kevin
In forum: Virtue ThemeMarch 22, 2018 at 9:40 am #184426I’m using Constant Contact and I want a sign-up form in my sidebar.
barnladybuilder.com
Thanks.
Deb
In forum: Membership ForumsTopic: Primary Sidebar
In forum: Ascend ThemeIn reply to: Show side bar ‘onclick’/’ontap’
March 21, 2018 at 10:20 am #184268It’s not an option within the theme. I can’t think of any way you would do that without a lot of custom javascript, css and changing the output of the sidebar in a child theme.
If you can give me a site example for what you’re going for then perhaps I can offer a better suggestion as I’m not entirely sure how this would work or look.
Ben
In forum: Ascend ThemeHello,
I was wondering, with the Ascend premium theme, is it possible to have the sidebar pop-out from the side on a click/tap of a button?
Like the functionality of the mobile menu, but I would actually prefer for the sidebar to be activated.I hope this makes sense.
Kind Regards
In forum: Virtue ThemeIn reply to: Does the galley load the full size images?
March 19, 2018 at 5:08 pm #184055Hey,
Sorry if I didn’t make it more clear. You can only choose the gallery type “slider” if you want to set the slider width to 300. If you choose any other gallery type then you would have to use a shortcode and not a widget to set the image size.If you are going to use a carousel type gallery then the 300 you have added for the “slider” width will do nothing and you can remove if you want or leave it the effect is the same which is nothing.
I again strongly advise against galleries of 100 images regardless of your goals or purpose.
If you want to change image size of the carousel so there is less impact that you must add your gallery through a shortcode and not through the gallery widget. Adding through a shortcode just means you select the “visual editor” widget and click “add media” then in the left sidebar of that popup you would click “create gallery”
Ben
In forum: Ascend ThemeIn reply to: Deactivate cart fly out
March 19, 2018 at 2:48 pm #184036If you have customers that will be ordering that many products you should not use the theme extras mini cart as a dropdown. Just the same as you should not have a menu items with dropdown that is 50 long.
All you need to do it turn off the header extras cart and add a cart menu to your menus. If you want to use the woocommerce mini cart and support an amount of products that would overflow a screen then you can use the woocommerce widget in a sidebar.
Ben
In forum: Pinnacle ThemeIn forum: Ascend ThemeIn reply to: Changing size of landscape images for post summaries
Hi Ben
I’m not talking about the images that are shown on the actual blog post page, but those that are generated by the theme to be shown on the archive pages, or the all posts page/home page, which are not affected by settings chosen for individual blog posts. Currently, I have no sidebar, so all summary images shown on my home page, which uses landscape summaries are generated as 1140px by 400px – is there a way to change this as I would prefer a less narrow aspect ratio?
Cheers
Liam
In forum: Virtue ThemeTopic: Sidebar format question
March 17, 2018 at 1:08 pm #183817On my sidebar the post titles and dates all run together….
example – Welcome to Barn Lady Builder January 23 2018Is there any way to add a dash or some space in between the title and the date?
barnladybuilder.com
Thank you.
Deb
In forum: Virtue ThemeIn reply to: Custom page template – Remove sidebar
March 16, 2018 at 10:47 am #183658Hey,
There is a landing page template already that removes the header and footer and sidebar.The sidebar is controlled through hooks so you would have to unhook the sidebar using a function like this:
function custom_no_sidebar_on_template($sidebar) { if ( is_page_template('custom_template.php') ) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'custom_no_sidebar_on_template');If you are going to use a custom template and you want it to not have a header you will need to build a custom base template for it, take a look at base-page-landing.php
Ben
In forum: Virtue ThemeHello,
I want to create a special full width landing page with header and no sidebar. So I copied the page-fullwidth.php and changed the template name. When I switch the page template to the new one, the page looks like a normal page with sidebar and no full-width. Are there any additional settings which I have to made in theme options, other template files or in the functions.php?
Kind regards,
Dominik
In forum: Virtue ThemeIn reply to: default sidebar size
Hi Hannah,
Thank you for your reply, sorry for my ignorance, I’ve got your mean, 25% of the page on desktop!
Well, I have been using another WP theme which sets the sidebar width 336px (responsible). That’s why I asked you.
Sorry, again it’s all good. I will figure out.Thank you for replay!
Yori
In forum: Virtue ThemeIn reply to: default sidebar size
In forum: Virtue ThemeTopic: default sidebar size
In forum: Virtue ThemeIn reply to: Remembering Selected Link In Menu/Widget
March 15, 2018 at 11:47 am #183518ok, you want active link not visited link.
Here is the css:
.sidebar .product-categories li.current-cat > a { background:black; color: #dd3333; } .sidebar .product-categories li a { padding:5px; } .sidebar .product-categories { margin:0; }Ben
In forum: Virtue ThemeIn reply to: Remembering Selected Link In Menu/Widget
This reply has been marked as private.March 15, 2018 at 8:44 am #183461In forum: Ascend ThemeHi
I have currently set the home page to display all posts in the standard format, with a landscape image (no sidebar). This looks great apart from on a mobile phone in portrait orientation, where the landscape images lose impact due to small size. Just wondering if there is a way to use the grid display option only on devices where the screen is below a certain width as, on narrow devices, the grid images actually appear much larger than other formats?
Many thanks
Liam
-
AuthorSearch Results


