Forum Replies Created
-
AuthorPosts
-
January 20, 2018 at 6:16 pm in reply to: Newest version of Enfold Error /php/shortcode-parser.class.php file #900143
Hi,
Please try replacing your /enfold/config-templatebuilder/avia-template-builder/phpshortcode-parser.class.php
with: shortcode-parser.class.php via FTP. Please save a copy of your old one as a backup.
If you continue to have issues, please give us ftp access to your server (private content)Best regards,
MikeHi,
If I understand correctly your footer Custom Widget Area is above the four footer columns and you wish it to be below?
Please create a new Custom Widget Area for below the four footer columns, Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('avia_after_footer_columns','avia_below_footer'); function avia_below_footer(){ dynamic_sidebar( 'belowfooter' ); }
And in the widgets, name your new widget “belowfooter”
Best regards,
MikeHi,
You are getting this error:Failed to load resource: the server responded with a status of 404 (Not Found) /wp-admin/admin-ajax.php
Please include ftp access in the Private Content area.
Best regards,
MikeJanuary 20, 2018 at 5:03 pm in reply to: Masonry Gallery not working since update to Version: 4.2.1 #900129Hey brianwelsh,
I’m not familiar with Fusion Builder & Fusion Core being used with Enfold. I thought they were a part of the Avada theme?
I have not seen any issues with the Masonry Gallery Element built with the Advanced Layout Builder from Enfold.
Please advise.Best regards,
MikeHi,
Yon can use the plugin Say What
and use these settings:
I tested this with my site language set to Deutsch to first show “Startseite” in the breadcrumbs, and these settings changed it to “Home”.Best regards,
MikeHi,
I believe the confusion about the updates comes from how the updates are first released to Theme Forest as a soft update, and a few days later they are available to the user’s dashboard via the Theme Forest API. In some rare cases there are issues with the API, whether it is timed out, response error, issue with the key, etc.
Please feel free to wait a few days for the update to show in your dashboard.
Here is the Change LogBest regards,
MikeHi,
I think I’m starting to understand, your goal is to create a menu item called “services” and in that menu you would like these sub-menu items:
Billy Bounce Basketball
Individual Skill Training
Small Group Training
Team Training
Mentoring
Recruiting GuidanceIs this correct?
I was confused when you said that creating a new page results in a blank page, as this is normal.
But I now believe you are talking about your menus, please advise.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey filo94,
That is the Title Bar, which is set in Enfold > Header
You can also choose to disable based on page or post in the edit page on the side bar:
https://pictr.com/image/MkGBqBest regards,
MikeHey DROR,
Try this code in the General Styling > Quick CSS field:#top .header_color .main_menu .avia-menu a { border-color: transparent!important; }
Best regards,
MikeJanuary 20, 2018 at 2:48 am in reply to: Press icons on one page to open a specific tab on another page #899931Hey ezUpstarts,
That’s great news! We will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Which demo do you want to import? I have been working on an alternative that has been successfully for others.Best regards,
MikeHey Boris,
Es tut mir leid, dass wir das nicht anbieten, aber wir bieten Ihre Zufriedenheit oder Ihr Geld zurück.
Bitte lesen Sie: https://themeforest.net/page/customer_refund_policyBest regards,
MikeHey sve10,
Do you mean when you enter your API key? Sounds like your site is having server issues. Please contact your webhost to have them look into your server error log and resolve the issue.Best regards,
MikeHi,
Sorry I don’t see a “services” item in the menu. Please include a screenshot to point it out.Best regards,
MikeHey lmmoonlight,
In your screenshot you show a tab from you browser, the title that appears is created by WordPress to show the “page-site title”
There is not a setting for this option. Perhaps you will find a WordPress plugin to do this.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 20, 2018 at 2:14 am in reply to: How make the submenu transparent with a small border? #899922Hi,
Try:.av-main-nav ul li a { border-right-style: hidden!important; border-right-width: 0px!important; border-left-style: hidden!important; border-left-width: 0px!important; }
Best regards,
MikeHi,
Try this:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a { color: yellow !important; } }
Best regards,
MikeJanuary 20, 2018 at 2:00 am in reply to: How to change the font of the captions on a FullScreen Slider element #899918Hi,
That’s great news! Perhaps it was your cache, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Yes this can be accomplished with media queries such as:@media only screen and (max-width: 767px) { --your css rules-- }
Just change the max-width to the screen size you are looking to target.
Best regards,
MikeHi,
Sorry I missed that, It seems that one is created with the template and the other is created with the advanced layout builder, is this correct?Best regards,
MikeJanuary 20, 2018 at 12:16 am in reply to: How to make photo from a page to appear in search result? #899900Hi,
Sorry, I didn’t see the date on it, but I would imagine there would be other plugins that do. What about the other one that is from Goolge’s own knowledge base, so I would think it applies?Best regards,
Mike -
AuthorPosts