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 - 3,281 through 3,300 (of 13,419 total)
  • Author
    Search Results
  • #198071

    Hello Support Team!

    I use Ascend Gallery (carousel equal ratio images) on the front page, in ‘Above Footer widget area’ part. I’ve added 8 images to the gallery, however only 6 images are displayed.

    Can you please check this?

    goo.gl/ppPkEm

    Thanks, Anita

    #198067

    Hi,

    I’ve just updated to Ascend Premium version 1.5.8 and the “Extra Shortcodes” menu option that appears at the top of Site Origin Page Builder widgets has disappeared.

    Matt

    In forum: Ascend Theme

    In reply to: Button Removal

    #198044

    Hey,
    You can use this css:

    #topcontrol {
        display: none;
    }

    As for the highlight are you talking about the border? That is controlled in your widget in the styles you can set the border color.

    Ben

    #197922

    Hi,

    I’m using a virtue gallery on my homepage (add as a widget using the editor). By default the caption appears on a hover event but I’d like the caption to be permanently displayed – how could I achieve this for this specific gallery?

    website – http://www.statementkitchens.co.uk

    Regards,
    Mark

    In forum: Virtue Theme
    #197913

    Hey!

    Yes, that worked perfectly for my footer. The icons look great now. Thanks! 😀

    However, there seems to have been a small knock-on effect.

    https://www.ckmartialhearts.com/faq/

    As you can see in the sidebar, all the icons are now appearing strangely ting. It’s the same footer, but inserted into a sidebar widget.

    Is that something you might be able to suggest a fix for, or do I need to contact the widget maker?

    In forum: Virtue Theme
    #197858

    Hey Reva,
    This css should stretch your menu full width:

    #kad-banner #cat_nav .container {
        width: 100%;
        padding: 0;
    }

    Just paste that into your custom css box in Theme Options > Advanced Settings.

    It looks like you have an empty h1 tag in your header widget area. That is creating the extra space. Do you see that from Appearance > Widgets?
    You can use css like this to set a min-width for your logo:

    @media (min-width: 992px) {
    #logo {
        margin-right: 0px;
        min-width: 500px;
    }
    }

    Hope that helps!

    Hannah

    In forum: Ascend Theme

    In reply to: Broken front page

    #197814

    It had to do with the flip box widget. The update is out and you should be set once you update.

    Ben

    In forum: Ascend Theme

    In reply to: Broken front page

    #197799

    No Change Follows is the error at end of the front page.

    Fatal error: Uncaught Error: Function name must be a string in /home/heatpressvinyl/public_html/wp-content/themes/ascend_premium/lib/widgets/premium_widgets.php:236 Stack trace: #0 /home/heatpressvinyl/public_html/wp-content/plugins/siteorigin-panels/inc/renderer.php(523): kad_icon_flip_box_widget->widget(Array, Array) #1 /home/heatpressvinyl/public_html/wp-content/plugins/siteorigin-panels/inc/renderer.php(829): SiteOrigin_Panels_Renderer->the_widget(Array, Array, 5, 0, 0, true, true, 65, ”) #2 /home/heatpressvinyl/public_html/wp-content/plugins/siteorigin-panels/inc/renderer.php(789): SiteOrigin_Panels_Renderer->render_widget(65, 5, 0, 0, Array, true) #3 /home/heatpressvinyl/public_html/wp-content/plugins/siteorigin-panels/inc/renderer.php(715): SiteOrigin_Panels_Renderer->render_cell(65, 5, 0, Array, Array, Array) #4 /home/heatpressvinyl/public_html/wp-content/plugins/siteorigin-panels/inc/renderer.php(321): SiteOrigin_Panels_Renderer->render_row(65, 5, Array, Array) #5 /home/heatpressvinyl/public_html/wp-content/plug in /home/heatpressvinyl/public_html/wp-content/themes/ascend_premium/lib/widgets/premium_widgets.php on line 236

    In forum: Ascend Theme
    #197755

    Hello Suppoprt Team!

    The front page of my webshop is broken:

    I’ve done the following updates before:
    Wordpress to 4.9.8
    Plugins: WP All-in-one-WP-Migration, Page Builder By Site Origin.
    Ascend Premium to 1.5.6

    SINCE THEN, THE FRONT PAGE LOOKS LIKE THIS:
    1. Kadence Slider pictures are missing
    2. Ascend Carousel has 3 lines instead of 1
    3. Product tags and Ascend Call to Action widget is missig in the ‘Above footer area’ widget
    4. The whole footer widget is missing.

    Then I’ve put an earlier version of all the updated plugins and the theme. But front page is still broken.

    /I’ve some other websites, where there’s no problem since the update./

    I THINK IT’S IMPORTANT, THAT AFTER ALL UPDATES, I ALWAYS GET THIS ERROR MESSAGE ON THIS SITE (and I couldn’t solve this problem, I’ve not found a programmer to helP in this):

    Warning: mysqli_query(): MySQL server has gone away in /wp-includes/wp-db.php on line 1924

    Warning: mysqli_query(): Error reading result set’s header in /wp-includes/wp-db.php on line 1924

    CAN YOU PLEASE ADVSE?

    Thanks, Anita

    #197735

    Hello,

    Site Origen Social Media button is not working. I am editing this in Appearances > Widgets > Footer Column 3. It used to work, and after a recent update, it has disappeared from my published pages even though everything on the back end seems to be correctly configured in the widget.

    Thanks, John

    In forum: Ascend Theme
    #197654

    In thery this could make the image menu widget a hexagon:

    .image-menu_item {
            -webkit-clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
        clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    }
    In forum: Ascend Theme
    #197649

    Hi Lara,
    1. When you go to edit the page builder row in your edit page, open the Layout tab and set the Row Layout to Full width stretched.

    2. You can adjust the height from your split content widget settings. Right now it looks like you have it set to 500px.

    3. You can adjust the color of the image menu item text with this css:

    .image_menu_item_link .image_menu_message h4, .image_menu_item_link .image_menu_message h5 {
        color: #333;
    }

    There isn’t a simple method for changing the shape to hexagon. You could easily change the radius if you wanted to make it circle! Let me know if you want to do that and I can provide the css.

    Hannah

    #197646

    Hi I’m trying to get the same split content feature on my website http://www.coreconsultantsgroup.com

    However there’s two things:

    1) I cant get the grey area to “stretch” across the page
    2) The whole grey area is really really big (vertically) how do I make the total area narrower?

    As an aside- is there a way to change the font colour on the Ascend menu image widget from white to something else? And to make the images on the Ascend Menu widget into a hexagon or something instead of a rectangle?

    thanks in advance for your assistance.

    Kind regards,
    Lara

    #197642

    Hi

    URL:

    I’ve added brands to products and I would like to filter to brands – to this extent I have added the Product List: Product Brands widget to my sidebar (please see to view the sidebar). Unfortunately when a brand is clicked the link takes you to a 404 – please see:

    as an example.

    I would like this widget to work and I also need to post a link to a brand on another of my sites. I haven’t changed any of the defaults within the Woo Extras Brands settings.

    Grateful for help.

    Thanks, Bruce

    #197632

    Hello, after upgrading my Virtue theme, all of the captions on the photos in slider show up in bold white font overlaying the photos: http://www.johngrahamtours.com/cathedrals-of-tao

    I went into the Slider widget, and I have Captions turned “off.”

    I have no idea why the captions are showing, or where to turn them off.

    Thanks for any tips,

    John

    #197629

    Hey,
    It’s not based on how WordPress creates those paged pages. A workaround could be done with css like this:

    body.archive.paged .elementor-widget:not(.elementor-widget-archive-mainloop) {
        display:none;
    }

    That css will hide all widgets but the archive loop. And it will apply to all archives you set up.

    Ben

    #197615

    Hey,
    A woo Product widget is only designed for use with woo template builder and only works inside of a woocommerce product template or a single individual product. It’s not a widget that shows a gallery of products. It only shows the product gallery for the individual product it’s added to.

    Ben

    In forum: Ascend Theme

    In reply to: Fatal Error

    #197605

    It’s a pagebuilder widget. You can use it as long as you set it up correctly.

    Ben

    In forum: Ascend Theme

    In reply to: Fatal Error

    #197602

    Yes thanks you, much clearer. So post loop was not a kadence widget then?
    Am I correct?

    In forum: Ascend Theme

    In reply to: Fatal Error

    #197601

    Hey,
    Ok, Please forget all about plugins for a second this doens’t have to do with plugins.

    In your pages you have a page called “home” if you edit that page while page builder is active (which it is right now) then you can see widgets added in the page. Those widgets are determining the output of your home page.

    You had added a widget called “post loop” this is not a plguin it’s a widget. A widget which you must set up correctly to use. You had not set it up correctly and thus it was breaking your home page. NOT your site just the page where you added the widget called “post loop”. I have remove that widget for you so now your home page works.

    Is that more clear?

    Ben

Viewing 20 results - 3,281 through 3,300 (of 13,419 total)