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: Custom blocks advice
November 20, 2017 at 10:21 am #168739Pagebuilder adds margin to separate each widget in columns. You have to use css to remove that. Then in your widget where you’ve set the background to gray you need to add padding to the top and bottom in the same area where you set the background.
So add this css:#pl-2748 #pgc-2748-1-0 .so-panel, #pl-2748 #pgc-2748-1-0 .so-panel h2 { margin: 0; }then add your padding.
Ben
In forum: Virtue ThemeIn reply to: particular page doesn’t show pictures on mobile
November 20, 2017 at 10:16 am #168738Your images are forced so small that the padding around them is making the size 0. You can remove the padding with css like this:
img.alignnone { padding: 0; }I suggest not having so many columns on mobile.
Ben
In forum: Virtue ThemeHi,
I am rebuilding a site. On the previous version i used the virtue image to build brands/ logos directory but because it is a long directory and i am using 8 columns, the virtue image was leaving my page frozen.
On the new one, I built a similar page using a visual editor and the virtue shortcode for tabs 8×1, multiple times; but when i open the page via mobile, the images do not display.
Is there a tip/ css code to help in order to have the pictures displayed on mobile as well? does not need to be the 8 in line if it isn’t possible, but at least two per line or even one picture per line?
Many thanks
In forum: Virtue ThemeI need to to do following: *Login to see link
1) Center the Search box (Header) on smaller devices – I tried several things…
2) Make the search box a bit wider
3) Put some white space between the News and Audiences sections (See image)
4) Make the Width of the footer smaller, so the columns are closer together (See Image)Thanks a bunch,
OlympiaIn forum: Virtue ThemeIn reply to: Text and Photo Display on Moible Devices
I suggest that rather than add the images and text in separate columns, just create a row for each person, with the image and text in their respective columns.
So each person will have their own page builder row, with the text and images pertaining to each person will be next to each other in a two column layout.
Hopefully that makes sense!
-Kevin
In forum: Ascend ThemeIn reply to: Img Menu Shortcode Not Working
November 16, 2017 at 9:39 am #168284ok, I see you are replying but you’re showing all of your pages shortcodes which has more than 5 links and looks like “spam” to the forums filter. so the replay is going into the un-approved.
Here is your shortcode example:
[img_menu image="https://www.myristolcanada.ca/wp-content/uploads/2017/11/myristol-equine.jpg" columns="2" title="Myristol Equine" link="https://www.myristolcanada.ca/products/myristol-equine/"]And for ascend it should be:
[img_menu image_url="https://www.myristolcanada.ca/wp-content/uploads/2017/11/myristol-equine.jpg" columns="2" title="Myristol Equine" link="https://www.myristolcanada.ca/products/myristol-equine/"]Ben
In forum: Virtue ThemeIn reply to: Mosaic gallery for mobile phone
Well I was hoping photos can show as a mosaic on desktop and as a regular gallery on the mobile phone – I mean in the same page or post.
If not, can you just tell me how to apply the above mentioned ‘two columns’ code exclusively to home page for mobile phone.In forum: Virtue ThemeIn reply to: Nested columns?
Hey Michael,
In your case, I think that you could accomplish this using page builder. Here is a great place to start if you’re not familiar with the plugin:
https://www.kadencewp.com/using-page-builder/You will need to decide the initial amount of columns that your page builder row will have, then within each column, add the required amount of additional sub-columns you need to achieve your layout.
Hopefully that makes sense. Let me know if I can explain better.
-Kevin
In forum: Virtue ThemeIn reply to: Nested columns?
November 14, 2017 at 1:59 pm #168017Hey,
Pagebuilder makes this easy.But you can also just do this with basic html:
[columns][span6] Upper left half content <div class="row"><div class="col-md-6"> Left content below left half. Spanning 1st 1/4 of the page with. </div><div class="col-md-6"> Right content below left half. Spanning 2nd 1/4 of the page with. </div></div> [/span6][span6] Upper right half content <div class="row"><div class="col-md-6"> Left content below right half. Spanning 3rd 1/4 of the page with. </div><div class="col-md-6"> Right content below right half. Spanning 4th 1/4 of the page with. </div></div> [/span6][/columns]Ben
In forum: Virtue ThemeTopic: Nested columns?
Hi Kadence,
I’m try to put columns inside columns and it’s making a mess and simply not working. It appears that the columns shortcode can’t handle nesting. Any ideas how to proceed?What I want to do is described roughly below in shortcode. The nesting is important because on mobile (where everything folds vertically), I need the 1st two quarters to sit just below the left half. If I simply do a 2 column split followed by a 4 column split, on mobile all the 4 quarters follow AFTER the 2 halves; which is not what I want.
[columns][span6]
Upper left half content
[columns][span3]
Left content below left half. Spanning 1st 1/4 of the page with.
[/span3][span3]
Right content below left half. Spanning 2nd 1/4 of the page with.
[/span3][/columns]
[/span6][span6]
Upper right half content
[columns][span3]
Left content below right half. Spanning 3rd 1/4 of the page with.
[/span3][span3]
Right content below right half. Spanning 4th 1/4 of the page with.
[/span3][/columns]
[/span6][/columns]Thanks,
MichaelIn forum: Pinnacle ThemeIn reply to: Update Social Media Icons
November 14, 2017 at 12:47 pm #168007ok, your icon issue was caused because you have turned on minimal icons and the google and youtube icon are not part of that.
You seem to be using 3 different optimization plugins. all doing similar things. I strongly advise against that.
The testimonial shortcode is a bug, the columns aren’t going through. I will update the theme with a fix for this.
Ben
In forum: Pinnacle ThemeIn reply to: Update Social Media Icons
In forum: Virtue ThemeTopic: Carousel issue after update
Hi,
after the last update of Virtue Premium theme I am having issues with carousel on my home page. Here is the link . The carousel on small mobile screens is displaying two products instead of one, like was before the update. The carousel is buili with shorcode: [carousel type=featured-products orderby=date columns=4 items=7 scroll=1 speed=250000] . Could you please see what is the problem, thanks in advance, Gabi
In forum: Ascend ThemeIn reply to: Shop Product Column Layout
November 13, 2017 at 11:22 am #167829Hey
To add some more information.The default column setting refers to the 1140px layout that bootstrap css framework uses.
In ascend you can increase that max width from 1140 to 1440 or 1740 or none
This is the “Site Layout Max-Width” setting in your theme options > layout settings.
When you increase the grid max width that will increase the columns used on those larger screens. This way your content never gets stretched if you are on a very large screen simply more columns are added.
Ben
In forum: Ascend ThemeTopic: Shop Product Column Layout
In forum: Membership ForumsIn reply to: K galleries – photos to scale
November 10, 2017 at 1:48 pm #167583Hey,
I’m not sure I understand. You have set the columns to show two columns. Are you not wanting the images to be in two columns in a gallery? The size is going to be determined by how large of columns you are setting.Also with a dark background I suggest adding this css:
.kt-galleries-show-caption-bottom .kt-gallery-caption-container { opacity: 0; }Which will fade out the caption box.
Ben
In forum: Virtue ThemeIn reply to: Staff Carousel (virtue)
November 10, 2017 at 10:23 am #167553As of 4.3.6
[carousel type="staff" items="10" columns="3"]Ben
In forum: Reply To:November 10, 2017 at 9:42 am #167533Hey,
You would have to use a shortcode in a text widget instead of a carousel widget.The shortcode would look like this:
[carousel type="post" columns="5" items="10" img_height="300"]Change the img_height setting to match what you want.
Ben
In forum: Ascend ThemeHi
I have a pagebuilder row with 5 columns on my home page, making up an image menu.
It looks great on desktop.
But when viewed on iPad the headers “merge” together
And even worse on mobile, the row splits into TINY single columns that don’t even fill the space available…
How can I fix this?Screenshot:
*Login to see link
*Login to see linkThank you for your help
In forum: Virtue ThemeIn reply to: Virtue: Carousel Widget Order by update date
November 8, 2017 at 9:25 am #167256Hey,
You would need to use a shortcode instead of a widget.[carousel type="portfolio" items="10" columns="4" order="DESC" orderby="modified"]Something like that ^
Ben
-
AuthorSearch Results


