Tagged: enfold, issues, revolution slider 6
-
AuthorPosts
-
July 11, 2019 at 8:34 pm #1117876
Hello,
I have update revolution slider to latest version and after that I have problem with slider. Whole content i over slider.
Can you please check where is a problem?Regards
July 12, 2019 at 8:53 pm #1118183Please change the line 112 in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_revolution.php from
$height = $slides[‘height’];
toif(!defined(‘RS_REVISION’)){ //we are revslider 5
$height = $slides[‘height’];
}else{
$height = (isset($slides[‘size’]) && isset($slides[‘size’][‘height’]) && isset($slides[‘size’][‘height’][‘d’])) ? $slides[‘size’][‘height’][‘d’] : 900;
$height = (empty($height)) ? 900 : $height;
}I have get this response from Revolution slider. They have tell me that is problem in Enfold template.
July 14, 2019 at 2:16 am #1118423Tried replacing the code but it does not work.
July 14, 2019 at 11:52 am #1118475Same is on my side. Enfold needs to look and see where is problem in Enfold template.
July 15, 2019 at 3:56 am #1118658Hi,
Thank you for using Enfold.
According to this thread, upgrading to the latest version (6.0.2) of the plugin fixed the issue.
// https://kriesi.at/support/topic/new-revslider-6-breaks-enfold/#post-1117586
Best regards,
IsmaelJuly 15, 2019 at 4:03 am #1118659Does not work when using full screen. Could not wait for a fix so I rebuilt the slider using LayerSliderWP.
July 15, 2019 at 6:40 am #1118686I have upgrade to 6.0.4 but same thing.
July 15, 2019 at 8:55 am #1118705upgrading to the latest version (6.0.2) and also 6.04 nto fixing the bug …..
only if I use shortcode the slidei is visible!July 15, 2019 at 3:38 pm #1118809The update allowed the slide to be shown but constricted to body of site, not the expected full screen.
Just upgraded Revolution slider to 6.05. Still getting error:
Notice: Undefined index: height in /home/xxxx/public_html/wp-cci-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_revolution.php on line 112- This reply was modified 5 years, 3 months ago by webcitymedia.
July 16, 2019 at 12:10 am #1118991Hey!
@webcitymedia: This modification should take care of that error.// https://kriesi.at/support/topic/revolution-slider-9/#post-1118183
Please let us know if that changes anything.
Cheers!
IsmaelJuly 16, 2019 at 10:58 am #1119118I have update to latest version but a same. I have open ticket give you login details but noting from your support? I have open ticket and on revolution slider and give you info what they have discover.
July 17, 2019 at 2:04 pm #1119577Hi,
Can you please replace enfold\config-templatebuilder\avia-shortcodes\slideshow_revolution.php with the recently modified file:
Do not forget to make a backup of the original file for fallback, clear server and browser cache.
Best regards,
GünterJuly 17, 2019 at 2:14 pm #1119579Hello,
I have change that file with new one but nothing is happen. It is all the same. I have clear all cache but nothing.
Regards
July 17, 2019 at 3:02 pm #1119594Hello Enfold Team,
Urgent
1) Please fix these revslider issues in an update as soon as possible. Nothing of any hints in different threads really work!
2) Please make a extra thread with the summary of what really worked until the update.In our case
All is updated incl. the theme and revslider to 6.0.5.
We have two sliders via the enfold backend option “plugin ergänzung” revolutions slider
This generates this shortcode [av_revolutionslider id='27']
Embedding according to revslider
For the pages and posts editor insert the Shortcode: [rev_slider alias="home"][/rev_slider] To Use it as Modal on pages and posts editor insert the Shortcode: [rev_slider usage="modal" alias="home"][/rev_slider] Advanced Module Embedding For the theme html use: <?php add_revslider('home'); ?> To add the slider only to the homepage, use: <?php add_revslider('home','homepage'); ?> To add the slider only to single Pages, use: <?php add_revslider('home','2,10'); ?>
THANKS
July 17, 2019 at 5:57 pm #1119633Used the Github code. The debug error message is no longer displayed but the page is still broken.
Did get the following console error.
Uncaught ReferenceError: setREVStartSize is not defined at (index):468- This reply was modified 5 years, 3 months ago by webcitymedia.
July 18, 2019 at 8:18 am #1119832Guys if you have some problems open own ticket. Dont write on my ticket. They will not help you if you dont open own ticket. And you are not help me with my ticket.
July 18, 2019 at 8:51 am #1119843Hi,
@Zacc: Please update the theme using the beta or silent version. It contains the fix for the undefined revolution slider functio or method. (see private field)
For everyone else, please create your own ticket so that we can give you links to the beta version.
Best regards,
IsmaelJuly 18, 2019 at 9:33 am #1119856This reply has been marked as private.July 18, 2019 at 9:45 am #1119860Quaaak!
July 19, 2019 at 12:07 pm #1120147Hi,
@Zaccc: Are you sure that you extracted the actual zip file? Please try to upload the theme files manually. Check the updated files in the private field.Best regards,
IsmaelJuly 19, 2019 at 1:12 pm #1120167This reply has been marked as private.July 22, 2019 at 10:43 am #1120794 -
AuthorPosts
- You must be logged in to reply to this topic.