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,281 through 2,300 (of 3,937 total)
  • Author
    Search Results
  • #106948

    Thanks for all your help so far..

    My next problem.. on karmatest.co.uk when you view the site on desktop the logo overhangs the slider on the left hand side and the three orange boxes, or indeed the boxes below either sit slightly to the left of slightly to the right of the page margin. I am trying to set up the website so that the slider edges are the edge of the content and all other content meets those guidelines. SO for example the logo will be left aligned vertically with the left of the slider image, the leftmost box will be left aligned with the slider image, the right box will be right aligned to the right of the slider image and the text will be justified between the left and right edge of the slider image. At the moment I seem to have a number of differences and can’t seem to figure them out. FYI the three boxes have been implemented using a virtue column shortcode (3 columns of span 4)

    I know I am just being dumb but any help would be appreciated.

    In forum: Pinnacle Theme

    In reply to: Blog page

    #106889

    Hey,
    Just so you know you won’t get pagination if you use a shortcode.

    You can see in the shortcode docs here: http://docs.kadencethemes.com/pinnacle-premium/shortcodes/

    You just need to use type type="photo"

    [blog_posts type="photo" items="10" columns="3"]

    Ben

    #106635

    Hi Ben,

    In my eyes title attribute and alt text attribute in the wordpress gallery is not the same as in a single image post.
    If I upload a single image to a page all works perfect.

    Example page: http://wordpress10xx.galaxyphoto.de/emission-nebulae

    Here you can see the heading (IC 1396) and caption overlay (Telescope:……incl. link!) – the full text editor is visible.

    I want to build a gallery with 4 columns this way.

    And that is the problem: example of a wordpress gallery with 4 columns: http://wordpress10xx.galaxyphoto.de/dark-nebulae

    Each fullsize image in this gallery should have a title (heading) and a caption overlay as well (+ a link in it ).
    I’ve testet several things, but I failed. It only shows a overlay, but I can’t set a link e.g….

    In the wordpress gallery the text editor only shows: “[gallery link="file" columns="4" masonry="false" ids="1047,1182,1058,1059"]”
    Is there a way to show the “full” text editor of the gallery ( as in a single image post)?

    I hope you can understand me.

    Michael

    In forum: Pinnacle Theme
    #106564

    You can set the row gutter margin for your page builder rows from Settings > Page Builder.
    As for the padding, I would actually recommend doing this from within page builder. You can create a row with three columns leaving the first and third blank, and adding your text to the center column. Does that work for you?

    Hannah

    #106500

    Hey,
    You can use the virtue gallery to have 5 columns. I don’t know what you mean with “this style”? though.

    Ben

    #106489

    Hi,

    I’m still fighting with Highslide JS in Virtue. Here is a test page with a single image (without gallery function):

    Here it works good. The image shows: the heading (IC1396 – captured from alt attribute)
    overlay caption ( Telescope:….. + additional link – captured from alt.text )

    I tried to build a gallery with 4 columns manually. The problem is: arranging the images causes damages

    Is this style possible with virtue-gallery or wordpress-gallery (4 or 5 columns)?

    Michael

    In forum: Pinnacle Theme

    In reply to: Hide trailing zeros

    #106262

    Hi Keven,

    Ive created a file with the below style.css following the instructions from that link you gave me:

    /*
    Theme Name: Virtue Premium Child
    Theme URI: http://example.com/virtue-premium-child/
    Description: Virtue Premium Child Theme
    Author: John Doe
    Author URI: http://example.com
    Template: virtue_premium
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child
    */

    Where do I add this file?

    Then so I do the same for functions?

    Thanks,
    Susan

    #106220

    Hello. I am having a problem with the sidebar widget area on this website: The League Tables that are in the sidebar used to fit that area ok without having a horizontal scroll-bar to view all the current columns in the widget such as GP W L PTS. After updating the theme template the rows of the League Tables seem to have expanded height-wise. The tables can also feature the team logos as shown on the full league table shown here: but if you notice the sidebar on that page that feature the logos and name of team the logo is not showing beside the name but instead above the name of the team. The full league table which is shown in the main body of the page shows the logo beside the name which leads me to believe the font size of the widget and line height got messed up some how. How can I edit the font size and line height for the rows displayed in the widget if that is even possible by CSS?
    Hopefully I explained it clear enough but if you need more info I will try to provide it.

    Thanks in advance.

    #106119

    That version of wordpress doesn’t make any sense?

    I’m seeing that you are adding this css:

    @media (min-width: 1200px) {
    .container {
        width: 83%;
    }
    }

    That css would make your container larger then the design and force images to stretch in size to fill on larger screen sizes. For example 3 columns using the theme container settings makes for image width at 366. So that is what the theme outputs. You are forcing those columns larger with your added css and thus forcing those images to stretch.

    So you either need to remove your css. Or you need to edit all your galleries using the shortcode to manually change the output width.

    The setting for image width in a gallery shortcode is imgwidth=”500″

    The same is true for portfolio only there isn’t a setting to override the width so your wanting to edit the theme container you will also need to edit the files and change the output size.

    One more thing about using a percent is browsers can put your container at an odd number of pixels. Meaning columns can be stuck with half pixels and those always can cause images to look a little blurred when the browser is trying to resize an image to have half pixel.

    Ben

    #105848

    Hi Ben
    My clients shop isn’t displaying correctly. He recently upgraded WooCommerce and a few others so I suspect that this is where the issue has come from.
    Products shift to the right and proportions are out
    The product +- signs are out of place on this product but not all of them
    Please advise. Thanks in advance.

    #105823

    Wordpress has an option for 7 columns for galleries. When you ave the theme gallery override turned on (theme options > misc settings) it uses the wordpress gallery but has some different options. WordPress doesn’t really make it easy to edit the column options so thats why you see the option. The theme gallery does give you a ton of extra options for the gallery though.

    Here is some css to override this:

    @media (min-width: 1200px){
        .kad-wp-gallery .tcol-lg-2.g_item {
        width: 14.28%;
    }
    }

    Ben

    #105767
    This reply has been marked as private.
    #105721

    You need to increase the number of products in your shortcode on the category page.

    [product_categories number="12" parent="0" columns="3"]

    Using the number=”12″, you’re limiting the number of product categories to 12. Increase that to the desired number and you should be set.

    Let me know if that works for you.

    #105702

    Hi, I would like to display seven images 550 px h x 144 w each in one row. To do this I’ve decided to use visual editor and have created a gallery of 7 columns. However the images display larger than the orginal diamentions and also push one of the images under the first six. Ripping my hair out trying to work out how to fit the seven in a row on a large screen without the images redimentioning larger.

    thanks for your help

    Geoff

    In forum: Virtue Theme

    Topic: Force link?

    #105639

    my homepage is a page that i previously created with page builder…

    one of the parts is a rich editor text widget that shows all the categories with the image and number of products, i used for it this short code:

    [product_categories number=”12″ parent=”0″ columns=”3″]

    when i click on one of the thumbnails it brings me to that category with all the products… what i would like to know if i can force that when i click on one determinate thumbnail it brings me to a previously created page not where it directs me now…

    Thanks in advance

    #105404
    This reply has been marked as private.
    #105370

    hi, I looking for a possibility to personalize my portfolio grid.
    I need a layout like:

    three oder four columns (no problem)
    title image (no problem)
    below image: name & link of the portfolio (how to realize?)

    In forum: Pinnacle Theme

    In reply to: Extra Products tab

    #105237

    Great , those will work – thanks Hannah

    array(
    ‘columns’ => ‘4’,
    ‘orderby’ => ‘title’,
    ‘order’ => ‘asc’
    )
    [products ids=”1, 2, 3, 4, 5″]
    [products skus=”foo, bar, baz” orderby=”date” order=”desc”]

    [product id=”99″]
    [product sku=”FOO”]

    #105168

    Hi,

    I’ve added to the post grid widget to one of my footer columns, following the instructions on your very clear ‘Creating a Demo 3 Layout Homepage’, but no images are showing up. Any ideas what I’m doing wrong?

    Cheers.

    Saskia

    #105162

    Hi there,

    I’ve added the custom menu widget to one of my footer columns but the text is coming up really big. How do I change the font size and style for a custom menu widget? Can I do it within the theme options or do I have to add custom css (if I do, what is the css I need to add)?

    I’d also like the text to be left aligned rather than indented.

    And I want to make the footer block full page width – how do I do that?

    Here’s a link to how it’s looking now

    Cheers!

    Saskia

Viewing 20 results - 2,281 through 2,300 (of 3,937 total)