I have an IPad not desktop and I don’t know how to retrieve my premium features.
Can I just add it to the advanced settings custom css?
No – that could break your site. You can’t add php to a css box.
You can install an example child theme: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Ben
Hi,
I was searching the forum and saw this solution for removing the sidebar from the page when using the Events Calendar. You mentioned adding this in the child theme. I don’t have the site set up as a child theme. Can I just add it to the advanced settings custom css? Or do I need to first figure out how to convert the site to a child theme first? I’m using Virtue Premium.
add_filter(‘kadence_display_sidebar’, ‘tribe_sidebar’);
function tribe_sidebar($sidebar) {
if (tribe_is_event_query()) {
return false;
}
return $sidebar;
}
Thanks!
Connie
This reply has been marked as private.
You would have to load a plugin like this: https://wordpress.org/plugins/better-font-awesome/
Once you do just post a link to your site and I can help you with the last bit of css to override.
Ben
Hi there,
Just curious if it was possible to switch to the free icon set for my website rather than using the premium icons. I prefer the thin menu and arrow icons in the free set to the chunky ones in the premium.
*Login to see link
*Login to see link
I added this code to my site’s css to move the content in from the margins:
#content {
width: 1050px;
position:relative;
}
But that css doesn’t move the page titles on each page, so they are misaligned. How do I move the page title in from the margins as well?
example: *Login to see link
Thanks in advance.
Hey Janice,
So there is actually an option to turn off the lightbox in theme options > misc settings but this will turn the lightbox off sitewide. Do you want this to only effect the portfolio or does this work for you?
Hannah
Oh, it might be a caching issue then. I can just see a solid white background. I will wait for sometime and check again.
I have placed the testimonial modal on the homepage (under the testimonial carousel) today. The modal vanishes every time the submit button is pressed, without showing the confirmation message to the user, and the site reloads. Is there a way to resolve this?
Sorry, I know I am bothering you way too much. This definitely is my last question.
Hannah, the widgets are located on the primary sidebars in the services, blog and portfolio pages. You can see it here
Ben, the CSS unfortunately didnt have any effect on the Faceboook widget. Can you please look into it once more?
In the meanwhile I got another solution for making its background transparent by including the following code in functions.php:
function jeherve_custom_likebox_bg() {
return 'none';
}
add_filter( 'jetpack_fb_likebox_bg', 'jeherve_custom_likebox_bg' );
Will try it out once I start using the Virtue child theme sometime very soon. Was hoping that a CSS solution would be found.
Hi Ben
I would like to have the short description of my products display the product category like this:
AVAILABLE ON [PRODUCT CATEGORY]
I can’t just write the category in normal text because each product’s category will change each week. Is there a way of looking it up & displaying it?
My website is http://www.wellfedfood.com. Thanks very much!
Edward
Whats going on with this: http://www.travelworldonline.de/traveller/
That site is working.
Ben
I have two sites with the virtue theme. I have the setings the same for both sites, but only on one of them do pages with right sidebars also have the footer widget show up.
What am I missing?
This page is the one I want the full width instagram footer to show up (it is set to show up in the footer widgets, but is not displaying). The footer widget for social icons shows up, but not the full-width instagram gallery.
*Login to see link
I want that site to look like my other site:
*Login to see link
Please let me know what I’m missing.
It depends on what you need. If it’s a simple site polylang will work, if you need woocommerce then you need to use a different plugin like wpml.
Ben
All my categories, pages and posts are currently invisible on my website *Login to see link You can see the homepage, but once you click on any category, page or post you get a white page.
I have uploaded a permanent redirect via my .htaccess file. Since then I have this problem.
Can you please help?
Can you link to where you are displaying these widgets? I can’t seem to find them on your site.
Hannah
My website http://www.myleokart.com is showing fatal error.
Warning: include_once(/home/myleos9d/public_html/wp-content/plugins/wp-sms/includes/classes/webservice/shreesms.class.php): failed to open stream: No such file or directory in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 61
Warning: include_once(): Failed opening ‘/home/myleos9d/public_html/wp-content/plugins/wp-sms/includes/classes/webservice/shreesms.class.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 61
Fatal error: Class ‘shreesms’ not found in /home/myleos9d/public_html/wp-content/plugins/wp-sms/wp-sms.php on line 63
Please help me.
This is looking great. All solutions given by Hannah and you for 1 – 4 are working perfectly now.
As for the Jetpack plugins, I needed to get both to have border-color: #dedede, background:#252525, and font color:#e8e8e8. While Twitter widget at least lets me set the background to transparent, facebook does not. Is the facebook widget customizable with CSS at all?
Or otherwise, do you know of any other plugin that lets me do this easily?
My site revamp will hopefully be complete with this last input from you 🙂
Hey,
When you add the redirect to the .com and .eu you would just make the redirect url the url for that language. For example domain.com would redirect to domain.de/en/ or whatever permalink structure your using for the multilingual site.
Ben
Hi Ben,
I often use this page – *Login to see link – to choose icons for my websites that running Virtue Pro Theme. However, in the last 2-3 days I have found that this page is not formatted/coded properly. Please fix it.
Thanks.
OM