Forum Replies Created
-
AuthorPosts
-
Hi,
Please see the screenshot in Private Content area, for what I see between 768px and 1023px, in Chrome dev tools. Perhaps the WordPress > Customizer is favoring another media query instead, I would need to investigate further, but Chrome, Firefox, & Edge are displaying it correctly. Are you using the Chrome browser? I would recommend testing with it instead. This article will help a lot with learning how to use it and I’m sure there are some great videos on YouTube also.Best regards,
MikeDecember 13, 2018 at 6:02 am in reply to: Enfold – Enable previous and next post navigation #1044700Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeDecember 13, 2018 at 5:57 am in reply to: How to create a separate shop page for separate products #1044695Hi,
I see your product sliders have a top & bottom margin of 30px, to remove, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-12652 .avia-content-slider { margin: 0px !important; }
For your sold out badge, is the issue that it is black, or that it is round instead of a ribbon?
Best regards,
MikeDecember 13, 2018 at 5:39 am in reply to: Enfold 4.5 Theme Update "Update Failed: Download failed. A valid URL was not pro #1044691Hi,
The error “Download failed. A valid URL was not provided” is because you are using Enfold 4.4.1, please see this post on updating.For text being white on white, do you mean the “preview” of the text element, or the text element it self?
Please see the screenshot in Private Content area.
I believe this is because you are using Enfold 4.4.1 with WordPress 5, but there is a similar issue with Enfold 4.5.1, where a error message shows in the preview window.
The dev team is working on this now, and the temp solution is the use the Classic Editor plugin.Best regards,
MikeHi,
Thanks for the feedback, but I’m not sure that I see the horizontal lines. Please see the screenshots in Private Content area.
If these are not the lines, please include a screenshot.Best regards,
MikeHi,
It looks like when I edited my answer our site tried to add a link, please try this code:#top div.woocommerce-message { border-color: #8BAF5B !important; background-color: #E0F1B5 !important; color: #4F5F39 !important; } ul.woocommerce-error { background-color: #F0DCDB !important; color: #941210 !important; }
Best regards,
MikeHi,
Thanks for the feedback, to hide the logo only on mobile, and show the subtext. I found that the subtext needed to move to the left and that font needed to drop down from 20px to 17px.
This also hides the subtext for tablet screen size.@media only screen and (max-width: 767px) { .responsive #top .logo img { display: none !important; } .responsive #top .logo .subtext { transform: translate(2%, -50%) !important; width: 235px !important; } .logo .subtext h1 { font-size: 17px !important; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { .responsive #top .logo .subtext { display: none !important; } }
Please clear your browser cache and check.
Best regards,
MikeDecember 13, 2018 at 4:17 am in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1044664Hi,
Thank you, I disabled the “Classic Editor” plugin to allow the “The editor has encountered an unexpected error” to show so I could test it, but the error doesn’t happen.
I tried a few ALB pages but it still didn’t happen, please try to see if you get the error.
Also the “Failed to load plugin” error that I last posted about was resolved once I realize my AD blocker was on and disabled it. Sorry, are you using a AD blocker and see any errors other than the text element “It seems you are currently adding some HTML markup or other special characters.” error?Best regards,
MikeHi,
Please try this in your .htaccess:<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>
or you can send the header from a PHP script in your header at the top before any output within the php tags:
header("Access-Control-Allow-Origin: *");
or this outside of the php tags after the “head” tag:
<?php header("Access-Control-Allow-Headers: Authorization, Content-Type"); header("Access-Control-Allow-Origin: *"); ?>
Perhaps your server is not using Apache, here is a list of servers with their commands
Best regards,
MikeHi,
Thank you for the ftp access to your dev site, I have uploaded the enfold 4.5.1 as “enfold” and renamed your old theme to “enfold-old” to ensure we can step back into your old theme if we have any issues.
All seems fine, but Please clear your browser cache and check, and if you are satisfied please feel free to delete the “enfold-old” folder via ftp.Best regards,
MikeHi,
To hide the logo and subtext on mobile, and only hide the subtext on tablet, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top .logo,.responsive #top .logo .subtext { display: none !important; } } @media only screen and (max-width: 1023px) { .responsive #top .logo .subtext { display: none !important; } }
Please clear your browser cache and check.
Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeDecember 12, 2018 at 5:13 am in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1044108Hi,
That is very interesting,
When I open one of your pages, I see this error:Failed to load plugin url: https://your-site.com/wp-content/plugins/easy-social-share-buttons3/lib/modules/click-to-tweet/assets/tinymce/js/tinymce-essb-ctt.js
I know that you tried deactivating your plugins without correcting the issue, but in order to test and find out what is going on we will want to make some temporary changes to your site like deactivating your plugins.
Would it be possible to create a staging site so anything we do won’t effect your live site?Best regards,
MikeDecember 12, 2018 at 4:22 am in reply to: Contakt form: Autoresponder does not generate eMail #1044098Hi,
Glad we could assist, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeDecember 12, 2018 at 4:14 am in reply to: Download limit in Envato stopping me updating to 4.5.1 #1044096Hi,
Thank you for the feedback, I believe that I understand your situation better now, even though you could download the theme file once to your computer, and manually update all of your sites then, this would be cumbersome.Perhaps updating all of your sites remotely would be easier, with a dashboard such as WP Remote which is free. But there are others that may even work better for your needs.
What I found exciting is that you can config it to call a GitHub repository to update your theme instead of Envato, so you would not be limited when updating your 50 or more sites.
You could download the update from Envato and upload it to your private GitHub, then login to your remote dashboard that will show all of your sites and click update once for all of them.Best regards,
MikeDecember 12, 2018 at 3:20 am in reply to: Enfold – Enable previous and next post navigation #1044090Hi,
Thank you for the login, first I changed your category from “news-cat” to “news”, so the function I posted will work correctly. So now all of your posts in the category news has the page class “news-cat”
Then I added this css to only show the arrows on posts in the category “news”#top:not(.news-cat) .avia-post-nav { display: none !important; }
I believe this is what you wanted, please see the examples in the Private Content area.
But I’m a little confused by your last link above, that goes to the page “Φωτογραφίες” because it is not showing the “news” category.
Was this just a example for me to see, or was I suppose to do something with it?
Thank you.Best regards,
MikeDecember 11, 2018 at 2:09 pm in reply to: Contakt form: Autoresponder does not generate eMail #1043759Hi,
Sorry for the late reply, I found the fix. You have to make sure the EMAIL Address –> says validate email address in the Contact Form, this will fix the autoresponder issue.
I tested your form and it’s now working, please check.Best regards,
MikeHi,
I took a look at your sub-text and logo, and to have the sub-text next to the logo I tested this css:@media only screen and (max-width: 767px) { .responsive #top .logo { width: 25% !important; }
Please try the code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field
Please see the screenshot in Private Content area.
I also noticed that your menu is quite large and for tablets (768px) the menu items are stretching under the logo. I would recommend having the mobile menu show until 1030px with this css:@media only screen and (max-width: 1030px) and (min-width: 768px) { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none !important; } .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: block !important; } }
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please include FTP access in the Private Content area so we can assist.Best regards,
MikeHi,
Thank you for the image, Try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { $output = get_option('date_format'); return $output; }
Best regards,
MikeDecember 11, 2018 at 5:39 am in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043545Hi,
Ok, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.Best regards,
MikeDecember 11, 2018 at 5:30 am in reply to: Download limit in Envato stopping me updating to 4.5.1 #1043543Hi,
If I understand correctly, you are updating your sites through the backend of your sites and Envato has limited your account?
Another solution would be to update your sites via FTP, Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Or try using the Update Theme and Plugins from Zip File plugin that will allow you to manually update via the WordPress theme panel by uploading the enfold.zip file.
*Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 17.9mb.Best regards,
MikeHi,
Sorry about that, I missed that customer was not the one that opened the thread, I will pay closer attention going forward. Glad that I asked first.
Your error seem to suggest that perhaps the correct permissions were not allowed in the creation of the token.
But another possibly is that you are managing several licenses and tokens and that the Envato cookie is causing errors, please try using the incognito mode, or a private tab when performing the check. This has worked for others.Best regards,
MikeHi,
I took another look at your site, and noticed that in your child theme style.css you had a function that should only be in the functions.php, so I moved it:add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1); function avf_postslider_show_catergories_mod($category) {$category = 'show_business'; return $category;}
But in order to save your style.css I had to correct 19 css errors first.
Then I noticed that your child theme header.php was old and could cause so know issues with the lightbox function, and perhaps your current issue, so I updated it for you.
Then I found that disabling your Popup Maker plugin solved the issue you were having, perhaps it was a combination of these that was the solution, but Please clear your browser cache and check.Best regards,
MikeDecember 11, 2018 at 3:58 am in reply to: Upgraded to WordPress 5.0 now Avia builder is gone #1043534Hi,
@wdrow81 thanks for the kind feedback, as everything is working well I deleted the damaged theme folder for you.
Unless there is anything else we can assist with on this issue, shall we close this then?
@abyjrc2016 your error sounds like one from updating the theme via ftp by trying to overwrite the theme folder instead of replacing it. Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
If this doesn’t help, Please open a new thread so we can assist, and include your admin login & ftp access in the Private Content area, but as this is not your thread your login info will not be private if posted here.Best regards,
MikeDecember 11, 2018 at 3:39 am in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1043530Hi,
Thank you Victoria, this file is in WP 5.
So now it a matter of finding the conflict, it seems that our login is no longer valid.Best regards,
MikeHi,
I see that your tab sections are 25% wide now, so adding this css will center the tabs and make them bigger with bigger images:span.av-tab-arrow-container,span.av-tab-section-image { margin: auto !important; } span.av-tab-section-image { background-size: cover !important; width: 180px !important; }
Please see the screenshot in Private Content area.
so that solves all but the “friends” one, to solve the image crop, please try uploading your images at 180px.Best regards,
MikeDecember 10, 2018 at 2:39 pm in reply to: Editor Unexpected Error After WordPress 5.0 and Enfold 4.5.1 #1043098Hi,
The js error is coming from/wp-includes/js/dist/vendor/react-dom.min.js
which is not a standard WordPress directory or file, I tried to disable your plugins but I got a WP Engine warning.
I see you have some “must use” plugins from WP Engine, I wonder if the js is apart of one of those plugins?
Please ask WP Engine if this js is from them and to try disabling it.
If you need your site back ASAP, I believe that WP Engine offers free staging sites, which are copies of your site on temp servers to test with, you could roll your site back to WP 4.9 then create a staging site that is updated to WP 5 that we can continue to work on resolving this issue without it affecting your live site.
*just a thoughtBest regards,
MikeDecember 10, 2018 at 2:07 pm in reply to: Saving Enfold Contact Form to Database (Finally Solved!!) #1043085 -
AuthorPosts