Forum Replies Created
-
AuthorPosts
-
Hi,
I see, you are using a localhost, that is the site is only on your computer.
This makes it a little hard for us to see what we need to see to help.
The blue space at the top looks like it has a error message in it, try highlighting it with your mouse to see what it says.
Is your header supposed to be white or transparent?Best regards,
MikeHi,
I have successful imported the 2017 Demo for you, please see Private Content area for login. Please check your email to update the site email to yours, and check all of the settings. I tried to match them, but it’s best if you check. You can also delete the demo user.
Sorry you had such a time with it, Strato webhost has some security settings that block the demo IP, or something like that, other users were not able to get a straight answer from them.
Let us know we can close this after you can login.Best regards,
MikeHi,
Please try going to Enfold Theme Options > Performance > File Compression and disable css & js file merging and compression.
The error is because your merged files have not be created yet, after you have imported a demo or created some content and saved the settings the files will be created and you can switch the settings on.Best regards,
MikeHi,
Glad to hear, thanks for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey (Email address hidden if logged out) ,
Please try creating a shortcode for your script, here’s a Shortcodes GeneratorBest regards,
MikeHi,
I tried the login above but it didn’t work.
Please include admin login & ftp access so we can try a manual demo import. As part of a manual install we will reset and all content and settings will be lost.
Is your webhost Strato by chance?Best regards,
MikeHey draadeind,
Please include the url to the page in question so we can take a closer look.
I tried adding a layerslider to the top of the demo, which worked good, but I didn’t have a white space like you described.Best regards,
MikeHi,
I see you are using v4.0.3, which could be the reason, please try updating to v4.3.1 and let us know if it solved the issue.
Please note if you update via FTP, you will need to delete the old theme folder first and then upload the new enfold folder, please don’t try to overwrite the theme folder as old files will be left behind.Best regards,
MikeHi,
I’m not sure that would help you, I had renamed the theme and uploaded the last 3 versions without it working, which would be the same as deleting or resetting. I see you use the All-in-One WP Migration plugin, so it would be easy to try a copy of it on another server, are all of your sites on the same server / host? If you have another you could test on a sub-domain, or on a localhost.Best regards,
MikeHi,
Thank you for the login, I was able to login.
I tried re-uploading the theme, without success.
I also tried rolling back to a older version such as v4.3.0 & v4.2.6 without success. Which version did you update from?
I also tried updating your PHP to v7.0, without success.
I will ask the rest of the team to take a look, because rolling back to the older version should have worked.
Thanks for your patience.Best regards,
MikeHi,
Try:#top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation { float: right !important; margin-right: 0px !important; }
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.avia-menu-fx .avia-arrow-wrap { height: 20px!important; width: 20px!important; position: absolute; top: -15px!important; left: 50%; margin-left: -10px!important; overflow: visible!important; visibility: visible!important; }
Best regards,
MikeMay 12, 2018 at 5:48 pm in reply to: 1 Photo upload create in the /wp-content/uploads/* folder a lot of files #955803Hi,
You can also try setting the WordPress image sizes to zero at WordPress > Settings > Media
Perhaps this article will also help explain: How to Prevent WordPress from Generating Image SizesBest regards,
MikeHi,
Thanks for the cPanel login, but it didn’t work for me, please check, or perhaps your webhost is blocking USA IP’s?
I tried using a VPN but it failed in other countries also, my .za VPN is not working today.
You should not lose any work as long as you didn’t edit the theme files directly, you can also rename the theme folder to /enfold-old/ and upload a new /enfold/ to test. I would do this for you but I couldn’t login, can you create a FTP access?
Here’s how in the average cPanelBest regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-your-profile fieldset label[for] { text-align: right !important; } #top.bbp-user-edit #bbpress-forums #bbp-user-wrapper #bbp-single-user-details { float: left !important; width: 100% !important; margin-left: 0px !important; }
Best regards,
MikeHi,
Thank you for that, I believe Victoria was hoping the shortcode parser, which you have enable, was going to show the error, but I looked and saw none. Our goal is to get the builder back up for you.
Can I ask how you updated the theme, FTP? If so did you delete the enfold theme folder first, or did you try to overwrite the old theme files? Overwriting the folder will brake the theme as it leaves old files in the directory, but it typically shows as a different error.
Please try to update the theme again via FTP, and delete the theme folder first.
If that doesn’t help, please try to update your PHP to v7 via your webhost cPanel. Just to rule that out.
If that doesn’t help, please include ftp access in the Private Content area, I’d like to see your .htaccess file.Best regards,
MikeHi,
*Update, the devs have provided a fix that will be in the next update, I linked to the file in the Private Content area.
replace the file at: \wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\asset-manager.class.php
you will then need to rebuild the merged css, this can be done by adding a blank space in your Quick CSS to enable the “Save all changes” button and save, then clear your browser cache.Best regards,
MikeHi,
Thank you for the test page, I found that your background-image is leading to a 404 because the url is broken, because /dynamic_avia/ is being added to the url.
disabling “CSS file merging and compression” in the Performance settings solves temporary.
Another option is to add the css to WordPress > Customize > Additional CSS
I have reported this to the devs.
Please check your site.Best regards,
MikeHi,
This sounds like your webhost is flagging as spam, often with tools such as spam assassin spam will not make it to the spam folder. Since it is making it to the gmail inbox, I would say your site in sending.
I would ask your webhost if they require a certain field in the mail header, such as “reply-to”
Another option is to use SMTP for sending your mail, instead of PHP mail.
Please try to set up a SMTP with WP Mail SMTP
If you do use SMTP, often the “From” value in SMTP is authenticated and only an authorized address is permitted to send through that SMTP gateway. If so this code to the end of your functions.php file should solve:add_filter('avf_form_from', 'avf_form_from_mod', 10, 3); function avf_form_from_mod($from, $new_post, $form_params) { $from = " (Email address hidden if logged out) "; return $from; }
But try contacting your webhost first to ensure we are looking at the correct issue.
Best regards,
MikeHi,
Please try:.colorp:hover,.colorp a:hover { background: purple !important; }
Best regards,
MikeMay 11, 2018 at 1:20 pm in reply to: Footer as page – How to social media icons in a row + tooltip? ( elegant demo ) #955266Hey jeroenvandessel,
To display your social icons in a row, first copy your current social icons in your header by inspecting your page and right clicking to choose “Edit as HTML”
then copy and paste in a code block, here’s an example:<ul class="noLightbox social_bookmarks icon_count_6"><li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" href="http://twitter.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"><a target="_blank" href="http://facebook.com" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_youtube av-social-link-youtube social_icon_3"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"><span class="avia_hidden_link_text">Youtube</span></a></li><li class="social_bookmarks_instagram av-social-link-instagram social_icon_4"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li><li class="social_bookmarks_pinterest av-social-link-pinterest social_icon_5"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Pinterest"><span class="avia_hidden_link_text">Pinterest</span></a></li><li class="social_bookmarks_reddit av-social-link-reddit social_icon_6"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Reddit"><span class="avia_hidden_link_text">Reddit</span></a></li></ul>
then add this code in the General Styling > Quick CSS field:
.social_bookmarks li a { border-radius: 100px; } .social_bookmarks li { border: none !important; }
Expected results:
If you would like to use the larger icons elements use the wand tool in the default editor to get the shortcodes for the icons, and paste into a code block element adding a div with a custom class, here’s an example:<div class="sbox"> <ul class="avia-icon-list av-iconlist-big"> <li class="avia_start_animation"><a href="https://www.facebook.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="https://twitter.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="https://plus.google.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="https://www.youtube.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="https://instagram.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="http://tumblr.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="https://www.linkedin.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> <li class="avia_start_animation"><a href="http://www.pinterest.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a></li> </ul></div>
then add this code in the General Styling > Quick CSS field, take note of the custom class for the opening div above:
.sbox ul.avia-icon-list li { float: left; clear: none; }
Expected results:
Here is some more infoBest regards,
MikeHey lkulube,
I see that the editor is not showing, yet there are no errors in the console. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
I moved the image outside the green color section and made the green color section 250px high, then added a custom class and aligned the image to the right and moved it up with this css in the General Styling > Quick CSS field:.image-one { margin-top: -33% !important; }
Try adjusting in for tablets and hiding the image for mobile, or moving it down.Best regards,
MikeHey Karl,
What is the error that you see? Try removing the enfold folder in themes and adding the new one, please don’t try to overwrite the old enfold folder, try downgrading PHP to 7.1 or 7.0Best 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
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub 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
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
This is how I manually import a demo to hosts that seem to resist all other methods, install WordPress & Enfold on a localhost, & then install the demo you wish.
Then upload all of the files in /wp-content/uploads/ from your localhost via FTP to your live site, then push your database from your localhost to your live site using this plugin.
Read the plugin site on how to use it.One other option is to install the demo on a localhost, FTP the files, and use this plugin to save your database, and then use it in PHPmyAdmin to replace your live site database. Mostly the same steps, only the first plugin is easier.
Best regards,
MikeHey ikoadn,
If you add a custom class to the menu item, you can then assign a hover color with css.
To add to custom class, go to your menu and at the top of the page click “screen options” then choose “CSS classes”
Then you will have a “css classes” box in each menu item.
Add a unique class such as “colorp” and save.
Then add this code in the General Styling > Quick CSS field:.colorp:hover { background: purple !important; }
Best regards,
Mike -
AuthorPosts