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
In reply to: Gap between images on front page
Kevin told me he didn’t do anything on my site. I don’t believe that he did. After he left my site, the page still said I was the last one to edit it.
I envision 6 rows of 4 captioned and linked images in each row. Below that are supposed to be the two lines of text that will soon be the headers for two additional groups of images. These two groups will be smaller, but the images will be very similar to the 24 images in the section we’re currently working on. Those words, “Deep Shades” have formed a new column on the upper right (see next paragraph and links in my last post). They don’t belong there. There isn’t supposed to be a 5th column. I can’t figure out why they are there. I anticipated that the 3 links I provided in my past post would make this all clear.
In this screenshot, the words “Deep Shades” don’t belong there. They belong at the bottom immediately to the left of “Assortment”. The complete phrase “Deep Shades Assortment” should be just above the phrase “Subtle Shades Assortment” which is correctly placed. This screenshot shows what I see at the bottom. Do you see something different on your screen?
I’d like for the appearance on mobile devices to be whatever people who use them are accustomed to seeing when browsing a web page on their mobile devices.
In forum: Virtue ThemeIn reply to: variations in products
September 26, 2018 at 2:52 pm #202523If you are specifically asking for options about variation products that is controlled by Woocommerce and you would either need to use a different product type like composite products or some other woocommerce extension. No themes would add this type of niche extension into how woocommerce functions.
In forum: Virtue ThemeIn reply to: Testimonial Carousel in Product Tab
I should’ve linked to this earlier. All of the options for the shortcode can be found here so you can customize as needed:
http://docs.kadencethemes.com/virtue-premium/shortcodes/So if you need to adjust columns, you can add that like this:
[carousel type=testimonial cat=group1 columns=4]If that doesn’t work, can you please post a link so that I can see how it’s showing on your site?
In forum: Virtue ThemeIn reply to: variations in products
In forum: Virtue ThemeIn reply to: variations in products
September 26, 2018 at 12:18 pm #202502I’m not aware of any option inside Woocommerce that would make that variable option disappear entirely. You can set up a variable product where the options under “size” changes based on which variation was selected. For example, you can add an attribute of not applicable and if the user selected dresser that would be the only option under size.
Otherwise you would need to look at a plugin like this: https://woocommerce.com/products/composite-products/
In forum: Virtue ThemeIs there a way to add a Testimonial Carousel into a Product Tab? A shortcode of some kind? I know I can add it into the Product Description using SiteOrigin, but that only seems to be available for that first tab.
Also, when I did add one to the Product Description using a widget in SiteOrigin, it did not rotate. This may have been because there was another testimonial carousel widget in the sidebar – some kind of conflict there?
In forum: Ascend ThemeIn reply to: Website load time question
September 26, 2018 at 11:51 am #202497I suggest going into your Kadence slider > fonts settings and turning off the loading of fonts. You are using the same fonts for your site as the slider so no need to load them twice. That will drop the size a little.
I don’t suggest you use any of the font settings in Auto-optimize but your welcome to test if you like.
If you are really worried about the font size you can always not use any google fonts on your site and choose web safe fonts.
Ben
In forum: Virtue ThemeIn reply to: 404 /popupImg reducing website load speed
September 26, 2018 at 11:31 am #202492Looking on your site that is coming from the “Elite-video-player” You should check that plugins settings. Perhaps you were supposed to add a fallback image of some kind and haven’t?
Ben
In forum: Virtue ThemeIn reply to: 404 /popupImg reducing website load speed
Hello,
It’s possible that this page once existed on your site and you linked to it somewhere. I would try searching for any instance of that link on your site with this plugin:
https://wordpress.org/plugins/better-search-replace/Just look for the URL, and delete any occurrence the plugin finds on your site.
Let me know if that works for you.
-Kevin
In forum: Ascend ThemeTopic: Website load time question
Hello Support team!
I’m trying to reduce load time of my website. I’m using page cashe, but besides that, I have to do someting with the image sizes.
As to ‘pingdom’ page speed test, images are 70% of the page size of the main page, 45% of the requests. Is this possible to download only the 1. image of Kadence slider as first download of the site?
In addition, Can you suggest plugins, which work good, and could be useful?
Site:
*Login to see linkThanks a lot,
AnitaIn forum: Virtue ThemeHi
Not to sure if this is exactly a support related question or not.
I did a speed test with pingdom and it said *Login to see link is taking 1000 ms wait/load request when our website *Login to see link loads.
This /popupImg is not found (its a 404) any suggestions on how I can clear this from being requested/loaded . And where is this coming from?
Herewith a link to a screenshot of the report for it *Login to see link
Thanks in advance
In forum: Ascend ThemeIn reply to: Demo Content like Homepage www.kadencethemes.com
Hey,
Yes, you can re-create the Kadence themes homepage with Virtue using the Virtue: Split Content widget and the Virtue: Info Box widget. You should use a page builder plugin such as SiteOrigin or Elementor. Let me know if there’s a specific area you’re getting stuck.
I will let Ben respond to your other inquiry.Hannah
In forum: Membership ForumsIn forum: Membership ForumsHi, i have black background as the header background, and white background for the site. After the header (which is black) it shows a thin white space until the next element, which is a siteOrigin row where i have a picture as a the background.
How do i stick that picture directly under the black header background so it wount show any white space, i mean how do i remove the white space between the header background and the next element? didnt find any margin or padding options to tweak, so i guess i need to add some css codes.
Thanks
In forum: Reply To:Hi Paul,
It looks like the content width is the same, you have just added a background image to your content area in your other site. You can set a background like this from Theme Options > Advanced Styling. Is that what you mean?
If you’re wanting to adjust the width of the slider you can do so from Theme Options > Slider Settings.Hannah
In forum: Reply To:In forum: Pinnacle ThemeTopic: Flex Slider arrow buttons
On the mobile platform, I do not like the big dark arrows on either side of the flex slider, that is at the top of my home page, as they interfere with the menu icon. Is there a way to turn off the arrows? Mobile format is the problem, it looks good on a desktop…
site in question is http://www.macadamgrinding.com
I tried searching the forum and came across this post: *Login to see link I tried entering the code but the arrow buttons did not go away. Do note that I am using custom css code already to get Gutenburg photos to center correctly in max width. My code looks like this:
.main:not(.kt-sidebar) .entry-content .alignwide {
max-width: none;
}
@media (max-width: 992px) {
.flex-control-nav {
display: none;
}
}In forum: Pinnacle ThemeIn reply to: Icons not displaying correctly
September 25, 2018 at 1:08 pm #202358Yes, something isn’t set up correctly. You should have it set in your site settings to auto-redirect.
BenIn forum: Virtue ThemeIn reply to: Issues with Select2 in 4.7.8
This is our site currently running version 4.7.7 if we upgrade this problems persist.
In forum: Ascend ThemeHi, your current homepage is also based on the current Ascend theme, right? I think the layout of the site is really great and consider, although I already own the Pinnacle Pro and Virtue Pro Theme, if I should buy also the Ascend Theme. Prerequisite would be that I can build the basic structure of the website similar to your current homepage. Is there a demo content for this or could you provide it? Best regards, My
-
AuthorSearch Results


