Forum Replies Created
-
AuthorPosts
-
January 15, 2015 at 10:34 am in reply to: Fullscreen-Slider: LIVE and STAGING stopped working all out of the sudden #379939
Dear Yigit and Ismael,
today I thought about, the only change I made was in the css-file.
I found, that the css-snip from this topic about a 1px gap, I experienced with the fullwidth-slider causes the fullscreen-slider to disappear:
ul.avia-slideshow-inner { height: auto!important; }
For the record: Issue solved by adding an extra css-snip for the fullscreen-slider to appear again.
.avia-slideshow-extra_large ul.avia-slideshow-inner { height: inherit !important; }
Cheers!
January 14, 2015 at 6:04 pm in reply to: Fullscreen-Slider: LIVE and STAGING stopped working all out of the sudden #379605Dear Yigit,
I deactivated every update-feature, which is why I am pretty sure, nothing changed in the back-end.
Meanwhile I found another post from earlier today, dealing with a compareable problem.
https://kriesi.at/support/topic/full-screen-slider-7/I will try to reacitvate all plugins tomorrow or on Friday. Although – as I mentioned above – I do not see why this could help.
Kind regards!
Dear Yigit,
thank you once more! This information solved my problem and I learned to remind it for future requests.
Happy daze!
Hi Yigit,
thank you so much. This snippet did the trick!
Issue solved.
Dear all,
after putting the delivered “buttons.php” in the enfold-theme-directory, it works as intended.
But I will loose it with the next update.Adding the “buttons.php” to my child-theme-folder inside the directory “config-templatebuilder/avia-shortcodes”, does not add the input for “Button Link Title”.
Is there something I additionally need to do, to make use of the buttons.php inside my child-theme-folder/config-templatebuilder/avia-shortcodes?
Hey!
No problem, since it is a 1px gap, it is really hard to see. I made a GIF and marked the spots with red color (the picture itself gains 1px in height and the navigation-circles move down 1px. You should now be able to see it: http://i.imgur.com/ROILxDJ.gif
Just after the JS writes the inline-css for the element
<ul class="avia-slideshow-inner" style="padding: 0px; height: 372px;">
the gap appears. (here I mean, that the JS addsheight: 372px;
.After the second image-slide appeared, it does not happen again. This is because the inline-css “height: 372px” was added to the ul-tag.
You may see that the 1px gap moves the whole content down for 1px, but only when slide1 changes to slide2.
Cheers!
- This reply was modified 9 years, 10 months ago by parperei. Reason: correction
January 7, 2015 at 3:25 pm in reply to: Easy Slider – Additional Slideshow Image-Size with small navigation arrows #376176Dear all,
I did not think of chaning one of the formats inside the wordpress media-administration.
I gave it a try and it was easy to regenerate all desired images via the “regenerate thumbnails” plugin.
Just had to enter all easy-sliders in order to choose the new format.
Also the small navigation arrows still appear. :)To put a long story short: Issue solved.
Kind regards!
January 7, 2015 at 11:54 am in reply to: Warning: mysql_real_escape_string() expects parameter 1 to be string #376069Dear Ismael,
happy new year and thank you for your suggestion.
Meanwhile I found out that it was a WPML bug, which does not appear with the latest version.Issue solved.
Dear Josue,
happy new year, sorry for the delay and thank you for your help with my problem.
Other tasks occured, which is why I need to put this task on hold.
I saved the buttons.php from github and will reply as soon as I was able to test it.
Kind regards!
This reply has been marked as private.This reply has been marked as private.Dear Günter,
thanks for your suggestion. I added this as a feature request. But apart from that, may you assist me to add the needed code?
I already created the directories “config-templatebuilder\avia-shortcodes” in my child-theme.
I think in “buttons.php” I need to add some code to line 34 following (new array for entering the link title in the backend?) and lines 284 following (output):
$output = ""; $output .= "<a href='{$link}' title='???'>class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >"; $output .= $content_html; $output .= "</a>"; $output = "<div class='avia-button-wrap avia-button-".$atts['position']." ".$meta['el_class']."'>".$output."</div>";
But I have to admit I can’t. :) May you assist me with that?
- This reply was modified 9 years, 10 months ago by parperei.
November 27, 2014 at 11:51 am in reply to: Fullscreen-Slider: Next/Prev Buttons erscheinen nicht mehr #358957Hallo Andy,
mea culpa. Das Bild von Slide 2 wurde gelöscht (von mir). Deshalb erschien Slide 2 nicht.
Weil es nur 1 Slide gab, wurden auch die Buttons nicht angezeigt.Problem ist also gelöst.
Viele Grüße!
November 27, 2014 at 11:29 am in reply to: Fullscreen-Slider: Next/Prev Buttons erscheinen nicht mehr #358944This reply has been marked as private.November 26, 2014 at 6:36 pm in reply to: Fullscreen-Slider: Next/Prev Buttons erscheinen nicht mehr #358430Hallo nochmals,
leider habe ich immer noch keinen Grund für das Fehlverhalten gefunden. Im Entwicklungsbereich funktioniert alles einwandfrei, LIVE fehlen die Slider-Buttons für Vor- und Zurücknavigation und die Pünktchen unterhalb, die als Indikator für die einzelnen Slides gezeigt werden.Ich nutze das ENFOLD Child Theme und folgende Dateien sind im Child-Theme-Ordner enthalten:
– footer.php
– single-portfolio.php
– functions.php
Dann habe ich noch ein verzeichnis “includes”, darin befinden sich:
– error404.php
– loop-index.php
– loop-search.php
Dann habe ich noch ein verzeichnis “js”, darin befinden sich:
– avia.jsWenn ich im Entwicklungsbereich die “avia.js” aus meinen Child-Theme entferne, hat das zur Folge dass der ganze Fullscreen Slider nicht mehr funktioniert.
Wenn ich LIVE die “avia.js” aus meinen Child-Theme entferne, hat das gar keine auswirkungen. (getestet mit STRG + F5).
Irgendetwas muss ich übersehen, aber ich komme nicht drauf! :(
November 26, 2014 at 5:27 pm in reply to: Fullscreen-Slider: Next/Prev Buttons erscheinen nicht mehr #358375Hallo zusammen,
in der Mobile-Ansicht ist es leider auch nicht mehr möglich die Slides mit der Wischgeste weiter zu sliden. In der Desktop-Ansicht wird auch nur Slide 1 von 2 angezeigt.
Ich bin ratlos was das sein kann, da in der Entwicklungsumgebung alles passt.
November 26, 2014 at 4:08 pm in reply to: Fullscreen-Slider: Next/Prev Buttons erscheinen nicht mehr #358319This reply has been marked as private.This reply has been marked as private.November 12, 2014 at 10:40 am in reply to: Add new icon in social media bookmarks, which is not in the icon-list #349956Dear Elliot,
thanks, that snippet did the trick. Issue solved!
Kind regards!
November 10, 2014 at 4:14 pm in reply to: Add new icon in social media bookmarks, which is not in the icon-list #348830It worked out. One thing is still not clear to me:
I needed to overwrite the file “/wp-content/themes/enfold/includes/admin/register-admin-options.php” in the enfold-theme-folder.
Adding the file to the child-theme-folder (inside includes/admin) did not work out.
I guess this will lead to the loss of the new added icon, in case ENFOLD updates.
November 10, 2014 at 4:01 pm in reply to: Add new icon in social media bookmarks, which is not in the icon-list #348819I just found this possible trouble-shooter post from last year: https://kriesi.at/support/topic/adding-custom-social-icons/.
Now I wonder, if changes made to “/wp-content/themes/enfold/includes/admin/register-admin-options.php” will still be there after an update.
Is it adviseable to copy the php-file to my child-theme-folder?
June 11, 2014 at 9:24 am in reply to: How to add a No-Image-Icon to Latest Portfolio Sidebar Widget #277443Hey Dude!
alright, thank you for this snip!Cheers!
May 5, 2014 at 5:41 pm in reply to: Wie kann ich media="screen, print" dem CSS-Aufruf hinzufügen? #260369Right now i am pleased with the print-styles. Issue solved!
April 4, 2014 at 5:39 pm in reply to: Wie kann ich media="screen, print" dem CSS-Aufruf hinzufügen? #247534Dear Ismael,
thank you for your hint, I will test it as soon as possible, right now some other tasks seem more important.
I think, with Enfold 2.6.1 the print looks better than before.And lastly: sorry for my late reply.
Cheers!
April 2, 2014 at 6:03 pm in reply to: Title & Breadcrumbs vanished in second language version #246636Dear Yigit,
the described workarround helped. Issue solved.
Cheers!
April 1, 2014 at 3:41 pm in reply to: Title & Breadcrumbs vanished in second language version #246087This reply has been marked as private.March 28, 2014 at 5:35 pm in reply to: Title & Breadcrumbs vanished in second language version #244487Dear all,
somehow the two first provided links vanished inside my post, while another link does still appear. I am not sure why, so I will wait until i receive an reply to my post. If it is of interest, we may also speak german.
Kind regards
Dear Dude,
thank you very much for your help with this. For a workarround, it is really user friendly. It works perfectly, I like!Keep up the excellent work. :)
Cheers!
Dear Devin,
is it also possible to define it in the function to use an image (uploaded from the media library)?
And how would the code look like for that?Kind regards!
Dear Devin,
thank you for your hint with the background-image. I will give it a try.
Have a nice weekend!Cheers!
-
AuthorPosts