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: Membership Forums
In reply to: HomePage Question
In forum: Virtue ThemeIn reply to: Virtue Shortcode Column Padding Custom CSS
In forum: Virtue ThemeHello,
The pagination for Romanian and French was ok, for English was not working. I read that the page and slug have to be different, so I changed the page from “services” (same with the slug of portfolio) with “business-services-en”. Now all the pages of all languages are empty and I cannot even get it back as it was before. I refreshed permalinks, I disabled cache, but nothing. I can use a shortcode for portfolio page, but there is no pagination when I use the shortcode [portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true]
You can see it here: *Login to see link
What can I do?
Thank you,
Nicolae
In forum: Virtue ThemeTopic: Problem with columns in Blog
Dear support!
I’ve got a problem with Blog Grid. I want my blog displayed in 2 columns.
I set all settings, but It still doesn’t work properly. What could be the problem?*Login to see link
*Login to see linkThank you in advance!
In forum: Virtue ThemeIn reply to: drop down menu too long.
November 9, 2016 at 5:36 pm #120821I strongly suggest you make columns with that many menu items. That would be much much more UI friendly. See “features” in the demo:
http://themes.kadencethemes.com/virtue-premium/shortcodes/
Else if you really want a scroll bar then you can use css like this:
li.menu-publisher ul.sf-dropdown-menu { max-height: 300px; overflow-y: scroll; }Ben
In forum: Virtue ThemeIn reply to: Virtue Premium Home Blog Settings 3 or 4 columns
Hi Tomas,
You would either need to use a shortcode like this:[blog_grid orderby=date items=8 columns=4](you can paste that into a text widget within your home widget area). Or you can set your homepage as a latest posts page from Settings > Reading and in Theme Options > Home Layout choose the grid format under page content options.
Hope that helps!Hannah
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Insert ads between blog excerpts (horizontal)
November 8, 2016 at 4:19 pm #120700Hey,
You can’t simply add that code and have it display inside a loop in a specific area. A loop runs again and again so adding that code would make it show every time to loop ran.Thus you would need to add a counting system in so you can check the loop for specific counts and output the code. This is find but you shouldn’t do this in a shortcode. You could do it in a template if you were working on a blog template but shortcodes are a fuction and you shouldn’t override.
Here is what I suggest you do instead of all of that.
Simply add a shortcode for each row then add your adds in between.. This is how that can look:
[blog_grid columns="2" items="2" orderby="date"] AD HERE [blog_grid columns="2" items="2" offset="2" orderby="date"] AD HERE [blog_grid columns="2" items="2" offset="4" orderby="date"] AD HERE [blog_grid columns="2" items="2" offset="6" orderby="date"]Ben
In forum: Virtue ThemeHi guys,
Can you advise on the below? I know you have the option to set the gutter between columns using page builder but I have two block I want to move together and there’s an auto 30px margin being added. I’ve attached a couple of screenshots to show what I mean. I’ve tried all of the following…
– Setting gutter to 0 (just incase)
– Adding margin-bottom:0px; to the custom css of the blockAny ideas?
Thanks
BillyIn forum: Virtue ThemeI am using a blog grid style page to sort my posts into four columns. Up until now I have been using order by date so that the four newest posts show up on the top – but now I want to use random sort for previous / old posts (second row and down) and mark the newest ones to stick on the first row. I want this to look seamless with no extra spaces between the thumbnails and so the shortcode for a category based blog grid does not work. Quick edit and checking sticky does not work away from the homepage – but this kind of functionality is exactly what I am hoping for. Is there any way to set a blog page to random sort but force a few specific posts to stay at the top?
In forum: Membership ForumsIn reply to: multiple websites membership
Rather than using the carousel, you can use shortcode like this in a text editor on that page to have your testimonials display in a grid rather than the carousel:
[testimonial_posts orderby=date items=20 columns=4]The reason there is two titles showing is because of the carousel widget itself. By default it gives itself a title of Testimonials. If you use the above shortcode, this will not be present. Conversely, you can hide that title using this CSS in Theme Options> Advanced Settings:
.widget_kadence_testimonials_slider h3.widget-title { display: none; }That page is showing the images squared, except for this one:
http://studiomag.co.uk/wp-content/uploads/2014/07/YW56_big.pngThe reason that is happening is due to the fact that it’s of different dimensions than the others. See here:
http://studiomag.co.uk/wp-content/uploads/2014/07/alwaysforever_big.jpgThe second image is much larger, which allows the theme to crop it. Try replacing the small image with one that’s closer to the same size as the others and let me know if it displays as a square.
Thanks for your patience as we work out these issues!
-KevinIn forum: Membership ForumsIn reply to: multiple websites membership
yes i know where to set that one but i dont like more than 4, it puts it as narrow columns, just wish i could show all testimonial on the same page 🙁 Also not sure why title show twice (plus breadcrumbs) All pages show normally just once the title plus breadcrumbs.
any idea why this page doesnt show photos squared http://studiomag.co.uk/portfolio/published/ ?In forum: Membership ForumsIn reply to: multiple websites membership
thats great, its working this way. I didnt even have all these options there before. Working on it ow. ALso, working on testimonial page, i wanted only 4 columns but i got more testimonial than 4 but rets of them is not showing even though i set it to more than 5 on the page. Thank you
In forum: Membership ForumsIn reply to: multiple websites membership
In forum: Membership ForumsIn reply to: multiple websites membership
In forum: Membership ForumsIn reply to: multiple websites membership
In forum: Membership ForumsIn reply to: multiple websites membership
I have done that Theme Options> Portfolio Settings, what do you have set for “Choose how many portfolio columns to show on portfolio archive pages?” and nothing changes; galleries look crap. I need them to be all thumbnails looing, equal squares and its not working even though its set to this?
In forum: Membership ForumsIn reply to: multiple websites membership
In forum: Membership ForumsIn reply to: multiple websites membership
I managed to install it but it changed my portfolio pages. I wanted to have all images square in them in 3 columns. I set it to this and its showing massonry style. I looked at gallery pages and i like custom grid look but cant make it look like that.
I also dont manage to find the way to swap sidebar to the left instead of right – looked in those settings but dont see it there. could you please help http://studiomag.co.uk/Thanks
In forum: Virtue ThemeHello again,
I’m trying to make some body text (visual editor) align center when in mobile only. I’ve tried messing around with split content which is amazing and centers text on mobile perfectly but I can’t seem to control the width of the columns or center the image.
Is there any css I can add that will center text on mobile only?
Here’s the page in question: *Login to see link
Thank you so much!
-PS
-
AuthorSearch Results


