Forum Replies Created
-
AuthorPosts
-
Hi,
Opps, your right, good catch, thanks :)
Is there anything else we can assist with on this issue, or shall we close this then?Best regards,
MikeMarch 21, 2018 at 2:15 am in reply to: Image with Hotspots: Change color background on rollover popups #930211Hi,
I’m not sure which hotspot classes you will need as I’m unsure what you are trying to change, but I will try to explain all of the classes.
first you have two classes in one div > .av-image-hotspot & .av-display-hotspot
then for the next div > .av-image-hotspot_inner
and the next div > .av-image-hotspot-pulse
these are all nested, so it depends on what you want to change.
Try checking out the developer or inspection tools in your browser.
Hope this helps :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 20, 2018 at 2:05 pm in reply to: Italic font (not oblique) when using the italic button in i.e. ”Text Block”. #929847Hi,
Adding a child theme is quite simple, and it will protect your customizations for the future. Read about using a Child ThemeBest regards,
MikeHey mauriciodreher,
I’m not sure I understand, for mobile and tablet you would like the image removed, and only show the burger menu?
I assume that you would still want to show the text in your color section?
If this is correct, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 1023px) { #top.home #av_section_1 .av-parallax {background-image: none !important; } } }Best regards,
MikeHey flylanddesigns,
Please see this solution for a different logo on one page.
Please see this solution for a different menu on one page.
You can also change the header setting per page, such as transparency from the Layout options on the page and add a color section to the top of the page with a background image to create a header with a background, giving a totally new look.Best regards,
MikeHi,
“Check enabled on update – Checks the structure only” gives you the report that you now see, this is the safest option, and as you are not having issues with the page and the report has no fatal errors this may be best.
You can update the page to create a report and then click the button “show parser info” to see the errors, and decide if the errors are actually in your content than in the structure.If you want to try the auto repair option, please copy the shortcode above to a plain text editor, like Notepad or Notepad++.
Not a rich text editor like WordPad or Word.
So that if something goes wrong you can always go back.

Best regards,
MikeHi,
You can take a look at Enfold documentation here under Code Snippets,
and the video tutorials here
We are in the process of updating the documentation with a lot more updated Code Snippets, these should be online in a few weeks.Best regards,
MikeMarch 20, 2018 at 12:56 pm in reply to: Enfold and Event Calendar Pro 10:00 AM Event is not showing at the Week View #929795Hi,
Yes we will keep this open, might I suggest that as this is a crucial time of year for you that you use the “9:59” technique for now. By the way, have you tried “10:01” or “10:10”?Best regards,
MikeHi,
Please try adding “font-weight: bolder;” to your message css like this:#top #wrap_all div.woocommerce-message { border-color: #cbb482; background-color: #FEEFE7; color: #cbb482; font-weight: bolder; }your choices are “bold” or “bolder”
Best regards,
MikeHi,
Thank you for the link.
1: I looked for your CSS for the magazine element, but I couldn’t find any custom CSS. I looked in your
A: Child theme stylesheet, (WordPress > Appearance > Editor > Child Theme > Stylesheet)
B: Enfold Theme Options > General Styling > Quick CSS field,
C: WordPress > Customize > Additional CSS
please try to add your CSS to your child theme stylesheet, first option above.2: I see that in your child theme functions.php you added your function inside the comment area, I moved your code. I didn’t find the page that it was to effect, so please check that it is now working.
3: For your copy of the iconlist.php to work in your child theme, you needed to add this code to your functions.php, I added it for you. But I didn’t find the icon list you wanted it to work for, so please check that it is now working.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Best regards,
MikeHi,
Oh I see, glad to hear it is solved.
We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey Yan,
Do your mean the text you would type, or the placeholder word “search”?
For the text you would type, please try this code in the General Styling > Quick CSS field:#top .header_color .avia-search-tooltip input[type='text'] { color: red !important; }Best regards,
MikeHi,
I see you are using a cache plugin, please disable, I also see you are using Wordfence, this may be blocking your /uploads/dynamic_avia/ “avia-merged-styles” from loading. Please disable.
When you last updated, did you update via FTP, or though the admin panel?Best regards,
MikeHey viaggiareverde,
I see that you have given us a admin login, yet I don’t see a url to your site, please provide.Best regards,
MikeMarch 20, 2018 at 4:01 am in reply to: Image with Hotspots: Change color background on rollover popups #929488Hi,
If I understand correctly you would like the tooltips for the hotspots to have a background color.
Please see screenshot in Private Content area for what this code should do:#top.postid-1581 .avia-tooltip { background:rgba(0,0,255,0.5)!important; color: #fff !important; }it has been created for that one page only, to use for other pages please remove “#top.postid-1581” from the code.
Best regards,
MikeHey scriptorium,
Please try:#top .avia-post-nav span.entry-title {display: inline-block;}If this doesn’t help, please include the url to the page in question so we can take a closer look.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.car-rental-search-step1 .booking-item .booking-item-body div.styled-select-dropdown select { height: 40px !important; } .car-rental-search-step1 div.styled-select-dropdown { height: 40px!important; }Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Adding this seems to have smoothed it out:.mfp-img { transition: all 4s ease!important; transition-delay: 4s!important; }but it’s hard to test with your current code in place. If this doesn’t help please remove your current code to disable the animation.
One question I have though, you say “My client doesn’t like the images changing size as you click through them” but the images will change size to fit the screen, unless all images are either landscape or portrait. Portrait will look smaller to fit in the screen.
Am I understanding you correctly?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please let us know what you find out, one point may be that I’m in the US and getting your site from a different Cloudflare server than you.
By the way, what webhost are you using & where are you?
Please respond in the Private Content area.Best regards,
MikeMarch 20, 2018 at 2:00 am in reply to: Separator/Whitespace Spacing – adjust vertical spacing #929456Hi,
Very good, glad it worked for you and sorry again for the late reply.
We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 20, 2018 at 1:57 am in reply to: Enfold and Event Calendar Pro 10:00 AM Event is not showing at the Week View #929454Hi,
Sorry I have not found anymore on this issue, I can make many guesses but I have no evidence to back it up. I’m sure the first suggestion MT will have is to disable Enfold to see if the issue still occurs, can you try that?Best regards,
MikeHi,
For the button, Please Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top.home .flex_column.avia-builder-el-17 {padding: 0px !important;} }Yet, I couldn’t find the tight text on your page. Is this on a different page?
Best regards,
MikeHi,
Glad to help, before we close this I wanted to ensure you were able to get your font working?Best regards,
MikeHey Munford,
I believe that you are looking for the transition “ease” such as:transition: background 0.2s ease, padding 0.8s linear;please read about the transition property here
Here is another good article
Be sure to use the “!important;” and clear your cache while testing.Best regards,
MikeHey Sandro Pozzolo,
Thank you for reach out to us, typically we don’t support third party plugins, and we don’t have any information on the compatibility.
But if it is this plugin: Car Rental System I did find this comment about Enfold and the plugins css:

yet this was made 2 years ago.
Hopefully this was helpful.Best regards,
MikeHi,
Do you mean the “load more” button? The background-color for the button is set to white.
Try this code in the General Styling > Quick CSS field:#top .main_color .container .av-masonry-load-more {background-color: red !important;}please adjust the color to suit.
Best regards,
Mike -
AuthorPosts

