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 'widget '
-
AuthorSearch Results
-
In forum: Ascend Theme
Hi,
Thanks, great Theme and I’m still learning!I want to achieve the same Header design as this design here using Widgets, but I’m finding this difficult to achieve, I’ve tried adding extra Widgets into the two available Header Widgets i.e. ‘Header Extra Widgets Area’ and the ‘Header Extra Widgets Area (Second), but any extra Widgets added sit below the existing Widget, how can I remedy this please?
ThanksIn forum: Membership ForumsIn reply to: Delete Gutenberg plugin?
OK. I currently have it deactivated. And awhile back I had problems with “saving mode” being locked in process on several sites. When I deactivated tinymce and pagebuilder and SiteOrgin Widget bundle, the problem disappeared. I currently have tinymce and Site Origin bundle activated. But the pagebuilder deactivated. And don’t seem to have any problems for the moment. I am trying to use Gutenberg features and your added blocks/plugins instead. Although I do like pagebuilder and have used it for years before gutenberg.
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 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 ThemeTopic: Tawk.to script
In forum: Pinnacle ThemeHi,
I am having an issue with this Black Studio TinyMCE Widget plugin, which I think came bundled with the theme and is maybe de site origin editor or something like that.
If the plugin is active and you are editing in Gutemberg, it will not save your work. When you hit publish it just keeps thinking and does not save.
If you deactivate the plugin then it will save OK.
Anyone else having issues?
Luis
In forum: Virtue ThemeIn reply to: space between rows
https://postimg.cc/649kphNn
it’s actually the space under column 2/before column 3
I believe column 2 is panel-widget-style panel-widget-style-for-1399-1-1-0
and column 3 is pgc-1399-1-2but that’s as far as my skills go!
Thank you.In forum: Virtue ThemeIn reply to: above footer widget area
Hello,
That is actually not a part of your footer widget area. That’s your home widget area. The easiest way to add those widgets to other pages would be through the use of page builder:
https://wordpress.org/plugins/siteorigin-panels/This will allow you to place the widgets on other pages anywhere you like.
Does that work for you?
-Kevin
In forum: Virtue ThemeIn reply to: above footer widget area
In forum: Pinnacle ThemeIn reply to: New Pages won’t save
January 22, 2019 at 9:52 am #214050Hey Petr,
Are you using SiteOrigin Widgets Bundle as well? If so try deactivating the post carousel widget, I heard from someone else that is was causing issues with Gutenberg. Otherwise, you can try rolling back your page builder version using : https://wordpress.org/plugins/wp-rollback/
Ben
In forum: Virtue ThemeTopic: above footer widget area
In forum: Virtue ThemeIn reply to: Gutenberg Pagebuilder autosave
January 22, 2019 at 9:49 am #214048Hey,
I have actually heard that some of the widgets in the Pagebuilder plugin can cause this on some servers. But it’s been vague, if you are using Pagebuilders extra widgets then try disabling the post carousel widget.I do know that the developers are working on better and better support with Gutenberg and have been working to improve the compatibility.
Ben
In forum: Ascend ThemeIn reply to: Monthly archive of a single category
In forum: Pinnacle ThemeIn forum: Ascend ThemeIn reply to: Page speed
January 21, 2019 at 12:02 pm #213953Hey,
1. You seem to be adding your logo into the topbar as an image widget.But then you’ve also assigned a logo for the header and then are hiding it with this css:
#logo { display: none; }so don’t assign a logo that you are then going to hide. That would lose one.
You have a logo assigned to the mobile header so you need that and it’s important.
You then have your favicon. Something else you also need.
2. That isn’t a font its a css file:
“https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css”
And it’s not part of the theme. You have a plugin adding that. Likely because that plugin needs the styling.
3. I don’t understand the question, it’s the icon font and it’s loading like it should, it doens’t need a cache lifetime since “if” it changes the theme will change the way it loads to force a clearing of the cache.
4. WP Rocket added improvements to it: https://docs.wp-rocket.me/article/1100-optimize-woocommerce-get-refreshed-fragments
There may be other plugins otherwise not loading it the only other option.
Ben
In forum: Membership ForumsI am having some trouble with reCapture and WPForms in that reCaptcha option once appeared appeared on the bottom of General screen during WPForm creation screens. Now it doesn’t.
I’ve configured google reCaptcha to use V2 Checkbox, double checked site and secret keys match, checked reCaptcha options are on for all but login and privacy consent, reinstalled WP Forms and or reCatcha a few times.
But never get the recaptcha option on bottom of general screen. Do I have to manually
post ‘Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear’ as per Google instructions?In forum: Membership ForumsHi
A quick query. The setting for the Widget Dock cookie to prevent it repeating doesn’t actually say what time units are used. I’m guessing it is days but it could as easily be minutes! There’s nothing in the documentation as far as I can find out.
Can you confirm the time units used – and perhaps add it as a label after the input box on the Widget Dock Options settings page at the next update?
Great widget, especially since I found the CSS in this forum to add a bottom margin!
Cheers
Julian
In forum: Ascend ThemeIn reply to: Social Links Widget shortcode
January 17, 2019 at 4:58 pm #213701No but you can use a plugin to add a widget area into a page through a shortcode. Something like : https://wordpress.org/plugins/widgets-on-pages/
Ben
In forum: Ascend ThemeJanuary 17, 2019 at 4:50 pm #213698Is there a shortcode to pull the social links onto a page?
In forum: Membership ForumsIn reply to: Image size in Elementor
January 17, 2019 at 1:48 pm #213684Add this css to fix the storfront theme issue:
.storefront-full-width-content.single-product div.product .elementor-widget-product-gallery .woocommerce-product-gallery { width: 100%; float: none; }Ben
-
AuthorSearch Results


