Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to hear 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,
Ok, I changed the blog post layout to Elegant and changed the script in the functions.php to:function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { $('#main .avia-breadcrumbs').detach().insertAfter('h1.post-title.entry-title'); $('#main .post-meta-infos').detach().insertAfter('.big-preview.single-big'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');and added this css to the italian Quick CSS, you may need to add it to your other languages:
.html_elegant-blog #top .post-entry .post-meta-infos { margin-top: 0 !important; } #top.single span.av-vertical-delimiter { border-color: transparent; !important; }please clear your browser cache and check the link in the Private Content area.
Best regards,
MikeHi,
Thank you for sharing your solution and the link. 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,
To me it looks like a customized version of the 2017 demo.
But you understand that Enfold can create all of these demos, it’s just a matter of moving the elements around and customizing to suit.Best regards,
MikeHi,
Do you want to continue using the “default business” blog layout? The elegent & modern layouts both will put the post title above the featured image, then if you want I can try to adjust the breadcrumbs script to somewhere else, right now the breadcrumbs are tied to the post title so wherever it goes the breadcrumbs will follow.Best regards,
MikeHey traillight,
Unfortunately, pods is not parsing the shortcode, it’s only printing it as text.
I’m not sure if pods can do this, perhaps if it had a “do_shortcode” option, try asking the plugin developer how pods can do this.
Sorry, but we don’t have experience with this plugin because we don’t support third-party plugins.Best regards,
MikeHi,
I only found 4 instances of [year] on your page, once in “schema”, once in “structured-data” and twice in an image “alt”
I don’t believe that shortcodes can be parsed in these places.Best regards,
MikeHey AngelAsim,
I can try to help, Please include an admin login & FTP access in the Private Content area, as this is a new install I assume that I can reset the install if I feel it is necessary? Sometimes this is necessary after a failed attempt.Best regards,
MikeHey Jak73,
Thanks for the link, when I compare the H3 widget titles in your footer to the H2 heading on your homepage, they both use the same font, and the same font-weight, so we can reduce the font size to 10px, but that is the only difference I see, is this correct?Best regards,
MikeHi,
Unfortunately, trying to match this layout:

is going to be a much bigger customization than what we can do here, I recommend hiring a freelancer on upwork.com and have them create a custom “single.php” file for you.
I also recommend creating a “staging site” for the freelancer to work on, most web hosts have a one click staging site option in the cPanel which creates a staging clone of your site so they can test and edit on it and your site will stay up and running untouched. You can always ask your webhost if you have this option.Here are some screenshots of what it would look like:


Best regards,
MikeHi,
Sorry for the late reply and thanks for the screenshot and login, I took a look at your table and found that bold html tags had been added to your table around words and at one point an error had been made causing a “snowball” effect.
The error looks like this:
<b>7:00PM Thursday<b></b>as you can see there is a opening bold tag then text and another opening tag and then a closing tag, so two opening and one closing causes an error and the Advanced Layout Builder tries to correct but it didn’t know were to put the next tag so you ended up with 8 errors and a table element that was not working correctly.
This is my guess, there is a chance that someone made the same error 8 times?
Anyways I Enabled the Avia Layout Builder Debugger and corrected the code for you.
Now the tables are correct, but they are still missing any data that was there at one point, but you can now add it in.

Please keep in mind that html errors in title fields and tables can brake the Advanced Layout Builder 🙂
Please check and let us know if this solved 👍Best regards,
MikeHi,
1: try disabling the featured image from showing on the single post and add your image to the top of your post, it will then show under the title.
2 & 4: is there more than one author and is the social icons for the author or the site? You may need to edit the single.php file to achieve this, as it’s not quite as easy as it sounds.
3: to make the H1 bolder, try this css:#top #wrap_all h1.post-title.entry-title a { font-weight: 900 !important; font-size: 40px !important; }900 is the boldest, but not all fonts have this, increasing the font size may also help it to stand out, just remove if you wish.
Best regards,
MikeHey annameis,
Sorry for the late reply, here is the result I was able to achieve on my localhost:

this is the functions.php code:function avia_add_custom_social_icon($icons) { $icons['discord'] = 'discord'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);this is the css:
#top #wrap_all .av-social-link-discord a:before{ content: ""; width: 30px; height: 30px; display: inline-block; vertical-align: middle; background: url([your-domain]/wp-content/uploads/2019/11/iu.png) no-repeat center center; background-size: contain; }then I choose “discord” in the social profiles

If you sill have any issues then you may have curly quotes in your code, otherwise include an admin login and I’ll take a look.Best regards,
MikeNovember 16, 2019 at 10:44 pm in reply to: When using Event Tickets, tickets and form are not visible. #1157553Hey ariane1001,
Sorry for the late reply, this appears to only show in the mobile view, but you can force it to show with this css:.av-single-event-meta-bar.av-single-event-meta-bar-mobile { display: block !important; }Best regards,
MikeHi,
When you updated the theme via ftp do you try to overwrite the theme files?
This will cause errors, the easiest and safest way to update via ftp 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,
MikeHey Juli,
You can do this but you will need to copy the database and then adjust it for the new domain, I recommend using the I recommend the Duplicator plugin to easily do this.Best regards,
MikeHey kensingtoncyprus,
Thank you for the link and the screenshots, when I look at your footer on a small mobile screen the only text that I see that is not wrapping is the two email address that contain no space between them, please add a space before and after the slash “/” then the text will break there.
Please see the screenshot in Private Content area.Best regards,
MikeHey Lutz Bachmann,
This is not correct, I recommend contacting the racists and explain how you feel, perhaps with integrity you can open their hearts.Best regards,
MikeHi,
Glad Victoria could 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,
MikeHey marcoabis81,
Sorry for the late reply and thanks for the login, I see that you are using the “Elegant” blog style, if you switch to the “default business” blog layout it will show your meta below the title instead of at the end of your post.
To move the breadcrumbs to above the title, Try adding this code to the end of your functions.php file in Appearance > Editor://move breadcrumbs above post title function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { $('#main .avia-breadcrumbs').detach().insertBefore('h1.post-title.entry-title'); $('#main .avia-breadcrumbs').append('<br/>'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');Best regards,
MikeHi,
Sorry for the late reply, I see that you have imported the default Enfold demo, this demo doesn’t include all of the images and content, please add your own images and content, or try the 2017 Enfold demo that does include the images and content.

You can use the “Single Portfolio 2/3 Slider” as a service page, I’m not sure I understand what you mean by “other portfolio options they want to set as a portfolio submenus”
Please explain what you are having issues with when setting up the “Single Portfolio 2/3 Slider” as a service.Best regards,
MikeHey Knoblich,
Sorry for the late reply, please see our documentation here.
Please keep in mind that we can not give legal advice, but you can read the EU cookie law here, and if you are still unsure please consult with a law expert in your country.Best regards,
MikeHi,
Sorry for the late reply, I was also blocked from the login page.
Please try disabling your plugins and cacheBest regards,
MikeHi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.archive .sidebar_left .widget { float:left !important; text-align: left !important; } #top.archive .sidebar_left .widget li { margin-left: 1em !important; padding: 3px 0 !important; } #top.archive .sidebar_left .widget li a { color: #2a6077 !important; }After applying the css, Please clear your browser cache and check.
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,
Thanks for the login, I checked your site and found the error is coming from your mailchimp widget, you are getting this error:
magnificPopup is not a functiontypically this occurs when jQuery is loaded in the footer, but in your case it is loading in the head. I found removing this javascript link from your widget solves:
downloads.mailchimp.com/js/signup-forms/popup/embed.jsso there seems to be a conflict.
I recommend that you use the Enfold mailchimp widget instead of using this code.Best regards,
MikeNovember 16, 2019 at 5:47 pm in reply to: Enfold: Latest version of Event Calendar not working with Counter #1157515Hi,
Thank you, I tested the event countdown element on my localhost with the latest version and it works correctly.
I took a look at your event countdown element and found an error in it, it didn’t have the event taxonomies option because your events didn’t have any categories so I added one as a test and I also disabled your plugins to see if there was a conflict, but the error continued, without any error messages in the console. I then downloaded your theme and event calendar plugin to my localhost believing there may be a corrupt file, but both worked correctly on my localhost.
I looked at your functions.php for custom scripts but found none.So I was unable to discover what this cause was, I will ask the rest of the team to take a look, please leave the plugins disabled on your dev site so the team can check quickly without having to disable.
Best regards,
MikeNovember 16, 2019 at 2:34 pm in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1157465Hi,
Thank you, I’m sure this will help out many people, I can confirm that this works.
Here is what I added to a code block element:<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js'></script> <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css' rel='stylesheet' /> <style> #map { position:absolute; top:0; bottom:0; width:100%; height: 100vh;} .avia_codeblock_section {height: 100vh;} </style> <div id='map'></div> <script> mapboxgl.accessToken = 'pk.eyJ1IjoiZ2RsbndzIiwiYSI6ImNrMW11Ym9jMjAzMjQzZ25xam1oMmhwcnoifQ.JSIPcNr0kAA5KYkzqoZW_g'; var map = new mapboxgl.Map({ container: 'map', // container id style: 'mapbox://styles/mapbox/dark-v10', //hosted style id center: [-77.38, 39], // starting position zoom: 3 // starting zoom }); map.on('load', function() { // Add a single point to the map map.addSource('point', { "type": "geojson", "data": { "type": "FeatureCollection", "features": [{ "type": "Feature", "geometry": { "type": "Point", "coordinates": [-77.38, 39] } }] } }); map.addLayer({ "id": "point", "type": "circle", "source": "point", "paint": { "circle-radius": 10, "circle-color": "#ffa500" } }); }); </script>and the result:

Shall we close this then?Best regards,
Mike -
AuthorPosts




