Forum Replies Created
-
AuthorPosts
-
Hey!
ich kann in deinem Backend sehen, was du meinst und es passiert nicht auf meiner Installation. Eventuell sind einige Dateien korrupt und in diesem Fall müsstest du alle Theme Dateien via FTP löschen und dir eine frische Enfold Kopie von deinem Themeforest Account besorgen. Mach gegebenenfalls ein Backup.
Gruß,
AndyHi!
eine Testinstallation können wir dir nicht zur Verfügung stellen und bei meiner Testinstallation funktioniert es auch ganz normal. Bei tausend anderen Nutzen wie gesagt ebenfalls. Wir können den Fehler daher scheinbar nicht reproduzieren.
Kannst du noch mal Schritt für Schritt klar und deutlich erklären welche Schritte gemacht werden müssen, um den Fehler zu reproduzieren? am Besten keine langen Sätze, sondern kurze Stichpunkte (1., 2., 3., etc.), damit wir nachvollziehen können wo der Hase begraben liegt.Lieben Gruß!
AndyJuly 2, 2015 at 1:12 pm in reply to: Textänderung für "Teilen diesen Beitrag" und "Möglicherweise interessiert sie" #467465Hey!
gern geschehen! Oh ja, frische Grüße tun gut bei diesem Wetter!
Auf bald,
AndyHey!
schön, dass du es hinbekommen hast. Lass uns wissen, wenn du wieder eine Frage bezüglich des Themes hast. Wir unterstützen dich gerne.
Lieben Gruß,
AndyHi!
möchtest du diese Funktion nur für deine Posts? weil das wird nicht gehen. Der ALB ist eine feste Instanz innerhalb von Enfold. Eine Option um es ein- und auszublenden ist also nicht möglich. Höchstens mit einem Code in deiner functions.php und dann auch auch für Posts und Seiten, aber auch da müsste ich noch mal nach recherchieren, wenn du sicher bist, dass du das wirklich willst?
Mich wundert, dass du beim switchen zwischen ALB und Standart Editor Probleme bekommst, weil eigentlich solltest du da keine Daten verlieren. Kannst du uns bitte einmal Admin Login zuschicken, damit wir uns das mal genauer anschauen können? Versuche alle Plugins zu deaktivieren und gehe sicher, dass du die neueste Theme und WordPress Version verwendest.
Gruß,
AndyHey cthai!
this was answered already a lot in the forum. Refer to this post: https://kriesi.at/support/topic/sticky-header-for-mobile/#post-276637
Regards,
AndyHey wiwaldi79!
it’s working fine for me when I click the arrow. Which browser are you using and which device/OS?
Regards,
AndyHey!
exactly :).
Let us know if you still need help with this and feel free to open another ticket if you have another question or issue related to the theme.
Best regards,
AndyHi oneandonlyeric!
So do you want a vertical or a horizontal menu? We would need to inspect your menu. Do you mind providing us admin access? post login details here as private reply.
Regards,
AndyHey Maaikevoormarije!
try this code in Quick CSS field:
span.image-overlay-inside { display: none; }
You are using this code:
.avia_transform a:hover .image-overlay { opacity: 0.7 !important; }
please replace it with this code:
.avia_transform a:hover .image-overlay { opacity: 0 !important; }
Best regards,
AndyHey!
please upgrade Enfold to v3.2.2.
It would be best if you don’t use your text element inside of a color section, because a color section will always be displayed full size. However try this code in Quick CSS field:
@media only screen and (max-device-width: 736px) { .flex_column.av_one_full.first.avia-builder-el-2.el_after_av_hr.avia-builder-el-last { margin-left: 22px !important; margin-right: -290px !important; }}
and adjust as needed.
Best regards,
AndyJuly 1, 2015 at 12:34 pm in reply to: How to align items to center on mobile but to the right or left on desktop #466929Hey!
are changes in Quick CSS working for you now?
If yes try this code for centering on mobile:@media only screen and (max-device-width: 736px) { .flex_column.av_one_third.avia-builder-el-4.el_after_av_two_third.el_before_av_two_third { margin-left: -45px !important; } .flex_column.av_one_third.avia-builder-el-14.el_after_av_two_third.el_before_av_section.avia-builder-el-last.column-top-margin { margin-left: -45px !important; }}
and adjust as needed.
Cheers!
AndyHey lipstick!
not sure if I understand what you mean, but you are using an old version of the theme. Please upgrade to Enfold v3.2.2.
Let us know if you still need help after updating.
Regards,
AndyHi!
ich habe ein neuen Portfolio Eintrag “Kriesi portfolio” hinzugefügt und konnte ohne Probleme die Kategorie “Kriesi” zuweisen.
Was genau sind die Schritte, um das Problem nachzuvollziehen? Screenshots würden eventuell helfen …Gruß,
AndyHi!
I tried on my htc device and its showing up fine. Which device are you using? can you check on another device as well please?
Regards,
AndyHey!
please ask your host if they are using some kind of caching on your server.
Regards,
AndyHi Maaikevoormarije!
please try this code in Quick CSS field:
.avia_transform .avia-icon-list .iconlist_icon { opacity: 1 !important; -moz-transform:scale(1) !important; -webkit-transform:scale(1) !important; -o-transform:scale(1) !important; transform: scale(1) !important; } .avia_start_animation .iconlist_icon{ -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; }
Regards,
AndyHi bloemenobject!
for this function you would need to search a plugin. Have a look at our recommended plugin list for Enfold: https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/
There you will find some membership plugins as well.
Hope this helps.
Best regards,
AndyJuly 1, 2015 at 11:55 am in reply to: Textänderung für "Teilen diesen Beitrag" und "Möglicherweise interessiert sie" #466904Hey!
es geht auch mittels einem Child-Theme, wodurch es Update-sicher wird. Schaue dir dazu bitte diese Anleitung an:
http://kriesi.at/documentation/enfold/child-theme-translations/Gruß,
AndyHi!
bitte nicht das plugin deaktivieren und löschen, sondern zunächst in deren Einstellungen rein gehen und dort das Caching ausstellen und erst anschließend das Plugin deaktivieren. Dann Browser Cache löschen.
Hab bei dir eine neue Kategorie (Kriesi) angelegt und bei mir wird dieses auch angezeigt:
Gruß,
AndyHey Sarah!
1.) To hide your menu use this code:
.avia-menu.av-main-nav-wrap { display: none; }
2.) To show menu from 1.) only on mobile use this code:
@media only screen and (max-device-width: 736px) { .avia-menu.av-main-nav-wrap { display: block; }}
Your menu seems to work fine for me on mobile. Can you provide us screenshots to make things clear, showing what you want to achieve? you can use imgur or dropbox.
Best regards,
AndyHi!
thank you for making us aware. Kriesi needs more time to investigate and to find a fix for this issue. We will inform you about a fix in the future. Again, thanks a lot!
Best regards,
AndyHi Justin!
what do you mean with grainy? can you provide us screenshots? use imgur or dropbox. The website look fine to me.
Cheers!
AndyHi!
Wordfence does not let me login. Can you please check?
Regards,
AndyHey DianaFuetterer!
du verwendest ein Cache Plugin. Bitte gehe in deren Settings und deaktiviere das Caching. Anschließend erst deaktiviere dieses und alle anderen Plugin. Leere deinen Browser Cache und refresh deine Website einige Mal neu.
Installiere das Upgrade auf Enfold v3.2.2
Hoffe das hilft!
Gruß,
AndyJuly 1, 2015 at 10:26 am in reply to: Masonry Gallery loading all links on the page in the lightbox #466878Hey acscreativenew!
I checked your gallery and it does not seem to load any other objects than the images you are showing. Could you fix it?
Best regards,
AndyHi!
you can try to work with media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ as Ismael already mentioned. Look for the different devices and screen sizes. For iPad use something like this:
@media only screen and (max-device-width: 1024px) { strong.logo { width: 20%; }}
Regards,
AndyHi gmmediadienste!
probiere es mit diesem Code im Quick CSS:
a#avia-builder-button { display: none; }
Gruß,
AndyHi!
are we allowed to deactivate your plugins temporarily for testing purposes?
I can see that you have used W3 Total Cache. Please activate it again, go into it’s settings and switch off caching function. Afterwards deactivate this plugin (otherwise it will still cache, although it’s deactivated).Cheers!
AndyHey!
please upgrade to Enfold v3.2.2. Did you remove the 3 unwanted images from your gallery? Please post admin login, so we can check what’s going on and post login details here as private reply. Try to deactivate all plugins, to check if one is causing problems.
Best regards,
Andy -
AuthorPosts