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,361 through 1,380 (of 13,419 total)
  • Author
    Search Results
  • #246899

    Hello !

    I’m using small plugin, language script selector – cyrillic to latin, so it can be used in Menus, adding:

    ?lang=cir
    ?lang=lat

    but I get encoded classes: menu-item-%25d1%259b%25d0%25b8%25d1%2580 (sufix for cyr)

    ( when used in widgets, than it’s OK )

    Is there way to solve that ?

    Plugin

    My link

    • This topic was modified 6 years, 1 month ago by vgpapi.
    • This topic was modified 6 years, 1 month ago by vgpapi.
    #246832

    Hi There,
    On certain browsers, the phone numbers I entered in the text widget in my site footer are displaying as links (blue) instead of regular text (white in footer). The ground of my footer is blue so the effect is that the phone numbers disappear. At least this is my guess. Either that or google is doing something with its automatic phone dialing feature? Is there some CSS I can do to override this?

    #246814

    I can no longer get into my appearance – Widget area.
    I am using the virtue premium theme

    When I click on this it goes to a blank white page that says

    Google_AuthException thrown
    Error refreshing the OAuth2 token, message: ‘{ “error”: “invalid_grant”, “error_description”: “Bad Request” }’

    Thanks

    rob

    #246737

    Hello Support team!

    Is this poosible to disable ‘Above footer widget area’, ‘Footer coloumn1’ widget, ‘Footer coloumn2’ widget and ‘Footer coloumn3’ widget on this specific page?

    Thanks a lot?

    Anita

    #246673

    Try adding this to your custom css box in Theme Options > Custom CSS:

    li.menu-widget-area-kt.kt-second-header-widget-area {
        display: inherit;
    }
    .kt-header-extras .btn.lg-kad-btn {
        margin: 5px;
    }

    Hope it helps!

    Hannah

    #246643

    Hello,

    I use Ascend theme for multiple websites, and I’m having an issue on only one them where the mobile top bar icons, link back to Home page, not the link assigned to them. I have added them via: Theme Options -> Mobile Header -> Mobile top bar icons. Each set to a different link, but when clicked all of them return the sites home page. I tried removing these icons and then adding the social icon widget via: Widgets -> Mobile Top Icon Bar Widget Area -> Ascend Social Links, and the issue persists.

    When I do an Inspect via browser, they do show the link set to the sites home page not what I had set them to. I’ve never had this issue before, and it just started doing it today, was working prior. No new plugins or CSS added since they last worked, so I am a bit stumped as to why.

    Any help is greatly appreciated!

    The site is in Maintenance Mode so please advise what level access you require.

    Thanks so much,
    Heidi

    #246627

    Hey,
    Do you mean that you’re wanting three single columns? You can create this look using an image widget, visual editor widget, then social links widget. You can add all three widgets to a single footer column then use css to stretch them full width and center them. I provided css in your other thread for changing colors of the social icons.

    Hannah

    #246606

    Hi Celine,
    1. You can add a second button to your extras widget area where you added the first. Does this work for you?

    2. You can increase the header height from Theme Options > Header Settings.

    Hope that’s helpful!

    Hannah

    #246589

    Hey Hannah,

    No, I’ve installed the ultimate social media icons plugin, but I eventually figured out how to make them appear on the right.
    Regarding the Kadence simple share plugin, where can I find info on it I only know about the widgets?

    Thanks
    Mimmie

    In forum: Pinnacle Theme

    In reply to: Error

    #246574

    if i try to set custom image size in the pinnacle image widget – i will get same bug?

    Yes until the update, out Monday at the latest.

    You can still select medium, large etc, you just can’t use custom and try to create a custom crop.

    Ben

    In forum: Pinnacle Theme

    In reply to: Error

    #246571
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Error

    #246566

    Thanks for pointing out this bug, it has to do with trying to use a custom image size in the pinnacle image widget. I am going to push a fix out soon, in the meantime by selecting a default size the page will work. I updated so you can see.

    Ben

    In forum: Pinnacle Theme

    In reply to: Pagespeed

    #246565

    Hey,
    That page is considerably faster.

    Not everything is about the google score you need to focus first on actual page speed. get that low (less then a second is ideal) and then tweak to make google page speed happy. Unforutanly you will never get a great score as long as you use

    pagead2.googlesyndication.com: 4 components, 357.9K (135.0K GZip)
    www.google-analytics.com: 1 component, 45.2K (18.1K GZip)
    adservice.google.com: 1 component, 0.1K (0.1K GZip)
    partner.googleadservices.com: 1 component, 0.1K (0.1K GZip)
    googleads.g.doubleclick.net: 3 components, 10.5K (4.6K GZip)
    www.googletagservices.com: 1 component, 75.4K (27.9K GZip)
    widget.getyourguide.com: 1 component, 15.2K (10.4K GZip)
    www.facebook.com: 2 components, 0.1K
    tpc.googlesyndication.com: 2 components

    All of those add dns lookups to files that are not in your control (not cached, not cookieless). If you want a high near-perfect score (again not everything is about the score) then you can’t use those things. This is where you make decisions about what’s more important.

    For example, Amazon runs a purely mobile site different from the desktop so it’s more optimized for mobile and not loading anything that applies to desktop browsers. Their using the best technology and their google speed test for mobile is 57.

    The point in the speed test is about best practices in an “ideal” situation, an ideal situation doesn’t have you loading ads and scripts from other servers.

    So again I suggest the first thing to focus on is load time. That is what matters in the end with users, are they getting the content fast enough and can you improve that. On the page, you recently linked to it’s not a bad load time.
    https://gtmetrix.com/reports/www.unaufschiebbar.de/nNp2MOro

    To fully loaded your at 2.3 and that isn’t bad since the site becomes readable and interactive at less than a second. Compare that with your home page (where the only difference is the images) 4.9s to fully loaded. Hopfully that explains why I would suggest you start there and focus there, you will get the most return in terms of improvement. A note about the plugin I recommended, it’s important that you not use rocket lazy load if you use that plugin, you can turn off rocket lazy load in the settings.

    The main area where you can improve your score is to remove all the scripts from outside sources that track, and dynamically render ads based on the user. Likely that isn’t something will want to do or can do.

    The other thing you can do is deactivate plugins, you are using a lot and so if you want a higher score you can limit what you are using. Try to find plugin that are not absolutely necessary.

    I hope that helps explain some.

    Ben

    In forum: Ascend Theme

    In reply to: Header Extras

    #246561

    Hey,
    I’m sorry I wasn’t more clear,

    In our theme options > header settings scroll down to our “Header Extras” section. There you can move the widget area to the top of the list and your second widget area to the bottom. see image.

    Ben

    Screen-Shot-2020-03-21-at-9-16-54-PM

    In forum: Pinnacle Theme

    In reply to: Error

    #246551
    This reply has been marked as private.
    #246548

    No apologies necessary, Hannah.

    The code did not work. I cleared cache. What is doing is placing the widgets on top of each other on the right side of topbar.

    I want one widget to the left and the other to the right.

    I think what I’m just going to do is place the Subscribe button in topbar and use everything else in the header and stick it.

    Thank you,
    Pam

    In forum: Ascend Theme

    In reply to: Header Extras

    #246544

    @britner
    Thank you for your interest, but I do not understand.
    The widgets are as in the picture, but are located to the right in the two widgets.
    Have social media links on the left side of the logo. The button is on the right side of the logo. How can I do that? Can you tell me in detail?

    destek2

    #246535

    Hey Pam,
    So sorry for the delay. Been a crazy day!
    I’m not seeing this bit in your css:

    .kt-topbar-right .widget-inner {
    float: right;
    margin-right: 20px;
    }

    That is what you’re missing. I just tested adding that in your code and it worked. Let me know after you’ve added it. Or I can add it for you if you’d like.

    Hannah

    #246509

    Okay, really need that Topbar Widget to Flush left and the Social media links to flush right.

    Any help appreciated as always.
    Pam

    #246507

    Okay, I think I resolved it for the most part.

    I used this css code.

    .kad-topbar-flex-item.kad-topbar-widget-area.kad-topbar-item-right, .kt-topbar-right {
    width: 100%;
    }
    div#widget_kadence_social-3 {
    float: left;
    }
    .kt-topbar-right .widget-inner {
    float: right;
    }

    .kt-topbar-right .widget-inner {
    float: right;
    margin-right: 20px;
    }

    It’s putting the social links widget to the far right, and then the Topbar widget is right to the left. But it will probably suffice, since the quote being used takes up more of the space to the left. <sigh> Coding is such fun. 😉

    Thank you,
    Pam

Viewing 20 results - 1,361 through 1,380 (of 13,419 total)