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,201 through 15,220 (of 39,333 total)
  • Author
    Search Results
  • #188701

    Hey Guys

    Wonder if you could help out here.

    When the Woozone plug-in is activated on my site the category, shop pages, the buttons lose their settings.

    Test Category

    Product Category

    Android Phones Category

    Android Phones

    It also affects all other products imported via another plug-in wp allimport. I thought wp allimport might be conflicting. However after deactivating that plugin, the button on these pages were still the same, so I am wondering is the woozone conflicting with the theme

    #188688

    Hey,
    In your theme options > layout settings, you are increasing the “Site Layout Max-Width” from 1170 to none. Which means that columns which would be 4 increase as the size of your screen increases. This keeps everything responsive and keeps things from stretching. So a 4 column on a screen larger than 1800px would become a 6 column because there is nothing limiting the width of the container those columns are in. Think of this as being the same when you make your screen smaller and 4 columns become 3 then 2 then 1 as the screen size gets smaller.

    If you want to override this behavior you can with css like this, although just to warn you this means large products on really larger screens.

    @media (min-width: 1500px) {
    .kt-width-large .col-md-3.kad_product {
        width: 25%;
    }
    }
    @media (min-width: 1800px) {
    .kt-width-xlarge .col-md-3.kad_product {
        width: 25%;
    }
    }

    I hope that helps,

    Ben

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

    In reply to: menu seperator

    #188674

    Hey,
    Please post a link to your site? Also, your image doesn’t seem to lead to anywhere can you repost? You can upload to a site like this: https://postimages.org/

    Ben

    #188663

    Hello,

    please see this website: http://www.tempiodelgusto.it

    I made a main menù in which each menu voice open the submenu on mouse hover.

    Is possible make something similar with the mobile menù? in other words, on mobile menu, how i can open the submenu by tapping on the menù voice instead of the arrow?

    Please help me.

    Best Regards

    In forum: Ascend Theme
    #188662

    I needed the tabs on this way on my website. So i have made the tabs sticky and they are working fine. But console logs showing something like below. Can you have a look here

    stickyitem is undefined
    This site appears to use a scroll-linked positioning effect.

    #188657

    Hello Christina,

    It’s tough to say what may be causing this since I can’t see the issue at the moment. The fist thing that I would try when this happens is clearing your site’s cache. It’s possible that the latest changes are just not getting updated, and the problem is coming from your cache.

    I’ll continue testing to see if I can replicate the issue on my site.

    -Kevin

    #188650

    Hi Kevin,

    I downloaded the plugin and I didn’t see anyway for it to specify which page to put code on. It looks to insert the code site wide–which the virtue theme already does. I need a way to specify what page to insert the code.

    Adam

    #188647

    I’m trying to get facebook pixel to capture information on certain pages. It’s instructed me to “Place the event code on your order confirmation page or purchase completion page.
    Add the event code just below the </head> tag. This allows the event code to load along with the pixel code when the page loads.”

    Could you tell me how to find the </head> tag and add code to a particular page and not site wide? Thanks.

    Adam

    #188614

    Please send me a login to your site so I can understand what you have in your child theme.
    Ben

    #188613

    What are you seeing?

    Please tell me what you want to change? Perhaps you don’t want to load a slider, you can turn that off in your theme options > product settings.

    When I view your site I see this css taking effect and keeping the other gallery images hidden until the javascript runs and makes all the thumbnails.

    Ben

    #188607

    I have Virtue Premium set up on one of my websites. We’re having an issue with Square inventory not syncing correctly with WooCommerce. WooCommerce has suggested switching themes temporarily to see if Virtue is interfering with something. Can I safely switch themes and then switch back to Virtue without removing any of the styling? I have the website designed the way I want it so I don’t want to mess anything up.

    #188590

    Hi Ben

    I didn’t have any luck with that code. I tried placing it at the bottom of the custom CSS, deleting both the site and browser cache, in case these would change anything, but no luck.

    I guess if it’s related to my Windows settings, it’s unlikely to be something that affects other users. It does show up OK in Firefox under those settings, just not in Chrome.

    Thanks for all of your help.

    Have a good one!

    Janine

    #188589

    Hi the comments on my site are very small how do I make them larger, I want to change the font size.

    my site is

    #188586

    Hi Ben,

    Sorry to bother you again. I am a beginer with this triangle: WordPress – Virtue – WooCommerce and i do not understand how this worked by now and what i have to do next to make thins work. Is it a WooCommerce issue? A WordPress issue? Or a Virtue issue? I do not understand to whom i have to address to solve this. At the making of the website textiland.ro when i wrote to Virtue, i recieved a child theme witch solved the measurmenent price problem at the begining, no charge, no woo measurement price calculator extension, no such things. Let me know if i understand this right…now is a Woo issue and i have to pay for this extension?

    Thank you
    Serban

    #188576

    Is it possible to have different hover colours on image menus?
    Here’s the site:

    I’d like the hover colour to be blue red blue red but not sure if it’s possible?

    many thanks
    Nic
    x

    #188554

    Hey,

    Here is some CSS that should add the shadow to the title:

    span.kad-site-title {
        text-shadow: 2px 2px #1c1c1c;
    }

    Add that to Theme Options> Custom CSS, and let me know if it works for you.

    The header extras area will appear to the side of your site title. Then you’re supposed to add widgets to it or extras in the theme options. Since it’s not currently configured that way, I can’t really tell why it wasn’t working as you expected.

    -Kevin

    #188553

    I would like to add subtle drop shadow to the Site Title on THIS SITE. Something subtle like text-shadow: 2px 2px #1c1c1c; I just don’t know what the element name is to specify this for the Site Title. Is this possible?

    BTW; I tried to accomplish this by using the header layout that shows the Extras to the left of the menu and then placing this text in a header widget, but I couldn’t get the text to appear to the left of the menu. Perhaps I misunderstand what that Extras area is about?

    #188538

    Hey Ben

    That’s the odd thing–I can get it to work on my personal site but not my “work” site. I’ll check the plugins and see if that makes any difference. Thanks for your support, much appreciated!

    In forum: Virtue Theme

    In reply to: CSS help: Cart page

    #188530

    You can move it with this css:

    #wc_braintree_paypal_container {
        width: 50% !important;
        padding-top: 3px;
    }

    You can’t edit, hide or change that text through css since it’s iframed into the site. You would need to talk with the plugin developer to find any information about whether or not you can change that.

    Ben

Viewing 20 results - 15,201 through 15,220 (of 39,333 total)