Forum Replies Created
-
AuthorPosts
-
Hi,
we can’t help you with any question about 3rd party plugins. We have no experience with this one. So best to ask plugin’s author about it. I guess you can add the shortcodes in a normal Text Element.
Best regards,
AndyFebruary 17, 2017 at 2:05 pm in reply to: Sidebar doen't display on single product page Enfold #748429Hi,
again: try it with another WP theme and let us know if you get similar results or not. Also ask WooCommerce Support about it.
Best regards,
AndyHi,
you could also try to edit image sizes manually: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
Don’t forget to regenerate your thumbnails afterwards and clear browser cache + hard refresh a few times.Best regards,
AndyHey Lusiernaga,
1.) When Kriesi is releasing a bigger update for Enfold, then he will include newest version of LayerSlider. There is no other option for it.
2.) Check out this tutorial: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Best regards,
AndyFebruary 17, 2017 at 1:47 pm in reply to: Beseitigung des Platzhalters für Beitragsbilder in der Single Blog View – #748400Hi,
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,
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,
we need admin access to be able to access the link you’ve provided.
Category page are not controlled by the theme, but by WordPress itself. So if you want to customize category page refer to:
https://codex.wordpress.org/Category_Templates
https://de.wordpress.org/plugins/enhanced-category-pages/
http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/Hope this makes things clearer for you :)
Best regards,
AndyFebruary 17, 2017 at 1:09 pm in reply to: Darstellungsfehler in der order-received Seite Woocommerce #748379Hey dasibaer,
kannst du uns bitte einen Account einrichten, damit wir uns die fehlerhafte Seite einmal anschauen könne und inspizieren können? natürlich ohne, dass wir bezahlen müssen :).
Hast du das Problem auch mit einem anderen WP Theme?
Bitte einmal alle Plugins deaktivieren und schauen, ob eins dieses Problem verursacht.
Wenn du noch weiter Hilfe brauchst, dann benötigen wir auch Admin Zugang.
Gruß,
AndyHey Günther Ehrich,
dafür bräuchtest du eine weitere Lizenz, zumindest wenn beide gleichzeitig online sind. Aber bei Lizenzfragen am besten direkt bei Envato/Themeforest melden.
Gruß,
AndyHi,
feel free to make a feature request for Kriesi here: https://kriesi.at/support/enfold-feature-requests/
Basically this is how WordPress is working (so it’s not about the theme). I guess there are some plugins out there, with such a function you need.
Best regards,
AndyHi,
super, das freut mich! Lass uns gerne in einem neuen Ticket wissen, wenn du wieder eine Frage bezüglich des Themes hast. Wir helfen dir gerne aus.
Gruß,
AndyHi,
so use this code inside Quick CSS field:
@media screen only and (min-width: 1200px) { #mobilemenu { display: none; }}
Adjust the media queries as needed.
Best regards,
AndyHi,
so use this code for iPhone screen size to hide the burger menu:
@media only screen and (max-width: 767px) { #menu-item-burger { display: none !important; }}
Best regards,
AndyHi,
dann lass uns abwarten, bis er sich meldet. Sag und dann hier bescheid.
Gruß,
AndyHi,
does this happen when using a default WP theme as well?
Please activate your cache plugin again, go into plugin’s settings and choose to switch off caching. Afterwards deactivate it again, clear browser cache and hard refresh a few times.
However, you’re not following our instructions. I already told you to delete all theme files and get a fresh copy from your themeforest account, which you did not do, cause you’re still using an old version of Enfold. So let us know when you’re done with all that.
Best regards,
AndyFebruary 14, 2017 at 5:03 pm in reply to: Whitespace under logo and main header on custom page #746988Hi,
it can’t go to slim mode, as you don’t use any elements inside your main area. This way it won’t work.
Best regards,
AndyHi,
yes please open a new ticket for this new question. Thanks!
Best regards,
AndyHi,
this does not happen for me, when I check your website. However, you can move social icons with this code:
ul.noLightbox.social_bookmarks.icon_count_2 { left: 10px; }
Adjust as needed.
Best regards,
AndyHey Aline,
use this code inside Quick CSS field:
ul.sub-menu { width: 120%; } #cssmenu ul ul li a { width: 220px; }
and adjust as needed.
Best regards,
Andy- This reply was modified 7 years, 9 months ago by Andy.
Hey sweet3,
try to follow posts like https://kriesi.at/support/topic/social-icon-in-mobile-menu/
Best regards,
AndyHi,
link you’ve provided does not work for me. Can you check please?
Best regards,
AndyHi,
refer to posts like: https://kriesi.at/support/topic/enfold-theme-shortcode-to-layerslider-hover-effect-layerslider/#post-169187
Can you provide us the shortcode you want to use? admin access would helpful as well.
Best regards,
AndyHi,
where is your widget menu? I can’t see it on the link you’ve provided. Please always provide us a precise link and some screenshots highlighting what you’re talking about (imgur.com, dropbox).
Best regards,
AndyFebruary 14, 2017 at 4:39 pm in reply to: I can't see the posts on the page Notícies (Blog) & I cant see the map #746970Hi,
you’re using an old version of the theme and of WordPress. Please update both and let us know if you still need help afterwards. Keep all other plugins deactivated, to make sure none is causing any conflict.
Best regards,
AndyHi,
so what exactly are you trying to achieve? can you provide us a mockup showing the results you want please? or at least some screenshots showing the problems. Use imgur.com or dropbox.
Best regards,
AndyHey cipriana,
it already looks the same width to me: http://i.imgur.com/Fl1deDS.png
So could you fix it?Best regards,
AndyHi,
delete all your Google API Keys, then start again and watch this tutorial: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
AndyHey artemtik,
that’s default WordPress behavior, so you would need to search for a plugin with the functions you want.
Best regards,
AndyFebruary 14, 2017 at 4:32 pm in reply to: Background image for header which have logo and main menu in left sidebar #746963Hi,
use this code:
.nav-holder { width: 230px; }
and adjust as needed.
Best regards,
Andy -
AuthorPosts