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,861 through 2,880 (of 13,419 total)
  • Author
    Search Results
  • #207501

    Hi there,

    I’m trying to work out why the display styles for this widget aren’t working.

    I’m using Page Builder (SiteOrigin), and the config looks like this:

    However, no matter which style I choose, the gallery looks the same. Furthermore, there is no Lightbox.

    Link to the page:

    Currently set to ‘Mosaic’

    #207474

    It’s in your footer widget.

    you have a script added. You need to update it.

    <script type="text/javascript">jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 72 : 40;
    $('.navclass').sticky({topSpacing:topOffest});});</script>

    to this:

    <script type="text/javascript">jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 72 : 40;
    $('.navclass').ktsticky({topSpacing:topOffest});});</script>

    Ben

    #207392

    HI Hannah:

    Well, it worked. It is unbelievable that I was able to follow your instructions and get the button in the top bar.

    I used a Custom HTML widget instead of the text, is that appropriate?

    The only issue now is that the button is not spaced properly: it needs to come down a little and to the right a little. I assume I can add code to the widget to do this but with my meager skills I am not sure what to use. What do you suggest?

    Thanks,
    Cynthia

    In forum: Virtue Theme
    #207370

    OK I remade the form and that now displays the captcha. However the math is there. The form is inside a Visual Editor in the Home Widget area. Is there a way to set the preference for no math? (If not, I think I’ll just ditch the form. It’s not that important.)

    In forum: Virtue Theme
    #207362

    Thanks, Kevin. I had not. Now that I have, some improvement, but still trouble:

    Home page widget testimonial form is still as it was: https://www.guidedimagerydownloads.com

    And here I am getting both the math solve and the captcha: https://www.maxhighsteinmusic.com/contact/

    #207355

    I’ve added the Kadence Recaptcha plugin, and it is working on all the forms on my site, EXCEPT the Kadence testimonial form that is installed in the home widget area of my home page:

    What it is?

    #207337

    Could a plugin update have caused Page Builder to disappear?

    It’s possible that your server timed out while trying to update the plugin this would create an issue where the plugin getting ready to be removed but couldn’t be so the update wasn’t able to finish. At this point, you would need to access your site via cpanel or ftp and remove the page builder plugin folder then reinstall. It wouldn’t have anything to do with the Site Origin Widgets plugin.

    You won’t be able to edit what you did without reinstalling pagebuilder so that is what I suggest you do.

    Ben

    #207315

    Duh! Thank you. I need to dig in to the widgets and their functions. Thank you Kevin.

    #207306

    Instead of using the portfolio widget, you need to use the “Pinnacle: Carousel” widget. That will allow you to replicate the carousel with portfolio posts

    -Kevin

    #207301

    Hi Kevin,

    That’s what I had done before: “recreate that excellent portfolio carousel in a different way with a Pinnacle widget, but I tried that and it came out all goofy.”

    The portfolio widget does not get the same output as the “Portfolio Carousel” area in Home Layout. How can I recreate that look?
    I also want to put the names of the links in the center, instead of “View Details”. Is that possible with this?

    Thank you,

    Luke

    #207274
    This reply has been marked as private.
    In forum: Virtue Theme
    #207263

    I am so sorry to have bothered you with this. The code was in two places. So, I deleted the widget one. The actual one was in footer copyright notice option. I found it, add the underline and it worked! Thanks so much for your patience with this “duh Sharon” lady!

    In forum: Virtue Theme
    #207253

    Well if you’re not currently using a plugin the there actually wouldn’t be a cache to clear. I’m not sure why the updated html isn’t showing, but this is what I currently see in the widget:

    <a style="background-color: 
    #EEA91F; color: #5E2916; font-size: 10px;"
    href="http://hcarcheology.org/contact-us/">Visit our contact page<br /></a>

    -Kevin

    In forum: Virtue Theme
    #207228

    I don’t know where to put it with the rest of the code. BTW, this code is placed within a text widget on sidebar.

    #207227

    So you can paste the javascript into your footer output in Theme Options > Header and Footer Scripts (if you don’t see this option make sure it has been enabled from Theme Options > Theme Extensions). Then you can paste the html into a text widget in your topbar widget area. I just tested this on my site and it worked great. Let me know if you have further questions setting this up!

    Hannah

    In forum: Virtue Theme
    #207221

    Hey Leif,
    The Virtue Image Menu Item widgets would get you a similar look. Then you could use css to style it more closely to what you’re wanting. You can add this through the homepage layout manager, or through any widget area.
    Hope that’s helpful!

    Hannah

    #207216

    Dear Hannah:

    It looks like it would not. To Clarify:

    The Pinterest “Follow” button allows a site visitor to “become a follower of my Pinterest account” by clicking the button on my website.
    It is a function different from having a button that only takes you to my Pinterest page.

    Links to instructions for adding the “Follow” button to a website are below:

    https://developers.pinterest.com/docs/widgets/follow-button/
    Instead of “Anapin Skywalker” my website name “EasyEcoClean” would appear on the button

    https://developers.pinterest.com/tools/widget-builder/?type=follow

    Let me know what further questions you have.

    Cynthia

    #207214

    Hey Kevin,

    I just put a margin-bottom on the widget class. It’s not the final solution but it works for now… 🙂

    Thanks a lot!!!

    Markus

    #207210

    Hey Kevin,

    I also tried this but then margin is set on zero on every single widget inside the footer column, so there is no space between the widgets.
    Maybe it depends on how many widgets are in the columns and how they are routed with the language switcher.
    I had not those problems, before i updated the Polylang plugin.

    Markus

    #207205

    Hey,

    Try adding this CSS to Theme Options> Custom CSS:

    .footerclass .widget {
        margin-top: 0;
    }

    Does that fix the issue?

    -Kevin

Viewing 20 results - 2,861 through 2,880 (of 13,419 total)