Forum Replies Created
-
AuthorPosts
-
Hi,
freut mich wenn es klappt! Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyHi,
das freut mich! Dann öffne gerne ein neues Ticket, wenn du eine weitere Frage bezüglich unserer Themes hast.
Gruß,
AndyHey Tobias,
Wordpress kontrolliert die Bildgrößen. Mit diesem Plugin kannst du sie kontrollieren: https://de.wordpress.org/plugins/simple-image-sizes/
Ansonsten schick uns bitte einen präzisen Link mit den entsrepchenden Elemente, damit wir sie inspizieren können und dir einen CSS code basteln können.
Gruß,
AndyHi Andreas!
also ich lebe in Berlin und habe davon noch nix mitbekommen. Kannst du mir das Gesetz mal zeigen bitte?
Gruß!
AndyHi,
try to use this code inside Quick CSS field:
main.template-page.content.av-content-full.alpha.units { height: 600px; }
and adjust as needed.
Best regards,
AndyHi,
in your media queries remove this part:
and (-webkit-min-device-pixel-ratio: 2)
as well as use this:
and (min-width: 375px)
instead of:
and (min-<strong>device</strong>-width: 375px)
You could also add this:
and (orientation: landscape)
Clear browser cache and hard refresh a few times.
Best regards,
AndyHey Taras,
you would need to search for a plugin with such a function. The theme does not provide this function by default.
Best regards,
AndyDecember 14, 2016 at 1:10 pm in reply to: Adding a custom font (Not google font) for non-English language to ENFOLD #724240Hey omidbahar,
font face should work fine, however, this is not a theme related issue, as it works or doesn’t work with any other WP theme too. So switch to a default WP theme, to check if it’s working well or not. If not you know you’ve done something wrong. Maybe this tutorial helps you: http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Best regards,
AndyHi,
check out this to change sort order for portfolio: http://kriesi.at/documentation/enfold/change-the-sort-order-of-portfolio-elements/
and this for blog posts: http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/
This might also be useful to you: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Hope this helps!
Best regards,
AndyHey integence,
parallax is available in Enfold. Check out our demos (for example our APP Demo): http://kriesi.at/themes/enfold-overview/
Best regards,
AndyHi,
your code seems to be right, however, make sure you’re using the right page-id. Refer to this page for more information on how to find it: http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
Best regards,
AndyHi,
don’t remove it, unti you/we have solved the issue for you. We need to be able to inspect the elements in question, otherwise we can’t help you. So again send us a precise link showing what you’re talking about.
Best regards,
AndyHi,
there is no cart icon inside your menu. Did you remove it again? make sure that you purged all your cache. We need to be able to inspect the elements in question.
Best regards,
AndyHey Doubledog,
try this code inside functions.php:
add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2); function avia_change_parallax_ratio($ratio, $id){ $ratio = "0.3"; return $ratio; }
and adjust “0.3” as needed. Higher number for more speed.
Best regards,
AndyDecember 14, 2016 at 11:33 am in reply to: Google search results bringing up different title and tagline #724213Hi,
as already mentioned this is nothing we can help you with, as this issue is not a theme related one. You would have this issue with any other WP theme as well. So please ask Google support and/or general WordPress support about it.
Best regards,
AndyHi,
try this code:
article.post-entry { width: 117%; left: -8%; }
and adjust if needed.
Best regards,
AndyHi,
I tried to login into your backend, but login page does not work. Can you check please?
Best regards,
AndyHi,
as already mentioned by Rikard, I am sure Kriesi will improve it in the future. In the meanwhile please feel free to mention it in our feature request list: https://kriesi.at/support/enfold-feature-requests/
Best regards,
Andy@hodgsondesign
Glad to hear this :).@Mariusz
If you still don’t find this inside the feature request list, then please feel free to open a new feature request for Kriesi.Best regards,
AndyHi,
versuche es mit diesem Code im Quick CSS Feld:
#fullscreen_slider_0 { z-index: 0; }
Gruß,
AndyHi,
also wenn es bei der einen Seite funktioniert, sollte es auf der anderen ebenfalls klappe. Bitte leere deinen Browser Cache und mache einige Male ein hard refresh. Überprüfe ebenfalls auf anderen Computern.
Gruß,
AndyHi,
you need to get to know how to work with Yoast Plugin. If you have questions about it, please ask the plugin’s author. I’m sure you’ll also find some help in Google and/or their documentaton/tutorials.
Best regards,
AndyHi,
glad you could fix it so far. Yes, 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,
not sure if I understand, but the mobile menu behaves the same way as on desktop. Go to Enfold->Header->Mobile Menu
and check “Hide Mobile Menu Submenu Items” if you want to hide your submenu on mobile.Best regards,
Andy@alphabeta23
Glad Guenni could help you and thanks for making the feature request.
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,
AndyDecember 13, 2016 at 5:24 pm in reply to: "Logo + Main Menu Area" in "right sidebar" in RTL language issue #723843Hi,
1.) Somehow you’re using this code:
#top .main_menu .menu > li:last-child > a { padding-right: 13px !important; }
Remove it or at least add this code to overwrite it:
#top .main_menu .menu > li:last-child > a { padding-right: 0px !important; }
2.) Try this code:
.html_header_right #top .av-main-nav ul ul { top: 155px; }
and adjust if needed.
Best regards,
AndyHi,
Please deactivate all plugins 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 :)Best regards,
AndyHi,
please update to Enfold v3.8.3. If that does not help then please deactivate all plugins 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 :)Best regards,
AndyDecember 13, 2016 at 5:07 pm in reply to: WooCommerce: Variable products not displayed correctly after update to WP 4.7 #723823Hi,
super, freut mich, dass die Jungs von WPML dir helfen konnte.
Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.Gruß,
Andy -
AuthorPosts