Forum Replies Created
-
AuthorPosts
-
Hi,
Please explain in detail what custom css is not being applied to your site, such as a color of a element so it will be easy to tell when it is being applied.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 10, 2017 at 4:16 am in reply to: Anchor link / Section ID for Revolution Slider and Widget in footer #887034Hi,
Well that was unexpected, please remove the code & I will try again.
Or remove the code block and use this for the link to the element: #layer_slider_1Best regards,
MikeHi,
Yes, switch to the parent theme and put it in there, then switch back to the child theme to work on your site :)Best regards,
MikeDecember 10, 2017 at 3:56 am in reply to: Add Polylang language swith next to burger menu icon #887031Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeDecember 10, 2017 at 3:52 am in reply to: Masonry Gallery : instead of opening a gallery, simply open the photo .jpg #887028Hey aeuroweb,
The solution is to go to Enfold Theme Options > Opciones del Tema > Ventana Lightbox and check.
I did so, now they open in lightbox, please clear browser cache and check.Best regards,
MikeHey Antonio,
I replaced the https:// with #
now you can’t click them. If you find any others, please try the same.Best regards,
MikeDecember 10, 2017 at 3:26 am in reply to: Blog meta data showing when posts are inserted into a page #887025Hey Dandelion222,
Try this code in the General Styling > Quick CSS field:.comment-container.minor-meta,.text-sep.text-sep-comment {display:none!important;}
Best regards,
MikeDecember 10, 2017 at 3:14 am in reply to: How to get rid of sub-menu indicators on an on page menu? #887022Hey brianwelsh,
Try this code in the General Styling > Quick CSS field:#top .widget_nav_menu ul ul li:before {display: none !important;}
Best regards,
MikeHi,
I was able to create a product with no issues, then I tested placing an order and found a script was covering your “added to cart page with a iframe, after testing your plugins a searching around, I found that your tracking code in the child theme functions.php is causing all of the issues. I have not seen tracking code try to take over a check out page with a iframe before, but I recommend removing it.Best regards,
MikeDecember 10, 2017 at 2:16 am in reply to: How to align the buttons in the boxes on the first page? #887019Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Please temporary disable your cache plugin and flush, your search is hidden again.Best regards,
MikeHi,
Thanks for the good tip @Guenni007, one I have used was Widget OptionsBest regards,
MikeHey oasure,
Try this code in the General Styling > Quick CSS field:#top #wrap_all .all_colors h1.av-special-heading-tag { font-size: 70px!important; }
For the other titles try:
#top #wrap_all .all_colors h2.av-special-heading-tag { font-size: 70px!important; }
Best regards,
MikeHey sitibus,
That is because on line 734 of your custom css you have this:.avia-related-tooltip .inner_tooltip,.avia-related-tooltip { display: none; }
It is hidding the tooltip, try removing it.
If you want to change the color of it, try this css:.main_color .avia-tt {color: red !important;}
Best regards,
MikeHi,
Have you tried adding a class to your image tag?<img src="images/happyface.jpg" height="45" width="55" alt="happy" class="megaimg">
Then use the display none rule
@media only screen and (max-width: 767px) { img.megaimg {display:none;} }
Best regards,
MikeDecember 10, 2017 at 1:06 am in reply to: Conflict between Enfold, Google ads and WooCommerce #887008Hi,
Try this in your child theme css:#top #wrap_all .main_color ins #aswift_0_anchor { top: -40px !important; } #top #wrap_all .main_color ins { color: #fff !important; }
Please clear any cache plugin and clear your browser cache.
Best regards,
MikeDecember 10, 2017 at 12:48 am in reply to: Text is wrapping after changing font size of full slider button #887006Hi,
If I understand correctly, you would like the button to cover the white area..page-id-10 .avia-slideshow-button.avia-button.avia-color-blue { width: 455px; height: padding: 10px !important; font-size: 24px !important; background-color: #4261f5 !important; border-radius: 25px !important; text-decoration: none; top: -56px!important; left: 45px!important; }
please see screenshot in Private Content area
Best regards,
MikeHey larineka,
This is odd, the one you like is the default layout for Enfold 2017 demo, and I couldn’t recreate the one you don’t like with it. I was going to say that you may have using the advanced layout builder for the product, but that don’t seem to be the case.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey Trender,
We don’t have a library of old themes, but we have a couple, which version are you looking for?Best regards,
MikeDecember 9, 2017 at 11:30 pm in reply to: Menu anchors not aligning anymore after remove logo #886995Hey Rhodo,
Please see this post: https://kriesi.at/support/topic/menu-anchors-scroll-to-section-offset/#post-520734Best regards,
MikeDecember 9, 2017 at 11:14 pm in reply to: 404 page – How to change the URL address in the browser please? #886993Hey catchbudapest,
Sorry, that solution is not working. I tested on a clean install, along with several other suggestions. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeDecember 9, 2017 at 10:14 pm in reply to: Falsche Darstellung der Umlaute in Internet Explorer 11 und Firefox unter Window #886983Hi,
I had researched this issue in the past, it is a error in the way the rules are written by WordPress and happens with most themes. It has been responsible for sites being listed on Google with dozens of bad pages. At the time it was thought the next WordPress update would fix it, but apparently not. The best solution is to add this code in your .htaccess file:RedirectMatch permanent /([a-z0-9\-]+\/)[0-9\/]+ /$1
Best regards,
Mike -
AuthorPosts