Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the link to your site, on the page that you have linked to the widths of the text in the cells now look good, so I guess the cell padding tip above helped.
I see that you have two cells hidden on mobile, both are image backgrounds, if you want them to show you can change this:
you have one column with a background image that has no content and no min height so it will not show:
please add a min-height for it to show:
When I check the slider text is white on desktop & mobile, I check with Windows in Chrome, Firefox, & Edge Dev Tools and Android phone. If you see black text on your phone try clearing your browser cache following these steps for Safari and note step 4 where you will Clear the History.
Those are the only issues that I see, please check.Best regards,
MikeApril 7, 2024 at 6:15 pm in reply to: Masonry gallery – image caption mouse over with arrow #1439420Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try this function instead:add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'fullsize'; }
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for the link to your site and your patience, for your first slide with the button, it has a link so adding the button creates a nesting link, which typically wil cause issues, but it looks like this css will help:#main .aviaccordion-excerpt p > a { text-decoration: none; } #main .main_color a.my-accordion-button { text-decoration: none; background: blue; padding: 10px; border-radius: 2px; color: #FFF; position: relative; top: 135px; } #main .aviaccordion-slide-link .aviaccordion-title { top: -50px; position: relative; } #main .aviaccordion-slide-link { text-decoration: none; }
Best regards,
MikeApril 7, 2024 at 3:21 pm in reply to: Structured integration of various Enfold pages into one site #1439400Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeApril 7, 2024 at 3:16 pm in reply to: Masonry gallery – image caption mouse over with arrow #1439399April 7, 2024 at 2:48 pm in reply to: Masonry gallery – image caption mouse over with arrow #1439395April 7, 2024 at 2:43 pm in reply to: Structured integration of various Enfold pages into one site #1439394Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey ballindigital,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia_cart_buttons { opacity: 1; } #top div.avia_cart_buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, #top div.avia_cart_buttons a.button.show_details_button:hover { color: black !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey bemodesign,
Thanks for the link to your site, the plugin support for lightboxes and sliders is a Pro Feature
It looks like it costs $78
There is something similar called Magnificent.js, but the way it (and your Zoooom plugin) works is by showing two images, one small that you see on the screen and one very large that you only see a little of on hover, so you will need to manually create the element, you can’t use theme elements with it. So if you like the Zoooom plugin, paying for the Pro version would save you a lot of work.Best regards,
MikeApril 7, 2024 at 1:29 pm in reply to: Blog Einträge Länge unlimitiert / einsatz von php Einstellungen #1439384Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeApril 7, 2024 at 1:27 pm in reply to: Masonry gallery – image caption mouse over with arrow #1439383Hi,
Do you mean this example:
it is a link on a image, it is not the same as a masonry gallery, our masonry gallery doesn’t have this. If you see a masonry gallery that has it and is not a external link please point to it.
Otherwise, link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.Best regards,
MikeApril 6, 2024 at 9:33 pm in reply to: Masonry gallery – image caption mouse over with arrow #1439365Hey woogie07,
The arrow is typically for external links, see the setting at: Enfold Theme Options ▸ Advanced Styling ▸ Linked Image Overlay on my demo the arrow doesn’t show on the masonry gallery images on hover, but I’m not using external links. If this doesn’t help link to your page and make the captain show on hover and perhaps we can get the arrow to show another way.Best regards,
MikeHi,
If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
then add the this code and save.add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "/wp-content/uploads/2024/04/LogoMobile.png"; } return $logo; }
you may need to make the image url in the code your full path if this doesn’t work, I didn’t want to post your full url as I think you want it private.
Best regards,
MikeHi,
The theme works for WP 6.5, when I check the frontend the demo loads:
when I try to login the block message also says: “Servizi Internet” is that your webhost?
Perhaps they are using mod_security in the server, try asking them. If they are blocking us from loging in they might also be cause a 403 (Forbidden) error in the backend on /wp-admin/admin-ajax.php and causing the “saving didn’t work” message.
Try asking your webhost if they see any errors in the error log for the server, perhaps they can help solve.Best regards,
MikeApril 6, 2024 at 8:59 pm in reply to: Structured integration of various Enfold pages into one site #1439360Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Perhaps I misunderstood your logo question, I thought that you wanted a different logo to show on mobile devices, but now I think that you want your logo to show larger so I did this for you, please check.
The trick is to copy the logo url from your media library and paste it into the logo field and then save, not to use the “upload” button, this will always use the small version on the image.Best regards,
MikeHey Petra,
Thanks for the link to your page, I see that you are using some grid rows and the cells have a Cell Padding of 150px like this:
Try using the icon for mobile devices and change the Cell Padding to zero, like this:
For each icon is a different setting for different device sizes, you may want to use zero for the three smallest sizes or at least much less than what you use for desktop.
See if this helps, and if you want to include a admin login in the Private Content area so we can help more, just use any fake email address and post the user & pass in the Private Content area below.Best regards,
MikeHey danieleflacco,
The message “saving didn’t work” can be giving for many different actions, please explain what you were tring to do when you saw the message.
I tried to login but I was given a this message:Potentially malicious access detected. Access to the page has been blocked due to possible malicious activity
please disable any security plugins or server settings that might be blocking our access.
I think that you are tring to import the parallax demo, if so please ensure that the “frontpage” is set as the Frontpage Settings and the blog page is not set, like this:
Best regards,
MikeApril 6, 2024 at 7:47 pm in reply to: Revisiting the masonry load more not working since update to 5.6.10 #1439350Hey GWS,
When I click the “load more” button I see the error “/wp-admin/admin-ajax.php 403 (Forbidden)” in the browser console. I also see a reference to “WordFence” have you tried disabling all of your plugins, including WordFence? Check your WordPress ▸ Dashboard ▸ Tools ▸ Site Health ▸ Info ▸ Server that your PHP max input variables is set to 10000.
Also try setting your Max input time to 120 and your PHP memory limit to 768M
Perhaps uping your WordPress Constants WP_MEMORY_LIMIT to 64M and changing your Database Max connections to 1000 will also help. These are the settings that I have on my test site.
A admin-ajax.php 403 (Forbidden) can be caused by many issues, such as if mod_security is enabled on the server, try asking your webhost if it is, and to disable it as a test. It could also be caused by incorrect file permissions or a Corrupt .htaccess file. Please see this article for common fixes.Best regards,
MikeHey socross,
When I check your slider when it is transitioning the background is white without a image, perhaps you have already found a solution?
If not please include a admin login in the Private Content area so we can examine.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for your patience, right now your site is using a full width header and footer, to limit the width of the header you will need to use the “Boxed” layout
so go to Enfold Theme Options ▸ General Layout ▸ Stretched Or Boxed Layout
and then set the width at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width
To use a different logo on mobile try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }
then change the image url to the image you want to use.
Best regards,
Mike -
AuthorPosts