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,601 through 2,620 (of 13,419 total)
  • Author
    Search Results
  • #214525

    Hello, i am encountering an issue … i am using the Virtual Social Links in footer ( widget nr 2 ) and currently i am using 4 social icons that i want to be displayed : facebook , twitter, pinterest and instagram.

    The problem is that the icons for twitter & pinterest arent showing …

    screenshot :

    #214487

    Hi, Ben and Hannah,

    I can’t seem to get the sidebar to show up.

    Using SiteOrigin Page Builder on HomePage.
    In Theme Options have sidebar checked on both HomePage and Layout.
    Using Primary Sidebar Widget.

    What have I missed?
    Thank you,
    Pam

    #214469

    Site is jccmw.org.
    We’ve been using the header widget for text messages. For some reason the last change we made just to the text in the header widget has left the logo squished. Can’t figure out why. Can you help?

    #214452

    Hi There,

    I’m now having an issue with some items not displaying on mobile view.

    For instance if you launch in mobile view the homepage does not display the icon menu from the Theme Options => Home Layout as well as shortcode (Essential Grid) and a footer Page Layout widget (this effects all pages).

    I’ve tried loading in the following states – disabling all plugins, removing all css, just disabling Gutenberg and then disabling Pagebuilder.

    All with no success.

    Now for the strange part, all work fine if I start with a window on desktop starting with the none mobile view and then reduce to mobile view sizing using a mouse!

    Please can you advise.

    Will supply links if needed.

    Thanks,

    Mark.

    #214345

    Hello,

    You can use both the home layout manager and page builder. Wherever you place “page content” in your home layout is where your page builder content will show.

    You can also add page builder content to your home widget area if you’d like a second content area. Place the widget area wherever you like in the home layout manager and that will determine the content placement.

    Hopefully that answers your question.

    -Kevin

    #214341

    Hi, Ben,

    I am confused. I have set up my Theme Options. In the documentation, I now notice that I can use Site Builder by Origin to layout HOME page.

    How do you use both? Or am I support to use one or the other.

    Second question, there is a Home Widget Area option on Home Page Layout. I enable. If I use Site Builder to layout widgets…how do I reorder the widget areas with fixed Theme Option areas?

    Thank you,
    Pam

    P.S. I used documentation at this link:

    In forum: Virtue Theme

    In reply to: Mobile Header COntent

    #214326

    Hmm, I’m not sure why your header widget area wouldn’t be showing on mobile with the simple header turned off. Would you mind sending login info so I can take a look at your settings? You can set as a private reply.

    Hannah

    In forum: Ascend Theme

    In reply to: mobile styling

    #214314

    You’re just missing the closing bracket for the media query:

    /*mobile styling*/
    @media only screen and (max-width: 623px) {
    
    .h1class {
    font-family: Montserrat;
    letter-spacing: 1.3px;
    line-height:25px;
    font-style: normal;
    color: #444444;
    font-size: 20px;
         }
    .btn.lg-kad-btn {
    padding: 12px 20px;
    font-size: 18px;
    width: 120%;
         }
    .so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
    display: none !important;
         }
    #pg-w5c41b15a82895-0> .panel-row-style {
    padding: 50px 50px 20px 20px;
        }
    }

    I’ve added it for you to the bottom of the CSS above.

    -Kevin

    #214303

    Hi Ben,

    Sorry to bother you again not sure this is related but I’m now having an issue with some items not displaying on mobile view.

    For instance if you launch in mobile view the homepage does not display the icon menu from the Theme Options => Home Layout as well as shortcode (Essential Grid) and a footer Page Layout widget (this effects all pages).

    I’ve tried loading in the following states – disabling all plugins, removing all css, just disabling Gutenberg and then disabling Pagebuilder.

    All with no success.

    Now for the strange part, all work fine if I start with a window on desktop starting with the none mobile view and then reduce to mobile view sizing using a mouse!

    Please can you advise.

    Thanks,

    Mark.

    In forum: Ascend Theme
    #214293

    Hi Team,

    I have put some css into the custom css field but the styling seems not to work.

    What am i doing wrong? See code below

    /*mobile styling*/

    @media
    only screen and (max-width: 623px) {

    .h1class {
    font-family: Montserrat;
    letter-spacing: 1.3px;
    line-height:25px;
    font-style: normal;
    color: #444444;
    font-size: 20px;
    }
    .btn.lg-kad-btn {
    padding: 12px 20px;
    font-size: 18px;
    width: 120%;
    }
    .so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
    display: none !important;
    }
    #pg-w5c41b15a82895-0> .panel-row-style {
    padding: 50px 50px 20px 20px;
    }

    #214291

    Hey,
    Try adding this to your css:

    .kt-header-extras .kt-above-lg-widget-area .widget-inner {
        min-height: 50px;
    }

    Does that help?

    Hannah

    #214286

    Hi,
    The alignment of the Widgets in the Header is more clearly seen after I’ve added a Border to each Widget, please advise thank you.
    Cheers

    #214259

    Using page builder or Gutenberg & Kadence Blocks you can recreate that page without using the home layout manager.

    The icons can be added with a shortcode in the “virtue shortcodes” generator on a visual editor widget.

    Or using the info box in the Kadence blocks.

    There are widgets and shortcodes for the carousels.

    Also a shortcode for the blog posts. Or you can use the Kadence Blocks Blog grid block.

    Ben

    #214257

    Hi,
    Thanks, it’s almost there, the last Widget for email is sitting lower than the rest, please advise, thank you.

    #214254

    Perhaps something like this:

    .kt-header-extras li.menu-widget-area-kt {
        display: flex;
    }
    
    .kt-header-extras .kt-above-lg-widget-area .widget-inner {
        display: flex;
        align-items: center;
    }
    .kt-header-extras .textwidget a {
        padding:0;
    }
    
    .kt-header-extras .kt-above-lg-widget-area {
        padding-right: 10px;
    }
    
    .kt-header-extras .kt-second-header-widget-area .kt-above-lg-widget-area:last-child {
        padding-right: 0;
    }
    #214252

    How exactly are you wanting everything to align? Which order of widgets?

    Hannah

    #214250

    Yes, I mean the widgets that you are wanting to be aligned in your header. Right now I am only seeing a button and your social links and they are already aligned.

    Hannah

    #214249

    Hannah, could you please clarify, do you mean the extra widgets into the two header widget areas?

    #214246

    Can you add your other widget so I can be sure to provide correct css?

    Hannah

    #214243

    Hey,
    You can style your widgets in the header with some css. Can you post a link?

    Hannah

Viewing 20 results - 2,601 through 2,620 (of 13,419 total)