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: Virtue Theme
In reply to: Virtue Gallery Thumbnail Size
Hi Ben,
Thank you VERY much for your quick reply and great explanation. I never would have guessed that the resizing of the pictures is done via the boostrap grid. Mainly because the column drop down goes from 1-9 in one step increments which is a bit misleading because we cannot seem to get above 6 columns and 5 even columns is not part of the bootstrap grid.
Anyway, I know exactly what to do now and really appreciate your help.Kind regards,
Marcello
In forum: Virtue ThemeIn reply to: Virtue Gallery Thumbnail Size
November 15, 2018 at 3:50 pm #207620Hey marcello,
In the future, Please create your own topic, do not post in someone else’s thanks!
The gallery grid is not based on a pixel size. It’s based on a percentage. the columns work through 6 and to get more you would either have to force it using css or jump to 12 which would work as part of the bootstrap grid system. Css for 8 columns on desktop screens would be this for that gallery:
@media (min-width: 1200px){ #pl-68 .kad-wp-gallery .g_item { width: 12.5%; } }You can force the images to show at a max size by using css but that will mean they are spaced further apart on larger screens where the column is larger then 100px:
#pl-68 .kad-wp-gallery .grid_item { max-width: 100px; margin: 0 auto; }CSS can be added into your theme options > advanced settings > custom CSS box.
Ben
In forum: Virtue ThemeIn reply to: Virtue Gallery Thumbnail Size
Having a similar issue:
I have images that are supposed to be 100x100px but the gallery scaled them up no matter what i try.
– added imgwidth and height as suggested
– tried masonry (true or false)
– set more columns (it displays no more than 6 no matter what)Below is the shortcode i am using and here is a test link: http://vps39507.inmotionhosting.com/~musicfirsthand/partnerships/
[gallery link="none" type="grid" caption="false" masonry="true" width="" height="" columns="7" imgwidth="100" imgheight="100" ids="69,70,71,72,73,74,75,76,77,78,79,80,81,82,83"]
Any help would be greatly appreciated
Kind regards,
marcello
In forum: Ascend ThemeTopic: Testimonial Groups
I have a couple hundred testimonials assigned to different groups, and am using the testimonial page template to display them. Having them all displayed on the page seems overwhelming for the user. Would it be possible to add a filter button to let the user view a specific group at a time?
On the admin side, the list of testimonials does not display the group(s) they belong to. And for duplicate names (we have old testimonials with just first names), it’s hard to tell which testimonial is which. Would it be possible to request additional columns in admin for 1) testimonial groups and 2) snippet of the post content?
Thanks!
JenniferIn forum: Pinnacle ThemeIn reply to: Full width elements in front page
In forum: Virtue ThemeIn reply to: Issue with responsibility
November 14, 2018 at 12:42 pm #207467Hey,
I’m not sure what you are wanting so I am confused. You can set a size for when columns “break” down for mobile in the page builder settings on your site.Ben
In forum: Pinnacle ThemeIn reply to: Full width elements in front page
November 13, 2018 at 11:59 am #207338Hey,
For a custom carousel inside pagebuilder you would need to use a shortcode[custom_carousel columns=3 speed=9000 scroll=1] [carousel_item columns=3] Item 01 – Add your info here [/carousel_item] [carousel_item columns=3] Item 02 – Add your info here [/carousel_item] [carousel_item columns=3] Item 03 – Add your info here [/carousel_item] [carousel_item columns=3] Item 04 – Add your info here [/carousel_item] [/custom_carousel]Ben
In forum: Virtue ThemeIn reply to: Homepage: Latest From Blog Section Increase
No, I must be doing something wrong, Hannah.
Here is what I’ve done.
Settings> Reading> Homepage Displays> Latest Posts
Home Page> Default Template>
Theme Options> Homepage Layout> Home Layout Manager> Enable is blank
Theme Options> Homepage Layout> Home Layout Manager> Page Content Options> Latest Post Display set to post excerpt > Use Grid Format On> Post Columns set to three
Nothing changes. <scratching head>
In forum: Virtue ThemeIn reply to: Homepage: Latest From Blog Section Increase
Followup question…Hannah.
So I can’t have a Slider on the frontpage with a blog Post Grid below with more than 2 columns?
If I want more than 2 columns of posts on frontpage, I have to lose the slider and just have a traditional Blog Post Page in grid form?
Thank you,
PamIn forum: Ascend ThemeNovember 12, 2018 at 11:35 am #207210Hey Kevin,
I also tried this but then margin is set on zero on every single widget inside the footer column, so there is no space between the widgets.
Maybe it depends on how many widgets are in the columns and how they are routed with the language switcher.
I had not those problems, before i updated the Polylang plugin.Markus
In forum: Virtue ThemeIn reply to: Homepage: Latest From Blog Section Increase
Hi Pam,
If you’re enabling the Latest Blog Posts in the homepage layout manager you can only set the number of columns to one or two. If your homepage is set as the latest posts page from Settings > Reading then you can set “Use Post Grid Format” to “On” from Theme Options > Home Layout > Page Content Options. Then you’ll see an option to set the number of columns (up to four). Or you can always add a shortcode into your home content area or a text widget within the home widget area. A shortcode like this should work for you:[blog_grid orderby=date items=8 columns=4]
You can see a full list of shortcodes here: http://docs.kadencethemes.com/virtue-premium/shortcodes/
Hope that’s helpful!Hannah
In forum: Virtue ThemeIn reply to: Can find Portfolio post to add to main menu
1. That is a feature in Ascend. I’m trying to figure out if there’s a way to re-create it with css. I’ll let you know if I figure it out, or else Ben or Kevin will chime in.
2. From Appearance > Menus drag “It’s So Simple” further to the right of “Naturally Good For You”. That will make “It’s So Simple” become a submenu of “Naturally Good For You”. Then “It’s So Simple” will not be uppercase. If you’re wanting all your submenu items to be lowercase I can help with the css to do that.
3.
On a related note, I cannot get multiple submenu columns to display at all unless I check — Set Submenu to Fullscreen. Again, I don’t know what I doing wrong.
Sorry, I’m confused what you’re asking. Can you give more detail?
Hannah
In forum: Virtue ThemeIn reply to: Homepage: Latest From Blog Section Increase
In forum: Virtue ThemeIn reply to: Can find Portfolio post to add to main menu
Hi Hannah,
1. Here’s a link to a screenshot of your main menu that highlights the upward carrot on the submenu. It looks really good and I would like to copy it, if I can.
2. For some reason, all of my submenu links on a three column submenu are all caps and they are lower case in Appearance –> Menus. I can’t work out what I am doing wrong.
On a related note, I cannot get multiple submenu columns to display at all unless I check — Set Submenu to Fullscreen. Again, I don’t know what I doing wrong.
3. I limited to menu width with CSS in Advanced Settings, and I think it looks OK.
Thanks for your help! I hope I’m being clear.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Can find Portfolio post to add to main menu
In forum: Virtue ThemeIn reply to: Can find Portfolio post to add to main menu
That did it. Thanks!
I have ended up with a 9 element submenu in three columns, full width set with custom css to limit the submenu width to 700px. My submenus seem to be a little bit floating in space, separate from the main menu. It’s “features”.
I like the upward arrow/carrot ont the Kadnence Themes submenu, that points toward to primary menu item. Also, your submenus are a little bit higher/closer to the primary menu item.
Can you show me how to copy that? Thanks.
Last thing. Your submenu fonts seem to go from 400 weight, white (#ffffff) to 500 weight on rollover. It looks really good. I can’t work out how to do that. I am using silver for the Menu (#e6e6e6) and white for hover. The silver doesn’t look as good against the grey background and the white doesn’t pop as much on rollover.
Can you also show me how to copy that? haha. I like your menu.
Thanks again!
In forum: Virtue ThemeNovember 10, 2018 at 3:50 am #207048Hi,
Wish to add more columns in the email template. I am using Kadence email customizing plugin. Want to add column for GST – SGSt and CGSt (as in India) and other changes.
Thanks
Charanvir Singh Rohewal.In forum: Pinnacle ThemeIn reply to: Theme API Key Not Activating after Auto-Renewal
This reply has been marked as private.November 9, 2018 at 11:24 am #207013In forum: Virtue ThemeIn reply to: Adding categories to Portfolio shortcode
-
AuthorSearch Results


