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 'site'

Home / Forums / Search / Search Results for 'site'

Viewing 20 results - 15,501 through 15,520 (of 39,333 total)
  • Author
    Search Results
  • #186017

    Hey,
    You should like this, it’s helping to speed up your site, It’s a good thing. You want many sizes of any image so when srcset is used the browser can get the best one.

    1 image is from woocommerce itself, if you set that image in your woocommerce customizer settings to be the same as your woo extra gallery settings then it would be the same and there would only be one created.

    The other 2 are from the woo extras gallery. Again 1 normal 1 for retina. If you have thumbnails then two more for that size again 1 would be the exact size and one would be for retina screens. I strongly recommend you reconsider why this is upsetting you. It’s a very good thing.

    But if you don’t want it to happen you can turn that modal off in the woo extras settings and use the basic woocommerce gallery.

    Ben

    #186010

    My latest try to add shadow to the h2 text in the SiteOrigin Headline widget is this:

    .sow-headline-container h2.sow-headline{
    text-shadow: 2px 2px #000000;
    }

    …which did not work. May I please have your assistance? Thanks so much.

    Carrie

    #186004

    I need to add additional links than what is already available. You have text input areas for email, phone, facebook, twitter, instagram, and linkedin.

    I need to add links to their websites and Youtube channels – and possibly more. I’d like them to be the same format as the rest – the grey icon in the same row as the others.

    Is that possible?

    #186001

    Hey,

    You can add links anywhere on your site in a text editor like this:
    <a href="http://www.YOURLINKurl.com">LINK TEXT</a>

    Just replace the URL and link text with what you need and let me know how it works for you.

    -Kevin

    #186000

    Is it possible to add links to the staff profile pages? I’m being asked to add website links and additional social channel links – Youtube, etc.

    I can add them in a widget but they don’t look as nice as the ones that come with the theme.

    Ref link:

    #185991

    The only images that are created are based on your product gallery settings. If you change the settings new thumbnails are created to match that size change along with retina versions of those thumbnails. These are all done to help your site deliver the best size so it’s fast.

    #185980

    Hey,
    Your site is in maintenance mode so I’m unable to see it. Have you tried enabling the topabr layout switch from Theme Options > Topbar Settings? If you’re not already, I would also suggest adding your social links through the topbar widget area. You can enable that from Theme Options > Topbar Settings then add widgets from Appearance > Widgets.

    Hannah

    #185969

    Is there a way to reduce the thumbnail when using the Kadence Woo Extras plugin? My website has a lot of products and images

    #185863

    Hi there,

    I’ve got a website where the layout and shop functionality is suddenly broken on mobile.

    The website is

    There was a lot of custom css used to style the site and it’s been working great for over 2 years. Not sure when the layout/functionality broke, but I’ve disabled all plugins and when activating one by one, site origin page builder seems to be causing issues on mobile.

    That said, if I delete all custom css and activate site origin page builder, it works again on mobile, so not sure if it’s some dodgy css code or an issue with the plugin causing problems.

    The css was as follows (but I’ve deleted it for now to allow customers to still place orders on mobile):

    ++++++++++++++++++++++++++++++++++++++++++++


    @media
    (min-width: 1200px) {
    .container {
    width: 1200px;
    }
    }

    .page-header {
    display: none
    }

    .boxed #wrapper.container {
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
    }

    a.sf-with-ul:after {
    content: “e3b6”;
    font-family: virtue_icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    #nav-main ul.sf-menu ul li a {
    font-size: 16px;
    }

    .testimonialbox {
    background: #b6c9bb none repeat scroll 0% 0%;
    }

    .kad-arrow-down {
    border-top: 12px solid #b6c9bb;
    }

    .imageattributiontext {
    font-size: 6px;
    line-height: 10px;
    }

    .sf-menu>.kt-lgmenu>ul>li>a {
    text-transform: none !important;
    }

    .product .kad_add_to_cart {
    text-transform: none;
    }

    .virtue_social_widget a i {
    font-size: 40px;
    line-height: 40px;
    }

    .wrap {
    float: left;
    margin: 25px 0px;
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #555;
    border-radius: 3px;
    }

    .navclass {
    float: left;
    border: 1px solid #555;
    border-radius: 3px;
    }

    .topbarmenu ul li a {
    color: #634e42;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 7px;
    }

    .sf-menu a {
    font-weight: 600;
    }

    #containerfooter .menu li a {
    padding: 5px 12px;
    max-width: 210px;
    }

    #nav-second ul.sf-menu>li {
    width: auto;
    display: inline-block;
    float: none;
    }

    #nav-second {
    text-align: center;
    }

    #nav-second ul.sf-menu>li>a {
    padding-left: 20px;
    padding-right: 20px;
    }

    .sf-menu a {
    padding: 8px;
    }

    #nav-second ul.sf-menu ul li a {
    font-size: 16px;
    }

    .flex-caption {
    text-align: left;
    position: inherit;
    left: 0px;
    bottom: 0px;
    color: #634e42;
    background: #fff none repeat scroll 0% 0%;
    }

    .captiontext, .captiontitle {
    background: #fff;
    }

    .captiontext p {
    margin: 0px;
    color: #634e42;
    font-size: 20px;
    }

    .flex-control-nav {
    display: none;
    }

    .pt-cv-wrapper .btn-success:focus, .pt-cv-wrapper .btn-success.focus {
    color: #FFF;
    background-color: #b6c9bb;
    border-color: #b6c9bb;
    }

    .pt-cv-wrapper .btn-success {
    color: #FFF;
    background-color: #b6c9bb;
    border-color: #b6c9bb;
    }

    .pt-cv-wrapper .btn-success:hover {
    color: #FFF;
    background-color: #c2d2c6;
    border-color: #c2d2c6;
    }

    .Zebra_Tooltip {
    font-family: Quicksand;
    text-align: -moz-center;
    }

    #mc4wp-form-1 > div:nth-child(1) > p:nth-child(1) > label:nth-child(1) {
    color: #fff;
    }

    .home-message h5 {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.8);
    }

    .home-message h4 {
    background-color: rgba(255, 255, 255, 0.8);
    }

    ++++++++++++++++++++++++++++++++++++++++++++

    Would be grateful for any assistance you can provide please.

    Thanks in advance,

    Steve

    #185841

    I’ve been testing and I can’t recreate whats happening on your site in safari, I suspect there is something in the page builder settings like a negative margin or something can you send me a temp login so I can look at the settings to determine whats going on.

    Ben

    In forum: Pinnacle Theme

    In reply to: Queries

    #185840

    Hey,

    I’m currently unable to view your site. It seems like it’s down at the moment.

    -Kevin

    #185838

    This tutorial outlines the importer:
    https://www.kadencewp.com/kadence-themes-demo-content/

    Though if you’ve already built your site, this option isn’t optimal, as you’ll be starting over with a copy of our demo site.

    You can also just add the shortcode to pages and assign in the woocomerce settings.

    Here’s an outline of the setup wizard:
    https://docs.woocommerce.com/document/woocommerce-setup-wizard/

    -Kevin

    #185790

    Hello,

    The website is

    I hope to be helped with the following:

    1) The color background (here, #3ac0c7) of the buttons of the Kadence Slider (”Află mai multe”) to have transparency, if possible both for buttons and hover effect (about 10%)

    2) To decrease the height of the footer (as much as possible)

    3) For blog posts, like to have the image full width, above the sidebar (like here: The best way would be to have a widget full width right bellow the primary menu)

    Thank you,

    Nicolae

    #185784

    upload the image to a place like this and post a link. https://postimages.org/

    please try my steps ignore anything else just please try what I wrote because I test that on your site and it worked fine.

    In forum: Membership Forums

    In reply to: Vertical Slider

    #185759

    ok, odd I found the conflict for at least I figured out the fix wasn’t happening in the demo so I’m not sure why it was exactly on your site but I updated the javascript to take account for it and also updated the plugin so you should be set.

    Ben

    #185741
    This reply has been marked as private.
    #185732

    Hi Mark,
    I can’t get this to happen when I view your site. Can you send a screenshot?

    Hannah

    #185719

    Hi, it’s me again.

    In order to use rich pins on Pinterest, I need to add meta tags to the <head> section of the index.html file of my website before the <body> section.

    Help, please! I don’t know where the <head> or <body> sections are.

    Deb
    barnladybuilder.com

    #185711

    We’re having an issue with the main nav on this site

    As far as we know, we haven’t changed any of the css or settings for the main nav link text, but for some reason it’s wrapping onto a second line. Also, this is not happening on one of our desktop imacs, but it is showing on an actual laptop.

    Any thoughts?

    #185700

    Hello, How do I go about creating an order confirmation page for my wp ecommerce site icecreamforyoursoles.com with woocommerce? I imported the ascend shop demo and I don’t see this page listed. I may have deleted the page…

Viewing 20 results - 15,501 through 15,520 (of 39,333 total)