Tagged: fullscreen, slider
-
AuthorPosts
-
December 17, 2013 at 1:40 pm #201078
Hi, my homepage features a fullscreen slider. Till updating an hour ago, one of the slides lookd like this: http://i.imgur.com/Vo1VpKF.jpg
I made it without a title, only html text: http://i.imgur.com/bb9w7K9.png
With the last update the slide only reads: “array”: http://i.imgur.com/MLyxiNn.jpgHowever, when I open the element to edit it, nothing has changed: The same text is written as before, with no title. Dont understand why its not working the same as before
Mono14
December 17, 2013 at 1:43 pm #201079This reply has been marked as private.December 17, 2013 at 4:25 pm #201122Hey!
The fullscreen slider will now default to background position: 50% 50% or center center. You can modify the full inner slider position using this on your custom.css or Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner li { background-position: top center !important; }
Don’t remove the !important property. Can you please post the html code that you added on the slider?
Cheers!
IsmaelDecember 17, 2013 at 4:34 pm #201127It was just html text. This was it for one of the slides:
<h1 style=”text-align: center;”><span style=”color: #ffffff; text-shadow: 2px 2px 2px #000000;”>VOLUNTARIOS POR UN DÍA</span></h1>
<h3 style=”text-align: center;”><span style=”color: #ffffff; text-shadow: 2px 2px 2px #000000;”>Colaboramos con organizaciones sociales y educativas de los centros urbanos del país,</span></h3>
<h3 style=”text-align: center;”><span style=”color: #ffffff; text-shadow: 2px 2px 2px #000000;”>para brindarles ayuda material y colaborar con su tarea.</span></h3>
<p style=”text-align: center;”>[av_font_icon color="" icon="196" size="40px; text-shadow: 2px 2px 2px #000000;" position="center" link="" linktarget="no"]</p>And it should look like this: http://i.imgur.com/Vo1VpKF.jpg as it did before updating today.
December 19, 2013 at 4:31 am #201847Here’s how i see it right now:
Regards,
JosueDecember 19, 2013 at 5:39 am #201860Mmm no, it is working but not as before… I had to make changes I didnt want to do.
Before update, the text was working as a link, and I had an icon (an arrow) pointing down that scrolled to the next section. See http://i.imgur.com/Vo1VpKF.jpg
That was very useful in the fullscreen slider to let the people know they can scroll down.Now I cant have them anymore! I tried to make the text or the icon to work also as a link and all I get is “array”: http://i.imgur.com/MLyxiNn.jpg
You may try it yourself with the code I posted before.
December 19, 2013 at 5:42 am #201864Another thing is that the text I’m using as a title isnt animated ;(
Just to let you know, for the title of the slide you posted I wrote:
<br /><h1><span style=”color: #ffffff; text-shadow: 2px 2px 2px #000000;”>VOLUNTARIOS POR UN DÍA</span></h1><br />December 19, 2013 at 11:36 am #201980Hey!
Can you please create me an admin account and post the login credentials as private reply – I’ll look into it.
Best regards,
PeterDecember 19, 2013 at 4:48 pm #202090This reply has been marked as private.December 19, 2013 at 4:53 pm #202096This reply has been marked as private.December 19, 2013 at 4:55 pm #202100I think you could also consider adding a scroll-down-for-more icon option for fullscreen slider.
Any user that visits the site for the first time may think that the site finishes at the bottom of a fullscreen slider.December 19, 2013 at 5:00 pm #202108This reply has been marked as private.December 20, 2013 at 9:19 am #202496Hi!
I can’t reproduce the issue. I replaced the title of the second slide “VOLUNTARIOS POR UN DÍA” with your html code
<br /><h1 style="text-align: center;"><a title="Voluntarios por Un Día" href="http://universitarios.org.ar/voluntarios-por-un-dia/"><span style="color: #ffffff; text-shadow: 2px 2px 2px #000000;">VOLUNTARIOS POR UN DÍA</span></a></h1><br />
and it works and I don’t get the “array()” error. Please note that you can’t use a link for the title if youz already applied a link to the entire slide/image (that’s why I removed the slide link from the second image). The reason is that you can’t add a link to a link and if the image/slide is already a link the caption/title is also part of the link and mus not be a separate/different link.
The icon shortcode changed with v2.4 because we introduced a new icon builder. You need to regenerate the icon shortcode with the shortcode builder (magic wand icon > “Icono” option) and then insert it into the slider caption field.
Best regards,
PeterDecember 20, 2013 at 9:33 am #202497Hi!
Wait, I found an issue in the slideshow code which will prevent it from executing other shortcodes. I debugged the issue and we’ll fix it with the next theme release. I modified some theme shortcode files on your server. Please upload the unmodified theme files (all files in enfold/config-templatebuilder/avia-shortcodes) to your server to revert my changes.
Regards,
PeterDecember 20, 2013 at 4:49 pm #202609This reply has been marked as private.December 20, 2013 at 5:10 pm #202618Ok, it’s back.
Hope you can fix any bug with next release!Regards,
PedroDecember 21, 2013 at 10:21 am #202842Hi!
Yes, if you need a quick fix open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php, /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize.php and /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullscreen.php and replace
'content' => ShortcodeHelper::shortcode2array($content)
with
'content' => ShortcodeHelper::shortcode2array($content, 1)
Note: I already applied these changes to your files.
Then clear your browser cache and reload the slider page. I noticed that your server seems to cache the content somehow and you maybe need to wait some minutes until the changes take effect.
Cheers!
Peter -
AuthorPosts
- The topic ‘Fullscreen slider not showing html after update’ is closed to new replies.