Forum Replies Created

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • 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 problem

    in reply to: Enable search within menu pages, not just blog entries #779882

    Hey,

    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

    in reply to: Enable search within menu pages, not just blog entries #779294

    Hey,
    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,
    andi

    in reply to: Enable search within menu pages, not just blog entries #774047

    Thanks 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,
    Andi

    in reply to: Enable search within menu pages, not just blog entries #772302

    Hey,

    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, 1 month ago by net-files.

    We 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!

    Hi,

    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.

    in reply to: Enable search within menu pages, not just blog entries #758278

    Hey,
    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,
    Andy

    in reply to: Enable search within menu pages, not just blog entries #757121

    Hey 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,
    Andy

    in reply to: Enable search within menu pages, not just blog entries #756275

    Adding 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, 2 months ago by net-files.

    Hi,

    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,
    Werner

    Thank 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.

    in reply to: Layerslider Pfade #559158

    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?

    in reply to: Enfold an WPML – wrong URLs for Enfold Files #496544

    Thnks for your response, i have already contacted WPML- and WordPress HTTPS (SSL) – Support.
    And i’ll be updating Enfold asap.

    Best regards, Werner

    in reply to: Enfold an WPML – wrong URLs for Enfold Files #496430

    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?

    in reply to: Enfold an WPML – wrong URLs for Enfold Files #496381

    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

Viewing 16 posts - 1 through 16 (of 16 total)