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: Ascend Theme
In reply to: Creating new sidebar
In forum: Ascend ThemeIn reply to: Creating new sidebar
January 8, 2018 at 1:52 pm #174374Hey,
any page can have a sidebar, you can choose a sidebar in your page settings scroll down below “featured image” on the right side. You can add more sidebars to your site in the theme options > misc settings.Ben
In forum: Ascend ThemeTopic: Creating new sidebar
In forum: Virtue ThemeIn reply to: Two Portfolio Pages?
January 5, 2018 at 12:26 pm #174084Maybe this will help: http://docs.kadencethemes.com/virtue-premium/templates/portfolio-page-template/
go to pages > add new. In the right sidebar, you should see an option to choose a page template. There chose portfolio grid then save the page.
Ben
In forum: Virtue ThemeIn reply to: @media print
January 5, 2018 at 10:03 am #174068@media print { #kad-banner, .portfolio-single-img, #containerfooter { display: none !important; } }Can you tell me if it is possible to have the third menu item in the main navigation also in one line?
Right now each menu item gets 33.33% of the container making it look even. If you force your very long menu item to be one line it will mean you have to force the other menu items smaller making it not look even. Here is the css:
.kad-header-style-two .nav-main ul.sf-menu > li { width: auto; } .kad-header-style-two .kad-header-left .nav-main ul.sf-menu { float: right; width: auto; } #wrapper .kad-header-style-two .nav-main ul.sf-menu > li a { padding: 7px; }I center-aligned my page header, but on the shop and other archives as well as the portfolio archives and posts it is not completely centered.
The portfolio posts normally have navigation on the right side you are using css to hide it so you also need to use this css to change the layout so the title doesn’t make room for the navigation:
.page-header.single-portfolio-item .col-md-8 { width: 100%; } .page-header.single-portfolio-item .col-md-4 { display:none; }Similar with the shop archives you’re hiding the order so :
.page-header .woo-archive-pg-title { width: 100%; } .page-header .woo-archive-pg-order{ display:none; }And in terms of single blog posts those headers are different then pages and are not above the sidebar they would only center on the left if you have a sidebar on the page.
In forum: Virtue ThemeIn reply to: @media print
January 5, 2018 at 7:34 am #174057thanks! So if I wanted to remove everything besides the content of the page( I will be using the portfolio to display the recipes), what would I need to add? So no footer, no sidebar, no featured image?
I also have a couple of other things:
a) Can you tell me if it is possible to have the third menu item in the main navigation also in one line?
b) I center-aligned my page header, but on the shop and other archives as well as the portfolio archives and posts it is not completely centered.Thanks!
In forum: Virtue ThemeIn reply to: Header graphic sizing problem
Ben,
Sorry about missing that the post was listed as resolved. I completely blanked on that.
I tried both solutions to resolve the issue with the hero image being truncated when initially loading. I must be missing something, or doing something wrong.
When I tried adjusting the Widget Design sidebar settings, it cut off the top 300 pixels of the image.
Then, when I tried using the Spacer shortcode, it continues to cut off the bottom of the image and text on the hero image.
I’m sure I’m missing a setting or misunderstanding something, but I can’t figure out what it is. Any idea what I may be doing wrong?
Thanks,
DeanIn forum: Virtue ThemeIn reply to: Subcategories and Filters
Hello,
You should be able to configure a very similar category selection in your sidebar using this plugin:
https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/You can enable a category filter at the top of your shop page by going to Theme Options> Shoop Settings, and finding “Show Category Filter on Shop Page.”
Does this work for you?
-Kevin
In forum: Virtue ThemeIn reply to: Upgrading to virtue premium
Hey,
I see this is marked as resolved, so I assume you found the theme options. Just to clarify though, the free theme options are found under Appearance. The Premium has its own theme options area in the admin sidebar.
Let me know if you need any further assistance with this.
-Kevin
In forum: Ascend ThemeIn reply to: Widget Creation
In forum: Ascend ThemeTopic: Widget Creation
Hi I’m currently doing the News/Blog section of my site. I would like to add a list of categories as a sidebar, widget area. However as I also have a portfolio page ( with categories for the portfolio) when I add this widget to my sidebar, it provides the categories of the my blog posts and the portfolio categories together. Is there a way to separate this out so that on my blog page I can display only the categories in my sidebar?
In forum: Ascend ThemeIn reply to: Logo, Sidebars, Importing
Hi Lara,
Do you have the shrink header enabled? You can disable this from Theme Options > Header Settings.
1. You can use this css:article.kad_blog_item header h3 { font-weight: 800; }2. You can enable a sidebar for your blog archives pages from Theme Options > Blog Options > Choose a Default Sidebar for your Category/Archive pages. Then you can add content from Appearance > Widgets.
3. What method are you using? What is happening when you try?
Hannah
In forum: Ascend ThemeTopic: Logo, Sidebars, Importing
Hi I have three questions:
My logo- when I scroll down the page, the logo seems to “squash” down which doesn’t seem right. Is there a way to adjust this, or is there something I need to do to stop this happening?
on the news page (Blog), using this layout- is there a way to (1) make the titles bolder so they stand out (2) insert categories on the right hand side of the page so that users can go straight to the category that suits them? ( I seem to be able to add this as a sidebar to the header area only rather than the main body of the page).
(3) I’m trying to import posts from another site and the usual import methods don’t seem to be working. Any idea why?
Kind regards,
LaraIn forum: Ascend ThemeIn reply to: how to center social link in footer
Hi Ben,
This was the settings when I send you the first post asking where to find shop page settings http://www.4kmediastock.com/repository/archiveshopsettings2.jpg
As you can see because I chose on site layout no sidebar was set by default No sidebar layout but fields below have by default set Right and Primary Sidebar It showed an empty sidebar on the right.After sending the previous post I tried to eliminate the selection in fields below as shown in this picture
http://www.4kmediastock.com/repository/archiveshopsettings3.jpg
And anything went ok.Anyhow forget it maybe it happened because of my multilingual plugin or just because I have to become crazy. I tried to replicate it again but nothing, the selector works fine now.
Just a simple question, what happen to product page if I install Pinnacle Premium instead of Ascend? Do I lose something beside the stylesheet?
Thanks a lot and happy new year to whole team.
AngeloIn forum: Ascend ThemeIn reply to: how to center social link in footer
December 29, 2017 at 2:22 pm #173498I don’t think I understand. Your shop page is not showing a sidebar because you set the default to not show a sidebar. What am missing?
Ben
In forum: Ascend ThemeIn reply to: how to center social link in footer
Hi Kevin,
The CSS rule works fine!
I set the Shop Page, the option Default Layout for product archive pages > No sidebar layout isn’t working correctly
I had also to eliminate the option on the below row Sidebar side for product archive pages so it appear now Select an itemThis is a theme bug because in your other theme if you set No sidebar layout, all other settings are useless. Please, have a check at it.
Thanks
AngeloIn forum: Ascend ThemeIn reply to: how to center social link in footer
Hi Kevin,
Sorry but there’s no Shop Page settings, only Shop Archive Settings and in this page I set no sidebar have a look at my settings
http://www.4kmediastock.com/repository/archiveshopsettings.jpgWhat’s wrong?
If I decide to use Pinnacle Premium instead of Ascend, do I lose my product post or just change the styles?Thanks
AngeloIn forum: Ascend ThemeIn reply to: how to center social link in footer
1. You can remove the sidebar from your shop page by going to Theme Options> Shop Settings, and finding “Default Layout for product archive pages.” Set that to “No Sidebar Layout” and you should be set.
2. Here is some CSS that should remove the dots:
div#related-product-carousel .slick-dots { display: none !important; }-Kevin
In forum: Ascend ThemeIn reply to: how to center social link in footer
Hi Kevin,
two more little things to set because in Ascend there isn’t such options to set.
1- In the Shop Page I don’t want the side bar but I see 3 column of product and empty space on the right like an empty sidebar. How can I remove it?
2- The related product carousel in the single product page has dot pagination at bottom and I don’t like this. How to remove this dot navigation?
Why don’t you set these options in the theme settings.Check Shop page here https://www.4kmediastock.com/en/negozio/
check related carousel here https://www.4kmediastock.com/en/prodotto/nature-n5006/
Thanks
AngeloIn forum: Virtue ThemeIn reply to: Strange behavior with sidebar
December 26, 2017 at 3:52 pm #173171In your theme options > product options, you can set which sidebar shows as default for products. But also in each product you can set this as well.
I suggest you set the default to what you want. I just changed it to primary so you can see.
Ben
-
AuthorSearch Results


