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 - 3,381 through 3,400 (of 3,937 total)
  • Author
    Search Results
  • #36770

    Hi there! I tried to look for similar issues from other users. I found some problems that looked similar to mine but not quite and the proposed solutions didn’t work. So here goes 🙂

    Website:
    The Carrousel I’m using, one of the products is slightly taller than the others. (Haricots verts marins)

    The shop page:
    As you can see, all thumbnails have a different size. If I use less columns, the difference in size increases.

    Now, I thought I had the setting in such a way that a hard square crop should’ve been made, but that’s not the case.
    I also tried fiddling around (after reading similar issues on here) with the “product image size” bit in the theme optiosn, but it seems to me that that only influences the display of the image in the product detail page.
    I also tried changing the thumbnail settings in the WordPress Media settings tab, and regenerated all thumbnails but that had no effect.
    Also, if it matters, the option “Force products into rows” is ON.

    So if anybody has any idea, I’d love to hear it 🙂
    In short, I basically want all boxes to be the same size. If the thumbnail image needs to be cropped to achieve that, that’s okay!
    Thanks in advance…

    #36693

    I’ve constructed a page with a table to present information in two columns. The line breaks in the left hand column (where all the text is going; the right column is a google map) keep reverting to no line breaks, even if I go into code view and manually insert <br /> or &nbsp. No matter what I do, I cannot get the information below each address to separate from the text below the address. Can you advise? Thanks so much!

    #36488

    Hey Ian, You can add widgets to the footer columns in Appearance > Widgets.

    Hannah

    In forum: Pinnacle Theme

    In reply to: Grid post widget

    #36487

    Hey Brigitte, you can do this using shortcodes. Something like this: [blog_grid columns=”4″ items=”4″ cat=”photos”]
    You can see a full list of shortcodes here- http://docs.kadencethemes.com/virtue/#shortcodes

    Hannah

    #36464

    Hi,

    I’m building my 1st site with Pinnacle Premium and I’m unable to work out how I modify the layout in the footer. All I can find is where you set the number of columns and edit the copywrite info.

    Would appreciate a steer in the right direction.

    Thanks

    #36230

    Thanks a lot!
    But I tried, and I have another issue now. I tried either .footercol1 or footercol4 at 100%, in both cases all the columns are displayed as raws (instead of have one full width raw, and 3 small widgets)…
    You can go and see here how it looks: lacompagniedescartes.fr

    #36189

    Hi,
    My website is lacompagniedescartes.fr.
    I would like to add in my footer but above the 3 columns of the footer, some HTML (Trustpilot comments horizontal bar):
    ‘<div class=”trustpilot-widget” data-locale=”fr-FR” data-template-id=”xxxxxx” data-businessunit-id=”xxxxxx” data-style-height=”130px” data-style-width=”1024px” data-theme=”light” data-stars=”5,4″></div>’
    I tried to add it in the functions.php file of my Virtue Premium child theme, but I was only able to find the wp_footer hook, which displays the content below the columns.
    How could I add this code in the container, above the 3 columns, or somewhere it could be displayed at 100% of the width of the page?
    Regards,
    Christian

    #36183

    You can use your shop page and that would be not using a widget. If your using pagebuilder though just add a text widget with:

    [recent_products per_page="12" columns="3"]

    Ben

    #36025

    You use cat=”categoryslug” for the shortcode so:

    [blog_grid columns="5" items="10" cat="weekly-bible-studies"]

    Ben

    #36022

    Hello,
    Please am trying to limit blog grid display to a particular category on a particular page with this shortcode

    [blog_grid columns=”5″ items=”10″ catlist name=”weekly bible studies”]

    As at now, It still brings out all the posts in Category.

    Any Help Please?

    Thanks

    In forum: Virtue Theme
    #35935

    You can use page-builder, Use the shortcodes to add testimonials and the testimonial form.

    [testimonail_posts columns="3" items="10"]

    Ben

    #35903

    Hi Ben

    Sorry to have to ask something else but I have a problem with a mobile menu when using your child theme. My site is at http://www.woollyshepherd.co.uk/wordpress

    If I stick with your theme the top bar menu and main menu collapse just fine when viewed in a small browser window. However, I want to change the bootstrap widths so I’m using your child theme too.

    If I place header-topbar.php into the /template folder of my child theme I can change the col-md-6 values for the left and right columns to col-md-8 and col-md-4 everything is fine. But… if I try the same trick with header.php and change col-md-4 and col-md-8 to col-md-3 and col-md-9 the collapse menu doesn’t work. I have a feeling it is there but hidden but I can’t work out why.

    Some help would be much appreciated.

    Kind regards
    Steve

    #35665

    Hey so you can add portfolio posts to a page builder section by just adding the shortcode: [portfolio_posts columns=”4″ items=”10″]

    Then if you copy the html for the filter you can paste that into a text widget… like this:

    
    <section id="options" class="clearfix">
    			<a class="filter-trigger headerfont" data-toggle="collapse" data-target=".filter-collapse"><i class="icon-tags"></i> Projeleri Filtrele</a><ul id="filters" class="clearfix option-set filter-collapse"><li class="postclass"><a href="#" data-filter="*" title="All" class="selected"><h5>Tümü</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".kahve-cesitleri" title="" rel="kahve-cesitleri" class=""><h5>Kahve Çeşitleri</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".makineler" title="" rel="makineler" class=""><h5>Makineler</h5><div class="arrow-up"></div></a></li><li class="postclass"><a href="#" data-filter=".suruplar" title="" rel="suruplar"><h5>Şuruplar</h5><div class="arrow-up"></div></a></li></ul>			</section>

    Just understand that you will need to style the links because what your trying to do is not the filters design.

    Ben

    In forum: Virtue Theme
    #35527

    1. You would have to use a layout without a sidebar. like the demo you linked to. When you add a sidebar it doesn’t leave enough room to do the two column layout with the image on the left.

    You can set your columns to 1 though and it will have that layout with a sidebar.

    2. click “virtue shortcodes” next to the add media button on a page and then choose blog posts.

    3. Yes

    Ben

    In forum: Virtue Theme

    In reply to: Porfolio not displayed

    #35333

    Hello Hannah,

    Thanks for the answer but can’t sort it out, and I’ve made a lot of trials 🙁

    That is what I exactly want (the dispaly and the navigation through the portfolio : http://themes.kadencethemes.com/virtue-premium/portfolio/

    I have a list of cook masters met by my client and I want a three or four columns display and a clic on on image go to the post.

    First : http://themes.kadencethemes.com/virtue-premium/portfolio-four-column/

    When clic on an image : http://themes.kadencethemes.com/virtue-premium/portfolio/paper-business-cards/

    Thanks for helping .

    Gerard

    #35322

    For the types to work you need to give each type an image. In the portfolio types page.

    As for larger images in the grid just change the columns to 2 or 3

    Ben

    #34955

    Thanks Ben for your quick response.
    The Homepage is a static page but can show the latest posts. As at now, it renders in two columns.
    What I want is that it will render in 4 columns and the featured image size reduced. Thanks

    #34945

    You can’t do that with the grid layout. There is a javascript that runs in the background. It adds in the absolute positioning to make the posts float so it’s a masonry style.

    Your only option for something like that is to use shortcodes.

    Like this:

    [kad_blog items="1"]
    [blog_grid items="10" columns="2" offset="1"]

    Note that you own’t get any pagination if you use shortcodes.

    Ben

    #34943

    I’ve figured it out! I had already tried what you just suggested but that doesn’t work. Nothing happens when I add kt-icon-home to the Icon Class. But the icon does appear when I add it to the ‘CSS Classes (optional)’. So problem solved:D Even though its weird it doesn’t work with Icon Class.

    I was wondering though, how do you get multiple columns in a submenu as the example of the premium pinnacle theme under Features. I can’t get it done for some reason!

    In forum: Virtue Theme

    In reply to: columns

    #34915

    I’m not sure I understand from the text column text… But if your using the theme column shortcodes you need more then just span6. Have you click “virtue shortcodes” and added your columns?

    Also have you considered using pagebuilder? Might make this a little easer for you.

    Ben

Viewing 20 results - 3,381 through 3,400 (of 3,937 total)