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: Pinnacle Theme
In reply to: Portfolio Image Grid Sizing
June 13, 2016 at 2:01 pm #98780Hey Joy,
In the recent updates the theme now uses a intrinsic padding to configure grids. This allows for much faster loading time and improves how grids load on browsers.With that change wordpress queries the images in a gallery and tries to crop them to the requested size for standard and retina displays. If the image is smaller the then crop size then wordpress can’t grow the image so it can’t be cropped into a square and thus can only output the image as is.
So for example on a 5 column grid the requested size is 300×300. and it also checks to support retina screens at 600×600 but if the image isn’t that large it just moves on with 300×300.
Thing is on your page your images at not even at least 300×300… which makes for some small images and wordpress can’t crop them square. Unless you chnage the requested size. So while I don’t suggest this (because it just mush better to use better quality images) you can change that requested size in a gallery shortcode.
In your gallery shortcode if you use: imgwidth=”150″ and imgheight=”150″ then the requested size would be 150px by 150px and assuming your images are all at least that they would be cropped square.
Example shortcode:
[gallery columns="5" ids="23,24,25,26,27,28" imgwidth="150" and imgheight="150"]Also if you prefer an even simpler workaround you can use this css (although be warned then a masonry style gallery or portfolio wouldn’t be possible).
You can add this css into the custom css box in your theme options.
.gallery_item .kt-intrinsic, .portfolio-item .kt-intrinsic { padding-bottom: 100% !important; overflow: hidden; } .gallery_item .kt-intrinsic img, .portfolio-item .kt-intrinsic img { height: auto !important; min-height: 100%; }Ben
In forum: Pinnacle ThemeIn reply to: Adding sidebar to portfolio
Hey Melinda,
If you’re wanting to add sidebars to your portfolio grid pages you can do so by using a sidebar template and adding your portfolio posts via shortcode like this-[portfolio_types orderby=date showexcerpt=false columns=4 items=4 height=200 childof=0 childcategories=false]
If you’re wanting to add a sidebar to your individual portfolio post pages you would need to create a custom function in a child theme.Hannah
In forum: Pinnacle ThemeHi Ben,
After updating to latest version I got the same problem occurred some version ago that related product are not shown properly in sidebar.
Please, check this link it has to show one column while are 4 columns *Login to see linkI have several sidebars and all show same widget problem. They are correct set to one column
Other time was a problem of resizing and you fixed it
Regards
AngeloIn forum: Virtue ThemeTopic: VCard image
Hi,
Unless I’m being dumb (it’s been known to happen!), I can’t find a way to add an image to the Contact/VCard.
I can add a background image, but this doesn’t really work well IMO.
I’d like to see the VCard (when shown in a narrow view, ie in multiple columns) with the title, then image, then the other information (name, address, phone, email etc), and (if possible) when it has more space, image to one side, then the textual details beside it.
Thanks
Garry
In forum: Pinnacle ThemeHi,
For some reason, my blog is no longer in grid, which it was last week. I would like three columns of blogposts. Blogpost page is here:
Anything helps. Thanks!
Nick
In forum: Virtue ThemeIn reply to: Footer navigation alignment
In forum: Virtue ThemeIn reply to: Can I get this ?
June 6, 2016 at 1:59 pm #97810There isn’t a theme option for the same small products with popup animation but you can output products in 6 columns using the woo commerce shortcodes: https://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
In forum: Virtue ThemeIn reply to: Add widgets to the bottom of blog posts
Hi Hannah,
thank you so much , i entered the short code and it works but there is a little problem , hear is the link http://www.fayesmithmakeup.com/test-subscribe/, as you can see it shows the blog posts ( i have mentioned the category as blog i mean cay=blog cause i wanted to only show the blog categories) in the bottom of the page the page numbers are not showing, as an example http://www.fayesmithmakeup.com/blog-full/ was the previous blog-post i use, it shoes the page numbers in the bottom like 1,2,3…195 like wise but the blog page i created dosent show like that(link with http://www.fayesmithmakeup.com/test-subscribe/) the short code i m using [blog_grid cat=blog orderby=date items=4 columns=4], so in order to see the blog page numbers what should i do? thank you in-advance for your support.
PandukaIn forum: Virtue ThemeIn reply to: Add widgets to the bottom of blog posts
Hey Panduka,
If you want to add content to the bottom of a blog page you will have to use the default page template and add your blog posts via shortcode like this:[blog_grid orderby=date items=4 columns=4]You would just paste that into the visual editor and add your content underneath.Hannah
In forum: Virtue ThemeIn reply to: Product page
Ben, clear. Thanks
A couple more questions:
1) I have asked you to make my prodcuts to be present at the main page. NOw I have too many of them, while I would like to choose which ones I have on the first page, which ones not. So far they come one by one, as I add them to assortment. Is there a way to control which one are displayed, given that we did it not via feature Products, but via shortcode [recent_products per_page=”15″ columns=”5″]?2) another question is if I can somehow organize prodcuts in groups (e.g. based on the parent category they belong to) on the main page. Now the products from different product categories are mixed.
3) Now, If the name of the product is shorter than others, the whole image of the products light box is smaller. that’s why the prodcuts are not aligned into line and dancing. Is there a way to make them stay in lines?
4) The first raw of products images is just under the additional menu. It does not look good. Is there a way to make at least 1-2 sm of blank fild between the prodcuts images and the additional menu?
Thanks
Best regards,
AlexanderIn forum: Virtue ThemeIn reply to: Add Widgets In Header
June 3, 2016 at 11:13 am #97511I’m not seeing any widgets?
You can use the page-builder layout widget to arrange things in columns as well.
Ben
In forum: Virtue ThemeIn reply to: Testimonal From
In forum: Virtue ThemeIn reply to: Blog add photo with title
I see your photo showing, it’s just really small. Are you wanting it this small? Or do you want it to spread across the top page like here- http://docs.kadencethemes.com/virtue-premium/templates/feature/
If you want that, then I suggest using the feature page template and using a larger image. Then you can add your blog posts via shortcode like this:[blog_grid orderby=date items=4 columns=2]
Hope that’s helpful!Hannah
In forum: Virtue ThemeTopic: Horizontal Scroll bar
June 2, 2016 at 3:58 pm #97361I am building a page which has a data table (data fetched from sql database via plugin wpDataTable) .. now the table has 10 columns and its wider than the screen width. I can’t seem to horizontally scroll this in Chrome. I can horizontally scroll it in Firefox though using mouse scrolling. There isn’t any horizontal scroll bar in both browsers though. is there a way to force horizontal scroll bar on a page??
In forum: Virtue ThemeIn reply to: Home Portfolio Carousel Settings not working
June 1, 2016 at 12:16 am #97108Hey,
A height of 66 (or any number) would only work if your image is large enough to match the needed crop for both width and height.The theme looks as the columns you have set and gets a width that would work for that column setting. For example three columns the width would be 366px. The height setting would default to 366px as well but if you wanted to make it taller or shorter you can with the setting but only if the theme can actually crop the image because it’s at least the requested crop size.
Since none of your three images are at least 360px wide the crop can’t happen (regardless of the height setting you choose). I suggest uploading a larger image to be the portfolio featured image.
Else you can use css to not crop but force the image to a max height while still being responsive by adding this into the advnaced settings of your theme options:
.home-portfolio .portfolio_item .imghoverclass a { max-height: 120px; overflow: hidden; }Ben
In forum: Virtue ThemeTopic: Footer column alignment
hello
i am wanting to have my footer columns the width of as if it were a 4 column layout.. however, i only have 3 columns that i need.
is there a way to have the columns be the 25% width and then align center?
i feel this is a bit confusing, but maybe if you look at the page you may be able to understand what i am wanting..
my site is *Login to see link
and i want the 3 footer columns i have, but if i were able to have them align in the center of the footer as opposed to the left, that would be idea..
can you please help me with this?
In forum: Virtue ThemeHello,
I am trying to control where the “related products” carousel appears for my products. I was able to accomplish this for single products by disabling related products in the theme options under “Product Settings”:
*Login to see linkAfter that I just added this shortcode to show the related products where I want:
[related_products per_page=”5″ orderby=”date” columns=”4″]However this doesn’t work at all for a variable product. The shortcode doesn’t display, and it still shows related products at the default location – even though the setting is still “off” in theme options. It seems that the “Display Related Products?” setting only applies to single products.
Any ideas how to fix this?
In forum: Virtue ThemeMay 27, 2016 at 5:09 pm #96778Hi,
I have a mysql database with 5 columns in it (name, age, birthday, job, address). I want to search in one of its column (name) and display all the result on a page. Can you please let me know how that can be acheved ?
In forum: Virtue ThemeIn reply to: Mobile Glitches
May 27, 2016 at 11:52 am #96755I’m seeing some issues on your site through.
One is this script is trying to load but doesn’t make sense:
http://youvechangedrecords.com/wp-content/plugins/home/youvecha/public_html/wp-content/themes/virtue_YC/amazing_script.js?ver=1.1Are you adding that?
Another one is this css:
.artist-row-bottom { margin-left: -1000px; margin-right: -1000px; margin-bottom: -50px; } .row-bottom-columns { padding-left: 1000px; padding-right: 1000px; padding-bottom: 50px; }Thats being applied to just above the “releases” section? That of course causes issues on smaller screens.
Ben
In forum: Virtue ThemeTopic: Find image ids
Where can I find the image ids like those referenced here: [gallery ids="20,21,22" masonry="true" imgwidth="200" imgheight="200" lightboxsize="large" caption="true" type="default" columns="4"]
I know it is probably something easy I am overlooking. Thanks in advance.
-
AuthorSearch Results


