Forum Replies Created
-
AuthorPosts
-
Hey Anouk,
Thanks for the link to your site, I see that you have a plugin called “WordPress Reset” did you use this plugin to “reset” your site? If you did there is no undo feature.
Try asking your webhost to restore the last full backup to get your site back, typically webhosts will create a full backup with a database backup once a month.Best regards,
MikeHi,
Glad Ismael could 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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:h2.av-milestone-date { vertical-align: middle; }
After applying the css, please clear your browser cache and check.
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,
MikeDecember 24, 2023 at 4:33 pm in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1428852Hi,
Thank you for your patience, I tried editing your news & event pages in Windows with Chrome with a lan connection and didn’t experience any time outs, I also undid my changes.
Are you using a wifi connection? I’m not sure how to advise on this since I can’t reproduce it.
If you like I can ask the rest of the team to also try after the holidays to see if any of them can reproduce it.
I hope that you have a Merry Christmas and a Happy New Year.Best regards,
MikeDecember 24, 2023 at 3:34 pm in reply to: Problems with using the advanced layout for the event Calendar #1428851Hey tclaereveld,
Thanks for your patience and the link to your site, I changed your code to this and enabled the Classic Editor in the theme settings at:
Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor and now it seems to be working.add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'tribe_events'; } } return $metabox; }
Best regards,
MikeDecember 24, 2023 at 2:55 pm in reply to: Some special needs: menue item, zoom/hover on image etc. #1428850Hey Katja,
Thank you for the link to your test site, it looks like your footer link has been added as a custom menu item with a full url, please try to use only the footer ID like this:
In my test on my site this solves the issue you are having.
For the portfolio section try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#portfoliobeschriftung .main_color .grid-content, #portfoliobeschriftung .main_color .grid-content * { background-color: #e2001a; color: #fff; }
Your email link and phone number in the header has two line break tags (BR), try to remove these and then add this css:
.phone-info .infos a { display: inline; } .phone-info .infos a .avia-icon-pos-left { float: none; display: inline; }
If you can’t remove the line break tags, then try this css:
.phone-info .infos br { display: none; } .phone-info .infos a { display: inline; } .phone-info .infos a .avia-icon-pos-left { float: none; display: inline; }
To have the team membert images increase in size on hover, try this css:
#team .avia-team-member img { animation: growout 2s; animation-fill-mode: forwards; } #team .avia-team-member:hover img { animation: growin 2s; animation-fill-mode: forwards; } @keyframes growin { from {transform: scale(1)} to {transform: scale(1.2)} } @keyframes growout { from {transform: scale(1.2)} to {transform: scale(1)} }
Best regards,
MikeDecember 24, 2023 at 2:18 pm in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428849Hi,
Thanks for your patience, when I review your submenu drop downs the padding seems to be the same for all items, 8px, so I’m not quite sure what you wish to achieve now.
Below I included screenshots of the menus for your links, perhaps you could explain further and provide a mockup of what you wish to achieveBest regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.home #main > .container_wrap_first > .container > .content { padding-bottom: 0; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
It looks like there will still be a little space between the slider image and the text block, this is due to some padding or margin in your LayerSlider slides, so if you want to remove or reduce this please check your LayerSlider settings.Best regards,
MikeDecember 23, 2023 at 6:08 pm in reply to: Display of active anchor link menu items doesn’t work anymore #1428823Hi,
For your information after your holiday break, this is the example of the menu items adding the current-menu-item class when they are clicked, this is a gif so you may need to click the image for the gif to play and wait a few seconds:
this is your page while I click on the menu items, see how the classes flash like in the gif above but the class current-menu-item is not added:
I hope this explains what I meant better.
Happy Holidays and Merry Christmas.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,
Please try this link: Special Character Translation pluginBest regards,
MikeHi,
For the Special Character Translation plugin to work you will need to change the to ###lt### and ###gt###
in your pages, if you have 255 pages, I recommend creating a staging site and try the Better Search Replace, and try to target only the posts, but don’t try this on your live site until after you have tested and have a full backup because replacing special characters in the wrong place in the database could break your site.
Try watching some videos on YouTube to see the best way to use the plugin: https://www.youtube.com/results?search_query=Better+Search+ReplaceBest 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. Merry ChristmasBest regards,
MikeHi,
Correct for those token settings you will need to use the Envato plugin.Best regards,
MikeHi,
Thanks for the feedback, glad to hear that you have found that adding a space after the special characters helps, I believe that the WordPress text element has a feature that removes duplicate spaces, so perhaps when you edit the page for something else the duplicate spaces are removed the page breaks again.
Perhaps the best solution for your scientific pages is to use the Special Character Translation plugin for these characters, please see our documentation: Using special charactersBest regards,
MikeHi,
Glad this worked for you, and it should work for future updates. Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHey nebuddlho,
Is this for the Post Views Plugin? You can edit the class-avia-combo.php file but you will need to do so after each update as this file can’t be added to the child theme.
I’m not sure if this specific code will work and this plugin looks like a paid plugin so I’m not able to test. We are limited to our support for third party plugins, if the code doesn’t work for you try asking the plugin author, most paid plugins offer some support.Best regards,
MikeHi,
The Envato plugin says:Please ensure only the following permissions are enabled:
1. View and search Envato sites
2. Download your purchased items
3. List purchases you’ve madeso please try this.
Best regards,
MikeHi,
It says:Please ensure only the following permissions are enabled:
1. View and search Envato sites
2. Download your purchased items
3. List purchases you’ve madePlease try this.
Best regards,
MikeHi,
When I check your site it says: Updates: enabled – token has changed and not verified, so this points to it waiting for Envato and not a theme issue. You may need to wait for your site to get the check from Envato, but note that Envato limits the daily checks so you may need to wait at least 24 hours, also note that the limit applies to all tokens on your account, so if you have multiple tokens your sites will update a few at a time.
Envato may be also receiving a lot of update requests across the board. You could try the plugin, I don’t know if the same limits apply to the plugin, or you could manually update if you need to right away:
To update manually you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHey MikeTandySwag,
Thanks for the mockup, I recommend using the Masonry Element with the Display Title and Excerpt and Display as centered overlay (overlays the image) selected:
then under styling choose a Large Gap and Perfect Grid:
Then under the Advanced tab ▸ Developer Settigs add the custom class custom-masonry-with-button, note that you do not add the class dot:
For my example I choose to use two columns and only show four posts.
Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.custom-masonry-with-button .av-masonry-date { display: none; } #top .custom-masonry-with-button.av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos { vertical-align: bottom; }
Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2); function avia_change_default_link($loop, $entries) { foreach($entries->posts as $key => $entry) { if($entry->post_type == "post") { $more = "<br /><span class='custom-masonry-more-button avia-button avia-size-x-large avia-position-center avia-color-light'>".__('Read more','avia_framework')."</span>"; $loop['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 0) , apply_filters( 'avf_masonry_excerpt_delimiter' , ""), "", true, '') . $more; } } return $loop; }
If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets, for this code you would choose the PHP snippet:
This is the expected results:
Please give this a try.Best regards,
MikeHi,
Glad Ismael could help, since this error seems to be caused by a plugin, shall we close this thread then?Best regards,
MikeHi,
When I checked your site the blue background color for the “COSMETIC, FAMILY & SPECIALTY DENTISTRY” section and the background image and font size for the “New Patient Offers” only show when I’m logged in. This is due to your caching plugin, WP Rocket, note that the cache settings shows the cache for mobile devices and logged out users:
So your WP Rocket cache needs to be cleared. I did this and checked your site again logged out and incognito and now your sections show correctly.
I checked with Windows in Chrome, Firefox, & Edge and it is showing correctly now, Please note that testing Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
If you find that after making edits to your site you see this issue a again, I recommend disabling your caching plugin until you are done creating your site, often caching causes issues while people are creating the sites, your caching should be activated only after your site is done so you don’t need to fight with it.Best regards,
MikeHey solinpaul2,
Thanks for your question, it sounds like you are using the transparent header on your homepage, showing the transparent logo, while your other pages are not using the transparent header, so if you want all of your headers the same as the homepage you set the header for each page to transparent in the Header visibility and transparency setting.
Or you can change both logos to use the same image:
Best regards,
MikeHey katewoods94,
Thanks for your question, the icons used in the Enfold theme, such as in the icon element, are in a icon-font format and not in a image format that most icons are when you download them.
You can download the icon-fonts from Fontello.com and add them in the theme setting Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager, or you can use icons found elsewhere and convert them into the SVG file type and upload them into Fontello.com and create your own custom icon-fonts. Note that sometimes Fontello can be picky, so here is a way to fix them.
Please note that icon-fonts can not have colors, so if you want to use color icons you should upload the images to your media library and then use css to show the images.
One clever way to do this is to use a built-in icon-font that you would probably never use and then use some css to replace it with your icon image, see this thread.Best regards,
MikeHey biggsuccess,
I added this CSS to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) and (orientation: landscape) { .responsive #top #wrap_all #main { padding-top: 119px !important; } }
and tested on my Android device, please clear your browser cache and check.
Please note that testing with iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.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,
Mike -
AuthorPosts