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: Ascend Theme
In reply to: 4 column grid on product archive pages
March 26, 2018 at 1:00 pm #185142Hi Kevin,
1 > shop is in comingsoon mode. Do you have a common css so I can use that. I use the ascend theme.
2 > Is it not possible to have the site width 1440px and a 4 column product archive layout. It is 3 or 5 now, why not 4? I want the site width to be 1440px if possible! Not possible to force this with some code?
In forum: Virtue ThemeHi,
there are two questions:
1. I updated the Virtue Theme and WordPress on a website last saturday. I notices today when i wanted to load some products, that in measurments tab, nothing appears. Can you help me to fix this stuff?
*Login to see link example 1 for missing elements2. in the cart section, if a client wants to modify the lenght of a material, it can’t be done. Any idea on this one too?
*Login to see link example 2 for cart sectionThank you in advance,
SerbanIn forum: Virtue ThemeIn reply to: Conflict Woo commerce & Polylang
I did install it, but at this point I don’t even want to translate the store yet. I just want the two plugins to be able to work simultaneously so I can relaunch the site and work on the translation later. At this point, they just can’t work. I have to have one off if I want the other one to work.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Header issues
March 26, 2018 at 10:39 am #185098Hey,
1. Vertical and horizontal aligns are different. You can add this css:.virtue_banner { text-align: center; }2. You would just need to turn off the banner then add it manually through a hook as well. for example:
add_action('kt_after_header_content', 'my_custom_head_banner_output', 30); function my_custom_head_banner_output() { echo '<div class="container virtue_sitewide_banner"><div class="virtue_banner"><img src="http://greytownrailtrail.opensaucesystems.co.nz/wp-content/uploads/2017/12/Rail-Trail-sign-close-up.jpg" width="1542" height="376" alt=""></div></div>'; }2b. A slider would show below and only show on one page that you added it to.
3. the image size would be set with imgwidth=”150″ imgheight=”150″ but your carousel has a set columns. If you make the images smaller then it will just stretch them worse since the columns are set to 6.
Perhaps you want to use a type=”imagecarousel” which isn’t going to be column-based?
Ben
In forum: Virtue ThemeHi Ben,
I’m having some difficulties here.
I just want to relaunch the site that I want to be bilingual, but also have a e-store.
The problem that I’m having is that when the website is bilingual, woo commerce does not work. When I turn off Polylang, the e-store works fine, but the website is not bilingual.
Is there a way to get around that?
Eva
In forum: Ascend ThemeIn reply to: Social media icons alignment
I can’t see your site anymore. let me know when it’s viewable so I can test further.
https://earthkin.org/-Kevin
In forum: Ascend ThemeIn reply to: Email form in footer
hey Glenn,
I don’t have that site setup at the moment to view the configuration directly, but it appears that the title and the form are in two separate columns on the demo site, while they are in the same column on your site.
Try adding this CSS to Theme Options> Custom CSS, and let me know if it gets you close enough:
.footercol1 { text-align: center; } .mc4wp-form h5 { text-align: center !important; } .footercol1 .col-md-6 { width: 100%; }If that doesn’t work, then I’ll reset my site and load up that demo so I can see the exact configuration.
-Kevin
In forum: Ascend ThemeIn reply to: 4 column grid on product archive pages
Hello,
1. If you can post a link to the shop page, then I can provide some CSS to adjust the sidebar width.
2. With that max width, the products are going to create another product column when viewing in a very large screen. Try going to Theme Options> Layout Settings, and set the “Site Layout Max-Width” to 1140. This will force the products to show the default columns.
Let me know if this is helpful.
-Kevin
In forum: Virtue ThemeIn reply to: slowdown problem
In forum: Virtue ThemeIn reply to: slowdown problem
In forum: Virtue ThemeTopic: slowdown problem
I created a site with virtue premium, it is not the first that I do with your theme but on this site I have problems of slowness on the display. Yet my images are optimized under photoshop, then with the plugin “imagify”, I installed the caching plugin W3 total cache and the results on googe page insight of google and pingdom tools are pretty good.
Do you have any idea of what might slow it down?
Thanks
PeggyIn forum: Virtue ThemeIn forum: Ascend ThemeTopic: Extra Footer widget area
Hello! How can i hide an Extra Footer widget area on the certain page?
Mt site is: okna-pvx.byI’d like to hide Extra Footer widget on *Login to see link and *Login to see link
In forum: Ascend ThemeTopic: Email form in footer
Hi, I can’t seem to figure out why my mailchimp email sign up form is not displaying correctly?
I want it to display in the footer like in your demo:
*Login to see linkBut on my site it’s not lined up? (it’s in the footer also)
*Login to see linkThanks, Glenn
In forum: Virtue ThemeTopic: Header issues
Hi,
I’m having difficulty setting up the header the way I want it for this site.1. My Banner image is 1542px wide. At screen sizes wider than 1542px, I want the image to be centered. I can see vertical-align: middle; on the img element but it isn’t having any effect, and the image is left-aligned.
I have added a gallery of type=carousel using the following in functions.php:
add_action('kt_after_header_content', 'my_custom_head_output');
function my_custom_head_output() {
echo do_shortcode('[gallery columns="12" type="carousel" caption="true" ids="75,74,73" orderby="rand" link="file" masonry="default" width="" height="" speed="4000"]');
}2. Is there a way to move the gallery above the banner image by changing the hook? I tried ‘kt_before_header_content’ but no luck. Should I be using some sort of slider?
3. I want to reduce the size of the gallery images. I tried width=”150″ height=”150″ and width=”150px” height=”150px”, but the images remain fixed at 240x240px.Very many thanks,
Phil.In forum: Virtue ThemeHi Im not using site tagline, is it possible to hook in to that and pace this there instead below the logo
<span class="time_stamp">This Post: <!-- mfunc --><?php echo date("M j, Y g:i a", current_time('timestamp')); ?><!-- /mfunc --> in London (GMT)</span>
thanks in advance
regards LeeIn forum: Virtue ThemeTopic: Media Queries
Hi,
I’m trying to get some media queries running so I can hide or show different elements on mobile or desktop.
The css I am using is below. I am then adding either .mobile-only or .desktop-only to the row class in the visual editor but it’s just not working. I have used this css on other wordpress sites without any issue. So Im wondering if there is something you can suggest to help me here…?
Thanks kindly in advance,
Stewart
@media (min-width:800px) {
.desktop-only {
display:block !important;
}
}
@media (max-width: 799px) {
.mobile-only {
display:block !important;
}.desktop-only {
display:none !important;
}
}In forum: Virtue ThemeMarch 25, 2018 at 7:44 pm #184966Following is the header of the style.css in the child theme directory.. of MONTOBBIO
Theme Name: Virtue – Premium Child
Theme URI: https://www.kadencewp.com/product/virtue-premium-theme/
Template: virtue_premium
Author: Kadence Themes
Author URI: https://www.kadencewp.com/
Description: The Virtue theme is extremely versatile with tons of options, easy to customize and loaded with great features. The clean modern design is built with html5 and css3 and uses the powerful responsive framework from Bootstrap to be a fully responsive and mobile friendly. It’s fully ecommerce (Woocommerce) ready with all the tools you need to design an awesome online store. The versatile design is perfect for any kind of business, online store, portfolio or personal site. We built Virtue with a powerful options panel where you can set things like your home layout, sliders, custom fonts, and completely customize your look without writing any CSS. You are going to love how easy this theme is to work with. Virtue was built and designed by Kadence Themes.
Tags: flexible-width,two-columns,one-column,custom-colors,custom-header,custom-menu,featured-images,translation-ready,theme-options,photoblogging
Version: 4.4.7.1521424586
Updated: 2018-03-19 01:56:26*/
Following is the header of the style.css of marc Joseph SIGAUD
/*
Theme Name: child Vitue Premium 2018
Version: 1.0
Description: A child theme of Virtue – Premium
Template: virtue_premium
Author: Administrator
*/In forum: Virtue ThemeMarch 25, 2018 at 7:22 pm #184965hi
I have installed the last version on two sites ..
I noticed a difference in the dashboardin Apearance => customise , one displays only ” Post and WIdgest” and on the other site installation it displays more feature..
WHy this? -
AuthorSearch Results


