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: Sidebar width and new Facebook Like Box
April 20, 2015 at 9:37 am #38017It’s always surprising to me that they don’t make there widgets responsive. None of there sidebars are 280px… But if you want to you can add this css and change the sidebar width:
@media (min-width: 1200px) { #content .main.col-lg-9 {width: 70%;} #content aside.col-lg-3 {width: 30%;} }Ben
In forum: Virtue ThemeHi Ben,
According new Facebook API 2.3 Like Box plugin will stops working on June 23rd 2015 – *Login to see link
New Page Plugin has minimum width 280 px. In Virtue Theme sidebar has 263 px and new like box looks bad. You can see here *Login to see link
Are you planning re-size sidebar to 280 px? If not can you give me css code? Maybe you can take some pixels from padding and leave this 847 px in main div and re-size sidebar for 280?Sebastian
In forum: Virtue ThemeThe German translation of “Logout” as “Ausloggen” is not accurate. Could this be changed to “Abmelden” please? This is also the default translation as done by WooCommerce and WordPress.
Here is a patch:
--- de_DE.orig.po 2015-04-19 12:28:40.000000000 +0200
+++ de_DE.po 2015-04-19 12:29:30.000000000 +0200
@@ -3950,7 +3950,7 @@
# @ virtue
#: ../templates/account-sidebar.php:26
msgid "Logout"
-msgstr "Ausloggen"
+msgstr "Abmelden"# @ virtue
#: ../templates/bottomportfolio-carousel.php:26Would be great if this could be included in the next virtue version as this is very visible on the frontend to customers.
In forum: Virtue ThemeIn reply to: Add color icons to Home pages
April 18, 2015 at 11:32 pm #379051. If you want an icon in your menu like demo 2: http://themes.kadencethemes.com/virtue-premium-2/
check out the tutorial here: https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/
2. You want the sidebar to have one background color different from the content? What color?
You can use css like this:
#ktsidebar { background: #eee; }What do you mean by icons? Are you wanting to add social icons through the theme social widget?
We have docs here: http://docs.kadencethemes.com/virtue/
And if you would like to install one of the demos you can through our plugin: https://www.kadencewp.com/kadence-themes-demo-content/
Ben
In forum: Virtue ThemeHi, I just upgraded to premium and I can’t seem to get anything changed..for examples:
1. Add a color icon to my home pages.. ie…Home, Recipes, Kitchen Essentials, etc. There isn’t any options to do this. I noticed that a carousel is displayed at the bottom of the homepage with the icon and color box but I really want it on my secondary navigation and not the bottom.
2. how do I add color background and icons to my sidebar menu?
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
April 18, 2015 at 10:23 pm #37893If you want the recipe archive page to have the same as the singular then you would just add a function for that:
add_filter('kadence_sidebar_id', 'kt_recipe_archive_sidebar_id'); function kt_recipe_archive_sidebar_id($sidebar) { if ( is_post_type_archive( 'recipe' ) ) { return 'sidebar-primary-recipe'; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
Hi,
When I use the code above in functions.php in my child theme, there is no error but the side bar does not appear in the recipe post page. Actually, the sidebar disappears – the primary sidebar also does not appear.
Now, when I revert back and update the template/sidebar.php with the original code below, still I do not get the sidebar-primary-recipe but I get the “Primary Sidebar”(the original theme primary sidebar)
<?php
if( get_post_type() == ‘recipe’ ) {
dynamic_sidebar(‘sidebar-primary-recipe’);
} else {
dynamic_sidebar( kadence_sidebar_id() );
}I cleared the cache, flushed the permalinks. No effect.
I want to use the “sidebar-primary-recipe” in recipe archive page and also in recipe post page. Can you help ?
Thanks.
In forum: Pinnacle ThemeIn reply to: Pinnacle Premium Contact Form
April 17, 2015 at 10:53 pm #37835You can use the contact page template which has a forum built in.
If you look when you edit a page you’ll see templates on the right sidebar below the publish button.
Ben
In forum: Virtue ThemeIn reply to: Sidebar.php in Child Theme
April 17, 2015 at 10:25 pm #37830Rather then overriding the theme template you can just use a function in your child theme functions file.
add_filter('kadence_sidebar_id', 'kt_recipe_sidebar_id'); function kt_recipe_sidebar_id($sidebar) { if ( is_singular( 'recipe' ) ) { return 'sidebar-primary-recipe'; } return $sidebar; }Ben
In forum: Virtue ThemeIn reply to: Blog post margin
April 17, 2015 at 9:52 pm #378161. You can use css like this:
@media (min-width: 992px){ .main.col-lg-9 { padding-right: 40px; } }2. What do you mean? You have the content class set to a light gray. you can change that back to white in the theme options > advanced styling. If you actually mean the body tag background you can set that in the advanced styling to but it’s behind your content class so it won’t show.
4.
.sidebar h3 { text-align: center; }5.
.sidebar h3 { text-decoration: underline; }Ben
In forum: Virtue ThemeTopic: Sidebar.php in Child Theme
Hi,
I have used virtue_premium_vendor_child theme and virtue premium theme. I have added additional code in the templates/sidebar.php in the original theme file. I want move the sidebar.php from the theme to child theme so that when I update the original theme, I do not need to copy the customization again. Is this possible ?
In the templates/sidebar.php, I have used the below custom code
<?php
if( get_post_type() == ‘recipe’ ) {
dynamic_sidebar(‘sidebar-primary-recipe’);
} else {
dynamic_sidebar( kadence_sidebar_id() );
}Thanks.
In forum: Virtue ThemeTopic: Blog post margin
Hey B & H,
Regarding all my blog posts:
1 – I’m trying to increase the gap (margin?) between my post body and my sidebar. Is there a setting for this?
2 – Set all body backgrounds to white?The tiles on the sidebar (Recent Posts, Categories, etc):
3 – Can I control the font size independently without affecting the H3 heading settings?
4 – Can I center them?
5 – Underline them?As always, thank you for your stellar customer service!
In forum: Virtue ThemeIn reply to: Change previous/next buttons to post title
That would be great! I think it would help the click through rate if you could see what the next post was titled.
It might be a chrome thing? I don’t mind that the sidebar goes underneath, just that it covers the page numbers/links.
Thanks again!
In forum: Virtue ThemeIn reply to: Change previous/next buttons to post title
April 17, 2015 at 8:49 am #37777There isn’t an option to show the next posts title. I can add that as a feature request though.
Sidebars are supposed to drop below the content on mobile. But it shouldn’t effect the buttons. Can you post a link?
Ben
In forum: Virtue ThemeHiya,
Just wondering if it’s possible to change the previous/next buttons to the relevant post title?
I also noticed that when I change the size of my browser and the sidebar goes underneath the content, it also goes on top of the page numbers and you can no longer click them (set to latest posts and my homepage is ‘page content’).
Thanks!
In forum: Pinnacle ThemeIn forum: Virtue Themesystem info
### Begin System Info ###
— Site Info
Site URL: http://wittyict.com
Home URL: http://wittyict.com
Multisite: No— Hosting Provider
Host: DBH: witt2530627585.db.2530627.hostedresource.com:3311, SRV: wittyict.com
— User Browser
Platform: Windows
Browser Name: Mozilla
Browser Version: 5.0
User Agent String: Mozilla/5.0 (Windows NT 6.1; WOW
64; Trident/7.0; rv:11.0) like G
ecko— WordPress Configuration
Version: 4.1.1
Language: en_US
Permalink Structure: Default
Active Theme: Virtue – Premium 3.0.3
Show On Front: page
Page On Front: Home (#7)
Page For Posts: Blog (#11)
Remote Post: wp_remote_post() works
Table Prefix: Length: 14 Status: Acceptable
Admin AJAX: Accessible
WP_DEBUG: Disabled
Memory Limit: 40M
Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, refunded, failed, revoked, abandoned, active, inactive— EDD Configuration
Version: 2.3.6
Upgraded From: 2.3.6
Test Mode: Disabled
Ajax: Enabled
Guest Checkout: Enabled
Symlinks: Disabled
Download Method: Direct
Currency Code: USD
Currency Position: before
Decimal Separator: .
Thousands Separator: ,
Upgrades Completed: upgrade_payment_taxes,upgrade_customer_payments_association— EDD Page Configuration
Checkout: Valid
Checkout Page: http://wittyict.com/?page_id=147
Success Page: http://wittyict.com/?page_id=148
Failure Page: http://wittyict.com/?page_id=149
Downloads Slug: /downloads— EDD Gateway Configuration
Enabled Gateways: None
— EDD Tax Configuration
Taxes: Disabled
Tax Rate: 0
Display On Checkout: Not Displayed
Prices Include Tax: No— Must-Use Plugins
System Plugin:
— WordPress Active Plugins
Advanced Custom Fields: 4.4.1
Black Studio TinyMCE Widget: 2.2.3
Contact Form 7: 4.1.1
Cyclone Slider Pro: 2.9.6
Disable Comments: 1.3
Document Gallery: 3.0.2
Easy Digital Downloads: 2.3.6
Easy Digital Downloads – Free Downloads: 1.0.2
Easy Google Fonts: 1.3.6
Enhanced Media Library: 2.0.4.3
Exclude Pages from Navigation: 1.92
File Away: 3.9
Go Daddy Quick Setup: 1.06
Google Analytics: 1.0.6
Jetpack by WordPress.com: 3.4.1
Kadence Slider: 1.4
MiniMax – Page Layout Builder: 1.8.7
Page Builder by SiteOrigin: 2.1
Profile Builder: 2.1.3
Really Simple CAPTCHA: 1.8.0.1
Revolution Slider: 4.6.0
RICG Responsive Images: 2.2.1
Shortcodes Ultimate: 4.9.6
Simple Custom CSS: 3.2
Simple Page Ordering: 2.2.4
Simple Social Buttons: 1.7.8
TinyMCE Advanced: 4.1.7
WordPress Importer: 0.6.1
WordPress SEO: 2.0.1— WordPress Inactive Plugins
Akismet: 3.1.1
bbPress: 2.5.6
Comprehensive Google Map Plugin: 9.1.2
Custom Login: 3.2
Delightful Downloads: 1.5.2
Easy Media Download: 1.0.7
Embed Any Document: 2.1
Google Doc Embedder: 2.5.19
GT Shortcodes 3: 1.4.2.1
Homepage Control: 1.0.1
Maps Marker Pro ®: 2.2
Media Vault: 0.8.12
OAuth Twitter: 1.0
oAuth Twitter Feed for Developers: 2.2.1
oAuth twitter sidebar widget: 1.5
Patch for Revolution Slider: 2.4.1
PDF Embedder: 1.2.1
Theme My Login: 6.3.11
Virtue / Pinnacle ToolKit: 2.8
WooCommerce: 2.3.7
WooCommerce 2Checkout Payment Gateway Free: 1.6
WooCommerce Skrill Payment Gateway: 1.3.0
WooThemes Helper: 1.5.3
WP101 Video Tutorials: 0.3
WP Twitter Feeds: 1.4.7— Webserver Configuration
PHP Version: 5.4.16
MySQL Version: 5.5.37
Webserver Info: Apache— PHP Configuration
Safe Mode: Disabled
Memory Limit: 256M
Upload Max Size: 64M
Post Max Size: 65M
Upload Max Filesize: 64M
Time Limit: 30
Max Input Vars: 1000
Display Errors: N/A— PHP Extensions
cURL: Supported
fsockopen: Supported
SOAP Client: Installed
Suhosin: Not Installed— Session Configuration
EDD Use Sessions: Enabled
Session: Enabled
Session Name: PHPSESSID
Cookie Path: /
Save Path:
Use Cookies: On
Use Only Cookies: On### End System Info ###
-
AuthorSearch Results


