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
Topic: Overlapping sidebar content
Running into a problem where the Woo Bundles attributes choice fields are overlapping the sidebar content:
In forum: Virtue ThemeIn reply to: Sidebar overlaps Revolution Slider
In forum: Virtue ThemeTopic: vertical slider
In forum: Virtue ThemeIn reply to: Sidebar background color
In forum: Virtue ThemeJune 19, 2017 at 4:37 am #149260Hi team,
I want to translate some text to Dutch in my virtue theme that’s not up for editing in the theme options language settings, and looking for the easiest way to do that. (so, without adding a plugin)
The text I want to change is on the bottom of each post where it says “previous post” and “next post”.
I want to have the Dutch words there: “vorig artikel” and “volgend artikel”.I thought to create a child theme. I found your tutorial.
I still have some questions.
1.
What url do I need to replace the example url’s with, considering my domain name is prachtwerk.be?
Would this be correct?Theme Name: Virtue Premium Child
Theme URI: *Login to see link (when you click on that, it doesn’t go anywhere)
Description: Virtue Premium Child Theme
Author: My Name Leila Kubegusa
Author URI: *Login to see link (does this matter?)
Template: virtue_premium (the name of the standard virtue theme folder I see in ftp)
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout
Text Domain: virtue-child2. Do I need to add the function.php as a complete empty file? (Why?)
3. What code do I add to tell it different names for the “previous post” and “next post” ?
Thanks in advance for pointing me in the right direction!
LeilaIn forum: Virtue ThemeIn reply to: Sidebar background color
here’s a post to my site: http://redesign2017.fatcatballroomdance.com/
i want to change the background color of the primary sidebarcurrently in theme options/advanced settings/custom css I put
/* Custom */
.sidebar Primary Sidebar {
background-color: red;
}and it’s showing no change. How do i code it?
In forum: Virtue ThemeIn reply to: Category Widget Not Working Properly
June 16, 2017 at 3:02 pm #149139The line is based on a border on the link. It’s helpful because that whole thing is a link. The count though is not a link. (This is how the simple wordpress widget works). Because the count is not part of the link you have to make the link display inline so that the count and the link are next to each other.
If you would like you can change the border from being on the link to being on the list element but this will mean your border would go below all of the list items so any parent list item would not have a border and that would look odd.
Here is the css for that:
.sidebar .widget_categories li { border-bottom: 1px solid #eee; margin-bottom: 4px; } .sidebar .widget_categories li a { border: 0; margin-bottom: 0; } .sidebar .widget_categories li ul { margin-bottom:0; } .sidebar .widget_categories li ul li:last-child { border:0; }PS the poor coding of the widget is the reason we styled it to work best without the category count.
In forum: Virtue ThemeIn reply to: Category Widget Not Working Properly
June 16, 2017 at 1:55 pm #149132Okay, so I added the extra code in, but it still seems like the display isn’t correct. I have two links below. The first link is the widgets without post counts turned on or the added css code. You can see the divider bars that separate each line are uniform and are the width of the sidebar. Once the post counts are turned on and the corrective css code is added, the bars don’t even extend out to the post count numbers, making the display look strange. I definitely wanted post counts, but I wanted to look clean like the widget above it, or even before the post counts were turned on. The arrows aren’t the issue, it’s the formatting of the separator bars that makes it look unclean.
Before: https://drive.google.com/open?id=0B-J4kbFDoIY8NDFISFc0WW83X0k
After: https://drive.google.com/open?id=0B-J4kbFDoIY8QlpNdlQyR1AtYVE
In forum: Virtue ThemeIn reply to: Different sidebars for category page
June 16, 2017 at 10:00 am #149099add_filter('kadence_sidebar_id', 'custom_cat_sidebar_id'); function custom_cat_sidebar_id($sidebar) { if(is_category('biking') ) { $sidebar = 'sidebar1'; } elseif(is_category('skiing') ){ $sidebar = 'sidebar2'; } elseif(is_category('sup') ){ $sidebar = 'sidebar3'; } return $sidebar; }There is an example function that you can place in a child theme functions.php file
Ben
In forum: Virtue ThemeIn reply to: Sidebar overlaps Revolution Slider
June 16, 2017 at 9:40 am #149092If you don’t want a sideabr then use a full width template.
If you want the sidebar but you want the slider to be above it and your page title then use a featured sidebar template.
If you want the sidebar and want the slider to be beside the sidebar then in your slider settings you need to turn off the fullwidth setting.
Ben
In forum: Virtue ThemeHEllo,
my problem is: i have a normal page (standardtemplate) and there is some content and a sidebar. If i implement a revolution slider above the content via shortcode the sidebar still remains. It means that the sidebar overlaps the rev slider. Its “inside” the image.
What is the solution here?
Thank you!
SimonIn forum: Virtue ThemeHi, I want to manually set sidebar ids based on category. I use a child theme. I saw your answer for this on this forum but I don’t understand what exactly means ” You just hook on “kadence_sidebar_id” and check for a category and return the id if that check comes true. ”
For example, I would like to have three different sidebar for three different category. The categories are: 1. Biking 2. Skiing 3. Sup
Can you please make an examlpe of these three categories?
Thanks in advance, GabiIn forum: Virtue ThemeIn reply to: Category Widget Not Working Properly
In forum: Virtue ThemeJune 15, 2017 at 5:50 pm #149038Using the Virtue Premium Theme, when I activate the Category Widget in the Sidebar and turn on “Show Post Counts” the display gets corrupted. You can see an example here: *Login to see link
THe number of posts for a category actually appears on the line below it. I have not seen this on the default WordPress Themes. Any ideas?
In forum: Virtue ThemeIn reply to: Sidebar background color
June 15, 2017 at 3:25 pm #149025You would add css in your theme options > advanced settings > custom css box. You should NEVER edit theme files as you would lose your changes.
If you need help with the sidebar color please post a link to your site. Please post what color you want.
Ben
In forum: Virtue ThemeTopic: Sidebar background color
In forum: Membership ForumsIn reply to: results page
June 15, 2017 at 3:20 am #148940Thank you Hannah it worked, but now it looks a bit strange.
– the sidebar is appearing at the bottom, after results.
– it shows too much text for each result, it will be ok if the result only shows photo and 2 or 3 first lines. It’s possible?
Thanks again
pd/ if it’s necessary i can solve this topic and open a new one.In forum: Virtue ThemeIn reply to: Sticky Nav Menu with Scroll?
June 13, 2017 at 5:04 pm #148781Hey,
Using a menu like that is proven to be really bad for the user accessibility. I would highly suggest changing your menu to a column based if you need to have that many items or reconsider adding that many items and placing menus in a sidebar on pages to improve accessibility.If your set on this you can use css like this to force a max height and create a scroll but in conjunction with a sticky header it’s still going to be very poor accessibility.
.sf-menu.sf-menu-normal .menu-item-924 ul { max-height: 400px; overflow-y:auto; overflow-x:visible; } .sf-menu.sf-menu-normal .menu-item-520 ul { max-height: 400px; overflow-y:auto; overflow-x:visible; }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeJune 12, 2017 at 8:48 am #148619Sure. do you want all sidebars everywhere hidden on mobile?
Post a link to your site.
Ben
-
AuthorSearch Results


