Forum Replies Created
-
AuthorPosts
-
Hi,
Please change the css to this:#top.page #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs span,#top.page #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs a,#top.archive #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs span,#top.archive #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs a { color: #fff !important; }Best regards,
MikeHi,
I see that you have no portfolio categories, please try adding one.Best regards,
MikeHi,
Sorry, the two links you posted redirect to the same page for me, so they look the same.
Perhaps screenshots would help. Please try https://postimg.cc/ to add screenshots.Best regards,
MikeHi,
Thanks for the login, I created a copy of one of your sliders and tried to edit it “BC17.homeslider-1 copy copy”
and received this error:

as you said.
I also exported it to my localhost but didn’t get this error.
I see that you have many plugins, have you tried deactivating them?Best regards,
MikeHi,
From what I see it is in our PHP files, but “do_shortcode” is not applied.Best regards,
MikeNovember 21, 2019 at 12:28 pm in reply to: When using Event Tickets, tickets and form are not visible. #1158797Hi,
Thank you, I believe the issue is that Enfold uses a custom “view” for The Events Calendar, and when you use a default theme these files are not used. I will ask the dev team to review, thank you for your patience.Best regards,
MikeHi,
Thank you for the login, I see that your post is a custom post type, I tried removing all of your css to test if that was causing the error, but it seems that it is not. I then Enabled the Avia Layout Builder Debugger and copied your posts shortcode to a new WordPress post as a test and it shows correctly, please see the links in the Private Content area. I set the post as private.
So I believe that the error is coming from the “custom-post-type.php” or your child theme “functions.php”
I tried reviewing your “functions.php” but it’s quite large and I didn’t see anything that stood out to me that may be an error.
Please try removing all of your custom code in the child theme functions.php, and if that solves, then add it back one function at a time until you find the error.
If it doesn’t solve then there is an error in your “custom-post-type.php” perhaps with your “enqueue_style” stylesheet code as the error looks like a css error overall.
Please let us know what you find.Best regards,
MikeHi,
Thank you for the login and feedback, please note that if you install a new demo it will overwrite your current changes, I wanted to point this out because I see that you have already created a nice homepage.
We have many portfolio layouts and I’m not sure which one you are trying to create, please go to our demo and find the one you like and send us the link so we can help with the correct one.

If you want to include a screenshot, https://postimages.org/ works well.Best regards,
MikeHi,
Thanks for the login, I found that the functions code to add the TripAdvisor icon as a social icon was not in the functions.php, probably because you are not using a child theme and when you updated it was overwritten. So I added it for you, but TripAdvisor is not showing as an option. Although the icon is available in your icon sets.
I see you have Cache Enabler & CDN Enabler plugins, but I don’t see how to clear them, please try to clear them or disable them temporarily to see if that helps, actually please try disabling all of your plugins and check the social profiles again, to rule this kind of error out.
I tested the same TripAdvisor code and icon on my test site with the same Enfold version, and it was working, so it should also work for you.Best regards,
MikeHi,
I don’t believe this is a “limitation” your filter adds “do_shortcode” for titles not schema.
Please post your shortcode code and where you are adding it so we can test.Best regards,
MikeHi,
Thank you for the feedback, I couldn’t find a page that is using the layerslider, the slider on the homepage is a “full-width easy slider”.
But I also see that I can not create a new slider.
As this is a live site, I believe it would be a good idea to create a stagging site to investigate this issue with.
Please check your webhost to see if you have the one click staging site option, this is a option in most cPanels to create a staging clone of your site so we can test on it and you site will stay up and running. You can always ask your webhost to help you with setting this up if you want.Here are some screenshots of what it would look like:


Best regards,
MikeNovember 20, 2019 at 11:18 am in reply to: When using Event Tickets, tickets and form are not visible. #1158430Hi,
Are these buttons from the “Event Tickets Plus” add-on plugin?
Are you using the “Events Calendar PRO” version?Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs span,#top.page #wrap_all #main .breadcrumb.breadcrumbs.avia-breadcrumbs a { color: #fff !important; }this sets it to white, but please adjust to suit.
Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeNovember 19, 2019 at 1:28 pm in reply to: Link parent page above nested subpages in sidebar navigation #1158156Hi,
Thanks for sharing your modification, I’m sure this will help others 🙂
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 to hear, you do not need to add to the parent theme as long as your child theme is active, a child theme is much better as you will not lose this code after your next update.
Shall we close this then?Best regards,
MikeHi,
I see, sorry perhaps I didn’t check by logging out?
Anyways, I checked WordPress > Settings > Reading > Your homepage displays and found this error:

