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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Shop Settings for mobile
In forum: Virtue ThemeIn reply to: Update PHP to 7.2
Version 3.6.1
>> Ok, sorry, I see it is a very old version > maybe I need to upgrade ?
Changes in the child theme :
– some css
– and in functions.php :<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘virtue_premium-style’, get_template_directory_uri() . ‘/style.css’ );}
// Fonctions JJ
// Enregistrement des sidebar et des widgets pour la home pageif ( function_exists(‘register_sidebar’) ) {
register_sidebar(array(
‘name’ => ‘jj-home-sidebar’,
‘before_widget’ => ‘<div align=”center” class=”jj-home-sidebar”>’,
‘after_widget’ => ‘</div><br>’,
‘before_title’ => ‘<h3 align=”center” color=”#4c698e” class=”jj-home-droite”>’,
‘after_title’ => ‘</h3><br/>’,
));
}// Enregistrement sidebar pour image
if ( function_exists(‘register_sidebar’) ) {
register_sidebar(array(
‘name’ => ‘jj-sidebar-image’,
‘before_widget’ => ‘<div align=”center” class=”jj-sidebar-image”>’,
‘after_widget’ => ‘</div><br>’,
‘before_title’ => ‘<h3 align=”center” color=”#4c698e” class=”jj-sidebar”>’,
‘after_title’ => ‘</h3><br/>’,
));
}?>
In forum: Virtue ThemeIn reply to: Change Timing on Feature Page Image Carousel
In forum: Pinnacle ThemeHi,
I have a page with 6 tabs, using the kadence blocks. The mobile version looks strange so I selected the accordion layout.
The first tab has a lot of text, so it’s not really clear for the user that there is more content below/in the accordion.We used to use accordion with the site origin editor, and you could set it to be closed when the page loaded.
My question is if we can do the same for the tabs on the accordion (mobile version)
the page i am working on is *Login to see link
and we are sort of playing with the accordions on this one to see what is better *Login to see link
In forum: Virtue ThemeTopic: Update PHP to 7.2
Hello,
I am triying to update the PHP version to 7.2.
Two major problems :
– Impossible to go on the admin page of WordPress > I have a complete white page (no error message).
– On my website home page : I have first 18 times this message >
Warning: count(): Parameter must be an array or an object that implements Countable in /home/jeromeja/www/wordpress/wp-content/themes/virtue_premium/lib/cmb/init.php on line 746
And after these messages, the page is totally ok.
– On other pages : same as on the home page
Any ideas ?
Thanks a lot.
Jérôme
In forum: Virtue ThemeHello all,
I don’t see where I can change the timing of the image carousel on a feature page. We were hoping to speed it up just a bit. I’ve never used this feature before, but I like it!
Thank you.
In forum: Pinnacle ThemeJanuary 23, 2019 at 9:27 am #214183Ben, just to check before I do it: the template option ‘Page Builder’ is just a standard option that appears in the list, not something that was added with the SiteOrigin Page Builder plugin?
Correct, It’s part of the theme. It’s meant as a template for any pagebuilder or page where you want to build without the content wrapped in a default background and padding.
Ben
In forum: Virtue ThemeIn reply to: Testimonial carousel issue
In forum: Virtue ThemeHey Andy,
If you were setting your front page as a static page this would be simple as you could just set backgrounds for your rows. With using the homepage layout manager you will need to use css. This would affect all of the classes you mentioned:.home-margin.home-padding.kt-home-icon-menu, .home-portfolio.home-margin.carousel_outerrim.home-padding.kad-animation, .home-product.home-margin.carousel_outerrim.home-padding.kad-animation, .home_blog.home-margin.clearfix.home-padding.kad-animation { background: #eee; padding: 20px; }If you’re wanting a different background color for a certain class, you can separate them where the commas are. For example, to affect only the home icon menu this is the css you would need:
.home-margin.home-padding.kt-home-icon-menu { background: #999; padding: 20px; }Hope that’s helpful!
Hannah
In forum: Virtue ThemeTopic: Testimonial carousel issue
January 23, 2019 at 8:48 am #214174Hello I’m using the testimonial carousel on the home page widget, it’s not working. Instead of displaying there is a huge white space gap. I’ve had to remove it for now as it breaks the home page. Any help appreciated. Thank you.
In forum: Pinnacle ThemeIn reply to: Tawk.to script
Hello,
Do the scripts need to be added to individual pages, or are they sitewide? If they’re for your entire site, then you should use the theme area.
If you are trying to specify pages, then I suggest this plugin:
https://wordpress.org/plugins/header-and-footer-scripts/Let me know if that’s helpful.
-Kevin
In forum: Virtue ThemeIn reply to: Shop Settings for mobile
Hello,
unfortunately I found a new problem with this CSS shortcode.
It is ok product pages that show just one big product in one column but in the product page the RELATED PRODUCTS are huges.
You can check by mobile in my website http://www.cibousa.com.
What can I do?
Thank you in advanceIn forum: Pinnacle ThemeTopic: Tawk.to script
In forum: Virtue ThemeHi
I want to add a background to some of the areas on my home page, set up using home page layout manager.
Example:
Icon menu background colour
Portfolio carousel background colour
Featured Product background colour
Blog background colourMy site: *Login to see link
Thanks
In forum: Virtue ThemeIn reply to: hide descroption from button menu
Hey,
Navigate to Appearance > Menus and open the dropdown for that menu item. You should see the description there. If you do not see it there make sure Description has been selected from the Screen Options tab on the top right of the page.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Team webpage template
Hi Hannah,
I was looking for predefined template such as the one you have for the blog for example. However, I would not like to import any demos for this.
My objective is to see if I can arrange team members by their respective departments(units) on the subject page.
Thanks
YogiIn forum: Virtue ThemeIn reply to: Portfolio featered image cropped after Virtue update
Hey,
Sorry both solutions do not work.
I tried Hannah’s settings, but did not deliver the desired result.The photo remains cropped on each separate portfolio item.
When you click on the picture you will only see the complete picture.Unfortunately, the update from Ben has not brought any solution into this.
My feeling says that somewhere in a document I have to adjust the standard dimensions of the image.Can this be correct?
Take a look at this link as an example, view the picture as it is shown and then click on the image and see how it should be shown on the page.
In forum: Virtue ThemeJanuary 22, 2019 at 11:48 pm #214149“PluginOps Landing Page Builder”
I don’t know this plugin or what it would be doing but from the code output that menu is in the html
<head>meaning it’s not being pulled in by the theme. Can you send me a login to your site so I can look at the settings and get an Idea for what would cause that.Ben
In forum: Virtue ThemeIn reply to: Saving page
In forum: Virtue ThemeHi:
I am updating on a website using Virtue Premium – Bold. Our home page, landing page is built using PluginOps Landing Page Builder. When I activate Virtue Premium – Bold the Primary Navigation turns from the normal horizontal layout to vertical. Can you help me with a cause and solution?
Thank you,
Monty -
AuthorSearch Results


