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: Issues with Virtue BOLD Child Theme
This reply has been marked as private.June 7, 2017 at 10:51 am #148125In forum: Virtue ThemeIn reply to: Stop cropping of images on portfolio carousel
June 7, 2017 at 12:37 am #148051You can increase the columns. The width is determined by the columns and thus the width needed for that column count.
Ben
In forum: Pinnacle ThemeIn reply to: Adding a button to a blog post entry
I am not using an event plug-in, but I could if needed. I’d like to list the event summaries on an events page in a blog post grid format (3 Columns) and at the bottom of each summary have a “registration” button with a link to a sign-up form I already created. I have been able to get the button on each event’s full post page using Page Builder and I can build a summary page and use buttons, but I really like the look of the post grid format and was hoping to use it, but just add buttons. Let me know what you think. Thank you.
-ChrisIn forum: Pinnacle ThemeTopic: cannot edit menus
Hi
I have been a couple of days looking at this problem, I am not sure if if is ‘pinnacle theme’ related, but it is the common point.
I cannot edit the menus, I don’t normally go there, they are pretty much fixed. I only can edit them in ‘customizer’, not in ‘normal’ backend.
This is happening in two online websites and a local one, all have the pinnacle theme.
Looking at the Chrome Console I found:Uncaught ReferenceError: columns is not defined
at Object.initToggles (load-scripts.php:83)
at Object.init (load-scripts.php:83)
at HTMLDocument.<anonymous> (load-scripts.php:83)
at i (load-scripts.php:2)
at Object.fireWith [as resolveWith] (load-scripts.php:2)
at Function.ready (load-scripts.php:2)
at HTMLDocument.K (load-scripts.php:2)Failed to load resource: the server responded with a status of 500 ()
This is from the local one, the others show the same error with very longs paths.
I can give you access.
THanks
AlainBTW, At the beginning I thought it was server related, in the same server I have two other WP’s with pretty much the same plugins, but different themes and they are OK. One of them is using ‘ascend’, very nice theme.
In forum: Membership ForumsTopic: K Gallery Issue
June 6, 2017 at 4:17 am #147851Hi, I am using the gallery with a non-Kadence theme (sorry, just developing two versions of a site for a client to choose from!) and have experienced a strange error.
The Masonry layout is displaying one less column than I specify (so to get four columns I need to select five).
The page layout is full width but the gallery is left aligned and does not fill the usable space on the page.
Is this something I can get around or is it an incompatibility with the theme I have used?
Thanks in advance.
In forum: Virtue ThemeIn reply to: Moving 4 widget boxes to bottom above footer
When I choose the footer layout with long row on top, the things I have in column 1, 2, and 3 disappear. The items in column 1,2,3 are no longer on widget page in appropriate footer columns. I revert back to 3 columns without top row, and they reappear. What is happening there? Solution?
Do I have to reset up the items in column 1,2,3 to be under Columns 2,3,4? I assume after choosing layout with long row above the 3 columns, that row would be considered Column 1, right? Then I would have to reinsert what I want in bottom 3 columns again, right?
In forum: Virtue ThemeIn reply to: Moving 4 widget boxes to bottom above footer
Hey,
In Theme Options > Footer choose the last or second to last Footer Widget Layout (with the long row on top). Then from Appearance > Widgets you can add a Layout Builder widget to your Footer Column 1 then you can create a row with 5 columns and add an image widget to each column. Does that work for you?Hannah
In forum: Virtue ThemeIn reply to: Staff Pages with Own Blog Posts
Hi Brandan,
One option for this is to use the staff grid page template ( http://docs.kadencethemes.com/virtue-premium/templates/staff-grid-template/ ).
To get the staff members posts to show in the single staff post you can create blog categories for each of your staff members and assign each members posts to their category. Then you can use blog shortcodes to display the certain posts for each staff member. Here is a shortcode example:[blog_grid orderby=date items=6 columns=3 cat=joe-smith]
So you would paste the shortcode with the correct category in the individual staff posts. Does that make sense?Hannah
In forum: Virtue ThemeIn reply to: Descriptive text under product thumbnails
May 31, 2017 at 9:45 am #147319Hey,
You can output the excerpt on the shop and category pages.One option is to set the columns to 1 in your shop settings. That would output the products like a list.
You can also have the excerpt show in a grid with this css:
.product_details .product_excerpt { display: block; }Ben
In forum: Virtue ThemeHi,
please test your own demo *Login to see link in Firefox/IE and Chrome/Opera.
In Chrome/Opera the 4 columns gallery show only 3 columns, it looks like that the fullwidth page is in Chrome/Opera smaller than in Firefox/IE.
How can i solve (css) this problem?
Thanks in advance!
Kind Regards,
My
In forum: Membership ForumsIn forum: Pinnacle ThemeIn reply to: Visible menu on mobile
In forum: Pinnacle ThemeIn reply to: Visible menu on mobile
What exactly are you using this plugin for? Just placing different menus in different areas on your site? If so, you could do this using page builder and adding menu widgets to page builder columns, then you wouldn’t need to use the plugin and I would be able to help you out more.
Is this the purpose of the plugin?
-Kevin
In forum: Virtue ThemeTopic: Custom CSS/codes
HEllo,
I’m looking for custom CSS/short codes for the following issues.
1. When browser screen is made narrower by moving the browser from right to left, the last column/page on the Top bar navigation moves very quickly below the first column/page (causing the navigation to appear on two separate rows). Is there a custom CSS code or something else that can be done so that Top bar navigation structure would be on one row even when if browser screen is narrower? Maybe the distance between the columns/pages on the Top bar could be shorter?? Alternatively is there a way in which the entire Top bar navigation could be moved more towards left (i.e. closer to site logo)?
2. I use number of Keywords/tags for my blog articles. These keywords/tags appear in very small font right now – below the actual article and the left sidebar, in which I use the “cloud” for keywords. Is there a way to change the font size of keywords/tags so that they would appear in slightly bigger font?
3. Collection of my blog posts appear on the front page of my site and the blog page together with excerpt text. Now, for mobile viewing, I would like to turn off the images associated with the posts in these 2 places. When viewing on mobile the blog post images should ONLY appear on the actual blog post page. Is there some custom CSS to do this?
Thanks in advance!
Regards,
JariIn forum: Virtue ThemeHi Robin,
Your homepage cannot be both a static page and a latest post page, however, there are workarounds! One option is to use the home widget area. Enable it about Page Content in your Homepage Layout Manager (Theme Options > Home Layout) then you can add a visual editor widget (or whichever) from Appearance > Widgets.
Another option is to set your page as a static page and add your latest posts via shortcode like this:[blog_grid orderby=date items=4 columns=3]
Hope one of those options works for you!Hannah
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeTopic: Product shotcode display
Hi,
1. I inserted a product shortcode (product id=””) but it displays very small. Putting the product alone on a row without columns, displays it right. I figured from the css that it is in a table with 33.3% width but i’m not sure it is ok to modify the % as it looks to me as general selector for tables (.tcol-md-4).
I will inserting products like this in a lot of places over the site, so i need a CSS rule that allows all the products inserted like this, to show in the normal size or at least bigger. Is this possible ?
2. Is it somehow possible to display title and excerpt from the long description of a product ?
Thank you
In forum: Virtue ThemeIn reply to: changing size of image-layout for Masonry Style
In Theme Options > Home Layout you can set the number of columns under Home Portfolio Full Settings. You can limit the posts that show by category. You can create portfolio categories (types) from Portfolio > Portfolio Type > Add New. Then assign posts to each type. Then there’s an option to limit the posts that show to a certain category under Home Portfolio Full Settings in Theme Options > Home Layout.
Hope that helps!Hannah
In forum: Virtue ThemeHi – hope someone can assist.
*Login to see link this is my test site
Live site: *Login to see link
In the header, widget area, I am trying to have an image plus text. I cannot find a way of aligning them separately. I have various methods and failed. I would appreciate someone giving me the clue as to how to best achieve this?
Tony
-
AuthorSearch Results


