Forum Replies Created
-
AuthorPosts
-
March 19, 2017 at 9:31 pm in reply to: Single page and extra page – header menu doesn't work with Zen-Menu-Logic #763329March 19, 2017 at 9:29 pm in reply to: Full width slider doesn't work when using render-blocking JS #763328
Hi,
I have just looked at your tests again, http://www.webpagetest.org/result/170319_WX_SFZ/ and you now have a B for Compress Images, see here to improve: http://www.webpagetest.org/result/170319_WX_SFZ/3/performance_optimization/#compress_images
I wanted to show you this first because yesterday on Pagespeed Insights you scored 3, today you score 58! That’s a huge jump, and on Desktop your at 70! Congrats! Now when you look at CNN’s 57 https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fcnn.com%2F your doing great.Now the thing is “Eliminate render-blocking JavaScript” is going to show for any site that uses JS, above the fold, such as a slider. Pages load slower with JS in the head, but Pagespeed Insights gives a warning with JS in the footer. But many believe that this is not that big when factoring the total page speed.
I hope I have been helpful, here is a little more: https://wp-rocket.me/blog/the-truth-about-google-pagespeed-insights/
Best regards,
MikeMarch 19, 2017 at 8:54 pm in reply to: Single page and extra page – header menu doesn't work with Zen-Menu-Logic #763312Hi,
OK, I think I got it right now :) First I disabled the Zen-Menu-Logic plugin, then I choose your menu with the full urls, this is needed because if your on the news page “#about” will not take you to home/#about it will look for news/#about. Hope that makes sense. Then I when to Enfold Theme Options > Advanced Styling > and choose Main Menu from “Select an element to customize” and made one for white menu & one for gold hover menu. Hope this helps :)
Best regards,
MikeHey peterzeeuwvanderlaan,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Zitronenen,
Um Links zu Ihren Tabs zu erstellen, verwenden Sie zuerst ein Codeblockelement, um einen versteckten Container zu erstellen. Dann einen Code unten, stellen Sie sicher, eine andere ID # für jede Registerkarte zu verwenden.<div id="tab-id-2"></div>
Dann kannst du damit verknüpfen: http://127.0.0.1/page/#tab-id-2
Ich hoffe das hilft, bitte vergib mein Deutsch.Best regards,
MikeHey pimmesz,
Have you unchecked “Sticky Header” in Enfold Theme Options > Header ?
Can you please include a URL to the page you are having an issue with?Best regards,
MikeHey JPOsteen,
You can many different ways, it depends on what you are trying to do. Here’s one example: http://fiddle.jshell.net/nikhilmangal/fcyL7Lfu/Best regards,
MikeHi,
I looked at your General Styling > Quick CSS field, and you had a few extra } and also missing the last } to make the code above work. You should find it working now :)Best regards,
MikeHey Beth,
You code worked for me on mobile and showed it on tablet and above. Is that what you wanted? Did you refresh after adding it to your General Styling > Quick CSS field?Best regards,
MikeMarch 19, 2017 at 6:02 pm in reply to: Left text alignment signle post without sidebar on mobile only #763262Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 426px){ #top .fullsize .template-blog .post .entry-content-wrapper { text-align: left !important; font-size: 18px !important; }}
Best regards,
MikeMarch 19, 2017 at 5:56 pm in reply to: Single page and extra page – header menu doesn't work with Zen-Menu-Logic #763261Hey orangedragin,
I took a look at your site and believe you were asking to add your news page to your top menu, so I did this though Menus > Manage Locations. I hope this helps, I don’t know about the third-party plugin Zen-Menu-Logic, or it’s advantages, but maybe you’ll find some tips here: https://wordpress.org/support/plugin/zen-menu-logicBest regards,
MikeHi,
I logged in but didn’t see the error. Yet I have seen this error before and the solution was to update the theme via FTPPlease try if you experience this issue again.
Best regards,
MikeMarch 19, 2017 at 5:18 pm in reply to: Left text alignment signle post without sidebar on mobile only #763252Hey Krzysztof,
To change your text alignment from justify to left on mobile devices (max 425px) Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 426px){ #top .fullsize .template-blog .post .entry-content-wrapper { text-align: left !important; }}
Best regards,
MikeHey Bruno,
Danke, dass sie uns kontaktiert haben!
Ja, wenn Sie das Thema aus der alten Installation entfernen, können Sie die gleiche Lizenz auf Ihrer neuen Website verwendenBest regards,
MikeHi,
Thank you, we look forward to your updates, and thank you for using Enfold.Best regards,
MikeHi,
I have logged in and believe you have two issues, one is a backup buddy error message:_private_server/schoolofnaturalskincare.com/wp-content/plugins/backupbuddy/backupbuddy.php): failed to open stream: No such file or directory in /home/gail_private_server/schoolofnaturalskincare.com/wp-includes/functions.php on line 4783 Warning: fread() expects parameter 1 to be resource, boolean given in /home/gail_private_server/schoolofnaturalskincare.com/wp-includes/functions.php on line 4786 Warning: fclose() expects parameter 1 to be resource, boolean given in /home/gail_private_server/schoolofnaturalskincare.com/wp-includes/functions.php on line 4789
the other is with the Thrive Visual Editor that is also being used. I believe it may have corrupted the shortcode used by the Advanced Layout Editor. You could try deactivating the Thrive Visual Editor and enable the ALE debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ to try to recover and fix your content. Or you could try deactivating the Thrive Visual Editor and rolling back your Revisions to before the Thrive Visual Editor.
Best regards,
MikeHi,
In the new update some elements do have live preview . You may not see the changes correctly until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
MikeHey beryllineusa,
Sounds like the files is corrupt, please download again.Best regards,
MikeMarch 19, 2017 at 2:02 am in reply to: Full width slider doesn't work when using render-blocking JS #763043Hey kieranvyas,
There are a few thoughts here, the full width slider requires JavaScript, and would otherwise need to wait until it loads. Minify JS must be done it the order that the scripts are called, otherwise they wont work. For your issue some have reported that W3 Total Cache has not been the best option. Perhaps https://wordpress.org/plugins/wp-fastest-cache/ would be worth the try.
I have looked at your test, and I believe your “Optimize images” is a factor. See this test http://www.webpagetest.org/result/170318_D1_ZT0/ where you got an A on everything but Compress Images. You can easily Compress Images in your .htaccess with this code:# compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE image/png AddOutputFilterByType DEFLATE image/gif AddOutputFilterByType DEFLATE image/jpg AddOutputFilterByType DEFLATE image/jpeg
Or by using a plugin. Hopes this helps
Best regards,
MikeMarch 19, 2017 at 1:34 am in reply to: CAN A NEW FEATURE BE ADDED TO ALLOW US TO SET THE FOCAL POINT #763041Hey lynettebrown,
That is a very nice feature, please feel free to request this feature on Enfold feature request form.Best regards,
MikeHey MORTULGAAH,
Hum, this is odd, it is working for me. Perhaps you have a space, a foreign character, or perhaps a clean cache is required?
Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeMarch 19, 2017 at 1:20 am in reply to: Cannot get Default Business Theme to display full width blog posts #763039Hey Melissa,
Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHey envatotastic9,
Try this code in the General Styling > Quick CSS field:.avia_transform .avia-gallery-thumb img { transform: none !important; -webkit-transform: none !important; opacity: 1 !important; }
Best regards,
MikeMarch 19, 2017 at 12:48 am in reply to: Product Category Widget does not align categories properly #763033 -
AuthorPosts