Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
I modified the code a bit. It should work now. Don’t forget to remove the browser cache prior to testing.
Best regards,
IsmaelHi,
That is the default margin of the columns. You can use this css code but it will affect every columns in a single post page.
body.single .column-top-margin { margin-top: 0; }Best regards,
IsmaelHi,
You should use the WP Migrate DB plugin because it will include all entries in your database including the custom fields. Have you tried using the plugin? Create backups of the sites and post the FTP details in the private field.
Best regards,
IsmaelNovember 21, 2018 at 2:10 pm in reply to: Enfold plus gravity forms "other" alignment issue #1036055Hey Steve,
Thank you for using Enfold.
This css code should help:
.gfield_radio input[type=radio] { float: left; } .gfield_radio input[type="text"] { max-width: calc( 100% - 20px ); }Best regards,
IsmaelNovember 21, 2018 at 2:06 pm in reply to: Masonry post excerpt is not displayed on the tablet portrait view #1036053Hi,
Thanks for the update. I can’t reproduce the issue on my end. The excerpt is visible on tablet screens. Is this fixed?
Best regards,
IsmaelHi,
Thank you for using Enfold.
Is this fixed? Please open a new thread if you need additional help.
Best regards,
IsmaelNovember 21, 2018 at 12:59 pm in reply to: How to add the category above the title of a single post in a child theme #1036031Hi,
1.) Did you change the theme folder name? You can’t change the theme name without losing the options because the dynamic stylesheets and options rely on that, it’s the name that’s saved in your database. You have import or create a backup of the theme options and your css modification first from the theme’s import/export panel before renaming it. You can then export the data back on the same panel.
2.) You have to modify the includes > loop-single.php file if you want to move the post elements around.
Best regards,
IsmaelNovember 21, 2018 at 12:47 pm in reply to: Gravity Forms + Gravity View not working with the last Enfold version #1036023Hey Ikyo,
Thank you for using Enfold.
I can’t reproduce the issue on that page. Is it using the old version of the theme? Do you have a staging site? You may need to disable the Enfold > Performance > File Compression options after updating to the latest version.
Best regards,
IsmaelHi,
This should help:
// https://kriesi.at/support/topic/fallback-image-not-loading/#post-1023866
That css code will set a minimum height to the slider. You can also hide that slider on mobile view and then display a full screen slider instead. Use the sliders’ Screen Options.
Best regards,
IsmaelHi,
Thanks for the update. Use this filter to add a new element below the header.
add_action('ava_after_main_container', 'ava_after_main_container_mod', 10); function ava_after_main_container_mod() { echo '<div class="fixed-donate-button">DONATE</div>'; }You can then target that class attribute to set the container as a fixed element in the browser.
.fixed-donate-button { position: fixed; right: 10%; bottom: 10%; z-index: 1000; }Best regards,
IsmaelHi,
You should ask the plugin author for the actual hook/function that the plugin is using to render the related products and then remove it with the “remove_action” function. You can then use the plugin function back on another hook, or adjust the priority, to move the related post section wherever you like.
This one removes the default woocommerce related products section:
// https://docs.woocommerce.com/document/remove-related-posts-output/
Best regards,
IsmaelHi,
That is the default width of the “entry_without_sidebar” thumbnail. Use this plugin to adjust it.
// https://wordpress.org/plugins/simple-image-sizes/
Don’t forget to regenerate the thumbnails after the adjustment.
Best regards,
IsmaelNovember 21, 2018 at 11:54 am in reply to: Enfold contact form not sending mail – other problems ruled out #1035993Hi,
@VanDongenOnline: Thanks for the info. This might help as well:// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHey Craig,
Thank you for using Enfold.
That button is visible on my installation. Have you tried disabling the plugins? Maybe, there’s a conflict somewhere.
Best regards,
IsmaelHi,
How can I near a little bit the pictures?
It’s a bit unclear. Do you want to create some space between the images? You can use the separator/white element for that.
Best regards,
IsmaelNovember 21, 2018 at 11:27 am in reply to: Burger Menu not displaying correctly on Iphones (Safari) #1035984Hey Davideto,
Thank you for using Enfold.
Did you move the site? It’s not loading properly on my end. I’ll ask the team to check it on iPhone.
Best regards,
IsmaelHi,
I can’t reproduce the issue on my end, checking on Chrome/Opera Windows 8. The password page displays immediately on page load. Is this fixed? Where are you testing it?
Best regards,
IsmaelHi,
Thanks for the update. The login credentials are incorrect though. Please check it carefully.
And avoid posting sensitive info in the public field because everyone will see it.Best regards,
IsmaelHi,
The menu items are working properly on my end. What do you mean by “roll-over”? You can use this css code to change the hover state color.
.main_color .av-subnav-menu a:hover { color: red; }Best regards,
IsmaelHi,
@unicaweb: We’ll close this thread now. Please create a new thread with the site url and the login credentials. Make sure that the site is running on version 4.5 and that the Appearance > Editor panel is accessible.Best regards,
IsmaelHi,
You’ve posted the login url twice. Please add the password.
Best regards,
IsmaelHi,
Maybe, you have to adjust the bottom margin. Have you tried that?
Best regards,
IsmaelHi,
You should create a backup or a restore point first. This is quite important. And then refer to this documentation.
// https://deliciousbrains.com/wp-migrate-db-pro/doc/quick-start-guide/
Best regards,
IsmaelNovember 21, 2018 at 10:52 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1035963Hi,
You can copy that code on the child theme’s functions.php file for your next project. Just replace the site and secret key with your own. You have to use reCAPTCHA v2 instead of v3.
@robmarek: Did you change the keys on these lines?Site key: (line 06)
var key = 'SITE KEY HERE';Site key: (line 101)
$key = 'SITE KEY HERE';Secret: (line 76)
$secret = 'SECRET KEY HERE';Best regards,
IsmaelHi,
Did you set jQuery to load in the footer? Please let us know once the site is live so that we can test it. You can also try to replace “on” with “addEventListener”.
Best regards,
IsmaelHi,
I can’t see the issue on mobile view. Can you provide a screenshot? Please use imgur or dropbox.
Best regards,
IsmaelNovember 21, 2018 at 10:39 am in reply to: Enfold 2017 Demo layerslider template accidentally removed #1035953Hi,
Great! Not really sure why those imports didn’t work but I’m glad that you found something. Let us know if you need anything else.
Have a nice day. :)
Best regards,
IsmaelHi,
This thread should help.
// https://kriesi.at/support/topic/image-hover-effect-not-working/#post-1035089
Best regards,
IsmaelHi,
Glad it’s fixed. Mind sharing the solution for other users? Thanks. :)
Best regards,
IsmaelHi,
Thanks for the update.
This css code should help.
.woocommerce-product-gallery.woocommerce-product-gallery--with-images div, .woocommerce-product-gallery__image { max-height: 297px; }Best regards,
Ismael -
AuthorPosts
