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'

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 661 through 680 (of 3,937 total)
  • Author
    Search Results
  • #246590

    I apologise but I just can’t resolve these things below, even with hours of searching and a lot of trial and error. I appreciate your support and I only come here when I’m absolutely stuck; now I’ve got my questions and answers in the forum to look back on in the future.

    1/ I need the product columns (without side bar) to be 50%/50% because of how all the images were handed to me., and as a very temporary solution have added content-single-product.php to the virtue child theme and changed the if statement to 6 | 6.
    Is there a correct way that I can achieve this?
    2/ I’ve read carefully, but can’t arrive at a solution.
    I have one parent category, with eventually 5 sub-categories in it and I don’t want the parent on the home page or in the shop page, just the sub-cats.
    I put this on the home page page.. [product_categories parent=”104″] it didn’t seem to work, but now 12 hrs later it seems to be working (new ISP seems to have an aggressive cache that I just can’t beat).
    If that shortcode is correct, then now, I just need to display the sub-cats on the shop page without the parent, followed by products.
    3/ I’m trying to make the text overlay on the sub-cats to be a specific color (same as hover) but I just can’t do it. Inspect says it’s:
    .product-category.grid_item a h5 { color: #ce0000; background-color: #ce0000; } but that doesn’t work.
    4/ The Best Selling Products carousel?, home page on a mobile is cluttered by the bottom product detail, is there any way to show this sliding as a one whole image at a time on a mobile?

    Thank you, John

    In forum: Pinnacle Theme

    In reply to: Portfolio grid

    #246567

    Hey,
    2. In our block settings, look under layout, there are column settings. select “individual” just above to the right, then select how many columns you want per screen size. No css needed.

    3.
    In your css try adding this:

    html {
        overflow-x: hidden;
    }
    

    If that doesn’t work let me know.

    Ben

    In forum: Pinnacle Theme

    In reply to: Portfolio grid

    #246532

    2. Are you wanting to keep the grid three column? If so, add this to your custom css:

    .kb-portfolio-grid-wrap[data-columns-md="3"]>.kb-blocks-portfolio-grid-item, .kb-portfolio-grid-wrap[data-columns-md="3"]>.kb-portfolio-masonry-item {
        width: 33.33%;
    }

    Let me know how that works for you!

    Hannah

    #246462

    Hello,

    How do I adjust column widths to fit 3 columns in 1 row? Does the pricing table work with themes that are not from Kadence? My theme is a buddyboss.com theme (social learner). I could not find any previous post addressing this issue.

    I just imported one of the pricing table plugin’s supplied templates and made minor edits to try and narrow content to enable fitting 3 columns in 1 row even in a full width page with no sidebars .. nothing seems to work with 3 different templates I tried, all seem to always allow only 2 columns in 1 row and the 3rd column wraps over in a 2nd row.

    Here is how it is rendering on my site’s full width page:

    Thanks in advance for your kind assistance,
    BM

    #246436

    I’m wondering if it’s related to the masonry layout and the following CSS:

    https://mydomain.com/wp-content/plugins/kadence-blocks-pro/dist/blocks/postgrid.style.build.css?ver=1.4.4

    .kt-post-loop_beb2f2-96 .kt-post-grid-layout-masonry-wrap .kt-post-masonry-item {
    padding-left: 15px;
    padding-right: 15px;
    }

    .kt-post-grid-wrap[data-columns-md=”3″]>.kt-blocks-post-grid-item,.kt-post-grid-wrap[data-columns-md=”3″]>.kt-post-masonry-item {
    width: 33.33%
    }

    When I set the width to calc(100% – 30px) it seems to format much closer to what’s expected. I attempted to use the following, but not sure if it’s exactly what should be used. I’m wondering if maybe the width value in the CSS rule above isn’t taking in to account the padding settings on the block.

    /* Mobile portrait (and larger)*/
    .kt-post-grid-wrap[data-columns-ss="1"]>.kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-ss="1"]>.kt-post-masonry-item {
        width: calc(100% - 30px) !important;
    }
    
    /* Tablet portrait (and larger)*/
    @media (min-width: 768px) {
    	.kt-post-grid-wrap[data-columns-sm="2"]>.kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-sm="2"]>.kt-post-masonry-item {
        	width: calc(50% - 30px) !important;
           }
    }
    
    /* Tablet-landscape (and larger)*/
    @media (min-width: 992px) {
        .kt-post-grid-wrap[data-columns-md="3"] > .kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-md="3"] > .kt-post-masonry-item  {
        		width: calc(33.33% - 30px) !important;
    	} 
    }
    #246378

    Note that on some screens there are three columns displayed, but there’s also a large white space to the right of them. The intent is for them to take up the entire width.

    #246377

    When using the Kadence Blocks post block with the masonry layout, it shows three columns in the editor, but only two in the public view.

    When we switch over to the Twenty Twenty theme, the three columns are displayed as expected. If we switch to the post block’s grid layout, it shows the three columns correctly.

    Wondering if there’s something specific that would be conflicting with the masonry layout and our Generate Press theme.

    #246363

    Hello,

    I have tried everything but can’t see to get the advance columns content to show properly on mobile. they are stacking correctly but the items inside the advance row are not displaying properly on a mobile device. I have tried using the individual blocks and making sure things are set. I have moved and played with margins for good measure.

    Here is an example of what I mean

    at a bit of a loss. I have checked many settings and still cant seem to make it right. thanks in advance!

    In forum: Virtue Theme
    #246248

    It looks like you’ve set your homepage as your shop page from Settings > Reading. You can’t do that and also enable other modules in the homepage layout manager. If you want to add a shop archive to your page I suggest using a shortcode like this: [products limit="12″ columns=”3″] You can add that to a text widget in your home widget area or else to the content area in your static home page.

    Hannah

    In forum: Pinnacle Theme

    In reply to: menu width

    #246175

    Hey,
    Right now the menu is set to show in columns, three per side. I’m confused by your comment that you want the menu wider and more space between the logo? Do you mean on larger screens you want the menu to extend outside of the content area?

    Ben

    In forum: Virtue Theme

    In reply to: Plain old text box.

    #246097

    Sorry, I was confused with the icon menu. What you could do is enable the home widget area in the homepage layout manager, then add virtue: info box widgets from Appearance > Widgets. Or, if you’re setting your homepage as a static page from Settings > Reading and you’re using the block editor, you can add a row layout block with multiple columns then add a border around each column.

    Hannah

    In forum: Pinnacle Theme

    In reply to: Post Pagination

    #246041

    /*
    Theme Name: Pinnacle Premium
    Theme URI: https://www.kadencewp.com/product/pinnacle-premium-theme/
    Description: Pinnacle is a bold theme with versatile options and multiple styles. This theme is loaded with features and tools that allow full creativity to be released into a unique site. Built with a modern flat design, its fully responsive layout make for easy navigation on mobile/tablet displays. Pinnacle is perfect for any kind of business, online store, portfolio, or personal site. It is fully compatible with woocommerce and gives you a unique layout for an ecommerce site. Pinnacle was built and designed by Kadence WP.
    Version: 2.4.9
    Author: Kadence WP
    Author URI: https://www.kadencewp.com/
    Tags: responsive-layout, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging
    Text Domain: pinnacle
    License: GPL
    License URI: http://www.gnu.org/copyleft/gpl.html
    */

    #246033

    Hey,
    In your settings > pagebuilder you should increase when the columns collapse. Or turn off tablet mode. That is why you have 2 columns when there are three set for desktop and one for mobile.

    The admin bar is not going to look good since it’s not shown on your site for users I suggest you ignore it. Or set your site public and logout and view the site.

    Ben

    #245996

    Hi Hannah,

    I’ve use noticed that on an iPhone the subcategory page is still forcing 6 columns which obviously can’t fit or display correctly, even though the css is @media (min-width: 992px), how can we fix this?

    The category page is fine and the product pages are fine, its just on pages with subcategories that its displaying incorrectly.

    #245953

    In short I need to drop the Back to Store button or have it act link Continue Shopping and go back to last page.
    Why? 🙂
    I’m working on a Photography site and they need different stores for each client as well as their own store.
    I’m able to do this with categories & shortcodes fine. Create a New Page for Client 1…. add images/products in a Category “Client1″ then add shortcode like [products limit=”12″ columns=”3″ category=”client1”] and they get their own page with no one else’s products on it.

    UNTIL someone clears out a cart or something to have the “Back to Shop” button appear and then they go to the /shop default page with every category on it. 🙂

    Do you know how to edit or remove that Back to Store button?

    Also if I’m totally going about this work around in the wrong way please let my know that too?

    Thanks
    Frank

    In forum: Ascend Theme
    #245843

    Hi,

    We’re using ‘Home Widget Area’, ‘Page Content’ and ‘Custom Carousel’ on the home page. We have the Module Page Content set to Photo and 3 post columns. It’s all working really well, but we’d like to limit the number of posts in the ‘Page Content’ feed to six (3 columns x 2 deep).

    We found that if we restrict the number of Blog posts to 6 in ‘Reading Settings’ that works, but we would prefer not to have the extra content buttons that appear (I know, we’re fussy!) and also not limit the blog pages themselves. Basically, we really liked the look it had before we added the 7th post.

    Is there a work around for this?

    Many thanks,

    Phil

    #245813

    Well, I can’t move to Blue Host until my year is up with GoDaddy… GoDaddy will not prorate a refund. I would lose over $600. I can’t afford to do that. Maybe RevSider has something to do with the issue… It needs updating. Below is what I get when I go into RevSlider in the WP-Dashboard.

    Please Wait…
    infoDecision Modal Title
    add_circle_outlineDo It
    add_circle_outlineDont Do It
    searchPreviewphotoSome Module Titledesktop_windowslaptoptablet_macphone_android
    content_pasteCopy Embed Code
    close
    [rev_slider alias=”slider1″][/rev_slider]
    extensionAddonsclose
    refreshCheck for Updates
    Slider Revolution Addons
    Please select an Addon to start with.
    saveSave Configuration
    Welcome to Slider Revolution 6.1.5close
    What’s new?
    Check out our Change Log to learn about new Features and Bug Fixes in Version 6.1.5.
    More Info
    Docs & FAQs
    Checkout our all new Help Center
    with updated 6.1.5 Support Material.
    Help Center
    Clear your Browser Cache
    To make sure that all Slider Revolution files
    are updated, please clear your cache.
    How to?
    Activate Slider Revolution to lock Unlock all Features
    settingsGlobal Settingsclose
    General
    Permission
    Include libraries globally List of pages to include RevSlider libraries
    (ie. Example 2,homepage,5)
    Cross Origin Image Defaultshelp
    Insert scripts in footer Defer JavaScript loading 3rd Party Lazy Loading Data
    (i.e. lazy-src for WP Rocket)
    Fix RevSlider table issues
    buildForce RS DB Creation
    Editor High Contrast Mode
    Default Layout Grid Breakpoints
    Default desktop content width
    Default notebook content width
    Default tablet content width
    Default mobile content width
    Fonts
    Disable RS Font Awesome Library Optional font loading URL
    (ie. http://fonts.useso.com/css?family for chinese Environment)
    Enable google font download
    buildUpdate Preload Fonts
    Enable custom font selection in editor
    Example:CustomA, CustomB
    font-family, font-family, …
    saveSave Global Settings
    view_moduleModules
    updateUpdates
    vpn_keyActivation
    library_booksNews
    settingsGlobals
    chrome_reader_modeFAQ’s
    contact_supportSupport
    notifications_active
    0
    Good Morning CustomWeddingGarter!
    You are running Slider Revolution 6.1.5
    movie_filterNew Blank Module
    styleNew Module from Template
    file_uploadManual Import
    extensionAddOns
    Search Modules…
    replay replay
    Add Folderadd

    Plugin Updates
    flag
    Installed Version
    6.1.5
    cloud_download
    Available Version
    6.2.1
    refresh
    Update Now
    System Requirements
    donewarningUpload folder writable
    donewarningMemory Limit (256M)
    donewarningUpload Max. Filesize (256M)
    donewarningMax. Post Size (256M)
    donewarningThemePunch Serverrefresh
    donewarningObject Library
    Update History
    Version 6.1.5 (14th November 2019)
    New Features
    The import process now checks for image duplication not only in the same folder but in the whole WordPress installation
    Changes
    The gutenberg block opens the module library now directly when added
    Bugfixes
    Removed unwanted “rated” text from WooCommerce product star rating
    Fixed scrollbar issues in the editor and overview pages
    Fixed an issue with line heights in some rare cases where i.e. Safari was ignoring the responsive children sizes
    Fixed drop zone issues in the overview and editor mode where dragging files from desktop over the browser was not always working well
    Version 6.1.4 (9th November 2019)
    New Features
    Moving layers in animation mode will move the layers x/y transform value in the selected frame. This will allow to fine tune the animation positions of layers
    Drag and drop images and or videos to the editor to create layers on demand to shorten the required steps to create image/video layers
    German and French translation added
    Added a link help option to slide and action links, to help auto selection of http and https protocols for links
    Added a file and media optimizer feature, available on pages/posts, overview and Slider Editor mode to optimize embeded media files and to get a general overview about loaded filesizes
    Changes
    Updated google font list
    Removed unneeded font stylings from img layers
    The slide links and layer action links http/https auto adjustment behavior can now be changed as an own option
    Optimized the output to ignore the font style based settings on unrelated layers
    Updated some output details if something goes wrong for better understanding
    Optimized the snap and guideline settings to simplify the usage. If it is enabled, it will always show guidelines and will always snap to them.
    Changed the values for carousel opacity, rotation and scale. some of the values were not working properly, some of the values were the other way around.
    Bugfixes
    Fixed a bug where the slider timer was still processing after a slide change. Even pause on hover was activated
    Adding folders into other folders were not respecting the parent folder strucutre in the editor overview
    Fixed svg’s at the layer import process to point to the correct path
    Fixed a preview slider bug where the order was not shown correctly
    Fixed a preview slider bug where unpublished slides would be shown
    Fixed a bug where custom animations where not transfered from v5 to v6. With this fix, missing v5 animations should now show up
    Fixed timeline option not working for some Facebook pages
    Fixed an issue where modal sliders did not show up when JavaScript was loading in footer
    Fixed iOS9 bugs
    Fixed double shown posters on YouTube background videos in Safari
    Fixed WhiteBoard ghost pixels in Firefox by removing the rotation effect of the “Hand” for Firefox. WhiteBoard 2.1 required
    Fixed an issue where 43+ layers exsits and the order of layers are equal to 6 + layer order. In this case it would fall back to the last order
    Typo issue fixed in file wp-content\plugins\revslider\admin\revslider-admin.class.php
    Fixed a bug where video or mp3 layers in the gobal layers would create an extra slide in the export file
    Fixed an issue where entering the viewport would restart layer videos even if this already paused/stopped due to another process
    Fixed looping issues in case the slider became hidden by exteral CSS/JavaScript code independet of the internal option hideSlideUnder
    Fixed an issue where invisible layers should be visible when hovering list elements in the editor
    Fixed a problem where auto played videos were not playing in carousel slider when all layers where shown at, once the option was selected and the slide change was processed
    Fixed audio layer issues in the global layers (visible control buttons, muted audio, etc.)
    Fixed videos that might be muted after import even if they should have sound on start
    Fixed the export/import of svg files not working properly
    Fixed exported zip files where they could not be imported again in certain circumstances
    Changes on the new custom navigation could not be saved before reloading the page. This issue has been fixed now
    Fixed placeholder feature for text and button layers to simplify the visible content on layers if needed
    Solved navigation styling issues in the editor
    Fixed loop effect animation issues with 0px dimensions
    Fixed issue where slides of other WPML languages where not properly imported
    Fixed issue where with WPML, language slides where not properly taken
    Fixed carousel opacity, rotation, scale and vary opacity, vary rotation and vary scale options. You need to adjust the settings in some cases after this update!
    Fixed overview problems where modules were not showing up under folders in some very rare cases.
    Fixed an issue where adding bulk slides, importing slide(s) from templates or other modules did not save the slide content properly
    Importing layers modals will not open anymore if the import slide process started and the module has only one slide
    Version 6.1.3 (3rd October 2019)
    New Features
    Added guide lines based on grid and on similar aligned layers where layers can snap to these guidlines also. Even gaps can be set to snap by predefined spaces
    Changes
    Folders in overview will show now the first found elements admin thumb even in multiple depths
    GreenSock TweenMax library updated to version 2.1.3.
    Changed the Event Manager meta for layers from {{event_event_id}} to {{event_id}}
    Added an option in the Panorama AddOn to lock vertical draggings. Panorama AddOn 2.1.0 is required
    Change Facebook API connection to access tokens (because of the new API security guidelines)
    Changed the usage of wp_upload_dir() in the object library, so that the calls of it are minimized, as it caused issues on Pantheon Servers
    Changed behavior of certain functions to better support Pantheon servers
    Modal loading will now use the cover background already before the modal window is loaded. This happens only if the cover background is enabled and a color is selected
    Bugfixes
    Fixed IE11 HTML5 bug
    Fixed IE11 navigation bugs
    Fixed migration issues where in the slide transition the first element was existing but was an empty string
    Fixed Instagram issue function ‘instagram_autoloader’ not found
    Fixed predefined height calculation of Sliders where preloaders on mobile devices were offset positioned
    Fixed import bug of static slides not deleting the old image id of a layer
    Fixed a scroll animation issue where a fullwidth slider position offsetted if the element was not embeded on a blank page template. Thanks to Kashif for the great suggestion!
    Updated missing media filters for the Pan Zoom effects
    Fixed “start with slide” in carousel mode which was somehow not fixed in version 6.1.2 due to a glitch
    Fixed issues in the overview/dashboard where some of the control buttons were not clickable in Safari Browser
    Fixed custom preset loading issues with the Particle Effects AddOn. Required version 2.1.0
    Fixed a notice that occured in a carousel if scale is set to off and fadeout is set to on
    Fixed issue where carousel elements scale over an acceptable limit. This value has been limited now
    Fixed line height issues on colums. Now you can also set line height defaults for columns to avoid spacing issues where layers within columns are lower than 25px
    Fixed a Paintbrush AddOn issue where the paintbrush option were not added to streams and post based sliders
    Fixed an issue with the carousel navigation due to bullets and arrows in some cases where the slide size was equal or bigger than screensize
    Fixed a markup issue in the overview where folder drop zones were not available anymore after last browser updates
    Fixed YouTube slide background images to show as default the high resolution image if available
    Version 6.1.2 (18th September 2019)
    New Features
    Added new depth on the overview page for slides in sliders
    Rename, delete, publish and unpublish slides straight in the overview without opening the editor itself
    Change sorting, set admin thumbnail and open the editor with selected slide straight from the overview
    Added custom font-family definition in global settings to extend the text layer font-family selectors
    Added high contrast mode for better readability. Turn this option on/off in the global settings
    Added admin thumb image to the Slider Revolution Gutenberg Block
    Added a new text stroke option in the advanced styles
    Changes
    Importing template packages that has a modal slider, will now set all the needed actions in the layers so that the modal works directly. Please note that for already downloaded sliders, a new installation is needed with the “Re-Download Online” option set to “on”
    Changes due to Instagram API retiring public information for security reasons:
    Removed “likes” meta. The output of former used “likes” meta will be blank
    “author name” meta will now display the searched user name
    Default cycles for scale animation updated to (0.5 to 1) from (-50 to 50)
    Bugfixes
    Fixed the tabs/thumbs navigation alignment navigation element styles with gaps issues.
    Fixed overall navigation align issues where rows and columns with media content added to stage
    Fixed covered background videos and covered layer videos in the Edge Browser
    Fixed styling issues of the pagination and sorting in the backend overview page
    Fullscreen video background sizes will calculate now already on the first load when the grid size is overdimensioned
    Fixed an issue where images with no dimension would break the editor at initialisation in Firefox
    Fixed Instagram fatal error in combination with older Essential Grid versions
    Fixed Instagram slide link {{link}} not working due to changed API structure
    Fixed Instagram connection issue for servers with ‘allow_url_fopen’ restriction
    Fixed Instagram stream {{link}} in slide link option not working
    Fixed many minor RTL styling issues in the editor
    Fixed IE11 issues. Now the slider works also with older Internet Explorer versions
    Fixed bad aligned layers when elements are center aligned with offsets. Requires the TypeWriter AddOn 2.0.1
    Installing template packages into folders will now respect the installation target folder also after reloading the page
    Fixed MS Edge masking issues, where layers were not correct rendering under mask animations
    Fixed blurry layers in Firefox that happened in some special cases
    Only real changes will be saved, independent what element has been touched during the session
    Fixed double starting of layers in carousel mode during auto processing of slides
    Fixed BubbleMorph on static layers. BubbleMorph version 2.0.2 is required
    Fixed the Nashville image filter with Ken Burns effect
    Fixed compatibility issues on older versions of iOS 9.x or newer
    Fixed “start with slide” value in carousel mode
    Fixed content jumping when a fullscreen slider is set up with min height values
    Fixed toggle mute/unmute of Vimeo videos on mobile issues
    Fixed layer video issue where “no loop” was not selectable together with the “auto progress of slide” option
    Removed folders will not break any more the last visited folder in the page editor
    Version 6.1.1 (4th September 2019)
    New Features
    Added slider images to the Yoast SEO sitemap
    Added convert layer function to change the layertype from image to video or from text to button and vice versa
    Changes
    Post based sliders must now have the slide option “Image from Stream if exists” set to on, to use the featured image
    The dotted overlays will show now also on video covers
    The dotted overlays are now set to pointer-events:none; to make any video controls available behind the overlay
    Enabling the on scroll timeline based function at Layers will automatically disable the loop effects now. No undo avaiable
    Added frame “start” input field for easier and better editing of animation frames
    Added a feature to reset the hover to idle style on multiple selected layers
    Added custom image sizes to the slide background images
    Background videos will not auto stop layer videos at start just like in older versions
    Bugfixes
    Fixed specific post slider not selecting the correct posts
    Fixed post based slider not working when categories and tags were selected in combination
    Fixed Gallery AddOn not working together with the “Slider Revolution Blank Template”
    Fixed caoursel speed issues where other than the default value would not animate the carousel anymore
    Fixed dotted overlay where the overlay was written on bg videos even if the force cover option was disabled
    Fixed on scroll based layers where the disable scroo based option on child elements were ignored
    Fixed an issue in the colorpicker where the custom preset colors were not saving
    Fixed an issue in the import process where YouTube images could create a notice
    Fixed the gradient background colors for columns in Firefox
    Fixed offset cursors at first click in the custom CSS and JavaScript editor in the slider settings
    Aligment of content based navigation on carousel has been fixed
    Fixed the Font Awesome iconset in the object library
    Content with loop effects in columns and groups were not resizing well
    Selecting navigation elements in the editor was not selecting settings of that element automatically
    Progress Bar on top position was rendered incorrectly in editor
    Fixed custom navigation per slide settings (override style on slide) which was not rendered on the frontend before
    Fixed an issues where the start/end time of frames could not be reset to realisitc values. Added duration and start fields
    Added missing Essential Grid functions when Slider used as Content in ESG Lightbox
    Fixed a bug where the pause slider timer on the slide bg videos could not be enabled
    Fixed Bubble Morph border settings where the border was not rendered on frontend. The BubbleMorph AddOn version 2.0.1 is required
    Fixed the Crypto Slider template which was conflicting with some other 3rd party plugins i.e. Learnpress
    Fixed a ruler bug in the editor
    Fixed custom navigations not beeing converted from v5 to v6
    Fixed backend preview for streams and post sliders
    Fixed Instagram issue for certain server environments
    Fixed an issue with multiple slide animations after update from V5x to V6x
    Fixed output issues when Essential Grid is inside slide layer
    Fixed burger menu button animation issue. To solve the existing issues do one of the following:
    a) remove the layer button and add it again in version 6.1.1+
    b) add manually the action “toggle class” “open” to the layer
    Version 6.1.0 (21th August 2019)
    Changes
    Changed the alias check to also work with a slider alias that has spaces
    Changed the “Media Loop” dropdown option to on/off. Default value in background videos is set to “ON” and on layer videos to “OFF”
    Introducing the “Pause Module Timer” during media playback On/Off option. Default value is “ON”
    Media Loop option will change loop to “ON” if it was set to “Loop and Stop Slider Progress” timer or if it was set to “Loop but do not stop Slider Progress”. At any other way, loop will be set to “OFF”
    Pause module timer during playback will be set to “ON” if media loop was set earlier to “No Loop” or to “Loop and Stop Slider Progress”. At any other way, it will be set to “OFF”.
    Changed JavaScript version compare functionality
    Removed debugmode option for frontend debugging
    Enabling “Loop Media” will disable “Next Slide at End” and enabling “Next Slide at End” will disable “Loop Media” for logical reasons
    Autoplay of audio has been removed. Audio can only now played on manual starts (via actions and/or controls) due browser limitations
    Changed calculation of last/first slide position in Carousel Module if Infinity is set to true
    Improved user experiment by swiping the Carousel
    Default Tablet width breakpoint changed to 778px again as it was in the Previous Versions
    Bugfixes
    Fixed background slide image having no alt tag
    Border Radius bug on image layers has been fixed
    Fixed an issue where layers in groups gets removed when the Before/After option is enabled. Version 2.0.1 of the Before/After AddOn is required
    Fixed “Do not play Auto 1st time” where Media was not playing in following loops
    Fixed an issue where layers not animating out when “end time” is shorter then Slide time and and previous slide has a shorter duration than the current slide
    Fixed Vimeo and YouTube loop issues on background and layer videos
    Fixed Safari input issues, where only 1 character could be entered
    Changing “Set as Editor View” will now overtake the changes directly
    Fixed On scroll based timeline which not working in some special cases
    3D rotated frames were clipping in the editor. Issue fixed. Still CSS filtered layers will keep clipping if 3D rotation is existing.
    Fixed color filters for background Medias.
    Fixed background filters with the Pan Zoom effects.
    Fixed Vimeo start at/end at, loop and rewind at slide start functions
    Fixed HTML5 start at/end at and loop issues
    Fixed Mute/Unmute video issues
    Fixed HTML5 background videos in Carousel Slider with “Show all Layer” once enabled
    Fixed YouTube videos on Mobile where Video was always autoplaying
    Fixed an issue with “active-revslide” class. Name changed to active-rs-slide and it will only exist on active Slide.
    Fixed Filmstrip AddOn Issues with Multiple Filmstrip Modules on one Page. Version 2.0.2 of Filmstrip AddOn is required
    Fixed Multiple Frame animation on Demand issues, where 2nd and further loops were not animated well
    Layers which should be first on Action and have Dynamic caluclated positions will get force hidden class to ignore calculation and rendering before they required
    Fixed Show Layer on Mouse over Module which was not working if no layer action was defined in the Module.
    Fixed navigation glitches within Carousel due Navigation arrows.
    Dedicated an issue with SiteGround Server. This can be solved due the SiteGround Server Settings “enforce rewrite of external urls”
    Version 6.0.9 (3rd August 2019)
    Changes
    Removed duplicated message that an update is available in the plugin overview page
    Switched the hover border radius bottom left and bottom right input fields in the slide editor
    Bugfixes
    Fixed a static function using $this in the Events Manager integration
    Fixed a bug where YouTube/Vimeo stream layers were not working properly
    Fixed a bug where the Vimeo stream slide background was not working properly
    Fixed a bug where the row background image was not shown
    Fixed a bug where “Disable RS Font Awesome Library” did show off even if it is set to on
    Version 6.0.8 (30th July 2019)
    Changes
    Updated the google fonts library, new google fonts are now available
    Bugfixes
    Fixed a bug where Slide Options -> Tags & Links -> Link & Seo -> Link to Slide was not set after import
    Fixed a bug where the excerpt of a post/page was only showing …
    Fixed a rare bug where the editor broke while dragging an image
    Fixed an import bug where the video url could be wrong if importing a Slider in version 6
    Fixed a JavaScript bug in slide editor were the editor would not load
    Fixed Elementor widgets of Slider Revolution not working if logged out
    Version 6.0.7 (23th July 2019)
    Changes
    Changed global option “Include libraries globally” default value to on, please set it to off manually again if wanted
    Changed the second parameter of the function temporary_remove_sizes() to be optional
    Added filter revslider_include_libraries again
    Bugfixes
    Fixed a bug where a custom navigation could lead to the slide editor not beeing able to be loaded for that slider
    Version 6.0.6 (20th July 2019)
    Changes
    Changed obsolete function getArrSliders() default value to false, so that template slider are not shown in lists of page builders that still use this obsolete function
    Added 2nd Instagram crawler method for compatibility with certain servers
    Added the automatic replacement of spaces to dashes in the Slider Revolution shortcode
    In the WooCommerce category selection, only tags and cagetories will now be listed
    Added RevSliderSlide->getParam() for compatibility with certain plugins. Please use RevSliderSlide->get_val() instead
    Bugfixes
    Fixed static slide “global layers” settings not showing the selected value in the slide editor after reloading the settings
    Fixed issue where in old PHP versions an PHP error occured in the update routine
    Fixed issue where in post/pages, the “Choose Slide Template” option was not saved
    Fixed alt. image on mobile option not working properly
    Fixed spike masks on layers not working properly
    Fixed issue with add_revslider() in combination with library global inclusion not set
    Fixed issue with WooCommerce slider, where in combination of “In Stock Only” and selecting more than one category created unwanted results
    Fixed issue with Elementor, where the Slider Revolution Widget was not rendered in frontend
    Fixed issue in editor, where the preload option for html5 videos was not visible
    Fixed issue in post/page editor, where saving returned an error when in the slider settings for the added slider, output filter was set to “By Echo Output”
    Fixed installation/backup complications with the TGM Plugin Activation library
    Version 6.0.5 (16th July 2019)
    Changes
    Scaling layers will auto change linebreak and layer width from “auto” to a static width, in case the layer is scaled to a higher size than the layer grid itself
    FontAwesome icon styling from Slider Revolution will now only influence Slider Revolution structures
    Added disable FontAwesome option which will not load the FontAwesome library from Slider Revolution if needed
    Added new button collection to the quickstyle library
    Layer scaling will not effect the border radius any more to avoid strange changes on different screensizes
    Image, Shape and Text Layers will get layer align “Scene” if they are imported from older sliders (v5.x or earlier) and they used to have 100% width to handle a Bug was existing in older Revsldier.
    Bugfixes
    Fixed import issues where padding values have been lost during the process
    Fixed lazy load processes in comination with slide animations where images were poppin up delayed in the slider
    Changed the slide animation precalculation to give some delay before processing to avoid frame drops
    Various style fixes in editor
    Default opacity values on text shadows changed from 2500 to 0.25
    Fixed scroll bugs in editor when slide background changed from image to color based
    Fixed global layers “overflow” option which was missing since version 6.0.1
    Fixed video overlay issues, where dotted overlays were not drawn on the video even it was selected
    Fixed issues where Slider Revolution widgets did not work properly in some setting constellations
    Fixed file permissions in zip files for some very rare cases where current packaging was not consistent
    Fixed a bug where custom css set in Sliders was stripped of slashes
    Fixed a bug where sometimes layer image sources were not shown in the small preview thumbnail box
    Fixed a bug with loop effects – wave animation, where start loops jumps during the animation
    Fixed the quick style auto selection when new buttons, content or headlines had been selected
    Version 6.0.4 (13th July 2019)
    Changes
    Added an “Edit” button to the Gutenberg editor Slider Revolution block
    Bugfixes
    Fixed “Includes Libraries Globally” in combination with “List of pages to include RevSlider Libraries” not working properly
    Fixed a bug where the preview in the slide editor did not work in certain constellations
    Added missing hover cursor selectbox which was in some cases not available
    Fixed permanent opening of the template library with 1st Gen. RevSlider Gutenberg Blocks
    Fixed an issue where Carousels do fade very slow in if Transition time set to a high number
    Fixed Static Layer Range Problems where Static Layers were showing up on each slide
    Added protection for an update issue in case the transition list was not in the right form. (pre 5.0.0 version sources)
    WPML icon will now not show in slide editor if WPML is not activated
    Global enabled addons will show their state now inside of the Slider Revolution AddOn manager
    Image lazy loading fixed
    Fixed a bug where special characters in file names could not be preloaded well
    Fixed different import issues where exported sliders from older versions could not be imported, or broke after import
    Version 6.0.3 (12th July 2019)
    Changes
    Updated carousel behavior for a better customer experience and a more precise calculation of various positions
    Updated the update routine to have faster access to new updates
    Bugfixes
    Fixed color presets not being able to be saved
    Fixed hide after loop option not working properly
    Fixed fullwidth and fullscreen slider position calculation
    Fixed “Hide Over” navigation elements
    Fixed issue where the selected HTML tags for layers were not showing well after reload
    Fixed issue where the selected font loading in global settings was not showing well after reload
    Fixed hide slide and navigation after focus “n”
    Fixed issues where the full slide link with scroll under broke the slider functions
    Version 6.0.2 (11th July 2019)
    Changes
    Changed settings.css name to rs6.css
    Added more old function names for further compatibility with themes
    Bugfixes
    Fixed a bug where youtube thumbnail images were not fetched into the navigation
    Fixed a bug where {{link}} and %link% didn’t get replaced in slides
    Fixed the global option “List of Pages to include RevSlider Libraries” to work again
    Fixed a bug in the update routine that may take an old image path instead of the new one
    Fixed a bug where the slider stopped to rotate after the first loop
    Fixed background video loop issues
    Fixed navigation under hide problems
    Fixed RTL position issues for images and videos
    Version 6.0.1 (10th July 2019)
    New Features
    Reintroduced global option “Enable Google Font Download”
    Bugfixes
    Added old function names for compatibility with themes, please do not use these functions in future releases
    RevSliderOutput->isPutIn()
    RevSliderSlider->initByMixed()
    RevSliderSlider->isAliasExistsInDB()
    RevSliderSlider->initByAlias()
    RevSliderSlider->initByDBData()
    RevSliderSlider->getArrSlidersShort()
    RevSliderSlider->getArrSlideNames()
    RevSliderSlider->isAliasExists()
    Removed the inclusion of the WordPress pluggable.php file to prevent wp_mail() issues with mailing plugins
    Removed the inclusion of the WordPress pluggable.php file to prevent SECURE_AUTH_COOKIE and LOGGED_IN_COOKIE warnings
    Fixed Greensock Sandboxing
    Sandboxed select2.js to avoid conflicts with Fusion Builder
    Fixed compatibility issues with ThemeFusion’s Avada
    Fixed compatibility issues with Goodlayers
    Fixed one prototype issues in for cycles
    Fixed opacity issues in some cases of navigation elements
    Fixed menu imports from older templates where relative links broke the slider initialisation
    Fixed fullscreen slider sizing and positioning issues
    Version 6.0.0 (8th July 2019)
    A New Content Building Standard.
    The world’s most powerful WordPress builder with advanced animations
    Create outstanding, professional content modules with no coding experience required
    50+ new features
    Sliders & Carousels, Hero Headers, Content Blocks and Modules, Full Websites, Dynamic Solutions, Special FX
    Run any Slider Revolution module as a modal popup
    The Visual Editor you want to work with.
    Better usability
    Work faster & more efficiently
    Eye friendly dark user interface
    Improved loading times
    The animators dream. Now with keyframes.
    Easy to understand structure
    In-depth animation settings
    New easing types
    Animation presets
    Loop the whole timeline or between individual keyframes
    Scroll-based timeline animations
    Mighty new content. Pure inspiration.
    Many new templates
    New images, videos, icons, etc.
    Animated layer groups
    Quickstyle layer presets
    Live help within the editor
    Explanation for any option
    Search & highlight options
    Documentation & FAQ links
    200+ ready to go templates
    19 new templates added in 6.0
    The right template for every occasion
    From simple headers to full websites
    Special FX templates with add-ons
    Register Purchase Code
    doneRegistered
    vpn_keyFind My Code
    xxxx xxxx xxxx xxxx
    Enter Purchase Code
    Deregister this Code
    1 Purchase Code per Website
    If you want to use Slider Revolution on another domain, please purchase another license
    Register to unlock all Premium Features
    do_not_disturbRegister to Unlock
    do_not_disturbRegister to Unlock
    do_not_disturbRegister to Unlock
    do_not_disturbRegister to Unlock
    do_not_disturbRegister to Unlock
    Connect with ThemePunch
    Youtube
    youtube.com/user/ThemePunch
    Twitter
    twitter.com/themepunch
    Facebook
    facebook.com/themepunchofficial
    Instagram
    instagram.com/themepunch/
    Dribbble
    dribbble.com/themepunch
    Signup to our Newsletter
    Sign Up
    Updates, New Products, Spotlights
    Get access to the latest News from ThemePunch. We promise to never send you Spam!
    Whats New?

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245767
    This reply has been marked as private.
    #245535

    1. This post explains how to have a two column product layout in mobile: https://www.kadencewp.com/knowledge-base/two-product-columns-in-mobile/

    2. Try adding this to your custom css box in Theme Options > Advanced Settings:

    .footerbase p {
        color: #333;
    }

    Hope it helps!

    Hannah

    #245438

    Hi,

    We are having some Woocommerce problems after updating the Virtue theme to the last version:

    · Here we had 4 columns, and now we have only 3:
    · Here, at the bottom, the related products are not working properly: It’s weird because in other products seems to work better, although there’s a column problem:
    · We are having some problems with orders (we don’t receive some emails and orders properly).

    Could you help us?

    Thanks!

    Biel

Viewing 20 results - 661 through 680 (of 3,937 total)