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: Pinnacle ThemeIn forum: Virtue Theme
In reply to: testimonial read more link always displayed
In forum: Virtue ThemeIn reply to: A few questions …
June 20, 2018 at 1:44 pm #193632The second site is not in maintenance so I looked at the homepage. The title is acting normally. If it’s the top enabled item in your home layout then it will follow the normal layout being above the sidebar. If it’s not the top layout then it would be placed beside the sidebar.
Ben
In forum: Virtue ThemeIn reply to: Home Custom Carousel
In forum: Virtue ThemeTopic: Home Custom Carousel
Hi!
My website is *Login to see link .
1. What is the CSS to change the Home Custom Carousel background colour?
2. The lines above and below “Latest Posts” seem to be going through the sidebar. I never noticed that there before. I think it happened after I added the image widget for my sale but I can’t be sure.
Thanks!!!
In forum: Virtue ThemeIn reply to: Kadence Themes in Conjunction with Learndash
June 13, 2018 at 5:31 pm #193056I’m going to look at a way to auto check for these extra post types and add in the meta box.
Here is the css:
.single-sfwd-lessons #ktsidebar { display: none; } .single-sfwd-lessons #ktmain { width:100%; }In forum: Virtue ThemeIn reply to: Kadence Themes in Conjunction with Learndash
In forum: Pinnacle ThemeIn reply to: Rendering Buttons in Google Chrome
In forum: Virtue ThemeIn reply to: Kadence Themes in Conjunction with Learndash
June 13, 2018 at 11:51 am #192991In your settings > page builder are you enabling page builder for those custom post types?
You would need to set post meta for the post types. are you using a child theme and familiar with code you can add in meta boxes to control if a sidebar is shows and which sidebar shows.
Ben
In forum: Virtue ThemeHello Ben,
A few days ago you were helping me with a related subject at the forum topic: *Login to see link
I’m still struggling with post/pages design for courses, topics, lessons, quizzes, completed lessons, etc… for instance, the lessons page still have a sidebar with the same content that I use for areas in the website that have nothing to do with courses.
I’d like to have more control and be able to choose if a specific page/post in the course area will have a sidebar or not. So far I’m using CSS for course and Topic pages.
Also, when I choose to have a side bar on an specific page, I’d like to have more freedom to put a specific content on it. One alternative would be not having a sidebar and using page builder’s columns, but pagebuilder is not working in the posts/pages of the course area of the website.
Do you know what I have to do to have more control on sidebars and it’s contents, or how to allow pagebuilder to work on the learndash area of the site?
Thank you very much,
FelippeIn forum: Virtue ThemeIn reply to: Disable sidebar
June 11, 2018 at 12:03 pm #192778A “courses” page is different from a “topic” page. Before we go any further please make sure you link to each post type you want to change.
Courses would use css like this:
.single-sfwd-courses #ktsidebar { display: none; } .single-sfwd-courses #ktmain { width:100%; }I’m seeing the page template work fine. You didn’t have it set for the page you linked to. You were setting the wrong thing. The settings for this plugin: Cpt custom page template. I don’t suggest you use that plugin. But regardless if you want to set a page title you must use the correct page attributes settings.
Ben
In forum: Virtue ThemeIn reply to: Disable sidebar
Ben,
Thank you for your answer. From what you’ve said, it seems to me that the CSS option is the easiest way, do you agree? However, I used the CSS that you provided, but it did not work. Is it correct or maybe the problem is something else?
.single-sfwd-topic #ktsidebar {
display: none;
}
.single-sfwd-topic #ktmain {
width:100%;
}Thank you,
FelippeIn forum: Virtue ThemeIn reply to: Disable sidebar
June 11, 2018 at 9:53 am #192752That follows the default you have set for your blog posts since it’s a post type without its own template (thus in WordPress defaults to blog post template).
So you can set your default but that would affect all your blog post defaults.
Or you can hide the sidebar with css for that post type:
.single-sfwd-topic #ktsidebar { display: none; } .single-sfwd-topic #ktmain { width:100%; }Or you can use a child theme and unhook the sidebar for that post type with a function like this:
function kad_sidebar_on_sfwd_topic_page($sidebar) { if (is_singular('sfwd-topic')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_sfwd_topic_page');Ben
In forum: Ascend ThemeI’m using a widget in the Above Footer Widget Area and Footer Column 1, but we’d like to suppress these from appearing on any page that has Member Pages as a Parent page. Is there any way to accomplish this? HERE is an example of one the pages on which we’d like to hide these widgets. There is a sidebar menu with a list of bands. All those with an * have a page on this site and we’d like to suppress these footer widgets for all of them.
Thanks so much!
In forum: Virtue ThemeIn reply to: Disable sidebar
Hey Ben,
So, I would have to disable the side bar page by page?
I am using Learndash plugin, and the course pages do not show this option to individually set them as fullwidth.
The website has an undercontruction mode enabled, so I’ll send you a loging information in private. If you could just take a look and tell me if there is a way to globaly turn the sidebars off, I would be very thankfull.
Thank you,
FelippeIn forum: Virtue ThemeIn reply to: Disable sidebar
June 9, 2018 at 10:05 pm #192651In your other pages select the fullwidth page template.
In your theme options > home layout turn on the sidebar.
Ben
In forum: Virtue ThemeTopic: Disable sidebar
Hi
I was long due on updates and finally got around to it. I made a copy of current site and run updates there.
1. first I updated all plugins except woocommerce – everything was OK
2. then I updated woocommerce (2.6.14 -> 3.4.2) – I got an issue with category pages not showing content at all. Problem was in solution from here: *Login to see link
– I commented this part out in functions.php and content is shown now, but Page title is not where it should be.
– And I’m getting warning about two outdated templates (virtue_premium_child/woocommerce/emails/customer-invoice.php and virtue_premium_child/product-searchform.php)
3. then I did update of Virtue theme (3.9.8 -> 4.6.1) – everything is OK
4. then I did update od WordPress (4.7.10 -> 4.9.6) – everything is OKSo now I’m left with this two issues, that I don’t know how to fix. Can you please help me.
Should I do updates in different order on my live site?
This is live site: *Login to see link
and this is test site: *Login to see linkThank you in advance
AlesIn forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Issue with JT Event Calendar
-
AuthorSearch Results


