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 '

Home / Forums / Search / Search Results for 'widget '

Viewing 20 results - 2,621 through 2,640 (of 13,419 total)
  • Author
    Search Results
  • #214241

    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?
    Thanks

    #214217

    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 Theme

    In reply to: Update PHP to 7.2

    #214197

    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 page

    if ( 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/>’,
    ));
    }

    ?>

    #214174

    Hello 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 Theme
    #214169

    Hi,

    I need to put 2 different tawk.to javascript widget code to different pages (different languages).
    So I can´t use header/footer -place in theme settings?

    Yours,
    Milla

    #214163

    Hi,

    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 Theme

    In reply to: space between rows

    #214107

    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-2

    but that’s as far as my skills go!
    Thank you.

    In forum: Virtue Theme
    #214074

    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 Theme
    #214059
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: New Pages won’t save

    #214050

    Hey 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

    #214049

    My above footer widget area shows only on the startpage.
    Is there an option to show it on the other pages, too?
    Thanks
    Matthias

    #214048

    Hey,
    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

    #214032

    Hi, Kevin.
    I was more looking for something like what wp archives widget does, but for just one category. Found a Category Archive plugin that works just fine. Thank you for your help and sorry I haven’t replied sooner.

    -Lais

    #214013
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Page speed

    #213953

    Hey,
    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

    #213794

    I 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?

    #213741

    Hi

    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

    #213701

    No 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

    #213698

    Is there a shortcode to pull the social links onto a page?

    #213684

    Add 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

Viewing 20 results - 2,621 through 2,640 (of 13,419 total)