Forum Replies Created
-
AuthorPosts
-
September 6, 2017 at 11:38 am in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #848551
it’s not getting better:
https://testmysite.withgoogle.com/intl/en-gb
we get a “Loading time: poor” with the latest enfold version
the problems are still “Renderblocking JS” and “Load visible content before CSS and JS”
and we still do not think that a comprehensive theme like enfold should force us to use some complicated minify/optimization plugins to solve this problemApril 19, 2017 at 10:40 am in reply to: Enable search within menu pages, not just blog entries #779882Hey,
thanks for the reply. Can you tell me one last thing? Do you use the standard search, searchwp or relevanssi on
http://kriesi.at/themedemo/?theme=enfold ??best regards,
andi
April 18, 2017 at 1:56 pm in reply to: Enable search within menu pages, not just blog entries #779294Hey,
In Screen 1 you can see that the first search result for “business” is the page “jobs” which I don’t get. The other thing is that I’m not sure what title wordpress search uses as criteria (Screen 2 vs Screen 3)best regards,
andiApril 7, 2017 at 3:56 pm in reply to: Enable search within menu pages, not just blog entries #774047Thanks for the quick response, it worked perfectly! I didn’t know wordpress makes a difference between the name of the page (textfield on top of page editor) and the title field. Is there a way to actually make it pick the name of the page?
Best regards,
AndiApril 5, 2017 at 8:28 am in reply to: Enable search within menu pages, not just blog entries #772302Hey,
thanks a lot for you help. I have one more question regarding the search functionality. Everything works fine now, despite for example if you search for “Security”, the results show every page that contains “Security” and they are ordered by the release date of the page. It would make much more sense if a page named exactly like the search term would be on top of the results. Is there a way to achieve this? I did a long research on this, but it all ends up in “install this plugin to..” which I want to avoid.
Best regards,
Andi- This reply was modified 7 years, 7 months ago by net-files.
March 15, 2017 at 9:15 am in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #761227We just wanted to make clear that this “supposed problem” is a serious issue for us and if the ranking keeps getting worse we are considering to switch the theme!
March 14, 2017 at 1:15 pm in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #760688Hi,
it seems like Google updated its page speed insights. Our page dropped from orange to red since JavaScript- and CSS-Ressources in “above the fold” contents obviously became more important.
I’m writing this to inform you once again that the issue becomes more and more critical and something needs to be done about this.
March 9, 2017 at 10:23 am in reply to: Enable search within menu pages, not just blog entries #758278Hey,
I think I was a bit inexplicit there. The search results are fine, but reply #756673 hasn’t worked yet.add_filter(‘posts_orderby’,’my_sort_custom’,10,2);
function my_sort_custom( $orderby, $query ){
global $wpdb;if(!is_admin() && is_search())
$orderby = $wpdb->prefix.”posts.post_type ASC, {$wpdb->prefix}posts.post_date DESC”;return $orderby;
}This did not work because it seems like in the if statement is_search() never comes out as true. Everything’s working properly, except posts still being displayed before pages.
Sorry for the circumstances,
kind regards,
AndyMarch 7, 2017 at 5:13 pm in reply to: Enable search within menu pages, not just blog entries #757121Hey Jordan,
thanks for your answer! It seems like is_search() is never true for this specific search. There is another search on my webpage ( under /blog ) which responds to this.
What I am looking for now is an equal function for my ajax_search_response to be checked before executing your code. Please go to my attached web page, the search I want to modify is in the header, while the search that is addressed by is_search() can be found under “Blog”.Kind regards,
AndyMarch 6, 2017 at 10:13 am in reply to: Enable search within menu pages, not just blog entries #756275Adding this function to my functions.php did not change anything, blog entries are still the only thing found by search. Also this link says “page not found”, but I think I got the right one.
Update: Changes somehow didn’t apply, but as they did now, it works! Thanks for your help!
Update: Is there a way to display the “pages” within the results first?- This reply was modified 7 years, 8 months ago by net-files.
November 28, 2016 at 9:19 am in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #717627Hi,
thank you for all those answers. It seems to be a matter of “if you want the features, you have to swallow this pill”. It will be hard to find a theme that has similar features like Enfold but only inline CSS&JS.
Best regards,
WernerNovember 25, 2016 at 10:05 am in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #716739Thank you for the information, the desktop value is correct, but the “Mobile-Insight” is getting more and more important and our marketing team is keeping a very close eye on this issue. It’s “only” about the JS- and CSS-ressources “above the fold”! I’m aware that changing this is almost an open heart surgery.
I just wanted to let you kow that we are thinking about migrating to another theme/CRM if this gets more serious in the medium-term! And i would be surprised if we are the only ones concerned.
Hi,
thanks for your responses.
1.) The space is URL-encoded with %20:
…/static/%20codemirror/…2.) We do not use a plugin for symlinks, it’s just the configuration of the server. The things i read so far say that it should not be a general problem in wordpress!?
Unfortunately i cannot grant you admin-access due to privacy reasons. Here is the frontpage:
https://dev.netfiles.de/
You can see the symlink problem there.PS: is the console.log() statement in avia.js line 893 necessary?
Thnks for your response, i have already contacted WPML- and WordPress HTTPS (SSL) – Support.
And i’ll be updating Enfold asap.Best regards, Werner
Hi, i was able to investigate further:
deactivatimng the plugin “WordPress HTTPS (SSL)” has fixed the issue – unfortunately we need this plugin as we have to serve some pages “SSL-only”
Has anyone another solution?got a hotfix by creating symlinks for the missing folders.
But that’s not a long-term solution.Still hoping to get more advanced help
-
AuthorPosts