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 - 1,801 through 1,820 (of 13,419 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Center Data on Footer

    #237378
    This reply has been marked as private.
    #235420

    Hey,
    You can create new sidebars from Theme Options > Misc Settings and then add content to them from Appearance > Widgets.
    Hope that helps!

    Hannah

    #235042

    ok, that will break all the settings. https://wordpress.org/support/article/moving-wordpress/

    See this section:

    If you do a search and replace on your entire database to change the URLs, you can cause issues with data serialization, due to the fact that some themes and widgets store values with the length of your URL marked. When this changes, things break. To avoid that serialization issue, you have three options:

    Use the Velvet Blues Update URLs or Better Search Replace plugins if you can access your Dashboard.
    Use WP-CLI’s search-replace if your hosting provider (or you) have installed WP-CLI.
    Use the Search and Replace for WordPress Databases Script to safely change all instances on your old domain or path to your new one. (** only use this option if you are comfortable with database administration ** )

    I suggest if this sounds like too much just using a plugin to transfer the site. https://wordpress.org/plugins/duplicator/ makes it really easy.

    Ben

    In forum: Virtue Theme

    In reply to: Invoices not printing.

    #234996

    Hey,
    In your footer in the third column, you have a widget that outputs an events list. That widget is crashing on your invoice page. Can you test by moving that widget out of your third column?

    Ben

    #234971

    Hi Caitlin,
    1. This is the image that I’m seeing being uploaded: http://wildlifetraffickingalliance.org/staging/wp-content/uploads/2019/08/AZA-WTA_Stacked_v1_Rev-150×150.png
    Try using an image that is a bit larger.

    2. It looks like you haven’t actually set a title for your footer column 3. Try setting a title for you widget in the footer column 3 from Appearance > Widgets. The titles will pull from your h3 settings.

    3. It only appears that way because your footer widget are aligned left. You can use this css to center them:

    #containerfooter .widget-first {
        text-align: center;
        display: inline-block;
    }

    Hope that’s helpful!

    Hannah

    #234952

    Hi Ben,

    I see there was an update over the weekend for the Blocks plugin and that has fixed the icon issue.

    The other site I will post a link and login below. I have just set up a test page this morning for you to login and look at. However I have just noticed, that when I put the Pre built layout widget in I still get the cannot display error but when I saved that as a draft log exit the page and then go back into the page it appears? Then if I try to put the same widget in again I still get the error and can’t see it until I save log off the page and then back on?

    Everything is up to date.

    Thanks, Mel

    #234774

    Hey,
    You bet, if you go to theme options > header settings, under “Enable and Sort Header Extras” drag one of the widget areas to the top of the list and one at the bottom.

    Ben

    #234763

    Hey,
    Different widgets have different outputs and styles. They all don’t use the same font because they are not all output as the same thing. For example one widget my output a h4 and another an h3. Those would have font families that match what you have selected in the theme options.

    Currently, you are adding in “infobox” widget into the footer, which is fine but that widget doesn’t have a “title” field that many traditional widgets do. For example, a lot of basic widgets are title than the content below that. It also defaults to have padding around the internals because it’s basically a large button.

    You can use custom remove that padding to make the top align but it’s not really how that widget is designed to be used to take that to mind:

    .footer-widget .kad-info-box {
        padding: 0;
    }
    
    .footer-widget .kad-info-box h4 { margin-top:0;}
    
    .footer-widget .kad-info-box i {
        margin: 0;
        padding-top: 10px;
    }

    What are you wanting to change with the fonts?

    Ben

    #234761

    Hi,

    I’m using Ascend and it’s a very nice theme (thanks again).

    I’m using a script on a page : you can find the script here

    The thing is that i have my green css color on the button (you can see here and here you can find a image.

    Can you help me please, how can i delete the green color on the button ?

    Thanks

    #234752

    Hello,

    Two of my social media icons (LinkedIn and Pinterest) have disappeared from my header widget. Twitter and Instagram are still there.

    Website link:

    From reading others’ posts, it seems this might be a conflict with a plugin, but I’ve tested all my plugins and deactivating them doesn’t seem to resolve it.

    Thanks for your help.

    #234727

    I’m trying to get my footer widgets to align to the top of the footer box, and I’m not seeing the option within the widget. Any tips for how to control alignment here? Also, can you tell me where I manage the footer font? Thanks!

    #234725

    Is there a way to add a widget area to the left side of the centered logo design (see attached)? It looks like there are two widget areas using this configuration, but they’re both on the right side of the logo. I’d love to have a way to add social media icons to the left side of the header area. Thank you!

    #234677

    but i would rather use ascend testimonial widget

    #234660

    2 testimonials and

    kadence-testimonail-widget-settings-for-marcel

    #234654

    Hey,
    How many testimonials have you created? And how many have you set to show in your testimonial carousel widget settings?

    Hannah

    #234649

    My ascend testimonial carousel widget has two testimonials. It displays the first one. Then it displays the second one. Then it pauses as if it is displaying a third testimonial but there is no a third testimonial. It just presents a blank screen.

    See:

    Thanks for your help.

    #234616

    If you add a “layout” widget to your row, you can add colums and place images in each column.

    Ben

    #234607

    Hi,

    Need a clever Custom CSS to increase margin (buffer) between Home Widget Area Content and footer. Right now the content in Home Widget Area is overlapping a bit due to shadow that I created for image. I am using SPLIT CONTENT in that widget.

    Thank you,
    Pam

    #234572

    Just so you know, you can nest all your items inside one pagebuilder row using the layout widget. That would allow you to set the full content background of your pagebuilder content and then have internal rows.

    Ben

    #234534

    Hey,

    Probably simple, but I can’t figure out how to apply a linear gradient to a whole page.

    As far as I can tell, I need something like this: w3school gradient

    However I can’t figure out where to insert it? I want it on an entire page, but not the whole site, and not just on individual widgets. Is there a field to apply this I’m not seeing?

    Many thanks in advance.

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