and your WordPress > Settings > Privacy > Select a Privacy Policy page is not set:

Please try setting your privacy page and then set your homepage in the Your homepage displays, perhaps this is a new override in WordPress 5.3?Best regards,
MikeHi,
Thank you for the login, this is odd, I’m not sure why this is not working on your site I had tested it on mine?
So in the interest of getting this done, I choose a social icon that you are not using “VK”, and then changed your css to this:#top #wrap_all .av-social-link-vk a:before{ content: ""; width: 30px; height: 30px; display: inline-block; vertical-align: middle; background: url([your-site]/wp-content/uploads/2019/11/iu.png) no-repeat center center; background-size: contain; }and then changed the “VK” title to “Discord” with this script in your functions.php:
function custom_discord_title(){ ?> <script> (function($){ $(window).load(function(){ $('.av-social-link-vk a').attr('title','Discord'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_discord_title');
Please change the link in your social profiles as I didn’t know what it was.
Please clear your browser cache and check.Also please note that I see you have some other changes in your functions.php & functions-enfold.php and you are not using a child theme, so your changes will be lost with future theme updates Read about child themes & Get it here
Please let us know if you want a hand with installing a child theme.Best regards,
MikeHi,
It will take a while for Google to not show your site, here is a good article on the steps you can do.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,
I don’t believe that shortcodes can be parsed in the schema tags.Best regards,
MikeHi,
I adjusted the script to this to only work on posts:function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { $('#top.single #main .avia-breadcrumbs').detach().insertBefore('h1.post-title.entry-title'); $('#top.single #main .avia-breadcrumbs').append('<br/>'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');Please clear your browser cache and check.
Best regards,
MikeHi,
You must add them to a zip file and then upload them.
Did you know you can download the zip file from here?Best regards,
MikeHi,
Thanks for the login, I see you have the setting selected, I added this css to hide the title only on single & archive posts such as the links in the Private Content area, please clear your browser cache and check.#top.single .entry-content-header,#top.archive h2.post-title.entry-title { display: none !important; }Best regards,
MikeHi,
1: Thank you for the screenshot, it looks like this occurs because you are hiding the categories with this css:span.blog-categories.minor-meta { display: none!important; }To correct please add this css:
span.post-meta-infos > span.text-sep.text-sep-cat { display: none!important; }2: it depends on the css of the plugin, we will have to try first.
3: please try this css:#top #main .breadcrumb-trail * { color: #000!important; } #top #main .breadcrumb-trail a { color: blue !important; }Please clear your browser cache and check.
Best regards,
MikeHey Andreas,
So wie ich Ihre Frage verstehe, kann es bei der gleichzeitigen Verwendung von OptimizePress & Enfold zu Problemen kommen. OptimizePress verfügt über einen eigenen Builder, der möglicherweise mit dem Builder Enfold in Konflikt steht. Verzeichnis und installieren Sie ein neues WordPress mit OptimizePress. Ihre Zielseiten befinden sich weiterhin in derselben Domain und Ihre Besucher werden es nicht bemerken. Die zwei WordPress-Installationen wären:
https://domain.com/
https://domain.com/landing/
Nennen Sie Ihr Unterverzeichnis natürlich etwas Relevantes wie /bonus/ oder /special/ etc.
Ich habe dies auf einer meiner Sites getan und es gibt keine Möglichkeit zu sagen, dass es zwei verschiedene WordPress-Installationen mit zwei verschiedenen Themen gibt und die beiden nahtlos mit demselben SSL-Zertifikat miteinander verknüpft sind.
Bitte lassen Sie uns wissen, ob dies hilft.— Translated with Google —
As I understand your question, you may find issues with using OptimizePress & Enfold at the same time, OptimizePress has it’s own builder which may conflict with the Enfold builder, but a workaround for using OptimizePress as a landing page, is to create a sub-directory and install a new WordPress with OptimizePress, your landing pages will still be on the same domain and your visitors won’t notice. The two WordPress installs would be:
https://domain.com/
https://domain.com/landing/
Naturally, name your sub-directory something relevant like /bonus/ or /special/ etc.
I have done this on one of my sites and there is no way to tell it’s two different WordPress installs with two different themes, and the two link to each other seamlessly with the same SSL certificate.
Please let us know if this helps.Best regards,
MikeHey VipProduction,
Thanks for the link, it looks as if you have solved this with the css:@media only screen and (max-width: 767px){ .responsive #scroll-top-link { display: block !important; } }because it is showing for me, Please see the screenshot in Private Content area.
Please let us know if this is solved.Best regards,
Mike -
AuthorPosts


