Forum Replies Created
-
AuthorPosts
-
Hi,
this thread here is very old. Please open a new ticket and explain your issue clearly to us. Send us a precise link where we can see what you’re talking about and some screenshots highlighting what’s going on (imgur.com, dropbox).
Best regards,
AndyMarch 13, 2017 at 7:07 pm in reply to: List of items linked externally but fetched automatically through categories #760203Hi,
no, unfortunately we can’t help you with this, as it would be out of our support scope. Please hire a freelance developer for this kind of customization: http://kriesi.at/contact/customization
Best regards,
AndyHi,
if it’s working with a default WP theme, then it’s something we could to look at, but if it’s not working for you with a default WP theme, then it’s not a theme related issue and in this case we can’t do much.
Best regards,
AndyHi,
I added a width value to it and now it looks good to me:
@media only screen and (max-width: 767px) { h1.ls-layer { height: auto !important; width: 200px !important; }}
adjust if needed.
Best regards,
AndyHi,
about which categories menu are you talking about? can you provide screenshots to make things clear please?
Best regards,
AndyHi,
Please deactivate all plugins but Events Calendar one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Also there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
if any kind of caching on your server is activated then changes won’t be visible. Does it work for you when trying another Google font? Please contact your host and tell them to deactivate any caching.
Best regards,
AndyMarch 13, 2017 at 5:15 pm in reply to: Masonry Galerie – image issue (double and trippe images) #760105Hi,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Also there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
Best regards,
AndyHi,
super, das freut mich! Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Gruß,
AndyHi,
kannst du uns bitte Admin Zugang einrichten? Login Daten bitter hier im Private Content Feld posten.
Gruß,
AndyMarch 13, 2017 at 4:38 pm in reply to: Clearing issue in mobile 1/5th columns with 50% width #760067Hi,
it will be difficult, especially as you have so many different pages, but try this code:
@media only screen and (max-width: 767px) { .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-33.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin { float: right; } .flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-57.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin { float: right; }}
Best regards,
AndyHey Sondermann – Karmel St. Elia,
diese Bildgrößen werden bei Enfold verwendet:
https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Du kannst sie aber auch verändern, mit einem Plugin wie diesem hier:
https://wordpress.org/plugins/simple-image-sizes/Ja, du kannst deine Fonts erweitern, schau dir dazu unsere Dokumentation an: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ (gibts leider nur auf Englisch).
Gruß,
AndyHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
AndyHi,
1.) Für die Schrift versuche es hiermit:
@media only screen and (max-width: 767px) { h3.iconbox_content_title { font-size: 26px !important; }}
und passe die Größe an so wie du es brauchst.
2.) Bei meinem Code von oben musst du noch media queries hinzufügen für verschiedene Bildschirmgrößen und natürlich die Werte so anpassen wie es für dich am Ende passt:
@media only screen and (max-width: 767px) { .flex_cell.no_margin.av_one_half.avia-builder-el-9.el_after_av_cell_one_half.avia-builder-el-last.avia-full-stretch { background-size: 142% 100% !important; background-position: -50px 0px !important; }}
Es gibt keine Empfehlung für Bildgrößen, musst schauen was für dich am Besten passt. Bildgrößen werden generell von WordPress selbst (und nicht vom Theme) festgelegt. Du kannst sie mit einem Plugin wie diesem hier anpassen: https://wordpress.org/plugins/simple-image-sizes/
Gruß,
AndyHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
AndyHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHi,
vergib deinen 1/3 Layout Elementen eine CSS Klasse, zum Beispiel “umbruch”. Dann nutze meinen Code von oben und füge die neue CSS Klasse mit ein:
@media only screen and (max-width: 989px) and (min-width: 768px) { .umbruch { width: 100%; margin-left: 0% !important; }}
Wenn du noch Hilfe benötigst damit, dann sende uns bitte Admin Zugang zu.
Gruß,
AndyHi,
does it work for you when using another WP theme?
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
I had a typo in my code, so use this one instead:
@media only screen and (max-width: 767px) { h1.ls-layer { height: auto !important; }}
Best regards,
AndyHi,
ja könnte klappen. Versuche es hiermit: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Gruß,
AndyHey dalboslampen,
it seems to work fine for me. Can’t see any issue. Please always use screenshots highlighting what’s going on (imgur.com, dropbox). Also send us admin access. Make sure no caching is activated and that browser cache is cleared.
Best regards,
AndyMarch 10, 2017 at 6:07 pm in reply to: Layerslider: Slides problems after theme update to 4.0.2 #759067Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyHi,
not sure if we can help here. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyMarch 10, 2017 at 6:00 pm in reply to: Problem with avia_fonts and Super Admin in Heroku deployment #759065Hi,
login details do not work for me, can you check please?
There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
AndyHi,
glad you found a workaround. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
please update to Enfold v4.0.2.
If that doesn’t help, then deactivate all plugins you’re using, to check if one is causing this issue.
Also there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:
Best regards,
Andy@adminiworkers
We can’t work on your website, as you did not give us any link and any admin access. Try the same as ArloGraphic, so delete all theme files via FTP, get a fresh copy from your themeforest account and re install Enfold completely: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/Best regards,
AndyHey Magnus,
please use different tickets for different questions/issues.
1.) Use this code inside Quick CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown { right: 110px; }}
2.) Use this code:
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { color: white !important; }
Best regards,
Andy -
AuthorPosts