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'
-
AuthorSearch Results
-
In forum: Ascend Theme
Topic: Album and description
I recently created an album and am going to stick in several galleries. Not really knowing what I was doing I added a description to the Album, which very creatively, I called “Album.” This was just to remind me what I was using it for. The description said, “Name for collection of galleries.” I then created a gallery, called “Assembly Setup” and added a bunch of images. I then proceeded to add these to my menu. However, the topbar, where I have the menu items appear, now show the description of the Album, under it and under the drop down menu item “Assembly Setup” even though there is no description for that gallery. I then went back and deleted the description for the Album, reloaded (F5) so as to clear the cache, and it still shows the description. I then closed out the tab completely, added a new window and it still shows. Not sure what’s going on or how to get rid of the description.
One final question, perhaps I am using the gallery and or album for the wrong purpose, but I am not able to add any description on top of the gallery, like I was in my old site. See: *Login to see link
As you can see, I used a “portfolio” there. What’s the difference between a gallery and a portfolio?
Testing site: http://www.cagesplus.com/dev
live site: http://www.cagesplus.com
Oops, one final final question. How can I change the size of the images in the gallery? Unless I put a lot of columns in the gallery, the images are very large, unlike your Shopping demo. How can I make the images smaller on a gallery by gallery basis? Can I only control them by one overall image size? Thanks. /Bob DeCloss
In forum: Membership ForumsI seem to be having trouble getting my galleries to display in 2 columns on a phone or tablet. If I set the gallery to three columns it will display three columns. But if I set it to 2 columns only 1 will show. On a tablet, the image quality with 1 column severely deteriorates.
In forum: Virtue ThemeIn reply to: Woocommerce Product Category Page Won't Load
In forum: Virtue ThemeIn reply to: Move Category Descriptions Under Products List
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: How to add product to different pages?
Hi,
Sorry, I’m not sure I’m following. Are you wanting to add products to your menu as submenu items? Or into your pages? You can add products to any page using a shortcode. Like this-[recent_products per_page="12" columns="4"]You can see a full list of woocommerce shortcodes here- https://docs.woocommerce.com/document/woocommerce-shortcodes/Hannah
In forum: Ascend ThemeIn reply to: Full-width portfolio
In forum: Ascend ThemeIn reply to: Full-width portfolio
In forum: Ascend ThemeIn reply to: Full-width portfolio
In forum: Virtue ThemeIn reply to: Gallery Thumbnails
Hey Mikel,
Those galleries are being added using page builder using the Virtue Gallery widget. Within that widget’s settings, you can set the height and columns for your gallery. If you’re unfamiliar with page builder, I suggest reading this tutorial:
https://www.kadencewp.com/using-page-builder/
You can also add a gallery like that via shortcode into a text editor like this:
[gallery ids="20,21,22" type="carousel" columns="6" lightboxsize="large"]
More on shortcode options can be found here:
http://docs.kadencethemes.com/virtue-premium/shortcodes/Let me know if this is helpful.
-Kevin
In forum: Ascend ThemeIn reply to: Featured Products
Hey Michal,
You can enable the Enable an Extra Footer widget area above the footer in Theme Options > Footer Settings. Then in Appearance > Widgets add a Layout Builder widget to the Above footer widget area then create a row with four columns and add a woocommerce products widget to the first two columns and a woocommerce product categories widget to the third column. The fourth column is a Woocommerce products search widget and a woocommerce product tags widget.
Hope that helps!Hannah
In forum: Reply To:In forum: Pinnacle ThemeIn reply to: Testimonials
Hey,
You can use a shortcode like this-[testimonial_posts orderby=date items=4 columns=4 cat=photos]
Either paste it into your static homepage, or into a text widget within the home widget area.
See a full list of shortcodes here- http://docs.kadencethemes.com/pinnacle-premium/shortcodes/Hannah
In forum: Virtue ThemeHi, how do I create a pulldowns for a menu item that looks like what’s under “feature” on this version of the demo site?
If you click on “feature” you get four columns with subtitles… how do I do that?
Thanks!
Paul
In forum: Virtue ThemeMarch 18, 2017 at 9:29 am #137430“I was thinking that your theme was responsive with an automatic layout depending on screen sizes.”
I think we may have an issue where what you think is responsive is not responsive? The whole point of responsive is that your columns switch to rows so that on mobile text never shrinks causing the user to have to zoom in to read or click buttons. Responsive means never needed to zoom so the whole layout is supposed to change and flow into columns.
in an example with the shortcode. You can force the columns to stay columns on mobile but your content will not shrink and thus it will look silly to have overflowing columns on a mobile device.
Here is how to force for tablet which I can certainly see you doing:
[columns] [span4 tablet="span4"] <p>add content here</p>[/span4][span4 tablet="span4"] <p>add content here</p>[/span4][span4 tablet="span4"] <p>add content here</p>[/span4][/columns]
here is how you force for phone which I wouldn’t suggest:[columns] [span4 tablet="span4" phone="span4"] <p>add content here</p>[/span4][span4 tablet="span4" phone="span4"] <p>add content here</p>[/span4][span4 tablet="span4" phone="span4"] <p>add content here</p>[/span4][/columns]Ben
I was thinking that your theme was responsive with an automatic layout depending on screen sizes.
Virtue Premium is not responsive on tablet or mobiles devices.I am building the pages in visual and txt modes, when I use shortcode to create 3 columns, this code is generated :
[columns] [span4] <p>add content here</p>[/span4][span4] <p>add content here</p>[/span4][span4] <p>add content here</p>[/span4][/columns]Can you help me to fix this?
My website is http://www.unitedguestartists.comThanks in advance, best regards,
FrançoisIn forum: Virtue ThemeIn reply to: Horizontal Custom Menu Widget
I’m trying to create the illusion of a header using the “landing-page no header” template.
I want the menu to display next to the logo. I am using the pagebuilder to create the look; so I have a row with 2 columns. Column 1 has the title of the page and column 2 will display the menu.
Right now I am using button shortcodes for each link in the menu.
In forum: Pinnacle ThemeIn reply to: Mobile CSS for Gallery
You can add this to your custom css box in Theme Options > Custom CSS:
@media (max-width: 768px) { .kt-ga-columns-sm-2 .kt-gallery-item { width: 100%; position: static !important; } .kt-gallery-caption-container { transition: none; transform: none; } }Hope it helps!
Hannah
In forum: Virtue ThemeHello!
I noticed that the product gallery displays in row in Virtue Demo Gallery is displayed correctly on iphone *Login to see link
But my site’s gallery displays in 2 columns *Login to see link
Whats wrong?Thanks!
In forum: Ascend ThemeIn reply to: Child Theme
-
AuthorSearch Results


