Forum Replies Created
-
AuthorPosts
-
December 24, 2019 at 12:05 pm in reply to: Buttons within column not displaying correctly on mobile devices #1168916
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 900px) { #top.home #av_section_2 .post-entry-206 .av-flex-placeholder { width: 1% !important; } }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
Thank you, I imported the slider into my localhost and it works for all screen sizes, showing the correct images without any loss of images.
So I recommend deleting your current slider and the images from your media library, then clear your browser cache and any cache plugin, and import the layerslider again from the file above.Best regards,
MikeHi,
Ok, but what would you suggest replacing “Click to enable/disable video embeds.” with?Best regards,
MikeHi,
Ok, thank you for the constructive criticism, but as there is not an “issue” that I can help you resolve shall we close this thread then?Best regards,
MikeHi,
Sure we can help with some css, but can I see the live page to ensure I’m targeting the correct sectors?Best regards,
MikeHi,
Thank you, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey maxcoppeta,
In your portfolio grid are you using the “manually set image size”?

typically they should be the same size, but perhaps because some of your images are in portrait mode it’s off some.
We could use some css to adjust, but we would need to write a few rules for different screen sizes:@media only screen and (min-width: 1440px) { a.grid-image img { height: 361px !important; min-height: 361px !important; } }Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field and then clear your browser cache, and check.
This is for desktop screen sizes.Best regards,
MikeDecember 23, 2019 at 1:16 pm in reply to: new icon instagram on social profile and bottom like others #1168725Hi,
Sorry for the late reply, when I check your site on mobile I can see your logo, but I appeared very slowly. It looks like you are using Smush lazyload, please try disabling this plugin and clear your browser cache.Best regards,
MikeHi,
Sorry for the late reply, and thanks for the links. So in mobile view the sidebar will need to go below the content because otherwise there is not enough room to show it. Please see the link in the Private Content area for the page I tested on.
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: 767px) { .responsive #top.single-tribe_events #main .sidebar { display: block !important; } #top.single-tribe_events #main .sidebar { border-left-style: none !important; border-left-width: 0px !important; clear: both !important; } #top.single-tribe_events #tribe-events-content.tribe-events-single { margin-left: 0 !important; } }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeDecember 23, 2019 at 12:37 pm in reply to: The Events Calendar tag list view: only 5 events visible #1168717Hi,
Sorry for the late reply, Thanks for sharing your solution. Shall we close this thread then?Best regards,
MikeDecember 23, 2019 at 12:33 pm in reply to: "Use as Megamenu" don't appear in the Menu section of my backoffice ! #1168715Hi,
Sorry for the late reply, unfortunately, I have not tested any of the conditional menu plugins, so it’s just a matter of trying each out.
Perhaps we could use css to do this, please try explaining what you would like to do and include an admin login so we can investigate.Best regards,
MikeHi,
@I-Visio, it seems that this topic is solved now, shall we close this then?
or do you need some further assistance?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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeDecember 23, 2019 at 11:47 am in reply to: 2 and 3 column not mobile responsive with fullwidth featured slider #1168706Hi,
I was going to take a look but WordPress says you are working on the page right now, so I didn’t want to “take over” can you please save your work so I can take a look?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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:ul.disc, .entry-content-wrapper ul { list-style: none !important; margin-left: 0; padding-left: 0; } .entry-content-wrapper ul li { padding-left: 1em; text-indent: -1em; } .entry-content-wrapper ul li:before { content: "▪"; padding-right: 5px; color:#000 !important; }I had to include the character in the code because the hex code doesn’t work for this method. I also included the color so the theme doesn’t apply it’s own colors.
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the link, I see that your table is in a column that is 2/5 so that is why it is narrow, form the screenshot I thought it was on a mobile device, but that is ok.
So in the css I wrote it for your single product pages so it won’t change other tables you might have, and assuming they are all the same this should work for all of them:
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 768px) { #top.single-product .avia-data-table .avia-desc-col { text-align: center !important; width: 100px !important; padding: 9px !important; } #top.single-product .avia-data-table .avia-highlight-col { width: 350px !important; } }Then clear your browser cache and any cache plugin, and check.
I used px widths instead of percentages because it is a small area, if you want the columns in the table larger please use a column larger than 2/5 as the container.
Please let us know if this is what you had in mind.Best regards,
MikeHi,
Sorry for the late reply, the bundled layerslider is updated with the Enfold updates, I do recall one time a special security patch was released by layerslider to us and we pushed a special theme update to accommodate.
But the bundled layerslider can not be updated the same way as the stand-alone version, unfortunately this can not change. You can read more about the layerslider here.Best regards,
MikeHi,
Sorry for the late reply, the code for the “click to load” is written in the \enfold\config-templatebuilder\avia-shortcodes\google_maps\google_maps.php file
I don’t believe it’s something that you are going to be able to use elsewhere.
You may find this more helpful: jQuery Tutorial: AJAX Load Content With No Page Refresh
or this: Using AJAX With PHP on Your WordPress Site With Your Own Plugin
I also believe there is an ajax plugin that can help with this.Best regards,
MikeHi,
Sorry for the late reply, in the privacy settings you can add tool tip to some of the buttons in the tool tip field:

but not all privacy shortcodes allow this, for some of them you would wrap your text with the shortcode like this:
[av_privacy_custom_cookie cookie_name=""]Your text here[/av_privacy_custom_cookie]and it changes the text next to the button, many of which have a large text area for you to include plenty of text so a tool tip is not needed.Best regards,
MikeDecember 22, 2019 at 10:20 pm in reply to: Ninja Forms not working after latest WordPress update #1168628Hi,
Sorry for the late reply, I couldn’t reproduce your error with the cookie bar and Ninja Form plugin:

The Ninja Form is showing for me on my localhost, I assume that you cleared your browser, site, and server/CDN cache and any minifying plugins a couple of times, JS files can be difficult sometimes. Have you also tried deactivating other plugins and turn off your Enfold Theme Options > Performance > JS & CSS file merging and compression?
If this doesn’t help then please open a new thread with admin login details and how we can reproduce, ie: turn the cookie bar on.Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.
Best regards,
MikeHi,
Sorry for the late reply, since you were using a custom stylesheet added to the Enfold theme then you will need to call this stylesheet with a function in your functions.php
I tried to add this function but your site gave an error that it must be added via FTPfunction enqueue_tommybooking_styles(){ wp_enqueue_style( 'tommybooking', get_template_directory_uri() . '/css/tommybooking.css' ); } add_action( 'wp_enqueue_scripts', 'enqueue_tommybooking_styles', 99 );If you include FTP access we can add this for you.
But I recommend using a child theme, so your custom code will not be lost with future theme updates Read about it & Get it here
It is easy to use a child theme but there are a few steps you must do, as outlined in the link, if you prefer I would be happy to assist in setting this up for you.Best regards,
MikeHi,
@algkent please try updating to see the new options, if you prefer to wait a couple of weeks our next version should be coming out.
Either way with your current version you will need to update via FTP, The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
MikeHi,
@Guenni007 thank you. It’s odd I didn’t find a Thrive Leads popup on the page?
@algkent were you able to sort this out now?Best regards,
MikeHi,
Ok, if you don’t want to submit any translations that is fine. I only suggest it because that is how translations are added, and as I pointed out the DE “formal” doesn’t seem to be updated often.
Anyways, now you know how to change the translations for your site, you can then add your custom language files to your child theme so they will not be lost with each update, please see our documentation here.Best regards,
MikeHi,
Please export the layerslider to dropbox, or similar so we can import it on our localhost and test.Best regards,
MikeHi,
@Guenni007, great explanation, thank you.
@bobfurgo, were you able to implement this?Best regards,
Mike -
AuthorPosts
