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'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Woozone plug-in issues
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
In forum: Ascend ThemeIn reply to: Shortcode Display Featured products
April 26, 2018 at 5:14 pm #188688Hey,
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
In forum: Ascend ThemeIn reply to: Shortcode Display Featured products
In forum: Pinnacle ThemeIn reply to: menu seperator
April 26, 2018 at 3:23 pm #188674Hey,
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
In forum: Pinnacle ThemeTopic: Mobile menu sublinks
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 ThemeIn reply to: Customize the tabs Design
In forum: Virtue ThemeIn reply to: Kadence Slider Pro swapping image order
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
In forum: Virtue ThemeIn reply to: How to add code to a particular page
In forum: Virtue ThemeI’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
In forum: Virtue ThemeIn reply to: Child Theme not working well after last update
April 26, 2018 at 9:54 am #188614Please send me a login to your site so I can understand what you have in your child theme.
BenIn forum: Virtue ThemeIn reply to: woocommerce image slider not working
April 26, 2018 at 9:52 am #188613What 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
In forum: Virtue ThemeI 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.
In forum: Pinnacle ThemeIn reply to: Formatting Pinnacle Gallery
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
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Child Theme not working well after last update
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
SerbanIn forum: Ascend ThemeApril 25, 2018 at 11:38 pm #188576Is it possible to have different hover colours on image menus?
Here’s the site:
*Login to see link
I’d like the hover colour to be blue red blue red but not sure if it’s possible?many thanks
Nic
xIn forum: Ascend ThemeIn reply to: Add drop shadow to Site Title
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
In forum: Ascend ThemeI 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?
In forum: Virtue ThemeIn reply to: Password Protected Posts Not Working – Theme Issue?
In forum: Virtue ThemeIn reply to: CSS help: Cart page
April 25, 2018 at 12:20 pm #188530You 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
-
AuthorSearch Results


