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'

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 1,661 through 1,680 (of 3,937 total)
  • Author
    Search Results
  • #163467

    Hello,
    I need to change something in the product layout :

    I 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 Nicotine

    premium 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% PG

    Sans 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 much

    #163446

    Hey, 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

    #163439

    I’m using the Virtue Widget Gallery and my settings are

    Gallery Type: Standard
    Gallery Columns: 4

    I would like to make the thumbnails 270 x 346 instead of square.

    Thanks

    #163221

    Hi everybody,
    I am creating a portfolio page with an image grid gallery with four columns and I would like to change the thumbnails size. Is there a way to set their minimum size with custom CSS? Thank you very much for your availability!
    Kind regards, L.

    In forum: Ascend Theme
    #163098

    Hello,

    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:

    There 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
    x

    #163007

    There 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 Theme

    In reply to: Sticky header / menu

    #162880

    You 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

    #162861

    Hello!
    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

    #162859

    Ben,

    Is it not possible to have a 1 column pricing table? I tried to add it to a row and it only spans 1/3 the width of the row. I am guessing you have to have a minimum of 3 pricing columns? Thanks

    #162750

    Hey,
    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 class kt-custom-row-full-stretch

    So 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

    #162468

    Yes, I did zoom in and out, same thing!
    The good news is, on other computers, I see the correct number of columns. This is so weird!

    #162347

    This 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.

    #162293

    Hi,

    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
    Firefox:

    … but Chrome:

    Can you help me solve this issue, please?
    Regards,
    Christian

    #162125

    Hey,
    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 Theme

    In reply to: Text editing issues

    #162112

    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.

    #162071

    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 Theme

    In reply to: Text editing issues

    #162044

    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

    #161994

    [testimonial_posts items="100" columns="1" content="full"]

    Ben

    #161970

    Hi, 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.
    Thanks

    #161830

    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

Viewing 20 results - 1,661 through 1,680 (of 3,937 total)