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
Hello,
please see this website: http://www.insinforyou.com
I have setup a site width of 1440px and 3 columns product, but on large devices i see 4 columns!
See this screenshot: *Login to see link
Here there are 4 columns.
How i can fix this problem?
In also, see from screenshot the translate plugin: why the flags are in vertical and not horizontal? it seems that there is some problem with css link there.
Please let me know.
Thanks and regards
In forum: Virtue ThemeTopic: How to access the row layout
Hi,
I am going to propose Virtue theme to a client. I am a subscriber but I don’t know if they want the Premium version or just the free version, maybe latter as they need a very basic site.
Now I cannot find how to use the Kadence Block editor on the site, as I have done on my other sites. I have the plug in activated, and want to have a view as in the image attached.
I need to manage the rows and columns and cannot find a way to do that.
Maybe you cannot do that in the free version of Virtue theme?
Second question: Adding a slider to a post, but it doesn’t show on the post page? Is there a way to manage the slider, where it is on the page, size, alignment… at least make it show?
Ulla
In forum: Ascend ThemeMay 21, 2019 at 2:15 pm #226254I strongly suggest using the Kadence Row layout for columns. The Core columns block is not built to be responsive. It’s in general been one of the biggest complaints about Gutenberg is how bad that block is.
You can add this through:
@media (max-width: 768px) { .home .wp-block-columns .wp-block-column { margin-left:0; margin-right:0; } }In forum: Virtue ThemeIn reply to: Featured Products & Best Sellers
May 21, 2019 at 11:56 am #226223You would just add the header into a visual editor widget not in the title section but in the content where you can define alignment
[carousel type="best-products" items="10" columns="6" xscol="2" sscol="1"]Ben
In forum: Virtue ThemeIn reply to: Issues with images with Gutenberg
May 21, 2019 at 10:39 am #226212Hey,
If you would like the caption center you can use this css:.wp-block-image figcaption { text-align: center; }The issue with a small amount of text beside an image isn’t really specific to Gutenberg, the previous editor did the same when you can working in columns helps to create a much better experience with all screen sizes because of this and how floats work. But here is some simple CSS that will make all your right aligned images center aligned below a specific screen size, this works fine unless you truly are using a thumbnail like 100px wide image and want it to stay wrapping text. So just be aware of that.
@media (max-width: 544px){ .wp-block-image .alignright { float: none; } }Ben
In forum: Ascend ThemeIn forum: Virtue ThemeIn reply to: Firefox + Explorer Adding Duplicate Images
May 20, 2019 at 11:52 am #226128The image (or attempted image) is there if chrome firefox just makes it more obvious that it’s not loaded. From the html output, you have two images in each of those columns. The second image is missing from the site so it’s not loading. Here is an URL example: http://spikamfg.flywheelsites.com/wp-content/uploads/2018/09/AF_guard-rail-camlock-handle-2.jpg
If you can send me a login so I can look at the backend it seems like the image code just needs to be removed from your backend html.
Ben
In forum: Virtue ThemeI am not sanitizing anything….
I am attempting to – Adding Testimonial date to testimonial grid using child theme
I copied lines you stated below per your instructs “81-85 you would change out the code there for your code.”
I already changed line 85 to “echo ‘ – ‘ . wp_kses_post( $location );” to check to see if my overrides would work, it doesecho ‘ – ‘ . wp_kses_post( $location ); This line echos the location the $location column/field/item/property is what I am referring to as a field/column since it comes from the posts table.
How do I echo the other columns/fields of the wp_kses_post?
my wuestion was how do I find out what the column/field/item/property wp_kses_post is? so that i can use the correct date field?In forum: Virtue ThemeMay 17, 2019 at 11:11 am #225947Hey,
The question doesn’t make sense to me. You should just be overriding. What you do mean by columns/fields and what does that have to do with sanitizing through wp_kses_post?Ben
In forum: Virtue ThemeThanks Ben, I copied the templates/content-loop-testimonial.php to my virtue_child-1/template folder, made changes and they were applied to site. Where do I find the columns/fields for the wp_kses_post ? I duplicated the $location but need to change it to the date?
In forum: Pinnacle ThemeIn reply to: Portfolio list images width
May 14, 2019 at 5:57 pm #225668Hey,
300 is the width defined by the setting of 4 columns. You can override this if you like through a child theme but it’s meant to be the base width for the base src. If your images were uploaded larger you would have srcset output and that would include a larger version of the image meant to support HD screens like phones and most desktop computers. Even if you set the width to 427px your images will be blurry on every commonly used mobile device because of the pixel density of the devices. Setting the base for 300 was a great option to get the most optimized sizes for the devices with the current responsive image markup that browsers support.For the theme to be able to output larger images in the srcset your images must be at least twice as large is the base setting. So for this case 600×810. I suggest uploading images at a minimum of 1600×1600 but for most cases should be more like 2200px. Your image in the link is 425x500px
Does that help and explain?
If you would like to use a child theme and filter the output so at least you get the full size of your image (still won’t be supporting every HD screen) then I would be happy to get you the php.
Ben
In forum: Ascend ThemeMay 13, 2019 at 4:59 am #225501Hi, in this page http://157.230.115.238/ we use this shortcode
[product_categories parent=”13″ columns=”4″ hide_empty=”1″ orderby=”menu_order” order=”asc”]but the result is a bit strange: the rows are really too separated… so, we tried to cancel our custom css and the rows still work like that… is a woocommerce shortcode problem or a theme problem?
thank you very much
AngeloIn forum: Virtue ThemeHi Team,
On this site I have a carousel of club badges which link to the relevant club page.
The carousel is setup using [carousel type=post orderby=date columns=5 items=-1 speed=4000 scroll=1 cat=club] as a “Sitewide after Header Shortcode”.The carousel works fine and looks great but I noticed that there is a brief moment on each page-refresh when all the carousel items are shown in a grid, before the display resets correctly in the header.
I guess it is similar to the problem experienced in “Topic: Carousel widget pre-load larger images showing” but the fix will need to be different.
Please could you help?
Thanks,
Phil.In forum: Membership ForumsIn reply to: Transparent Buttons Bug
So in Kadence Blocks when I add the Advanced Button block it shows as transparent by default. But if you publish the the button actually has a black background until you clear the background color. I made a quick video showing you what I mean: https://www.loom.com/share/a85818c95b864487acb4d9a6e5b54217
So the feature request I have is just a simple section block. Essentially the same thing as a row but without the columns attached so I can add custom sections without the complication of nesting columns…I might be able to achieve the same thing with rows but it just becomes pretty hard to manage when I’ve got rows inside of columns inside of rows. But that’s just my two cents!
In forum: Virtue ThemeIn reply to: Gallery shortcode how to switch off crop?
Thanks Hannah,
That sounds like my option above to create a square background for the guilty images.
I’m curious that both Ben’s fix of
remove
img_height=200from the shortcode and usemasonry="true"and your fix of
use
height="null"are having no effect. Is there something else I should be doing?
Following your change, the shortcode now reads:
[gallery ids="248,249,250,251,253,254,255,257,258,260,261,262,311,314,339" type="carousel" columns="5" masonry="true" speed=4000 scroll=1 lightboxsize="large" height="null"]Many thanks,
Phil.In forum: Virtue ThemeIn reply to: Remove “Read more” for blog_posts shortcode
In forum: Virtue ThemeIn reply to: Gallery shortcode how to switch off crop?
In forum: Virtue ThemeIn reply to: Home page blog options
Hello,
You can achieve this by adding the posts to your home page content or home widget area. Firstly, go to Theme Options> Home Layout, and make sure either the page content or the widget area are active, depending on which you want to use.
Then, you can add the posts via a text widget or into the text editor within your home page content with shortcode like this:
[blog_grid orderby=date items=4 columns=2]You can find the full shortcode options here:
http://docs.kadencethemes.com/virtue-premium/shortcodes/Another option would be to use the post grid/carousel block in Kadence Blocks to add the posts to your page content:
https://www.kadenceblocks.com/docs/configure-a-blog-list-with-post-grid-carousel-block/That tutorial shows how to build a blog list, but you can set it up the way you’re wanting in the settings.
Let me know if this is helpful for you!
-Kevin
In forum: Ascend ThemeIn reply to: Ascend: Image menu item font size
Hi Anita,
I wonder if this has something to do with the way they’re being output. Is there a reason you’re not using the home image menu from theme options > home layout? Are you just wanting the text to shrink on smaller screens, or do you want the columns to decrease?Hannah
In forum: Virtue ThemeHi Team,
I have a scrolling gallery at the top of each page setup using a shortcode:
[gallery ids="248,249,250,251,252,253,254,255,257,258,260,261,262,311,314" type="carousel" columns="5" img_height=200 speed=4000 scroll=1 lightboxsize="large"]Some of the sports club badges are rectangular so the normal behaviour of the theme is to crop them to square.
Is there a way to prevent that crop for certain rectangular images?If not, I guess I need to modify the guilty images and stick them on a square background.
Any thoughts?
Thanks,
Phil. -
AuthorSearch Results



