Forum Replies Created
-
AuthorPosts
-
Hey!
can you provide us a link to your site showing the elements in question please? we need to be able to inspect the elements.
Regards,
AndyHi Vicken!
at first check out this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then you can hide/show it using media queries: css-tricks.com/snippets/css/media-queries-for-standard-devices/Regards,
AndyHi wayfareescort!
1.) Ok, do it and let us know when you are done and need help with it.
2.) You can define a fix height for layer slider. It would be best to crop the images to the size as you need them. You can use a plugin for it: https://wordpress.org/support/view/plugin-reviews/simple-image-sizes
3.) You can do this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then build an image element using ALB which will be hidden on desktop and shown on mobile only. Vice versa for your layer slider.Best regards,
AndyMarch 10, 2016 at 6:02 pm in reply to: Top Menu size change when reload website or click any link #596437Hi iamway!
sounds like a caching issue to me. Did you clear browser cache and hard refresh a few times? are you using any caching plugin? is you server using some kind of caching? please ask your host about it.
Cheers!
AndyHey pedrodue!
seria mejor si preguntas al support de WooCommerce sobre preguntas de este plugin.
Saludos,
AndyHi tobuff1985!
then your server is blocking the emails. Contact your host about it. Try a plugin like Contact Form 7 instead.
Cheers!
AndyHi ryan.thames!
talk to your SSL host about it and tell them not to block it. Are you using any SSL plugin for WordPress?
Best regards,
AndyHi!
that’s quite a lot of work to do. You need to use media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
For iPad mini that would be:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { }Inside of the brackets you need to call the different elements. Inspect them by right clicking in Chrome browser and select “Prüfen”. With the inspector element you can target the elements in question. Feel free to hire a freelance developer for this job if you need to: kriesi.at/contact/customization
Cheers!
AndyHi!
you haven been using a caching Plugin, so activate it again, go into plugin’s settings and choose to switch off caching. Deactivate this and all other plugins. Afterwards clear browser cache and hard refresh a few times.
Regards,
AndyHi sepruda!
you can turn tooltips off for iPad screen size with this code in Quick CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) { .avia-tooltip.avia-tt { display: none; }}Regards,
AndyHi!
where is the icon in question? I can’t find it. Can you highlight using screenshots please? use imgur.com or dropbox.
Regards,
AndyHey!
quite confusing to me and not sure what you are trying to achieve. Can you provide us an example of the result please?
Regards,
AndyHey!
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!
wenn du boxes layout einstellst, wird es nicht funktionieren. Mache stretched layout, dann wird der Slider auch full-width gehen können und dann gestalte den Rest deiner Seite so wie du es möchtest.
Gruß,
AndyMarch 10, 2016 at 5:27 pm in reply to: problem with main navigation on a one-page-site – highlight is flickering #596395Hey!
try to deactivate all plugins, to check if one is causing this issue and let us know about your results. If that does not help send us admin access, so we can take a deeper look into it.
Cheers!
AndyHey!
wo genau erscheinen diese Fehlermeldungen? Ich kann sie nicht finden. Versuche alle Theme Dateien via FTP komplett zu löschen. Anschließend installiere dir eine frische Kopie von deinem Themeforest Account. Wahrscheinlich sind einige Theme Dateien korrupt.
Gruß,
AndyHey!
alles klar. Schick uns gerne ein neues Ticket, wenn du wieder ein Problem mit dem Theme auftaucht. Wir unterstützen dich gerne.
Gruß,
AndyHey!
probiere es hiermit: https://kriesi.at/support/topic/messed-up-special-character-in-responsive-table-header-bug/#post-582567
Gruß,
AndyMarch 10, 2016 at 5:12 pm in reply to: Probleme bei der Suche bei Seiten des Avia Layout Architect #596381Hey!
verwendest du denn die Excerpt (Auszug) Funktion von WordPress auf diesen Seiten wo es nicht funktioniert?
Gruß,
AndyHi!
nein leider nicht. Wie gesagt ist der ALB so gebaut, dass du alles selber damit machen kannst. Es gibt keine Voreinstellungen wie beim standard WordPress Verhalten.
Gruß!
AndyHey!
creo que esto te ayudará: http://kriesi.at/documentation/enfold/change-the-logo-url-on-some-pages/
Cheers!
AndyHi!
estas usando algún plugin para tener dos idiomas? como lo haces?
El icono de buscar lo encuentras en Enfold->Header->Elementos extra->”Append search icon to main menu”Saludos,
AndyHi!
du könntet das hier versuchen: https://kriesi.at/support/topic/featured-image-layout-in-tag-and-category-pages/#post-543549
oder das hier: https://kriesi.at/support/topic/need-featured-image-to-show-up-on-category-archive-pages-and-tag-pages/#post-595351Gruß!
AndyHi!
Please always open a new ticket for a new issue.
I checked your website but can’t see any issues. Seems to look fine to me. Can you use screenshots to highlight your intentions please? you can use imgur.com or dropbox.
Best regards,
AndyHey!
can you send us a precise link and screenshots highlighting what you mean please? you can use imgur.com or dropbox.
Cheers!
AndyHi!
If I open your website my computer crashes. About which slider are you talking about? usually you can find something like “Autorotation active?” when editing your slider.
Regards,
Andyschick uns bitte auch einen präzisen Link mit dem jeweiligen Slider.
Gruß,
AndyHey!
und was ist mit dem Login Link?
Gruß!
AndyHi!
schön, dass du zufrieden bist! Lass uns gerne in einem neuen Ticket wissen, wenn du wieder eine Frage bezüglich des Themes hast. Wir unterstützen dich gerne.
Lieben Gruß,
AndyHey!
hm every post has it’s own post-entry-id, which you can target via CSS. If you want to remove the read more link for your first post only use this code in Quick CSS field:
.post-entry-325 .read-more-link { display: none; }Then you could add a manual link into it instead.
Cheers!
Andy -
AuthorPosts
