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 - 801 through 820 (of 13,419 total)
  • Author
    Search Results
  • #259681

    Hey,
    If you are editing from the Customizer navigate to Footer then click the settings button beside the widget.

    Screen-Shot-2020-10-28-at-9-22-01-AM
    Next click Edit Image and in the Image Details under Display Settings you can set the Size to Full.

    The paragraph block should be responsive, but there isn’t an option for giving it a set mobile size without css. The Advanced Heading Block from Kadence Blocks allows you to set custom sizes for mobile and tablet devices.

    Hope this is helpful!

    Best,
    Hannah

    In forum: Virtue Theme
    #259668

    Hey Sylvain,
    Thanks for starting a new thread. Please refer here: https://www.kadencewp.com/support-forums/topic/hp-notice-undefined-variable-img-in-lib-widgets-class-kad-image-widget-php/#post-259667

    Best,
    Hannah

    #259646

    Hi,

    Please help.

    My questions:

    1. How to screen center the image logo (Laptop only. Mobile NO changes) in primary menu while keeping the hamburger menu left as it is?
    2. How to increase the height of the primary menu via css?

    I guess the image is in the primary menu’s widget area.

    Thank you very much
    – Rainer

    P.S. Sorry, this post belongs to the VIRTUE PREMIUM SECTION, NOT KADENCE!

    • This topic was modified 5 years, 6 months ago by Rainer. Reason: Wrong Theme Section
    #259641

    There isn’t a built-in function for this. You could use a plugin like the following to add flags:
    https://wordpress.org/plugins/svg-flags-lite/
    Then you could add them into your topbar widget area.
    Let me know if this doesn’t work for you!

    Best,
    Hannah

    #259616

    This is sorted now, Hannah.

    In order to use the nav menu widget, it is necessary for that row to be defined as a footer widget area.
    So I need the “Four Column” layout for the Footer widget.
    But this means anything below that row needs to be defined in “Misc Settings > Footer Copyright Text”
    It also means that the “reusable blocks extended” can only be added as a shortcode in “Footer > Sitewide Footer Shortcode”
    So the final setup is:

    *****************************************************************
    * "Reusable blocks extended" containing 2 rows set to fullwidth *
    * With appropriate image/transparent backgrounds.               *
    * Added as "Sitewide Footer Shortcode"                          *
    * ------------------------------------------------------------- *
    * Footer widget set to "4 columns" containing 4 widgets         *
    * ------------------------------------------------------------- *
    * Footer Copyright text set to 2 columns in html.               *
    *****************************************************************

    Thanks for your help,
    Phil.

    #259613

    Hello, we generally use Ascend theme with SiteOrigin for our website builds, but I’m currently building a website using Kadence and the option to add Animation to the widgets is not available at all. In Ascend, the option is there (see attached screenshots). Is there some setting in Kadence that I need to change to enable widget Animations in SiteOrigin?

    In forum: Virtue Theme
    #259581

    When adding an image to the image widget you should see the option to set your Display Settings. You can adjust the size of the image there.
    Hope that helps!

    Best,
    Hannah

    #259578

    Hello Kadence-Team,

    Hope you’re well.

    I open a new topic because my message has probably not been seen 😉 (

    We regularly have the following PHP Notice in our logs:
    PHP Notice: Undefined variable: img in /home/public_html/wp-content/themes/virtue_premium/lib/widgets/class-kad-image-widget.php on line 87

    After verification, it is not due to a conflict but to the $img variable which is not initialized (too late? or not the right var to use?) in the php class mentioned above:
    if(empty($instance['image_id'])){
    if(isset($instance['image_uri'])) {
    echo '<img src="'.esc_url($instance['image_uri']).'" alt="'. esc_attr( $img['alt'] ) . '">';
    }
    } else if($size == 'custom') {
    $img = virtue_get_image_array( $instance['width'], $instance['height'], true, null, null, $instance['image_id'], true );
    echo '<img src="'.esc_url($img['src']).'" width="'.esc_attr($img['width']).'" height="'.esc_attr($img['height']).'" '.$img['srcset'].' class="'.esc_attr($img['class']).'" itemprop="contentUrl" alt="'.esc_attr($img['alt']).'">';
    } else {
    echo wp_get_attachment_image( $instance['image_id'], $size, false, array( 'alt' => $alt ) );
    }

    It is also possible that $img[‘alt’] should be replaced by $alt on line 87 (I did not analyze the class in detail…).

    FYI: Virtue – Premium V4.9.30

    Thank you in advance for the fix and have a great day.

    Best Regards,

    Sylvain

    In forum: Kadence Theme
    #259575

    Hi

    I am building a site using Kadence and I am having a few issues. Everything is up to date and I am running PHP V7.3 and WP 5.5.1.

    1. Error message – this only seems to appear when I am using the Image Overlay Widget

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1755

    Notice: Undefined index: typography in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Notice: Undefined index: in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    Warning: in_array() expects parameter 2 to be array, null given in /home/MYSTIENAME/public_html/wp-content/plugins/kadence-blocks-pro/dist/class-kadence-blocks-pro-frontend.php on line 1758

    2. I can’t edit the HTML box in the header. From memory a content box normally appears on the left hand side however it is not appearing. So in the header it is showing Insert HTML here – but I can’t edit it.

    3. I also can’t edit the Copyright text in the footer. When I click on the settings for that there is no text box or way for me to edit.

    I will post a login for you below if you need to have a look as we are in different timezones.

    Thanks, Mel

    #259549

    Yep, that worked. Thanks. Although, it happens with the native WP search widget also. What is the CSS fix for that?

    • This reply was modified 5 years, 6 months ago by Janek T..
    #259530

    Hi,
    See the screenshot

    As you see there is a scrollbar. It appears only if these conditions are met:

    1) sticky sidebar is activated
    2) search widget is added

    • This topic was modified 5 years, 6 months ago by Janek T..
    #259517

    There seems to be an issue with the fullpane vertical slider plugin when using it with the Kadence theme. I have the pro version of the theme installed as well as Kadence Blocks Pro and several other kadence plugins.

    When the fullpane slider is installed and activated, it becomes impossible to properly edit other widgets in both the customizer and on the widget page. Widgets can’t be added to widget containers and/or edited when already there. The ability to edit widgets seems to be almost impossible – edit fields become inaccessible. The only remedy I’ve found is to uninstall the fullpane vertical slider plugin. Then everything works properly again.

    Just thought I’d mention that for you. I’m really enjoying the theme and blocks plugins otherwise.

    Best,
    David Sawatzky

    #259504
    This reply has been marked as private.
    In forum: Virtue Theme
    #259470

    Hello Hannah and James,

    Hope you’re well.

    On our side, we also regularly have this PHP Notice in our logs:

    PHP Notice: Undefined variable: img in /home/public_html/wp-content/themes/virtue_premium/lib/widgets/class-kad-image-widget.php on line 87

    After verification, it is not due to a conflict but to the $img variable which is not initialized (too late? or not the right var to use?) in the file mentioned above.:

    if(empty($instance['image_id'])){
        if(isset($instance['image_uri'])) {
            echo '<img src="'.esc_url($instance['image_uri']).'" alt="'. esc_attr( $img['alt'] ) . '">';
        }
    } else if($size == 'custom') {
        $img = virtue_get_image_array( $instance['width'], $instance['height'], true, null, null, $instance['image_id'], true );
        echo '<img src="'.esc_url($img['src']).'" width="'.esc_attr($img['width']).'" height="'.esc_attr($img['height']).'" '.$img['srcset'].' class="'.esc_attr($img['class']).'" itemprop="contentUrl" alt="'.esc_attr($img['alt']).'">';
    } else {
        echo wp_get_attachment_image( $instance['image_id'], $size, false, array( 'alt' => $alt ) );
    }

    It is also possible that $img[‘alt’] should be replaced by $alt on line 87 (I did not analyze the class in detail…).

    FYI: Virtue – Premium V4.9.30

    Could you please reopen this topic or do I need to create a new one? Thank you in advance for the fix.

    Best Regards,

    Sylvain

    #259469

    Thanks Hannah, that’s a much more elegant solution!

    I see that the footer row can’t be defined as “full width” due to the container width set to #conainerfooter.container set to 1170px. I’ve set that to 100% to match the current site, but it still isn’t reaching across. Please can you help me get the new site to match the original?

    1. Left and right margin on “We can help…”. This row needs to stretch edge to edge.

    2. Likewise the next row containing map and contact form, edge to edge, please.

    3. The next 2 rows need to be back to normal content width (1170px). I’ve tried various settings on the rows but with no success.

    4. Vertically, remove all the additional gaps. On the original site, these rows are all butted up together with no vertical gaps.

    5. Remove the additional space after the final row.

    6. Also, I can’t see a way to include the menu “footer menu” as a widget in the re-usable block. Does this require another plugin or is there a way to pull-in this menu which I have already setup?

    Many thanks fro all your help,
    Phil.

    #259456

    Gotcha. OK I suggest using this plugin: https://wordpress.org/plugins/reusable-blocks-extended/
    It allows you to build reusable blocks and add them to a widget area via shortcode. So you can create a row layout block with multiple rows and columns, then add them to a footer widget area. Just enable the fourth or fifth footer widget area from Theme Options > Footer then add the widget to footer column 1 from Appearance > Widgets.
    Let me know if this works for you or if I can help further!

    Best,
    Hannah

    In forum: Virtue Theme
    #259431

    Hi,

    I resolved it by using the “HTML” widget in the home widget area. And adding the image as html link.

    Do you have a reason why using the “Image” widget , the area was set in three columns, but when using HTML, only one.

    Thanks! Anu

    #259384

    Hello Suuport team!

    I have to add a text widget to this blog page.
    How can I put the text under the blog gallery?

    Thanks for your answer,
    Anita

    In forum: Ascend Theme
    #259381

    Hello Hannah!

    Yes, dragging it to the top works.

    Now I’d like to add phone number and email to the Second Header Extra Widget, to the left. I’ve tried to add Ascend Contact/Vcard widget, which would be good, but how can I change the font+icon color to white?

    Thanks a lot,
    Anita

    In forum: Ascend Theme

    In reply to: Social Widgets

    Anonymous
    #259366

    Update: The widgets are now centered – I would still like to make them larger and to add Reddit. Thank you!

Viewing 20 results - 801 through 820 (of 13,419 total)