Forum Replies Created
-
AuthorPosts
-
Hey!
so what do you want to achieve exactly? is it the different distances you wish? If yes I don’t think it’s possible, because for every cell you would need a custom CSS. You could try to activate custom fields for all ALB elements, but I don’t think you would achieve exactly what you need. It’s too customized and you would need to hire a freelancer for this.
Best regards,
AndyApril 28, 2015 at 3:46 pm in reply to: Display a lightbox of the product catalog image, rather than linking to the prod #436113Hi!
you are using another thread for the same question already:
https://kriesi.at/support/topic/lightbox-instead-of-products-page/
I will close this one now. Please only stick to one thread for the same question!Cheers,
AndyHi!
login is not working. Please check.
We can help you if you have trouble using WooCommerce with Enfold, but when you want to customize behavior of WooCommerce I suggest to contact WooCommerce support.Cheers!
Andy- This reply was modified 9 years, 7 months ago by Andy.
Hi!
Enfold is not activated in your backend and you are using another theme instead. If you still need help with Enfold then please activate it so we can inspect what’s going on with your layerslider.
Cheers!
AndyHey!
glad you solved the last 2 problems.
Unfortunately I can’t see any “ENYA FOLD” captions on any image on the link you have provided. Did you change anything already? please provide us the correct link, so we can inspect the element and give you some precise CSS. You could also try to inspect the element by yourself by doing right click in Chrome and clicking on “Inspecting element”.
Cheers!
AndyHi timber23!
1.) I don’t think it’s possible to have a mouse over effect for mobile, because you don’t use any mouse on mobile … so do you want to deactivate captions on mobile? If yes refer to this post:
https://kriesi.at/support/topic/full-width-masonry-display-title-mouse-over-iphone-ipad/#post-1800542.) Please provide us a link to your website showing the masonry, so we can inspect it and provide you a CSS code.
Best regards,
AndyHey!
please try to delete your “Alberto Adonai Logo” layer and rebuild this layer. Does it work with any other image (instead of your logo image)? Please try to deactivate all plugins, to see if one is causing this issue. Clear browser cache.
Hope this helps.
Cheers!
AndyApril 28, 2015 at 2:56 pm in reply to: Bloglayout Archive Thumbnailsize and Blog Single Features Image not shown #436056Hi!
2.) Refer to this post: https://kriesi.at/support/topic/how-to-change-read-more/#post-369455
3.) As Elliott told you already: It’s not possible to show a featured image when you use the ALB for your posts instead of the default editor. You would need to add it manually as a normal image.You can also use the search function of this forum to find a (quicker) solution.
Regards,
AndyHey!
you can try to control the position of the icons for iPad:
@media screen and (max-width:900px) and (min-width:780px) { .avia-icon-list .iconlist_icon { margin-right: -24px; left: -36px; }}
Regards,
AndyApril 27, 2015 at 7:06 pm in reply to: Make section invisible but visible on scrolling to a certain position on the pag #435527Hey!
this would require a heavy customization on the theme and would be considered as custom work. You would need to hire a freelancer for this.
Regards,
AndyHi!
du kannst die Enfold-Lightbox deaktivieren indem du Zeile 54 im Ordner js->avia.js suchst:
//activates the prettyphoto lightbox $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
und diese hiermit ersetzt:
//activates the prettyphoto lightbox //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Wenn dein Plugin dann immer noch nicht funktioniert, dann wende dich bitte an den Autor und frage dort nach Support.
Gruß!
AndyHi!
hm try to add this into your Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-image-container { display: block !important; background-size: 100%; background-position: 0px 0px; background-repeat: no-repeat; }
Cheers!
AndyApril 27, 2015 at 4:51 pm in reply to: Enfold: Missing Featured Image display for CPT when using Avia Builder #435407Hey!
as I already asked you in my previous post: Does the featured image work for your CPT with a default WordPress theme?
Because I don’t think it’s a theme-related issue, that’s why I gave you some links for a different approach.Best regards,
AndyHi!
glad to hear that you solved the issue.
Let us know when you need some more help.Best regards,
AndyHi!
please refer to Peter’s post here: https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
You could also try one of these plugins:
https://wordpress.org/plugins/dirtysuds-category-thumbnail/
https://wordpress.org/plugins/categories-images/
https://wordpress.org/plugins/category-images-ii/Hope this helps.
Cheers!
AndyHi!
you can try it, but I think this post is related to a different topic.
Cheers!
AndyHey tech500!
you could modify the shortcodes you are using. To activate lightbox use something like this:
[av_image src='YOUR-THUMBNAIL.jpg' link='lightbox'][/av_image]
If you still need help then please provide us admin access and show us the exact page you are trying to modify.
Cheers!
AndyHey!
I think something went wrong while updating and the installation is missing some files. Please update again via FTP: https://vimeo.com/67209750
You might even need to delete all theme files at first, to make sure no corrupted files will stay and afterwards get a fresh copy from your themeforest account: https://vimeo.com/64927356Let us know when you still have any issues after reinstall.
Regards,
Andy- This reply was modified 9 years, 7 months ago by Andy.
Hi!
hm … I just tried something with CSS code and I think it works. Try this in Quick CSS:
span.amount { margin-left: 310px; padding-top: 20px; position: absolute; font-size: 30px !important; }
and adjust as needed.
Best regards,
AndyApril 27, 2015 at 12:59 pm in reply to: Enfold: Roles allowed to see WYSIWYG Shortcode button #435194Hi Julie!
Wordpress roles are not defined by the theme and instead by WordPress itself. I suggest to ask those questions in the WordPress forum in the future.
However, here you can find some more general information about this topic here:
https://codex.wordpress.org/Roles_and_Capabilities
Adding custom roles:
http://www.wpmayor.com/roles-capabilities-wordpress/You could also use a plugin to customize user roles:
https://wordpress.org/plugins/user-role-editor/
https://wordpress.org/plugins/advanced-access-manager/Cheers!
AndyHi!
1.) Try to add an !important into Ismael’s code:
@media only screen and (max-width: 989px) { #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 { font-size: 18px !important; }}
Clear browser cache and refresh your page a few times afterwards.
2.) Well, your menu is just too large for an iPad, but you could try to modify the width and position of your logo, so you gain more space. Here a code only for iPad landscape view:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { div .logo { left: -44px; max-width: 31px; }}
Adjust “left” and “max-width” values as needed.
Best regards,
AndyApril 27, 2015 at 12:32 pm in reply to: Contact forms not arriving if the filled in email address domain does not exist #435176Hi!
alright, let us know what they respond to your ticket.
Just to let you know: Enfold is not using any special “Enfold-Contact form” and instead using the standard WordPress contact form. So if it does not work with Enfold, it probably won’t work with another theme neither.Cheers!
AndyHey!
thank you for letting us know about this issue. Did you try with a default WordPress theme? does it happen there as well?
We will give a notice to Kriesi … maybe he can include something in future updates.Regards,
AndyHey!
when editing a page with Advanced Layout Editor open “Content Elements” and you will find the “Icon List” element. I think you can achieve what you need with this.
If not, please provide us a link to a webpage or send us a screenshot showing what you want to achieve (imgur.com, public dropbox).Cheers!
AndyHi!
you are always safe when you deactivate a plugin. No plugin in the normal WordPress plugin list is connected with the theme.
Hope you find another plugin or maybe you can contact the plugin’s author for a fix.Regards,
AndyHey!
thank you for using Enfold. Your link says that your content is password protected and I can’t see the section “Marketing Plan”. Could you provide us the password please? I think even some screenshots would be useful, as I don’t know if I fully understand what you mean. You can use imgur.com or public dropbox.
Best regards,
AndyApril 26, 2015 at 3:00 pm in reply to: Google Maps Widget Bubble Content and german "umlaut" ö ä ü etc. #434876Hi!
thanks a lot for sharing your solution with us. We will inform Kriesi about it.
Best regards,
AndyHey!
can you please show us screenshots of what you want to achieve? you can use imgur.com or public dropbox. I don’t really know which extra space/line break you are talking about. Do you want your content to be closer to the table title “ITINERARY”? if yes use this code:
.active_tab_content .tab_inner_content { top: -15px; }
For your widget area use this so that the excerpts get closer to the title “RELATED TRIPS”:
#top .widget ul { margin-top: -8px; }
Regards,
AndyHi!
I think .htaccess in your public-html folder should be fine. Try to put Yigit’s code on the very top of your .htaccess file. If it does not work you should contact your host to increase your php memory limit.
Cheers!
Andy -
AuthorPosts