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 - 2,621 through 2,640 (of 3,937 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Editing menu footer

    #85123

    Hi,
    Could I do the same with the other two footer columns?
    Following your example, I could try it by my self but I have no idea what the numbers after #div….. are and mean.
    Could you help me, please?
    Many thanks.

    In forum: Virtue Theme

    In reply to: Home Blog Settings

    #85090

    Hi again…

    I appreciate your suggestions. But I am not getting the results I need. This last one gave me blog posts in three columns, but not images, just text. As originally noted: We want to have linked images only in the “Latest from the Blog”. That is, no excerpt, title etc.

    Thanks.

    #85050

    Hi Adam,
    So the number in Theme Options sets the number of columns, not the number of posts shown. This number would have to be set from within the theme settings. Are you using a child theme? You could also use a carousel shortcode with your set number of posts and paste it directly into each post. Would that work for you?

    Hannah

    #84970

    Hi Kadence Themes,

    Could I set a right vertical line between the two columns menu footer?
    This is the link:

    Thank you in advance for your reply.

    In forum: Virtue Theme

    In reply to: Home Blog Settings

    #84968

    So sorry, try this instead: [blog_grid orderby=date items=12 columns=3]

    Hannah

    #84932

    Hi, I am using a child theme of Pinnacle premium. I search in previous support but I still need help.
    I would like to display, according to an order that is not alphabetical, the picture of 19 employees in a 3×4 format with their name and job title below, and some text below the staff grid.

    ORDER : solved
    In each of the individual staff post (or portfolio post), I did set an order number under Attributes (right side of edit page) from 1 to 19, it works perfect. You also mention the use of but I did not try it yet to further sort within each categories.

    TEXT BELOW STAFF GRID : partially solved
    Using the DEFAULT TEMPLATE (instead of the staff grid one), insert the following shortcode (that I tweaked a bit combining a few support answers):
    [staff_posts ratio=portrait columns="5" items="10" lightbox="false" limit_content="false" height=400]
    I do not know what ” limit_content=”false” height=400 do in this shortcode… What do they do? And should I remove them?

    The problem with this solution is that the name and the job title below each image do not wrap around when they are too long, contrary to using the staff grid template. The name and/or the job title with the next employee are overlapped, rendering the text unreadable. How can I make them wrap around?

    USING PORTFOLIO ?
    I saw another support post where the use of PORTFOLIO GRID is suggested. But is it possible to have text below the portfolio grid?

    I am thanking you in advance!

    #84920

    Hey,
    You can use a shortcode like this:

    [custom_carousel columns=1 speed=12000 scroll=1]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [carousel_item columns=1]
    
    "content"
    
    [/carousel_item]
    
    [/custom_carousel]

    Hope it works for you!

    Hannah

    In forum: Virtue Theme

    In reply to: Home Blog Settings

    #84914

    Hi Mary,
    I would suggest using a shortcode rather than the latest post option within theme options > home layout. That way you can add more columns. So you could paste a shortcode like this: [recent_products per_page="12" columns="3"] into a text widget (Appearance > Widgets) within your home widget area. Just make sure you enable home widget area from Theme Options > Home Layout.
    Hope that works for you!

    Hannah

    In forum: Virtue Theme
    #84899

    Hi there

    I can’t seem to make this happen using the theme options. Can you help please?

    1) We want to have linked images only in the “Latest from the Blog”. That is, no excerpt, title etc.
    2) We want to have three columns (the highest option seems to be 2)

    #84897

    To do this you would need to use a category shortcode rather than the default category pages. You could use a shortcode like this: [product_category per_page="12" columns="4" category="shoes"]
    So you would create a page with a default page template, then using page builder create a row with a visual editor widget and paste in the shortcode. Then create another row for your text and image. You can set the background color of the row to give it that boxed look.
    Hope that helps!

    Hannah

    #84896
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: newbe question

    #84890

    Hey Dave,
    Can you link to where things are not lining up? Where did things go wrong with page builder? That should be the easiest method as you can create different columns and add images to one and text to another. I would also suggest testing out the Virtue Split Content widget.

    Hannah

    #84861

    What are you adding to the columns? If you can give a bit more detail I’ll try to emulate your issue on my demo site to come up with a solution.

    #84860

    If you add the seal as a widget into one of your footer columns (Appearance > Widgets) you can use css to pull it down alongside the copyright text. If you post a link I can help with this.

    Hannah

    #84853

    Hey Niclas,
    If you post a link to your page I can provide css. Or you can use page builder and set backgrounds for your rows and columns.

    Hannah

    #84843

    HI Ben and Hannah!
    I’m trying to use Kadence columns in my post to put some wordpress category display shortcodes in (so I can have two columns and one category in each side by side) but it doens’t take with the kadence columns. I’m wondering if I use PAGEBUILDER if it will work better.

    The shortcode is just not respecting the columns and is gong full width.

    #84812

    Hey,

    1.

    @media (max-width:992px){
    .homeitemcount1, .homeitemcount2, .homeitemcount3 {
        width: 33.33%;
        float: left;
    }
    .homeitemcount4, .homeitemcount5 {
        width: 50%;
        float: left;
    }
    }
    

    2. no because javascript runs the columns on this. The closest would be to use some javascript to run a switch for this. If you can tell me which carousel I can try and come up with something else you would need to use a child theme.

    Ben

    In forum: Virtue Theme

    In reply to: Virtue Theme Questions

    #84811

    Hi Cara,

    1. You can use either the Kadence or Revolution slider and set it to full width from within the slider settings. See here- https://www.kadencewp.com/slider-comparisons/

    2. Not sure why that would be happening. I would suggest temporarily deactivating this plugin: https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/ just as a test. Let me know if there’s no change.

    3. This seems to be working fine. It was showing nothing until I opened products and it began to show those products. It can’t show a recently viewed product if a product has not been viewed. Were you wanting it to do something different?

    4. This should be showing other products within the same category. Is this not the case for you?

    5. You can set this from Woocommerce > Settings > Products > Display.

    6. Have you set images for your variations? See here- https://docs.woothemes.com/document/variable-product/

    7. You can enable paypal from Woocommerce > Settings > Checkout > Paypal.

    8. Try adding this to your custom css box in Theme Options > Advanced Settings:

    div#tab-description .text-muted {
        color: #000;
    }

    10. Can you give me an example of a word that is not relevant?

    11. Have you played around with the menu spacing in Theme Options > Main Settings. What sizes are you wanting?

    12. There isn’t a built in way to set this, but you could use a shortcode like this and modify the speed that way: [carousel type=featured-products columns=3 items=6 speed=9000 scroll=all cat=photos] You could just paste that into a text widget within the home widget area.

    13. If you’ve added variations to your products you should be able to open the variations tab and set a price from there. Do you see this?

    14. Hmm…I wonder if this is another plugin issue. Try deacitvating to test. Again, let me know if there’s no change.

    15. To my knowledge if the product is not published it should not slow down your site. You can bulk publish products by navigating to Products from the admin panel and under Bulk Actions select Edit and Apply. Then you should see an option to set the status of all your products.

    Hope that’s helpful!
    Hannah

    In forum: Pinnacle Theme

    In reply to: Product display error

    #84808

    [product_category category=”category”] –> led to small preview of product on left side of page. Used Google Inspect to determine this because default columns = 3 (or 4, can’t remember).

    [product_category category=”category” columns=”1″] –> solved column issue but preview changed from pic only to pic plus description etc.

    Ed

    #84757

    Hey
    1. please post a link.

    2. you can’t unless you make the columns 4 not 5 or 6.

    3. You would have to use a child theme, I would strongly advise not doing this. 50 items just adds a ton of loading time and people don’t usually click through 50 items in a carousel anything past 8 and it’s likely to not be seen, save the users the download speed and just link the grid if they want to see all.

    Ben

Viewing 20 results - 2,621 through 2,640 (of 3,937 total)