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: Ascend Theme
In reply to: Portfolio page mosaic grid display bug
In forum: Virtue ThemeIn reply to: Ken Burns effect
Hey,
2. a) From Theme Options > Home Layout > Home Blog Settings you can choose between one or two columns.c) Looks like you’re adding a post grid/carousel block and use the blog template. Either remove the block or change the page template to default.
d) As of now there isn’t a built-in function for that.
3. a) Sorry, the Kadence Slider doesn’t offer a vimeo option.
b) You can achieve that with css like this:
.ksp-layer { opacity: .7 !important; }Hannah
In forum: Pinnacle ThemeIn reply to: Switching to Gutenberg and Kadence Blocks
Thank you, I got it to work with this shortcode: [carousel type=”testimonial” columns=1 fullwidth=standard speed=9000 limit_content=false cat=full name of testimonial-group items=30].
But the lines don’t break properly and the styling is really basic and hard to customize.
Therefore I continue to use the plugin “widget on pages” and can style the testimonial carousel in the widget area in a few clicks.
I will switch to Kadence Testimonial block once I have the nerve to import more than 60 testimonials, though 🙂
Best,
BernhardIn forum: Virtue ThemeIn reply to: Ken Burns effect
In forum: Pinnacle ThemeIn reply to: Switching to Gutenberg and Kadence Blocks
In forum: Ascend ThemeTopic: OptinMonster embed code
February 19, 2020 at 4:42 am #245022Hey Hannah,
I’m busy with an Optin monster campaign who said I need to do the following for the campaign to work but my screen in Theme editor doesn’t show a closing body tag as their example Is the /* the closing body text I just want to make sure?
/*
Theme Name: Ascend – Premium
Theme URI: *Login to see link
Description: Ascend will surpass your expectations over and over again. Amazingly versatile, easily customizable and loaded with features you will love.
Version: 1.9.9
Author: Kadence WP
Author URI: *Login to see link
Tags: two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options
Text Domain: ascend
License: GPL
License URI: *Login to see link
*/OptinMonster:
Paste the embed code you previously copied just before the closing </body> tag of your HTML file. Save the changes to your file and upload it to your site.
You can paste the embed code into your HTML file near the closing body tag.
Now You’re all done! You can now navigate to the front-end of your site and test your beautiful new campaign.In forum: Virtue ThemeIn reply to: Category Column Layout exclude subcategories
In forum: Ascend ThemeIn this page, we have a carousel that displays testimonials from a specific category:
The carousel uses this shortcode:
[carousel type="testimonial" columns="1" items="9" arrows="false" pagination="true" cat="wp2print"]This used to display correctly. However now each item in the carousel is displayed in a vertical list with no animation.
In forum: Virtue ThemeIn reply to: Is there any way to add blocks below a Portfolio?
In forum: Pinnacle ThemeSorry about that! Moving too quickly this morning.
The simplest workaround I can think of would be to create a new page and add your portfolio type via shortcode like this: [portfolio_posts orderby=date style=”pgrid” columns=6 items=12 ratio=”square” lightbox=true showtypes=false type=photoshoot-portfolios]
Then your page will show in the All Projects Default Portfolio Page dropdown. Would that work for you?Hannah
In forum: Virtue ThemeIn reply to: Accordion Panels Not Rendering Properly
This reply has been marked as private.February 13, 2020 at 8:57 am #244772In forum: Virtue ThemeIn reply to: Is there any way to add blocks below a Portfolio?
Hey,
Are you wanting to do this on a portfolio archive page? You can add your posts via shortcode then add your block content below. The shortcode would look like this:[portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true cat=photos]
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Switching Related Products carousel in product page
February 10, 2020 at 12:41 pm #244604Hey,
When you say you want to hide the header on mobile, do you mean the whole header with logo or just the menu.the whole header would be this css:
@media (max-width: 992px) { #kad-banner, #kad-banner-sticky-wrapper { display: none; } }Just the menu is this:
@media (max-width: 992px) { #mobile-nav-trigger{ display: none; } }2. Changing the carousel columns on mobile just takes a little javascript it’s not css that controls this.
In your theme options > header and footer scripts add this to your header scripts:
<script type="text/javascript"> jQuery(document).ready(function ($) { $('#upsale-product-carousel').attr('data-carousel-ss', '2'); }); </script>Ben
In forum: Ascend ThemeIn reply to: Ascend with Elementor
Hi Hannah… it might be a different number depending on page I create but for this I chose 4 in Elementor..
I have cleared cache and same issue…
Can you see the distortion at trickstore.co.uk/home2 ?
Elementor replied saying:
The image resolution or size for the products cannot be controlled from elementor…
from thumbnail width check that… it is set correctly…
Elementor basically uses the core media library of wordpress and simply follows the standard image sizes of woocmmerce and just embeds them. If you would disable elementor pro you would still face the same issue.
Now when I disable Ascend and goto TwentyNineteen everything displays perfectly in 4 columns and changes for mobile but please see images of difference.
wwhen using Ascend the image filename of each image seems to not be the 300 x 300 one and are all different for eg:
https://trickstore.co.uk/wp-content/uploads/2020/02/65573-full-400×400.jpgBUT when using TwentyNineteen the image address is: https://trickstore.co.uk/wp-content/uploads/2020/02/66561-full-300×300.jpg
So the theme must be making some sort of changes to the layout or code.
Please let me know your thoughts thanks
AnthonyIn forum: Ascend ThemeIn reply to: Ascend with Elementor
In forum: Ascend ThemeIn reply to: Ascend with Elementor
Yes that would be amazing thanks… really don’t want to have to use a different theme after all this setup :).
trickstore.co.uk/wp-admin
Please use:
S3ftz0BEYZ
Pass:
?MrMagicItIsI have checked thumbnail width and all is fine… Also if I use a shortcode for woocommerce it displays well but using Elementor’s choice of columns etc it doesn’t work.
Many thanks and hope we can get this working
AnthonyIn forum: Ascend ThemeTopic: Ascend with Elementor
Hi there…
I’m having an issue with the woocommerce layout for products when using Elementor… With the default wordpress theme TwentyNineteen it displays well and sets out a nice neat layout of the chosen column numbers in elementor – but with Ascend it distortes the images sizes badly and the results are products not in neat columns.. Please see:
*Login to see linkPlease can you advise why this might be?
I’ve also asked Elementor the same questions… Of course Elementor is very popular and i’m using it for the general building of my site so need this to work somehow :).
Many thanks
AnthonyIn forum: Pinnacle ThemeIn reply to: Customizing Testimonial Display
February 7, 2020 at 11:00 am #244485Hey,
It’s just a matter of what needs to come first, we’ve found that most users don’t use a testimonial submission form. Instead, they collect there own testimonials and put them on the page, using a block interface to add instead of another post type makes it really simple for people to add and edit testimonials in a visual interface and because you can make that one reusable block it’s easy to show them multiple places and manage them from one place.So building first for what most people are looking for gets the priority. However, adding a post query block that can output in testimonial styles is something I have on my list. It’s just not very high.
You can, however, add a carousel or a grid of your testimonials posts using a shortcode so there is a current way to do it just not a block interface yet.
For a carousel see:
[carousel type="testimonial" columns="2" items="10"]Ben
In forum: Pinnacle ThemeIn reply to: carousel type=”testimonial” short code
February 7, 2020 at 10:52 am #244484Support was added for this in the last version of the theme:
[carousel type="testimonial" columns="1" items="10"]I just tested to confirm.
Ben
In forum: Pinnacle ThemeIn reply to: Switching Related Products carousel in product page
-
AuthorSearch Results





