Forum Replies Created
-
AuthorPosts
-
Hi!
schaue dir bitte diesen Thread hier an: https://wpml.org/de/forums/topic/theme-und-plugin-lokalisierung-von-wpml-laesst-sich-nicht-ansprechen/#post-402376
Vielleicht klappt die Lösung auch bei dir. Ansonsten frage bitte auch im WPML Forum nach, denn die Jungs dort kennen ihr Plugin am besten.Gruß!
AndyHi!
I think there is no problem at all. It just depends on what you want. A mockup showing the results you would like to achieve would be helpful, then we can provide you some precise css code.
You can increase search icon with this code:#top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont { font-size: 25px; }Adjust it as needed.
Cheers!
AndyJanuary 20, 2016 at 2:21 pm in reply to: Advanced LayerSlider 5.6.2 lost styles in Enfold 3.4.7 and cannot save styles #568613Hi!
thank you guys for making us aware about it. I informed our developers about this issue. Hopefully they can find a fix for it soon. As long as their is no fix available please show us exactly what you need (preferably in a mockup/screenshot, so we can provide you some CSS code for Enfold’s Quick CSS field.
Regards,
AndyHi!
glad Yigit could help so far. Yes let us know in your new ticket about the new issue.
Cheers!
AndyHey Malcolmdesigns1!
You are using an old version of the theme, so please upgrade to Enfold 3.4.7 and let us know if you still need help afterwards.
Regards,
AndyHey!
use this code in Quick CSS field:
.avia-mozilla .avia-image-container.av-styling-.el_before_av_button.avia-align-center { width: 100px; }and adjust width value as needed.
Best regards,
AndyHi!
The second one in Ismael’s code is responsible for main textblock (caption):
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); -webkit-animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); }adjust it as needed.
Cheers!
AndyHey!
we are not even sure if this is a real “issue” as there don’t seem to be any real problems (at least you didn’t mention any). Please follow the instructions to be able to see if there is a “fix” available. I think any advanced WordPress theme would show some warning or error message in such kind of validator.
Regards,
AndyHey!
no 100% sure what you are trying to do, as a mockup showing the results is missing. But I think it won’t be easily possible, as it would require a huge amount of time and customization of the theme. Header visibility and transparency is available if the logo is not bellow (or above) the menu only. So you would need to hire a freelance developer for this job to achieve what you want.
Cheers!
AndyHey!
use imgur.com or dropbox.
Open a new ticket for a new question.
1.) Can’t find this title anywhere on the link you have provided. Where is it exactly?
Regards,
AndyJanuary 20, 2016 at 12:54 pm in reply to: Accordion slider doesn't work on some mobile devices #568572Hi!
I don’t have this device, I use a htc one s instead.
Cheers!
AndyHi!
replace my code from above with this:
@media only screen and (max-width: 767px) { li#menu-item-search, .main_menu .avia-menu { display: block !important; } .av-main-nav > li { display: none; } li#menu-item-search { top: -80px; height: 0px; left: 300px; } }and adjust top and left value as needed.
Best regards,
AndyHi!
kannst du bitte mal alle Theme Dateien via FTP komplett löschen und dir hinterher eine frische Kopie von deinem Themeforest Account installieren? weil eventuell sind einige Theme Dateien korrupt.
Gruß!
AndyHi!
du verwendest eine veraltete WordPress Version. Bitte siehe zu, dass du alles aktualisiert hast (Plugins ebenso).
Gruß,
AndyJanuary 20, 2016 at 11:03 am in reply to: Ändern der Caption-Animation bei Slide-Show (Volle Breite) und Vollbild-Slider #568506Hey!
alles klar! Wünsche dir noch eine schöne Woche!
Gruß!
AndyHi!
I added this code into you Quick CSS field:
@media only screen and (max-width: 767px) { li#menu-item-search, .main_menu .avia-menu { display: block !important; } .av-main-nav > li { display: none; } li#menu-item-search { top: -52px; height: 0px; } }and now it seems to be fine for me. If you need something else, then please send us a mockup showing the results you want to achieve.
Cheers!
AndyJanuary 20, 2016 at 10:55 am in reply to: Table converts to character code, then doesn't display it properly on mobile #568501Hi!
alright, let us know if you still need help with this or not.
Regards,
AndyJanuary 20, 2016 at 10:55 am in reply to: Accordion slider doesn't work on some mobile devices #568500Hey!
1.) I tried to reproduce the issue using exactly the same content as on your frontpage for my own installation, but it does work fine for me on android default mobile browser. I can see that it’s not working on your end though. If we can’t reproduce the issue, then something must cause it especially on your end. Deactivate all plugin to check if one is causing this issue.
2.) Then adjust width value the way you need it.
4.) Add a position value into the code:
div .mfp-title { left: 10px; position: relative; }Regards,
AndyHi rfarthofer!
kannst du uns bitte einen Link zu diesen Elementen schicken? wir müssen sie untersuchen um helfen zu können.
Gruß,
AndyHey!
no we don’t have any other examples and you would need to search them by your own.
No, there is no special function for this in Enfold, but maybe you could achieve it anyway using prettyPhoto: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto
Best regards,
AndyHey!
not sure what you mean. Images are showing fine when hovering them when checking page in private content and your screenshot does not show any issue for me. Please make clear what’s going on for you.
Cheers!
AndyHey Michael!
führe zunächst ein Update durch zu Enfold v3.4.7 und sag uns bescheid, ob dies bereits hilft.
Dürfen wir all deine Plugins einmal deaktivieren, um einiges Tests durch zu führen?
Gruß,
AndyHi!
this will happen if you post a new post into your own thread. But if post time does not get changed (when editing your post), then this should not happen I think.
Cheers!
AndyHey uribinsted!
you can control responsive behavior on mobile with this code:
@media only screen and (max-width: 767px) { .slide-1 { background-size: 112% 104% !important; background-position: 7px 4px !important; }}Do the same for .slide-2, .slide-3, etc.
Regards,
AndyHi Nathan!
I can select multiple options without holding CTRL. Which browser and OS are you using?
Cheers!
AndyJanuary 20, 2016 at 12:01 am in reply to: Contact Form – reduce some elements to 50% and on one line #568250Hi DigitalEssence!
can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.
Cheers!
AndyJanuary 20, 2016 at 12:00 am in reply to: Star review display in title for custom product page with page builder #568249Hi dhuet!
you could try to find out by activating debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
AndyJanuary 19, 2016 at 11:59 pm in reply to: Text on right side of socket and extra spaces used with copyrite. #568247Hi chris16471!
not sure what you mean. Can you send us precise link showing the elements in question please?
Best regards,
AndyHi justmind!
try to deactivate all plugins, to check if one is causing this issue and let us know about your results. Clear browser cache and hard refresh a few times.
Cheers!
AndyJanuary 19, 2016 at 11:56 pm in reply to: Portfolio item gallery excerpt show when hovering – image overlay problem #568245Hi Peter!
try to increase height value of your last bit of code:
article:hover .grid-content { height: 183px; }Regards,
Andy -
AuthorPosts
