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,101 through 2,120 (of 13,419 total)
  • Author
    Search Results
  • #226787

    Hi Guys,

    I was adding social icons widgets to my site and started with Jetpack. But then I saw the Virtue Premium theme had one, and usually figure that will be better than Jetpack’s styling. But yours doesn’t seem to work. One of the 3 site URLs I inputted shows an icon. The other 2 show an empty box with a little padding, as if they don’t know how to find the other icons.

    #226750

    Hey,
    On mobile, are you wanting the cart to be sticky? I’m a little unsure how you are wanting it to work?

    Also while I don’t recommend this a simple way to make the sidebar above the content is with this css:

    @media (max-width: 767px){
        #content > .row {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    You can’t (will break things) and shouldn’t (will break things) add [woocommerce_cart] to other pages then the cart page. There is a mini cart widget that you can add.

    Ben

    #226745

    Hiya,

    I’m really scratching my head. I’m using the testimonial carousel widget in the Footer Column 1 widget, but it defaults to the page of ITS choice, rather than letting me save mine. It’s basically choosing the first page in the drop-down list in the widget. When I hit save on my selected page, it just reverts.

    Cheeky! What I’ve done is re-titled my chosen page so that the widget works, but that’s not ideal. I’ve tricked it…

    The site is at taylorwestandco.uk

    I’m using a child theme. Might help to know that.

    What am I missing here?

    Thanks!

    Valerie

    #226735

    In Theme Options > Topbar Settings set “Use Topbar Icon Menu?” to “On” then add your social icons to the Topbar Icon Menu. Then set “Enable widget area in right of Topbar?” to “On” an also turn on “Topbar Layout Switch”. Then navigate to Appearance > Widgets and add your number to a text widget in your topbar widget area.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #226697

    Hey,
    Looks like you’re using the simple mobile header. That does not allow for a header widget area. If you wanted to keep the phone number in mobile you would just need to turn this feature off (theme options > mobile header).
    Hope that helps!

    Hannah

    #226565

    Hey Luis,
    This css should work for you:

    .footerclass .kadence_social_widget a {
        background: #af2828;
    }

    Hannah

    #226505

    NOT a question — just posting this here in case anyone searching for a similar solution finds this thread (though, of course, I don’t warrant that it’s an optimal solution).

    While my original topic was mobile-oriented, this is for the desktop — but, it’s the same type of white-on-white issue. I suppose it could be a mobile problem, too — it just wasn’t for me.

    I used a random social media plugin instead of the Ascend Social Media Widget. My bad. The plugin is buggy, complicated, and always in need of some fixes. Time for it to go.

    Because we changed our Primary font color to white for our menus, the Ascend Social Media widget gives me Facebook and Twitter squares that are solid white. [Hovering turns them the standard Facebook and Twitter colors.]

    This CSS changes the font color to black so that the Facebook “f” and Twitter bird show up in the boxes:

    
    .kt-header-extras .kadence_social_widget a, .mobile-header-container .kt-mobile-header-toggle button {
    color: #000000;
    }
    
    #226451
    .virtue_image_widget_caption {
        font-size: 16px;
    }
    #226445

    its the captions on the medical team images, lower down on the page..
    http://newsite.southcoastwoman.com

    they’re in an image widget

    thank you

    #226443

    Hey,
    Do you mean the virtue image widget? Can you link to an example?

    Hannah

    #226439

    Hi
    I’m trying to increase the szie of the caption text with this:
    #pg-5-3-1-1 .wp-caption-text {
    font-size: 24px;
    }

    Can you please help me with this?
    Thank you guys.
    Carrie

    #226429

    So without the widget added I can’t guess at the css because I don’t know the output, where you add it makes a difference, I understand not wanting to add it until it looks right so can you send me a login and I can add it and style it.

    You can use set as private reply

    Ben

    In forum: Virtue Theme

    In reply to: CSS Question

    #226389

    Hey,
    Try changing your css to this:

    .siteorigin-widget-tinymce.textwidget h5 span:hover a:hover {
    color: #f39928 !important;
    }

    Does that work for you?

    Hannah

    In forum: Virtue Theme

    Topic: CSS Question

    #226380

    When using this h5 code, does the Default Highlight Color also have to be #00000? If I change hightlight color this code does not work

    .siteorigin-widget-tinymce.textwidget h5 a span {
    color: #000000 !important;
    }

    .siteorigin-widget-tinymce.textwidget h5 a span:hover {
    color: #f39928 !important;
    }

    #226379

    Actually I need (or would prefer) to keep the “Welcome to the Town of Esopus” in the Primary Header Widget and can lose the round logo off to the left on the home page if we can do that.

    #226373

    The widget could go where the logo is now, but I also noticed that when I make the widget visible on the home page the logo disappears, the Welcome text gets pushed way over to the left, and the widget appears where the welcome text is now. That would work too.

    Maybe the best answer would be that the widget would replace the logo on the home page only…if that’s possible.

    If you’d prefer a mock up I’d be happy to do one, just let me know!

    #226368

    I’m confused as to where you want the text “Welcome to the Town of Esopus” and where you want the widget to be? Do you have a mockup of what you are thinking?

    Ben

    #226362

    Hey!

    2. I did not mean “header widget” I meant “home widget area”. If you go to theme options > home layout there is a layout manager, there you need to move “home widget area” to disabled, currently, you have it enabled even though it’s empty.

    Ben

    #226344

    Thanks Ben. I only need help with item 2 please.
    I figured out the color blend and want to share in case anyone finds this thread by keyword:

    1. I did the blend effect in the row with the medical team was:
    http://newsite.southcoastwoman.com

    #pg-5-2.panel-has-style {
    background: linear-gradient(-45deg, #1c5599,#82c66c);
    }

    I did’t realize I could put hex colors in the css, and was struggling to understand how rgba(255,0,0,0) from the forums code worked.

    2. If I disable header widget then won’t that widget disappear? I’m trying to decrease the space under the navigation/above the first row.

    3. I forgot that I can change the column widths within the row. So that was easy.

    Thank you

    #226291
    This reply has been marked as private.
Viewing 20 results - 2,101 through 2,120 (of 13,419 total)