Forum Replies Created
-
AuthorPosts
-
Hey cipriana,
There really isn’t too much you can do to optimize .js except try to use CDN’s
But you can enable gzip compression in your .htaccess, Use Progressive JPEGs, and set the max-age or expires in your htaccess.
When I look at the test below, I see your host takes 3 sec to First Byte? this should only be around 400ms on a shared server.
https://www.webpagetest.org/result/170526_W4_1NT/Best regards,
MikeHi,
I believe addressing the 403 error will solve the issue. Please try the fixes listed here: https://www.elegantthemes.com/blog/tips-tricks/how-to-fix-403-forbidden-error-in-wordpressBest regards,
MikeHi,
Yes that is your config file, it’s encrypted.
It is strange that you have no top bar or left side dashboard, yet you do have a login screen?
Can you take a full screenshot of what you see right after login?Best regards,
MikeHey toolflex,
First let’s try to get your editor working by disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.To create a child theme see here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Now to answer your question about using the export feature and protecting your customizations, we first must ask what kind of customizations have you done?
Did you add css to your General Styling > Quick CSS field?
Did you change the css in your style.css via Appearance > Editor?
Did you add code to your functions.php?
Did you edit any other theme .php files?If you only made changes within Enfold, and add some css in the General Styling > Quick CSS field, the export should work for you.
If you edited other files, you will need to save those files to add to your child theme.
Please consider making a backup first, I recommend https://wordpress.org/plugins/duplicator/Best regards,
MikeMay 25, 2017 at 4:12 am in reply to: Add a font available in headers that is not available in body text #799331Hey violin12,
If you are the Layerslider you can add the Scroll Indicator to the slide, here’s a post about it: https://kriesi.at/support/topic/add-scroll-down-arrow-button-on-advance-layerslider/#post-263327
Or perhaps a plugin.Best regards,
MikeMay 25, 2017 at 3:50 am in reply to: Adding HTML or CSS to Category Description in Woo Commerce #799326Hey perfectword,
Perhaps this will work for you: https://wordpress.org/plugins/allow-html-in-category-descriptions/Best regards,
MikeHey Andrew,
Enfold uses a one column layout for mobile devices to improve readability. There in no built-in way to create two columns for mobile. While it is possible to use css to over ride the grid and force this, it would take extensive rewrite which is beyond the scope of support we can provide here. You can request customization here or hire a freelancer on upwork. Sorry I wish I could have helped more :)Best regards,
MikeHi,
I could not login using the info, please check.
Have you tried disabling your plugins. And reactivating each one individually until you find the cause?
Can we disable all plugins?Best regards,
MikeHi,
Please try: https://kriesi.at/support/topic/how-to-change-read-more/#post-369455
or you can change the read more text by opening up includes/loop-index.php, includes/helper-templates.php and includes/loop-archive.php and replace all occurrences of “read more” with your custom text.Best regards,
MikeHi,
It looks like the mobile, laptop & desktop view of the slider and buttons, is good now.
As for limiting the width of the slider text to 50% in the mobile view, it can be done but it would make the size of the text very small so that the buttons stayed visible. Do you want to proceed anyways?Best regards,
MikeHi,
The issue is with the spacer line, if you take the spacer line out the plugin with show in the above color section. If you wish to use the spacer, we could keep the plugin in it’s own color section and write some code to reduce the padding to move the plugin up.
Let us know which path you plan to take.Best regards,
MikeMay 25, 2017 at 2:51 am in reply to: Main Product Images Are All Really Low Resolution Until You Click On Them #799311Hi,
It looks like your images are 176×176 and are bing scaled up to 270×270 causing the low resolution, can you try uploading larger images?Best regards,
MikeHi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
I can’t seem to reach the site today, http://downforeveryoneorjustme.com says it down. please adviseBest regards,
MikeMay 25, 2017 at 2:38 am in reply to: Manual sizing for portfolio thumbnail images not working #799308Hi,
Try this code in the General Styling > Quick CSS field:#top .post-entry-21 .grid-image img { width: 180px!important; } #top .post-entry-21 .no_margin.av_one_fifth { width: 180px!important; }
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I restored French language in backend, sorry :)
I don’t think I understand, can you provide a screenshot?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,
MikeHi,
Oh I see, this is a plugin issue. You could try contacting the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeMay 21, 2017 at 8:45 pm in reply to: How to put a background image behind body content on a specific page only. #797280Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
The export file will not solve the missing admin bar. The admin bar is in WP, not Enfold.
As I understand the issue: you have a working site that you want to use on your localhost, in that case:
I recommend using https://wordpress.org/plugins/duplicator/ to make a full backup of your live site and install in on your localhost.
What program are you using as a localhost? XAMPP? I use http://www.uwamp.com/en/ it’s light and easy.
Best regards,
MikeHey sensiblekaren,
It looks like it is working now, Please clear your cache :)
If not please add a screenshot of the element.Best regards,
MikeHey gestaltungsstil,
Please include the url to the page in question so we can take a closer look.
also a screenshot of how you would like it to look would be helpful.Best regards,
MikeHey viaggiareverde,
We will need FTP or cPanel access in Private Content areaBest regards,
MikeHey mikkijack,
On line 985 in your style.css you had this:.menu li > a:after { content: ' â–¾'; } .menu li > a:only-child:after { content: ''; }
I couldn’t get \ue877 to work, but I did get \f140 to work:
.menu li > a:after { content: '\f140'; font: 400 20px/1 dashicons;} .menu li > a:only-child:after { content: ''; }
Hope it helps, Please clear your cache :)
Best regards,
Mike -
AuthorPosts