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,681 through 2,700 (of 3,937 total)
  • Author
    Search Results
  • #81940

    Hello,

    Is it possible to display a 2 column category so that shows the product image with the price below? I.e the same way as 4 columns are displayed.

    The bottom two products have landscape images, and I’d like them to be displayed so they look comparable to the products above them.

    Thanks,
    David.

    #81901

    Hi Ben/Hannah,

    I don’t know whether you can help me with something that may or may not be fairly simple…

    I am using Page Builder to construct my website with the Virtue theme and I have a row with four columns, all containing call to action widgets. I would like to do two things if you think they are possible…

    1) I would like each of these four call to action widgets to be the same height at each different screen size, so that they have even tops and bottoms. In essence I think this means setting a minimum height for all the boxes at each screen size?

    2) I would like the actual “call to action” button itself to be even in all of the boxes, so that they are directly next to each other.

    Any help with a bit of css code, and where exactly in Page Builder to paste it to achieve this would be much appreciated!

    Many thanks

    In forum: Virtue Theme

    Topic: Staff Order

    #81886

    Hello,

    As I’m adding staff members, the 1st six are in order. I have the staff page setup with 3 columns. When I add the seventh (7th) one, it aligns right on the staff page. When I add #8,#9,.. they align left (after #6) but #7 is still aligned on the right (out of sequence). Is there a setting somewhere (theme options) to handle this? What am I missing here?

    Thanks

    #81626

    Hey Danny,
    You can do this using a shortcode like this: [recent_products per_page="12" columns="4" cat="adidas"]
    Hope that works for you!

    Hannah

    In forum: Virtue Theme

    In reply to: Post layout on mobile

    #81516

    Hey,
    sorry I thought you were saying you have a 4 column layout on desktop. You only have a two column so your not using the grid and the css would be different.

    It does confuse me through so lets make sure we are both talking about the same thing.

    You have your latest posts showing. There is 6 all together and they are in 3 rows with two columns in each row on desktop. Making those 2 columns on mobile would be really really tight?

    .home_blog .clearclass0, .home_blog .clearclass1 {
        float: left;
        width: 50%;
    }

    It possible you meat products when you said posts. If that is the case there is no option to make a product carousel two columns on mobile, you would have to use a child theme and change the output html.

    Ben

    #81515

    Hey,
    Just to clarify, You are totally supposed to and can use both the options through the theme options > home layout and options through pagebuilder in your page content. Doesn’t matter if you set the page to static or not the custom carousel option is always there for you to use.

    1. But if you want to place a custom carousel in with pagebuilder there is a shortcode option:

    
    [custom_carousel columns=4 speed=9000 scroll=1]
    
    [carousel_item columns=4]
    Item 01 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 02 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 03 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 04 - Add your info here
    [/carousel_item]
    
    [/custom_carousel]

    2. In terms of your social widget you would need to speak with the plugin authors to see how you can limit how many items show.

    Ben

    #81388

    Hey,

    what might be your best option is to use page builders layout widget. Then you can add columns and borders around the columns.

    Ben

    #81352

    Hello Hannah.

    I need add widget on topbar (virtue premium) with full width, now are 2 columns. How change on one column.

    Procedure from this thread ( does not work for me.

    topbar view

    setting for topbar theme

    Link my page

    Thank you.
    Best regards.
    Peter.

    #81284
    This reply has been marked as private.
    #81275

    Hmm, Thats odd. I’m not seeing any issue when I test it, Demo is using this widget.

    By saying sitewide footer, you are referring to one of the footer widget columns?

    Anyway that you can enable for a minute get a screen shot and then disable?

    Ben

    #81233
    This reply has been marked as private.
    #81124

    I have just tried different combinations:

    [gallery ids="980,979" columns="1" imgwidth="1140" imgheight="450"]</p>
    [gallery ids="980,979" columns="1" imgwidth="1140"]</p>
    [gallery ids="980,979" columns="1" imgheight="450"]</p>
    [gallery columns="1" ids="979,988" imgheight="450" imgwidth="1140"]</p>
    [gallery columns="1" size="full" ids="979,980" imgwidth="1140" imgheight="250"]</p>
    [gallery size="medium" imgwidth="1140" imgheight="250" columns="1" link="file" ids="980,979"]</p>

    But it always forces the fullsize of images. The imgheight is ingnored except the case no.3 without imgwidth set.

    In forum: Pinnacle Theme
    #81119

    Hey,
    There isn’t a shortcode to have two post types showing. If your only using the portfolio post because of the filter option I would suggest just using all posts and creating a menu that links to the categories instead of the filter. I think that would give you the best results in terms of the posts working together.

    Otherwise you would need to create a new template that queried for posts and portfolio posts. You could look at the template_blog.php template and add in call for two post types to the query.

    If your just wanting portfolio posts to show on the blog post pages you can use a shortcode to output post there. See here:
    [portfolio_posts orderby=date columns=4 items=4 cat=photos]

    Ben

    #81100

    Hey,
    Use a visual editor widget. add a gallery using the add media button. Then click on the text tab so you can see the gallery shortcode and add this:
    imgwidth="1140" imgheight="450"

    so it would look like:

    
    [gallery ids="numbers here" columns="1" imgwidth="1140" imgheight="450"]

    Ben

    #81067

    Hey Mira,
    There isn’t a built in option for this, sorry! To get a similar look you could create rows and columns via page builder and add your images/videos individually. Or you could add a gallery as normal and use a custom link plugin (like this: https://wordpress.org/plugins/wp-gallery-custom-links/ ) and link your images to videos.
    Hope one of those works for you!

    Hannah

    #81049

    Hey,
    So that would just be a single column gallery? When you add the columns you should be able to select 1.

    Ben

    In forum: Virtue Theme
    #81006

    Hello,

    Could you help me with this:

    1. How can I center the title text of the accordion menus in the footer columns 1, 2 & 3.

    2. How can I hide the Accordion widget in footer column 1, 2 & 3 ; on desktops?

    3. How can I hide the Custom Menu widget in footer column 1, 2 & 3 ; on tablets & mobiles ?

    Thanking you in anticipation.

    #80855

    Hey.
    Just for the sake of clarity, this doesn’t have to do with the virtue image menu.

    It’s just page-builder css your changing the columns in page builder on small screens.

    I’m looking at your shop page. I see that you have three items?

    @media (max-width: 480px){
         #pg-863-2 .panel-grid-cell {
        padding-left: 2.5px;
        padding-right: 2.5px;
        padding-bottom:2.5px;
        padding-top:2.5px;
        margin:0;
        width:50% !important;
        float:left !important;
    }
    #pg-863-2 #pgc-863-2-0.panel-grid-cell {
        display: none;
    }
    }

    Ben

    #80778

    Hey,
    I’m not sure what you mean about complicated. How are you translating your other widgets?

    Yes there is a shortcode for testimonials. [testimonial_posts columns="3" items="10"]

    What way is that for other widget?

    Can you remind me what your talking about with images?

    Ben

    #80764

    Hi, I am putting together my contact page and I’ve added a row with 2 columns. I am trying to add the Pinnacle Google map to the left side along with the Pinnacle V Card/Contact. One the right side I want to add a contact form. The widget looks pretty self explanatory. I have added all the information it asks for, but nothing populates. Why is this happening….

Viewing 20 results - 2,681 through 2,700 (of 3,937 total)