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
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 ThemeIn reply to: Blog page
August 8, 2016 at 3:25 pm #106889Hey,
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
In forum: Virtue ThemeHi 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 ThemeIn reply to: home page widget padding
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
In forum: Virtue ThemeAugust 5, 2016 at 1:43 pm #106500Hey,
You can use the virtue gallery to have 5 columns. I don’t know what you mean with “this style”? though.Ben
In forum: Virtue ThemeHi,
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 ThemeIn reply to: Hide trailing zeros
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,
SusanAugust 3, 2016 at 10:06 pm #106220Hello. I am having a problem with the sidebar widget area on this website: *Login to see link 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: *Login to see link 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.
In forum: Virtue ThemeIn reply to: Blurry images in Virtue Gallery and Portfolio Grid
August 3, 2016 at 10:41 am #106119That 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
In forum: Virtue ThemeHi 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 *Login to see link
The product +- signs are out of place on this product but not all of them *Login to see link
Please advise. Thanks in advance.In forum: Pinnacle ThemeIn reply to: Images displaying too large
August 1, 2016 at 5:55 pm #105823Wordpress 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
In forum: Pinnacle ThemeIn reply to: Images displaying too large
In forum: Virtue ThemeYou 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.
In forum: Pinnacle ThemeTopic: Images displaying too large
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 ThemeTopic: Force link?
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
In forum: Virtue ThemeIn reply to: Easy container & Icon Flip Box Shortcode Questions
In forum: Virtue ThemeTopic: customize portfolio grid
July 29, 2016 at 1:51 am #105370hi, 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 ThemeIn reply to: Extra Products tab
In forum: Virtue ThemeIn forum: Virtue ThemeHi 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 *Login to see link
Cheers!
Saskia
-
AuthorSearch Results


