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,041 through 3,060 (of 13,419 total)
  • Author
    Search Results
  • #203438

    Unfortunately still not working. The only thing I had taken out was the margin, padding and height from my code. I’ve added it back in and added both your codes. Here is what is there now:

    .topbar-widgetcontain.widget-4{
    width: 120px;
    height: 25px;
    margin-top: 0px;
    padding: 0px;
    }

    .topbar-widgetcontain.widget-4 .icon-phone:before {
    top: 3px;
    position: relative;
    width: 120px;
    }

    .topbar-widgetcontain.widget-4 .icon-phone:before {
    top: 3px;
    position: relative;
    padding-left: 3px;
    }

    You can see the phone number is still at the bottom. Maybe it just can’t be moved?

    #203436

    It looks like you changed the CSS since I posed that, I didn’t remove any previous CSS when i came up with that, so you need to leave whatever is in there.

    Try adding this CSS as well as whatever was already in there:

    .topbar-widgetcontain.widget-4 .icon-phone:before {
        top: 3px;
        position: relative;
        padding-left: 3px;
    }

    -Kevin

    #203430

    Try adding this and let me know if it works for you:

    .topbar-widgetcontain.widget-4 .icon-phone:before {
        top: 3px;
        position: relative;
    }

    -Kevin

    #203428

    I’ve been working on it, but I can’t seem to get rid of the space above it. I’d also love to color the text yellow and make it larger, I just haven’t added that into the css. Below is the css for that one:

    .topbar-widgetcontain.widget-4{
    width: 120px;
    height: 25px;
    margin-top: 0px;
    padding: 0px;
    }

    Help? lol

    #203410

    Hi Jacek,
    You will have to update your menus and widgets. Check out “Upgrading Free to Premium” here:
    https://www.kadencewp.com/installing-virtue-premium/

    Hannah

    #203397

    Add this in your theme options > advanced settings > custom css box and let me know if it’s what you are thinking:

    .topbar-widgetcontain {
        display: inline-block;
        margin-top: 0;
        margin-right: 3px;
    }
    @media (min-width: 768px) {
    .kad-topbar-right {
        width: 75%;
        text-align:right;
    }
    .kad-topbar-left {
        width: 25%;
    }
    }

    Ben

    #203380

    Hi – I enabled the widget in the top bar, but I need to add three separate buttons. Right now they are stacking one on top of another. Can you help me figure out how I can set them up next to each other instead? Thanks for all your help!!

    Elaine

    #203363

    Then incremental updates wouldn’t have made a difference in this case about the virtue_calltoaction_widget change to newer kadence_calltoaction_widget.

    perhaps, again I would need to run some testing to learn more.

    Let me know if I can help with something.

    Ben

    #203360

    OK great thanks,

    Then incremental updates wouldn’t have made a difference in this case about the virtue_calltoaction_widget change to newer kadence_calltoaction_widget.

    But it would help in the case of this.

    Plus when you do update more things have to change, there is the moment after updating where things that would normally run spread out have to run all at once.

    #203357

    if so would it be advisable to update the site through the list of interim updates sequentially to bring it up to date rather than all in one big step like this?

    not really. that isn’t quite how it works. Usually, in terms of the theme, you would be ok, some plugins could benefit from that simply because there would be less database updating to do so less chance of a failure. I’m not entirely sure why your call to action failed to update, it would require more investigation but I doubt jumping through theme versions would be the solution. especially since widget areas wouldn’t really get updated by changing theme versions.

    The most advisable thing I can suggest is not to get that far behind. being a couple months back is one thing (although not smart) but if you are not updating your plugins and WordPress for over a year then your opening yourself to serious security issues. Issues that are posted publicly after updates come out.

    Plus when you do update more things have to change, there is the moment after updating where things that would normally run spread out have to run all at once.

    Ben

    #203352

    Great thanks for the offer Ben, but I should be OK. The site’s on a local dev system and not yet online. There aren’t that many instances of the widget. I can use amr shortcode any widget to list them and then I can just manually update the shortcodes to point to the new widgets.

    I tend not to update too frequently because every time I update I typically have to go through and fix a bunch of stuff that changes on the site. So I tend to only update everything when I’m ready to make changes to a site anyway. I copy the site to a local dev system. Then I bring everything up to date: WordPress, plugins, themes. Then I update the child theme to fix what changed, and then make my new changes to the site before putting it back online.

    #203341

    ok, that is strange. Well glad you found it if you need a script to convert this widget I could probably create one with access to your site and ftp.

    I suggest in the future it would be better for you to stay up to date so you’re not dealing with this big jump. version 4.1.8 was from may of 2017.

    Ben

    #203336

    Hi Kevin,

    First I created the PERU MAPS category and it was correctly shown in the category page list but not shown in the widget list. So
    I cleared the Chrome cache but no changes happened. Then I created the second category MAPS – PERU with another slug. Once more it’s correctly shown in the Category list but not in the widget category list.
    So I wrote you.
    I have made no variations to children theme at all and Pinnacle it’s updated to latest version 2.2.8
    Angelo

    #203332

    Hi Ben,

    Please, can you see why I cannot see some categories in the Blog list of Pinnacle Carousel Widget?

    I created two different Categories one is PERU MAPS, the second MAPS – PERU with different slugs of course but neither of them appear in the dropdown menu list of the Pinnacle Carousel Widget I’m using in the home page.
    Please, go to widget page and check the second carousel widget which is titled PERU MAPS & MOST RECENTLY ATTRACTIONS and you see that the above categories are not listed in Blog list.
    Thanks
    Angelo

    #203329

    Hi Folks,
    I am putting the finishing touches to a website – URL: ductions
    In the second footer widget, I have placed a footer navigation menu.
    I have attempted, without success, to format this nav-menu so that it looks and reacts the same as the other hyperlinks in the other footer widget areas.
    Can you tell me what I have got wrong, please?
    I cannot copy/paste my custom CSS in this form – it is being rejected by your firewall, but I can share an access ID to view my attempted CSS.

    Many thanks
    J

    #203319

    OK, that looks like what the problem was regarding the missing call to action widgets.

    It seems that old virtue_calltoaction_widgets from Virtue Premium 4.1.9 fail to load into the newer kadence_calltoaction_widgets in 4.8.0. I had to create new call to action widgets in VP 4.8.0. Once I created new widgets they worked fine with amr shortcode any widget.

    Next I’ll track down what’s going on with the custom cropped portfolio thumbnails that got lost during the update.
    I’ll start a new thread about those to keep the issues organized here.

    #203316

    This may not actually be related to amr shortcode any widget and may be an issue with the virtue call to action widget update.

    I moved the virtue call to action widget to a plain sidebar in VP 4.1.9 to test it. I switched to VP 4.8.0 and disabled all plugins and the existing virtue call to action widgets didn’t come back in any of the sidebars or the inactive widget area. The Virtue call to action widget template does show up in the available widgets area though. So I’m creating new virtue call to action widgets to use. When comparing the old widget settings from VP 4.1.9 and recreating them in VP 4.8.0 I noticed there are more options on the new virtue call to action widget. I also noticed that the ID of the widget changes from virtue_calltoaction_widget to kadence_calltoaction_widget.

    Maybe the older virtue_calltoaction_widget settings are just not loading into the new kadence_calltoaction_widget when upgrading from 4.1.9 to 4.8.0?

    In forum: Ascend Theme

    In reply to: Call to Action Text

    #203290

    Regarding the original inquiry:
    I only want the first call to action widget on both pages 878 and 920 Shadow or outline or what ever you suggest to have the white text show up better on the page.

    #203281

    Hey,

    The easiest way to do so is going to be with a text widget above your other widgets acting as a title. Just add the title like this:
    <h6>Widget Title</h6>
    Then just leave the title area of your widgets blank.

    -Kevin

    #203264
    This reply has been marked as private.
Viewing 20 results - 3,041 through 3,060 (of 13,419 total)