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
Thanks for your reply: perfect, that is what I wanted too.
For German Users in the translated version:
‘Theme Einstellungen’ – ‘Generelle Einstellungen’ aufrufen – Absatz ‘Erstelle Sidebar’ : hier im Textfeld neuen Sidebar-Namen vergeben / man kann auch gleich mehrere vergeben.
Dann ‘Design’ – ‘Widgets’ aufrufen: die neuen Sidebars sind mit Namen aufgeführt und werden nach Wunsch mit Widgets gefüllt.Peter Rudnick http://www.step-stiftung.de
In forum: Pinnacle ThemeI recently started using the Pinnacle theme and so far I’m beyond impressed. Great theme and your support seems fantastic so I’m hoping you can help me with the small issues I’m encountering.
Here is my site: http://www.thebreakfastball.com
I’m not sure if this falls into your theme or a WordPress issue but this is whats happening, maybe you can assist or at least point in the right direction.
When I login to the site and go to my homepage there is no WordPress top menu where I can select “Edit Page”. There’s at least 3 pages on the site where this happens. Where it gets strange is those pages are not taking on the changes I have made to the Typography. If I choose a post page then the typography changes are present (I can see them in the sidebar).
It was working the other day just fine then yesterday any of the changes I made stopped showing up on the main page.
Not sure what’s going on, just very odd to me.
Any help you can provide would be awesome.
Thanks!
MathewIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeHello Ben,
can you check this page *Login to see link because on my tablet the sidebar merge with the map.
In this page the div is without any custom css class it takes the rules from Leaflet.
Maybe I have to add some css rule for @media max-width but I’m not very skilled for, or is related to pinnacle new version settings?Thanks
AngeloIn forum: Virtue ThemeIn reply to: comment on page does not appear
Hey ido,
Unfortunately there isn’t an option to leave comments on the homepage. You would have to add this function into a child theme.also would like to see products list on left side what best way.
Do you mean a sidebar? You can add a sidebar to the homepage in Theme Options > Home Layout then add content to it in Appearance > Widgets. Then to get it on the left you can add this to your custom css box in Theme Options > Advanced Settings:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Hope that helps!
Hannah
In forum: Virtue ThemeHi Hannah, i followed your instructions however, my page is still rendering my primary sidebar. the page in question is my blog page and i would like to show my bog sidebar which i created. is there something that is overwriting this and needs to be adjusted?
In forum: Virtue ThemeHi Joseph,
You can create sidebars from Theme Options > Misc Settings and then add widgets to them from Appearance > Widgets. Then you can select a sidebar for each page by selecting a sidebar page template and then choosing the desired custom sidebar.
Hope that helps!Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: 3 items
August 25, 2015 at 11:30 am #55342Hey,
Screen shots are not the best way to work with css. It’s really better for you to wait till you have a link. I’ll do what I can.1. Wait on a link for individual menu items you would just target the menu using the menu id but thats easiery to see if you have a link. For now globally:
.sidebar .widget-inner .menu li a { color: blue; font-weight: bold; } .sidebar .widget-inner .menu li { border-bottom-color:blue; background: transparent; padding:0 5px; } .sidebar .widget-inner .menu li:hover > a { color: white; font-weight: normal; } .sidebar .widget-inner .menu li:hover { border-bottom-color:white; background: black; }2. Need a link for this. you can set up the portfolio types though.
3. sounds good,when you ready to push it on a server I can check then too.
Ben
In forum: Virtue ThemeIn reply to: 3 items
In forum: Virtue ThemeTopic: 3 items
Hope you guys had a nice time off in the wilderness! Looked pretty.
1. I may have missed this in one of the options, and if so, apologies for the churn. I have a menu in a custom sidebar inserted into a widget, and would like to be able to adjust the display attributes of that menu — font, font color, bold, and on hover to change background color and text color. Assume I need some CSS, but let me know if it just settings. [Would prefer to do this on specific page(s) but could live with a global solution]
2. In a Cyclone slider, I have inserted an image for which the specified link indicates to open in a new tab or window. It does not do that. Page opens in existing tab. Anyplace you can refer me to about that?
3. Perhaps somewhat off target, but hoping your depth of experience might help, are you aware of any tool/plugin that would allow me to associate a sticker or visual label with an image, especially in the portfolio grid? I’m looking for something that is non-destructive so that I can label some images as “NEW” etc.
Many thanks. Continuing to enjoy the theme.
In forum: Virtue ThemeTopic: Display new taxonomy in post
Hey,
I used register_taxonomy() in my child theme functions.php to register a new hierarchical taxonomy, and it works fine. Now, I’d like them te be displayed next to the ‘Posted in’ categories of each posts (or next to the tags). How can I do that please?
Also, I’d like to remove the sidebar from the new taxonomy pages. For tags I had done that
add_filter('kadence_display_sidebar', 'tag_sidebar');function tag_sidebar($sidebar) {
if (is_tag()) {
return false;
}
return $sidebar;
}What shall I enter for my custom term?
Thanks for your support,
Cheers,
In forum: Virtue ThemeIn reply to: Revolution Slider will Not Load
In forum: Virtue ThemeIn reply to: Virtue Woocommerce Tags Page Sidebar
August 20, 2015 at 12:40 pm #54629So you need to add something like this in the child theme functions.php file:
add_filter('kadence_display_sidebar', 'kt_tag_sidebar'); function kt_tag_sidebar($sidebar) { if (is_product_tag() ) { return false; } return $sidebar; }Kadence Themes
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Gray lines around images
In forum: Virtue ThemeTopic: Gray lines around images
First, just a note to say that this is a nice theme — clean and uncluttered. Thanks.
On the homepage I am now developing (not live, but image here: *Login to see link ), there are thin gray lines around the Custom Carousel that I have installed. Can that be removed via a toggle or CSS?
Also, in the sidebar I have used Visual Editor to add some text and an image thumbnail. It too has the gray lines. Can they be removed?
Thanks for the help.
In forum: Virtue ThemeHello,
The free version (2.5.4) of Virtue was configured to my liking so I decided to buy the premium version (3.2.5).
After upgrade/migrate and import of the settings, many things were wrong:
– the main menu is gone
– footer widgets are rearranged and some not there
– sidebar is different
– social icons at the top left have only 3, not 4
And this is just the homepage.
Is this normal? How can there be such a difference between the versions?
Any suggestions to get the website exactly the same with the premium version as it was with the free version, without re-doing all the work?
Thanks,
svenIn forum: Virtue ThemeIn reply to: custom sidebar width
August 19, 2015 at 12:38 pm #54361Hey,
You can add css like this:@media (min-width: 992px) { .page-id-161 .main.col-lg-9 { width: 67%; } .page-id-161 .kad-sidebar.col-lg-3 { width: 30%; } }Ben
In forum: Virtue ThemeTopic: custom sidebar width
Hello,
I’m using the Custom Sidebars plugin to create several different sidebars for different pages of the website.Quite simply, I’d like to increase the width of one of the sidebars, but leave the rest as is at 25%.
Is there custom css to do this or anyone have any advisement? Thanks so much.
Here is the page I want to increase the sidebar width to fit the Google map iframe more appropriately. *Login to see link
Regards
-
AuthorSearch Results


