Forum Replies Created
-
AuthorPosts
-
September 24, 2021 at 1:07 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322201
Hi,
Thanks for the feedback, this seems to be the missing css:.text-sep { padding: 0 5px; }
adding this will correct, but due to your caching I can’t tell why your original rule is not applied.
Best regards,
MikeSeptember 24, 2021 at 12:29 pm in reply to: How to align add to cart buttons at the bottom of the grid #1322197Hi,
Thanks for the feedback, unfortunately I’m not seeing this issue with the first grid link above, please see the screenshot in the Private Content area of when I test the css. Please include a screenshot and explain what browser and screen size you are testing with.Best regards,
MikeSeptember 24, 2021 at 12:14 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322195Hi,
Thanks for the feedback, is this the install info you are using: How To Create A Pop-Up Donation Form
Can I see your site with an admin login?
Please add to the Private Content area.Best regards,
MikeHi,
Thank you for your patience and the screenshots and link to your site, when you use a transparent background on <select>, some browsers insert a white background on the drop-down, which can be an issue if your text is white, to correct this browser behavior you can use a color instead of white for the background.
Please try this code in the <strong style=’color:#000′>General Styling ▸ Quick CSS field or in the <strong style=’color:#000′>WordPress ▸ Customize ▸ Additional CSS field:#top div .av-light-form select > option { color: #fff; background: rgba(0, 0, 0, 0.5); }
the expected results:
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Thank you for your patience and the link to your site, I found that at the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field you have css to hide the menu arrows:
I commented this out and now your menu arrows show:
I don’t believe you can recover deleted menus, but I see that you have 5 previously used menus, so perhaps one of these is a copy of the one you want?
Above Yigit said that he deleted a single empty menu item, not a complete menu.Best regards,
MikeSeptember 23, 2021 at 1:05 pm in reply to: The sidebar widget content appears before the footer widget content #1322015Hi,
Heureux d’avoir pu vous aider, si vous avez d’autres questions, veuillez créer un nouveau fil de discussion et nous le ferons essayer de vous aider avec plaisir. Merci d’avoir utilisé Enfold.— Translated with Google —
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,
MikeSeptember 23, 2021 at 1:00 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322014Hi,
Thank you for your question, you would not need to change the function name my_custom_code_head, it could be anything such as my_donorbox_code, but please note that every function must have a unique name. So try adding this code to the end of your functions.php file in Appearance ▸ Editor:function my_custom_code_head(){ ?> <script type="text/javascript" defer src="https://donorbox.org/install-popup-button.js"></script> <script>window.DonorBox = { widgetLinkClassName: 'custom-dbox-popup'}</script> <?php } add_action('wp_head', 'my_custom_code_head');
Please take care when you copy & paste that the quotes do not become curly quotes which will break the code.
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,
MikeSeptember 22, 2021 at 2:01 pm in reply to: The sidebar widget content appears before the footer widget content #1321920Hi,
Thank you for your patience and for the login, I found that your child theme was broken because the stylesheet header didn’t have the template rule, it was just a copy of the parent theme stylesheet, I corrected this for you, I also found that your functions.php had a function to assign the stylesheet but this is not needed so I commented out, and I found that the header.php was empty so I corrected.
If you are not going to modify the header.php & footer.php then I recommend deleting these files in your child theme so when the parent theme is updated you will use the updated versions.
I also found that your homepage had the sidebar turned on, it seems from your post above you didn’t want this so I disabled it.
Please check your site now.Best regards,
MikeHi,
Sorry for the very late reply and thank you for your patience, I see that you are using two color sections to create the backgrounds, for portrait the background attachment is set to scroll, and for landscape the background attachment is set to fixed please change this background attachment to scroll also, and then clear your browser cache and Safari’s history and check again.
Safari has an issue with fixed parallax background images.
If you are not sure which settings I mean, try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia_mobile #top.home #av_section_1 { background-attachment: scroll !important; }
then clear your browser cache and Safari’s history and check again.
Best regards,
MikeSeptember 22, 2021 at 12:37 pm in reply to: Custom button on top of shop main page (adjust the standard woocommerce page) #1321903Hi,
Very good then, 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,
MikeSeptember 21, 2021 at 2:26 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1321771Hi,
Sorry for the very late reply and thank you for your patience, I believe this is somehow related to it being the last element in my test this seemed to correct, please try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia_transform.avia_desktop #top .avia-builder-el-last .flex_column.av-animated-generic { opacity: 1; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the feedback, please try this css:#top #shipping_method label[for=shipping_method_0_flat_rate3] { font-size: 0; } #top #shipping_method label[for=shipping_method_0_flat_rate3] .woocommerce-Price-amount.amount { font-size: 13px; } ul#shipping_method.woocommerce-shipping-methods { margin-bottom: 0; }
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,
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, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.woocommerce-order-received .woocommerce-table--order-details small.shipped_via { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 20, 2021 at 1:49 pm in reply to: color section margins wrong after update to 4.8.6.2 #1321632Hi,
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,
MikeSeptember 20, 2021 at 1:48 pm in reply to: Does a change of servers disable the Envato theme? #1321631Hi,
Very good, we will keep this open until we hear back from you when you have it sorted out.Best regards,
MikeHi,
I have installed the demo for you with a child theme, please check.Best regards,
MikeHey virtualbis,
Thank you for the link to your site, the filter you have added is correct but the Archives Shortcode you are trying to use is only for WordPress.com, the hosted version of the WordPress.org software.
WordPress.com has added certain shortcodes for their users because they can not edit their site like you can edit yours, they are limited.
Please see the WordPress Codex for the Default Shortcodes.
You can either use a plugin to add this shortcode or add it yourself like this example.Best regards,
MikeHey AngelaMcEwanGibson,
Thank you for the link to your site, the theme option Lightbox Modal Window was not enabled, I did this for you and it now works, please check.Best regards,
MikeSeptember 19, 2021 at 11:02 pm in reply to: WOOCOMMERCE-ENFOLD: how can i display widgets before shop page content? #1321556Hi,
Glad Nikko was 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, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 500px) { #header_main #menu-item-shop .cart_dropdown_link { padding: 0; } .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all #header_main .main_menu { right: 0; } #menu-item-search { left: 10px; } .responsive #top #wrap_all #header_main .av-logo-container.container { width: 95%; max-width: 95%; } } @media only screen and (max-width: 374px) { .responsive #header_main .logo img { max-width: 90%; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 19, 2021 at 10:37 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1321552Hey rnakrst,
Thank you for the link to your site, the issue with the slider was that you were getting a javascript error because one of your menu items had a character that was being converted into hex code, this ID#naročanje
was read by the javascript as#naro%C4%8Danje
I corrected the link ID for you, the menu item text doesn’t seem to cause any issues so you can leave it asNaročanje
Please check.Best regards,
MikeHi,
Thank you for your patience as I understand you would like the Startup demo installed, but unfortunately, the ftp login is not accepting the password, please check.Best regards,
MikeHi,
Thank you for your patience and the link to your site and the video which made the issue clear, I’m glad you made a video because I don’t see the same error on my end, I checked with Chrome, Firefox, Edge on Windows 10, and Safari on Mac.
In all cases, the very last one has a red background color and the one above has a white background color, please see the screenshot in the Private Content area.
I’m sorry to say that I believe it is a cache issue, I know you have cleared it many times, but assuming that you are using Safari please see these steps and note step 4 and Clear the History.
If this doesn’t help then try logging in with the login you gave us, and see if it is the same.Best regards,
Mike -
AuthorPosts