Forum Replies Created
-
AuthorPosts
-
Hi,
super, dass du es hinbekommen hast. Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyHi,
alright, let us know if you still need help with this. We’ll keep this thread open for you.
Best regards,
AndyHi,
refer to:https://kriesi.at/support/topic/search-results-translate/
or use Poedit.Best regards,
AndyHi,
no idea where you have used this code. Maybe it’s inside Quick CSS field, maybe inside custom.css or maybe somewhere else. If you can’t find it then add this code:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .av_mobile_menu_tablet .main_menu .avia-menu { display: block !important; }}
Best regards,
AndyHi,
try to add an !important to the code:
.main_menu .menu-item-1136 .menu ul { height: 500px !important; overflow: hidden !important; overflow-y: scroll !important; }
Best regards,
AndyHi,
I checked page in question on mobile and it looks good to me:
Can you show us what’s going on for you please? please use screenshots to highlight any issues.
Best regards,
AndyHi,
sorry für die späte Antwort. Verwende folgenden Code im Quick CSS Feld:
@media only screen and (max-width: 767px) { .avia-icon-list article.article-icon-entry { width: 295px; positon: relative; left: -16px !important; }}
Wenn du die Schrift noch zusätzlich kleiner machen willst, verwende auch noch diesen code:
@media only screen and (max-width: 767px) { .iconlist_title { font-size: 10px; } .iconlist_content p { font-size: 10px; }}
und passe den px Wert entsrepchend an.
Gruß,
AndyHey Timo,
du könntest einen negativen Wert innerhalb eines “Separator/Whitespace Elements” verwenden oder es mit diesem Code im Quick CSS versuchen:
h2.av-special-heading-tag { margin-top: -15px !important; }
Best regards,
AndyHey imagenesydibujos,
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 :)
“Read more” is a default WordPress function. If you want to customize it’s length use this code inside functions.php:
/** * Filter the except length to 20 characters. * * @param int $length Excerpt length. * @return int (Maybe) modified excerpt length. */ function wpdocs_custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );
and adjust as needed.
Best regards,
AndyHi!
sorry war im Urlaub, deswegen gibt es erst jetzt eine deutsche Antwort.
Habe mir deine Seite auf mobile angeschaut und deine Blogbeiträge werden bei mir untereinander angezeigt:Konntest du es bereits hinkriegen oder gibts noch Fragen von deiner Seite aus zu diesem Thema?
Gruß,
AndyAugust 1, 2016 at 10:17 am in reply to: Content Anpassung beim Skallieren des Browserfensters #667172Hi,
wäre besser, wenn du auf Englisch schreibst, damit dir andere Moderatoren auch helfen können. Ich bin ab Heute eine Woche im Urlaub.
Schaue dir das hier an:
Ansonsten müsstest du die Elemente aus dem Footer mittels media queries bearbeiten.
Ich kann aber sehen, dass du im Footer insgesamt drei Widgets verwendest, obwohl nur eins sichtbar ist im Frontend. Entferne die anderen beiden, dann sollte alles besser funktionieren.
Bitte alles weitere auf Englisch.
Gruß,
AndyHi,
glad we could help. 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,
AndyAugust 1, 2016 at 10:09 am in reply to: Suche wegen Krankheit Unterstützung für Enfold Website gegen Bezahlung #667169Hey Inspigate,
habe dir eine Email geschrieben.
Gruß,
AndyHey lanabradasevic,
go to Enfold->Advanced Styling and choose “Main Menu” to customize it.
Best regards,
AndyHi,
glad we could help. 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,
AndyHey Sadegh,
1.) Use this code inside Quick CSS field:
.widgettitle { text-align: center; }
2.) Use this code:
#menu-item-search a::before { color: red; }
3.) Use this code:
.avia-button-wrap.avia-button-center.avia-builder-el-26.avia-builder-el-no-sibling { margin-right: -50px; }
and adjust as needed.
To turn on custom class for all alb elements check out this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
AndyJuly 28, 2016 at 3:24 pm in reply to: URGENT! Oops! Something went wrong. This page didn't load Google Maps correctly. #666282Hey Starkos,
Kriesi is currently working on a fix. A workaround until there is a fix for it: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Best regards,
AndyHey rushcouriers,
of course those files are not malicious by default. Maybe you got a virus, so we recommend to scan everything and clean up. Finally delete all theme files via FTP and get a fresh copy from your themeforest account.
Best regards,
AndyHey cipriana,
please click “Remove Frame” on the upper right corner on the website you’ve referred, otherwise we can’t see what you are actually referring to.
A 3rd party plugin which we recommend is WooCommerce.
Best regards,
AndyHi,
this is not a theme related issue, but a general question about how WordPress themes and websites in general are going to handle this in the future. We’ll see what comes next and I’m sure Kriesi will implement improvements when it’s time for it.
Best regards,
AndyHi,
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,
AndyJuly 28, 2016 at 3:13 pm in reply to: Blank space and content ordering on page with Image with Hotspots used #666269Hey Thomas,
This is what I see on the link you’ve provided:
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,
for me it’s already left aligned, so what do you mean? Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
AndyHi,
can you provide us screenshots of the difference between v3.5.4. and v.3.6.1.? cause I still have no idea what the issue is about. Where can we see it?
Best regards,
AndyHi,
add this code into Quickk CSS flied:
@media only screen and (max-width: 767px) { .avia-slideshow li img { height: 288px; }}
and adjust as needed.
Best regards,
AndyHi,
please stick to english, so all moderators can help you.
Please stick to one issue/question only. Open a new ticket for a different one.
Have you got the same issue when using a default WordPress theme, too? please let us know about your results.
Best regards,
AndyHi,
in this case I would try a different approach. You could do two different version for example, one for mobile only and one for desktop only. Build the elements the way you want for mobile only and then do this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then you can add a custom class, for example “mobile-only”. Finally you can use this code inside Quick CSS field:
@media only screen and (min-width: 768px) { .mobile-only { display: none; }}
Best regards,
AndyHi,
I checked images in question, but there is no zoom effect anymore when hovering:
Please clear browser cache and hard refresh a few times.
Best regards,
AndyJuly 28, 2016 at 2:11 pm in reply to: Best way to add social media icons grouping on any page #666242Hi,
you won’t lose any code you’re using inside of Quick CSS when updating. However, we recommend to use a child theme.
Best regards,
AndyHi,
every menu has its menu item number. Right click on chrome and choose to inspect the elements. Your “Artist” for example has “menu-item-244”: http://imgur.com/a/MxkED. So you could use something like this:
.av-main-nav #menu-item-244 .sub-menu li:nth-child(1) a:hover::after { }
Best regards,
Andy -
AuthorPosts