Forum Replies Created
-
AuthorPosts
-
Hey!
please try to clear your browser cache. If that does not help I think you might need a fresh copy of Enfold to be installed via FTP.
Regards,
AndyHi!
please clear your browser cache and then try it again.
Best regards,
AndyHi bobbymarley25,
wie gesagt ist nur ein Teil bei Enfold auf Deutsch übersetzt. Wenn allerdings dein WordPress Dashboard auf einer anderen Sprache als Deutsch ist, dann lade und installiere dir bitte WordPress auf Deutsch.
Gruß!
AndyDecember 3, 2014 at 10:03 pm in reply to: Shaded Transparent Background for Contact Form & Special Heading #362512Hi Micheal0424!
this would be out of our support scope. Please refer to http://werkpress.com/ or http://www.envato.com/
Cheers!
AndyHey Fabrice!
please refer to this post: https://kriesi.at/support/topic/dynamic-avia-folder-has-permissions-set-to-777/#post-325278 or this: https://kriesi.at/support/topic/wondering-about-777-permissions-in-dynamic_avia/#post-113539
Cheers!
AndyHey!
klappt es mit Ismael’s Code?
Falls du doch dafür sorgen möchtest, dass es auch auf anderen mobilen Endgeräten toll dargestellt wird, dann können wir dir auf jeden Fall halfen!
Deine PDF Datei lässt sich zum Beispiel so in eine bessere Position bringen:.mtli_attachment { margin-left: -50px; }
Spiele ein wenig herum mit der Zahl “-50”, bist du etwas passendes für dich findest.
Dein Button:
.av_promobox { padding: 20px 10px; margin: 10px 0; width: 90% } .av_promobox .avia-button.avia-size-small { margin-right: -20px; } .avia-button.avia-size-small { min-width: 44px; }
Mit den letzten beiden Werten kannst du ebenfalls herumspielen (-20px; und 44px;).
Liebe Grüße,
Andy- This reply was modified 9 years, 11 months ago by Andy.
December 3, 2014 at 8:32 pm in reply to: Color section background image with parallax not scrolling correctly #362458Hey!
your webpage is available for me, but I get “Error 404 – page not found”. Did you remove the sample page?
Best regards,
AndyHi Tom,
es greift komischerweise keinerlei Custom CSS bei dir. Ich habe mehrere verschiedene Codes probiert, aber nichts davon funktioniert. Du hast aber kein Cache Plugin und Browser Cache leeren bringt auch nichts. Das Einzige was noch sein könnte ist, dass dein Server irgendein Caching verwendet. Bitte kontaktiere dazu deinen Host.
Gruß!
AndyHey!
ich werde meine Kollegen fragen. Bitte warte ein wenig auf eine Antwort.
Liebe Grüße,
AndyHey!
what do you want to achieve? do you want to show the whole map? if yes go with this:
#home_contact { margin-top: 0; }
Best regards,
AndyDecember 2, 2014 at 4:52 am in reply to: Modification help needed after upgrading from 2.9.2 to 3.0.1 #361277Hi!
I think Josue’s code and the one you have posted are totally different, so you can have them both.
Cheers!
AndyHi!
please contact the plugin’s author for support to your issue.
Regards,
AndyHi!
@comitzuu
I flagged Josue for this thread. Please kindly wait for his response.1. I can see that you are still using:
.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 259px; }
instead of:
.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 286px; }
Try to add an !important to it if if does not work:
.avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow { height: 286px !important; }
In the meanwhile: Do you mind giving us admin access, so we can have a deeper look into the issue? please post it here as a private reply.
@wekloud
I can’t see any margins on any videos of your webpage. Every fullscreen video looks fine to me. Could you fix it? Otherwise which browser are you using?Regards,
Andy- This reply was modified 9 years, 12 months ago by Andy.
December 2, 2014 at 4:17 am in reply to: Background video in Color Section. Activate autoplay when scrolled #361264Hey!
Glad you solved it. Let us know if we can help you any further.
Regards,
AndyHey!
Anyway, if all the other plugins are deactivated the WordPress SEO by Yoast Version 1.7.1. still does not work.
Meinst du, dass das Yoast plugin nicht funktioniert oder, dass dein Layout immer noch zerschossen ist?
Ich vermute sehr stark, dass das Plugin “Acunetix WP Security” das Problem verursacht, genauso wie, dass du nun nicht mehr in den Plugin-Bereich kommst. Bitte deaktiviere (oder lösche notfalls) alle Plugins via FTP. Du kannst dafür dieser Anleitung folgen (vor allem Punkt 4): http://www.der-prinz.de/wordpress-plugin-problem-erste-hilfe/Grüße,
AndyDecember 2, 2014 at 3:55 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #361256Hi!
thanks for sharing @Mariusz.
Regards,
AndyHey!
put it in functions.php.
Regards,
AndyHey!
1. All your elements in the grid have “/blog/” in their URL’s. So actually they are all blog posts.
3. 450×450 is referring to 450px as max-width. If you want your images to have the same size, then you should upload them with the same height.
Cheers!
AndyHi!
.widgettitle { color: red !important; } .widget li { background-color: green; } section#archives-2 { background-color: yellow; } section#categories-2 { background-color: purple; } section#wysija-2 { background-color: blue; }
Please have in mind that we are here to assist if there are any problems with our themes. If you want to customize your website any further then in the future please refer to a freelancer or go to http://werkpress.com/ or http://www.envato.com/
Regards,
AndyHi!
this function ist not supported by our themes, but you can try to use a plugin like: https://wordpress.org/plugins/wordpress-random-image/
Regards,
AndyHi!
please refer to this post: https://kriesi.at/support/topic/how-can-i-show-the-feature-image-on-category-page/#post-340867 and as Ismael wrote add this to functions.php:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'multi-big'; return $layout; }
Hope that helps.
Regards,
AndyHey!
please deactivate all plugins to see which one could cause the issue.
If that does not help then please provide us a link which shows your problem with layer slider. Admin credentials would be good as well.Regards,
AndyHey!
Go to settings of the color section with your background image->Section min height->choose “custom height in pixel”->put a number in “section custom height” (for the first page you posted put something like 3500px)->play around with this number until you find what fits to you.
Regards,
AndyHey!
wenn du bei “Responsive Site” doch ein Häkchen machst und dann bei “Maximum Container width” 100% eingibst, dann klappt es wunderbar mit dem Layout über die gesamte Seite und du hast noch zusätzlich Kompatibilität auf mobilen Endgeräten.
Lass mich wissen, ob dich das glücklich macht :)
Liebe Grüße,
AndyHey Andrea!
is it working when you remove the code you posted?
Please deactivate all plugins to see which one could cause the issue.
Cheers!
AndyHi!
yes, hopefully that will resolve the problems. Also try to deactivate all external plugins and see if it helps.
Regards,
AndyHi!
you have a lot of plugins installed. Please deactivate all of them to see which on causes the issue. Also: please update your WordPress to the newest version.
Cheers!
AndyHi sajko82_wp!
normally we can’t offer support for external plugins and you need to contact the plugin’s author for support.
But how did you put the image into your website? which tool did you use for it? Avia Layout Builder? if yes which tool exactly? It seems that you used a normal textblock element to implement your images and I can see some <span> elements inside of them, but in the plugin’s page it is said: “If linking an image is needed but Glass should not be activated, wrap the image in span begin and end tags.”
So you might want to remove the span elements.Also: you should update your enfold to the newest version, as well as your wordpress.
Regards,
AndyHi curtdonohue!
#1 Feel free to make a feature request: https://kriesi.at/support/enfold-feature-requests/
#2 If you are asking us about design questions, than this is out of our support scope. If you want to change font size of H1, add this to Quick CSS:
h1 { font-size: 18px; }
Best regards,
Andy -
AuthorPosts