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 'COLUMNS'
-
AuthorSearch Results
-
In forum: Ascend ThemeOctober 14, 2017 at 6:01 am #163467
Hello,
I need to change something in the product layout :
*Login to see linkI want to put :
Description N’oubliez-pas vos boosters
Description Picture 1 Picture 2
E-liquide Sinfully Decadent, un e-liquide bonbon Booster 0mg Nicotine Booster 20mg Nicotinepremium aux fruits tropicaux, pastèque, banane, orange
avec une pointe mystérieuse.
Catégorie : e-liquide premium gourmand fruité.
Produit conçu par Mighell’s Finest et fabriqué en France.
Flacon : 60ml
Contenance : 50ml d’arôme
Composition : 66.6% VG et 33.4% PGSans nicotine : gardez à l’esprit que nos fioles d’arômes
sont sans nicotine. 1 fiole de booster doit être ajoutée
pour pouvoir constituer un e-liquide (0mg et/ou 20mg).
Pour en savoir plus consultez notre section booster,
comment choisir sa nicotine.J’ve just added N’oubliez pas vos boosters like this :
add_action(‘woocommerce_product_meta_end’, ‘affiche_boosters_content_single_product’);
function affiche_boosters_content_single_product(){
echo'<h2>N’oubliez-pas vos boosters</h2>’;
echo do_shortcode(‘[product_category category=”booster” columns=”2″]’);
echo’Comment choisir mon booster ?‘;
}
I just want to know how to insert it next to the product description
Thank you very muchIn forum: Ascend ThemeIn reply to: Gaps between Menu Image on Mobile
October 13, 2017 at 4:26 pm #163446Hey, pagebuilder by default adds a margin when columns drop to rows. You can use this css to remove:
#pl-2 #pg-2-0 .panel-grid-cell { margin-bottom: 0; }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Ascend ThemeTopic: Sub Menu Issues
October 12, 2017 at 4:57 am #163098Hello,
Is there a way to make the sub menu items in columns so that they’re all visible?
I have tried ticking allow mega menu and specifying column numbers but nothign changes.
Here’s the link:
*Login to see linkThere are many items in this menu (sub) which cannot be seen as they go off the bottom of the page.
Appreciate any suggestions you might have
Nic
xIn forum: Virtue ThemeIn reply to: Verticlal line between footer widgets
October 11, 2017 at 11:57 am #163007There are some different options with css. The best is if you can post a link to your site. Then it’s easy for us to provide you with the best otpion.
Here is an example but if your footer columns are all not the same height it can look odd:
.footercol1:after, .footercol2:after { height:80%; top:20%; right:0; width:1px; background:black; content:''; display:block; position:absolute; }Ben
In forum: Virtue ThemeIn reply to: Sticky header / menu
October 10, 2017 at 12:14 pm #162880You can use css like this:
.sticky-wrapper .kad-header-style-three .nav-main .sf-menu>li>ul { max-height: 400px; overflow: scroll; }but I suggest your users will find that confusing and harder to navigate. Using columns so the user can see each item would be my recommendation.
Ben
In forum: Virtue ThemeHello!
I have an A-Z product category drop-down menu with 15 items. It’s ok on mobile devices (there is a special menu display anyway) but on desktop computers and notebooks I really need to style the drop-down menu so it shows the items in 3 columns (5 items each). Otherwise, it’s not user-friendly because a part of the drop-down cannot be seen properly. Could you, please, advice me on the CSS code to do this type of styling?Thank you.
John
In forum: Membership ForumsTopic: Pricing Table Columns
In forum: Virtue ThemeOctober 9, 2017 at 1:55 pm #162750Hey,
So if you want a fullscreen width row and you don’t want to use pagebuilder then you need to wrap your content in a div with the classkt-custom-row-full-stretchSo like this:
<div class="kt-custom-row-full-stretch"> Content here with rows and columns. </div>You can click “virtue shortcodes” to add a button shortcode. The call to action is just a text with a button
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeThis is so surprising!
Yes, I have cleared my cache. I also see it when I am logged as admin, so for me cache is not active.
I use Chrome on Mac, 61.0.3163.100 (Build officiel) (64 bits)What I see exactly with Chrome is that during a short glimpse, I see three columns then it rearranges to 2 columns.
I also have to add that I have the issue also with this shortcode: [product_categories number=”xxx” parent=”xxxx” columns=”3″]
even if I force the column value to 3.In forum: Virtue ThemeHi,
I have a weird issue with Virtue Premium, maybe it is because of some custom css I have added somewhere (I checked 10 times the custom css I have added in the Custom CSS box), but right now I do not manage to solve it.
Though I have set the number of columns on the Shop Category Column Layout to 3, I only get 2 columns on Chrome, but I get 3 (which is what I want) on Firefox!
Ex. this URL *Login to see link
Firefox:
*Login to see link… but Chrome:
*Login to see linkCan you help me solve this issue, please?
Regards,
ChristianIn forum: Virtue ThemeIn reply to: Hover over image to get text
October 4, 2017 at 11:32 am #162125Hey,
So to my knowledge, we have not been talking about a plugin…We do offer a Kadence Gallery plugins but that has not been what we were talking about.
Let me give you an example:
This is done with the theme built-in gallery: http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/
And this is done with the Kadence Gallery Plugin: http://themes.kadencethemes.com/virtue-bold/kadence-galleries-plugin/
Issue 1. There must be a way to set or “lock-in” the image size and would like to know how to do this.
You wrote that “I have 2 images that are about 200 px wide by 118 px high” Those are very small images. And would offer no support for retina/hd screens. To me, that is an issue that you want to address rather than wanting to force tiny images to work I suggest you use images that will support people viewing the page.Since you have tiny images your best option is to not use a gallery.
So edit a page. click on the page builder tab. Add a row with however many columns you want. Place a “virtue: image” widget into the first column. Select one of your small images and set the output to full size. Add a caption and save the page. You can set the link to none. Then do the same with your next column.
Next, go to your theme options > advanced settings. Add this into the custom css box:
.kadence_image_widget_caption { position: absolute; text-align: center; width: 100%; bottom: -50px; left: 0; opacity:0; padding: 10px; background: #fff; margin: 0; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .kad_img_upload_widget { position: relative; } .kad_img_upload_widget:hover .kadence_image_widget_caption { opacity:1; bottom:0; }Ben
In forum: Ascend ThemeIn reply to: Text editing issues
I’m still pretty confused about padding. What I like about the SiteOrigin Hero widget is the fact that you can have a background image and put text on foreground. You can also have some opacity so the white text shows up a little bit better. And you can add a link to the entire image and, if you want, a different link to the button[s]. But I can’t seem to get the entire image to show since it appears to depend on the “length” of text you add on top. I’d like text on the foreground of the image near the top of the image, and a button near the bottom of the image, but still on the foreground of the image.
Did you mean to add a background to the “design” under the “widget styles”? I still can’t seem to get the entire image to show, nor can I add a link to the image. If I add another widget that will get me into a different background. So I am not sure how to add widgets and padding, so the text is at the top of the image and in the foreground of the image, the button[s] and perhaps some other text are near the bottom of the image, yet still on the foreground of the image. Opacity would be nice too.
I can’t use “row styles” as that will add a background for the entire row and I have the row split into two columns.
In forum: Virtue ThemeIn reply to: Virtue Shortcodes Button does not work
Hey Hannah,
I already found this site but this is NOT what I need. There aren’t all the shortcodes of the button like:
– Columns
– Divider
– Spacing
– Tabs
– Accordion
…And I also need the editing posibilities of them like title … So everything what the buttom above the editor would offer. 🙁
Sissi
In forum: Ascend ThemeIn reply to: Text editing issues
I can’t upload screen shots, but the link below did have 7 blank lines after the price but before the “Buy Now” button.
https://www.cagesplus.com/dev2/home-page-1/
It was the same on both sides of the two columns. I looked at the left side on the first three images and did nothing to the right side. As you can see the first three on the left lost all their extra rows, while the ones on the right still retain their blank rows.
In other words the two columns of images should line up, at least they did before I looked at them. As soon as I opened the editor the blank lines disappeared. /Bob
In forum: Ascend ThemeIn forum: Ascend ThemeHi, I am using the shortcode on my page to show my testimonials instead the of the page template testimonial grid because I only want one column. The code I use is this:
[testimonial_posts items=”100″ columns=”1″]
But I only get an exerpt, I would like the grid to show all the content of the testimonials instead of the read more link.
ThanksIn forum: Virtue ThemeIn reply to: portfolio filter on home page
The portfolio category grid template will pull your portfolio categories (types), whereas the portfolio grid template will pull your individual portfolio posts. You can display a portfolio category grid in your homepage using a shortcode like this:
[portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200]You can paste that into your homepage content area or else a text widget within your home widget area.Hannah
-
AuthorSearch Results


