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,301 through 2,320 (of 3,937 total)
  • Author
    Search Results
  • #105090

    Ben,

    This CSS isn’t working. There is still vertical padding and horizontal padding between the three columns. Any thoughts? Thanks guys you rock.

    .page-id-2 .entry-content .col-md-4 {
    padding: 0;
    }

    Here’s the site
    http://www.midsouthforest .com

    In forum: Virtue Theme

    In reply to: Column Shortcode

    #105023

    Hi Hannah,

    Haha. Geez – I just realized it’s backwards – [span4] is for 3 columns, and [span3] is the 4 columns. I guess I thought it was [span3] for 3 columns so when it came up as [span4], I changed it to [span3], then viewed it and realized it was giving me 4 columns. I just changed it back and it works so I’m marking this closed. Thanks for responding!!! Sorry for the confusion!

    In forum: Virtue Theme

    In reply to: Column Shortcode

    #105020

    Hey Brandi,
    You shouldn’t be having layout issues on the frontend using this shortcode. The above shortcode should display three even columns. Is that not the case for you?

    Hannah

    #104973

    Hi I have a 3 column footer with widgets in each of the columns. Is it possible to change the colour of the text in these widgets (they are all Siteorigin or Virtue widgets)?

    Many thanks
    Susie

    In forum: Virtue Theme

    In reply to: Column Shortcode

    #104937

    Hi Kevin,

    It’s an intranet site and limited to my university so I don’t have a link to share. However, I’m using Virtue 3.7.9 and it’s in the Virtue shortcodes options when editing a page (near the “add media” button). Hope this helps.

    This is the code it generates if you select 3 columns (Virtue Shortcodes > Columns > 3 Columns)

    [columns] [span4]
    
    add content here
    
    [/span4][span4]
    
    add content here
    
    [/span4][span4]
    
    add content here
    
    [/span4][/columns]

    The CSS is in /virtue_premium/assets/css/virtue.css. Thanks!

    In forum: Virtue Theme
    #104871

    Hello!

    There seems to be a minor issue with the column shortcodes – selecting 3 columns adds the 4 column code (but only 3 spots for “add content here”) and selecting 4 columns adds the 3 column code (but has 4 spots for “add content here”). I wasn’t sure if you were aware of the issue but if you are, is there a fix coming soon? Thank you!

    In forum: Pinnacle Theme
    #104857

    Could you use a shortcode like this one to get them displaying 3×3 in a single page builder row?
    [featured_products per_page="6" columns="3"]

    Are you placing anything other than these shortcodes into your page builder rows? If the shortcode is all you’re putting there, then maybe you could just use the default visual editor to get it displaying how you want.

    Sorry if I’m misunderstanding. If you could post those screenshots, that will definitely be helpful.

    Thanks!,
    kevin

    #104804

    Hi

    My site is http://www.wellfedfood.com. Currently we display 2 rows of products on the homepage using the following shortcodes (SC) / widgets:

    [featured_products columns=2 order=desc]

    [product_category category=”featured” columns=”2″ order=”asc”]

    However we would like to change the display on the homepage to be a 3 x 3 grid rather than a 2 x 2 one. To do this I have tried to use shortcodes (separated in columns in page builder) as follows:

    [featured_products columns=2 order=desc] | [product_category category=”featured”]

    [product_category category=”snacks” columns=”3″ order=”asc”]

    Unfortunately, when I put the [product_category category=”featured”] shortcode on the first row the product displays strangely (with small picture & description) rather than as normal (i.e. as products display on site now). Do you know why this is? And whether there is a way to correct it?

    Sorry if that’s not clear – I can try & send some screenshots later on if that will help!

    Thanks very much

    Ed

    #104659

    Hey,

    I have introduced 2 posts on two columns on the Home Page. They display correctly but the “read more setting” doesn’t allow to display the additionnal text ? The Post/page doesn’t exists…”

    I have set “Add read more link to custom excerpts” setting in Theme Options/Blog to ON.

    Strangely when I am editing one of the post and try to preview it I get also the same error. But nevertheless the excertpt displays correctly ?!

    Thank you for help.

    Gérard

    In forum: Virtue Theme

    Topic: Staff grid

    #104657

    Hi.

    I am having problems with a page which uses the staff grid. I have set it up as two columns and it views fine on my iPad but only shows with the staff listings in one column via my computer’s web browser (safari). Any ideas to it to view in two columns on my computer too would be appreciated. Thanks Phil

    In forum: Virtue Theme

    In reply to: Demo Style 4

    #104613

    Hey,
    1. The importer is a great tool if you are just starting out. However, it will replace all your existing settings so if you already have en established site then it may not be best. Although all your products/pages/posts do not get replaced.
    Here’s a tutorial explaining the demo 4 layout- https://www.kadencewp.com/creating-demo-layout/

    2. Theme Options > Main Settings.

    3. Something like 1200x1200px

    4. You can paste the following shortcode into a page using the default page template [product_categories number="12" parent="0" columns="3"]

    Hannah

    #104529

    Happy weekend guys!

    I’ve been sharing blog posts recently, and people have pointed out they look kinda ugly on mobile. Text and headings are adjusting to mobile layout as they should, but it seems the photos and pull-quotes aren’t adjusting, likely because they are inside virtue columns.

    An example can be seen here:

    Any suggestion on what can be changed to get these pages more responsive to mobile screens?

    Thanks! ^_^

    #104409

    Hey,
    1. You can hide the title on post pages with css then manually add your own content into the testimonial. This won’t be something that happens simply because doing that would break everyone else’s site.

    So this would be something I would suggest in a child theme or you can use css as I suggested.

    2. Have you tried this css:

    .testimonialimg i {
        display: none;
        margin: 0;
    }
    .testimonialimg {
        margin: 0;
    }
    .testimonialimg img {
    margin-right: 20px;
        margin-bottom: 10px;
    }
    

    3. This is fair and something I’ll add.

    4. No there isn’t because of how templates work, you only have one content box and it’s above the template output but you can simply use a fullwidth page template and add the testimonial shortcode:

    [testimonial_posts items=”10″ columns=”3″]

    5. This would be easily done with css.

    Ben

    #104209

    Hi. I love the premium virtue theme and have been using it for some time now, but I’ve been having problems with the page builder recently. It’s not working like it used to. For example, if I want to create 3 columns by adding a row, and then press insert. It does nothing, it won’t insert. The same goes when I try to add a widget in the page builder. It won’t add one. Could you please help me figure out whats wrong here.

    In forum: Virtue Theme

    In reply to: Widget Column Height

    #104181

    You would have to set a min-height on those columns.. one example would be with css like this:

    @media (min-width: 992px){
        #pg-15-1 .panel-widget-style {
            min-height: 420px;
        }
    }

    Ben

    #104171

    How do I get the visual editor columns set to equal height?

    “What We Offer Section”
    Website URL

    #104095

    Just to add there is a footer shortcode area which sits right above the footer and that is fullwidth. You can use through the theme options > footer options.

    By using that you can add content above the footer columns and the background can be different there more easily the width of the screen.

    Ben

    #104060

    Hi, I’ve searched the forum and still i can not get get the solution, I want to remove this extra space between rows and columns, I’ve put all values to 0, but it does not work,

    I need help, thanks!

    Stefano.

    #104034

    Hi Hannah, the site isn’t built yet so I have no link at present. The idea is to have the top full-width footer column one colour (white, likely) and the three footer columns that sit below it all one other colour. Any thoughts outside of having a link? Thank you!

    In forum: Pinnacle Theme

    In reply to: Product Box Sizes

    #103914

    Hi Ben – there are empty columns of identical sizes on either side of both the second set & the first set of products (because I want them to appear smaller with a margin either side on the homepage). I removed all columns just to check & the size discrepancy was still there (note that I have now added empty columns back in because I don’t want each pair of products to span whole width of page).

    Ed

Viewing 20 results - 2,301 through 2,320 (of 3,937 total)