Forum Replies Created

Viewing 27 posts - 31 through 57 (of 57 total)
  • Avatar: websitedude1985
    WebsiteDude
    Participant
    March 12, 2023 at 18:04

    Hi there

    I have figured it out – there is a conflict with the Invoicing Plugin you include – and also our Chat Platform GETGIST.com

    Here is a detailed video showing the problem with all conceivable combinations – each using email addresses to ensure all sales are like a new account.

    For point 6 – I do not understand what is happening here – but actually that is not causing the issue – there does seem to be some similar issues reported online though with that which perhaps you can take a look at…

    My dev commented as follows…..

    I did some research and I am almost certain that the problem is in Elementor. As I mentioned earlier, the “elementor_page_id” URL parameter is appended even if the permalinks snippets and Permalink Manager is deactivated, so the problem is not in the permalinks.

    There are similar bug reports from another users:
    https://github.com/elementor/elementor/issues/20999
    https://github.com/elementor/elementor/issues/18675
    https://wordpress.org/support/topic/checkout-placing-order-the-network-connection-was-lost/

    I am not exactly certain why Elementor forces it, but it definitely conflicts with your current set-up. To fix it you can remove the “elementor_page_id” from AJAX URLs using this little code snippet. This is just a hotfix and I would recommend to ask Elementor developers to address this problem.

    Hot fix suggested was here but the problems we had still persisted. Still might be worth checking on that though…

    https://share.getcloudapp.com/xQuR0Jro

    So after further tests my dev said….

    I made some additional tests and it seems that the problem is not in Elementor.

    The additional popup in the checkout is displayed because Gist plugin displays some additional data that breaks JSON feed output + WooCommerce PDF Invoice triggers the fatal error during the AJAX request (when the submit button is clicked). I deactivated both plugins and managed to complete the order also in Google Chrome browser 🙂

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    March 11, 2023 at 14:23

    Furthermore – I am forcing the use of Company Name filed but still that does not work all of the time – some transactions still fail – is there anything in the theme that affects the checkout process? can it be disabled?

    Avatar: websitedude1985
    WebsiteDude
    Participant
    March 11, 2023 at 14:21

    Tried that – only happens with XStore – see here for example of it hanging – and also when clicking for order this pops up

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    March 1, 2023 at 16:35

    I am still having major issues with the speed of this theme. Please see comment below from the host… PLEASE HELP

    Hi

    During the past 24 hours we have noticed a huge decrease in the CPU usage, but unfortunately, there seem to be new spikes logged on our graphs.

    You can check here –

    Most of the requests made by user agents are related to Google and instead of blocking them via .htaccess rules, we’d suggest that you limit the crawl activity in the Google Search Console where the bots are managed.

    As for the other bots, f.e. Pinterest, even if we block it the CPU usage will still go above the threshold limits, which affects the server.

    As my colleague mentioned, the main reason for the high CPU time is because of the admin-ajax.php requests that come from your theme and plugins.

    You can easily check that in your browser without any additional tools.

    As you suggested, the website can indeed be checked and optimized, but in this case the issue is related to the way the theme is coded and our optimization service does not include development or optimization of your plugins/theme or anything code related.

    We can help optimizing the website for better speed and performance, while reducing the calls to the admin-ajax.php file is something you should check with a developer.

    Alternatively, you can also consider changing that theme with another that would have similar layout but won’t have such intensive usage.

    Let me know if I can help with anything else.

    Warm regards,
    Luchezar Dimitrov.
    Security & Optimization at WPX

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 21, 2023 at 03:11

    This works a treat…. (put in Child Theme php)

    /**
    * Limit search to title
    */
    function search_by_title_only($search, $wp_query)
    {
    global $wpdb;
    if (empty($search)) {
    return $search; // skip processing – no search term in query
    }
    $q = $wp_query->query_vars;
    $n = !empty($q[‘exact’]) ? ” : ‘%’;
    $search =
    $searchand = ”;
    foreach ((array) $q[‘search_terms’] as $term) {
    $term = esc_sql($wpdb->esc_like($term));
    $search .= “{$searchand}($wpdb->posts.post_title LIKE ‘{$n}{$term}{$n}’)”;
    $searchand = ‘ AND ‘;
    }
    if (!empty($search)) {
    $search = ” AND ({$search}) “;
    if (!is_user_logged_in()) {
    $search .= ” AND ($wpdb->posts.post_password = ”) “;
    }
    }
    return $search;
    }
    add_filter(‘posts_search’, ‘search_by_title_only’, 20, 2);

    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 21, 2023 at 03:11

    This works a treat – would be good to understand how to also search Brands for example so that a Brand Name returns results based on Tag.

    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 16, 2023 at 14:57

    thanks for the more detailed reply, it has helped

    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 16, 2023 at 14:56

    Hi there

    thanks for the reply – but it seems a little like I am being steered back to using a standard template due to the fact the Single Product Builder does not function correctly and handle things the right way?

    Seems a shame, are you sure it’s not just a case of making the lower section inherit a page background or something?

    I need the left hand side sticky section of the image to remain in view at all times and the right hand to scroll as I build an order. But once I reach the lower section of the page on the right and there is nothing more to scroll – then the left hand column should begin to scroll with the rest of the page.

    Trying to understand why this cant work

    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 15, 2023 at 19:04

    Hi there

    thanks for the quick response, can you though please explain why this would need to be done? Surely disabling something is an option but in doing so I miss out on some feature?

    Would be good if the user guide/docs covered this sort of information

    Thanks again

    Avatar: websitedude1985
    WebsiteDude
    Participant
    February 15, 2023 at 14:52

    Hi there

    that would be amazing – if you can log in and check over the settings.

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    January 9, 2023 at 18:35

    Hi Rose

    thanks for the reply and I understand the point made. So yes I will message on the Taskboard any suggestions.

    That said, can you explain still if I should use the theme for uploading fonts to instead of using elementor/pro? In my case I have options I guess of 2 ways to do this – but which is best?

    Avatar: websitedude1985
    WebsiteDude
    Participant
    January 6, 2023 at 06:57

    Hi Tony

    thanks for the reply. So you have introduced this as part of the theme – is there a reason for that as of course you can do this in elementor anyway – so you’ve added code/feature for something that essentially if my understanding is correct that you didn’t need to.

    The more the theme does, the more code and overhead it has – should you not just steer people down the elementor route for that?

    So the in-built feature you have created, is this going to result in the fonts loading locally and therefore then updating the font options shown in elementor widgets automatically?

    I guess what I am wondering is how much of the site is using the theme and its settings for fonts, over and above the options set in elementor? Does uploading the fonts to theme change the options set across elementor? the last thing I want is for fonts to be called both locally and also direct from Google if somewhere things are not setup properly

    Avatar: websitedude1985
    WebsiteDude
    Participant
    January 4, 2023 at 03:31

    Thanks for this reply. Whilst it is helpful to follow – what it does not do is explain what each of the options do in detail and how they either are important to use with WP Rocket or not.

    At some stage it would be good for you to release some sort of guide as to why you have these in the theme.

    At the moment we are working in the dark not knowing what benefit there is if any with some of these.

    I attach a video showing a BUG when following your settings,

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    January 2, 2023 at 12:29

    Is it possible for you to do a video walkthrough showing the X-Store theme settings for optimisation when used in conjunction with the options of the WP Rocket plugin?

    At the moment there is no real clarity on which options to use as your theme appears to offer speed optimisation but then it is not clear if the options are needed when alongside WP Rocket.

    I’m sure there are lots of people with the same issue of not being sure which to use in the theme and which not.

    Thanks

    Avatar: websitedude1985
    WebsiteDude
    Participant
    July 11, 2022 at 04:18

    Any update please? I reached out to Kirki but nothing and over 5 days

    Avatar: websitedude1985
    WebsiteDude
    Participant
    July 6, 2022 at 07:24

    +1 for this feature – it causes us issues also. No way to prevent items from appearing in the store without using a third party plugin 🙁

    Avatar: websitedude1985
    WebsiteDude
    Participant
    July 6, 2022 at 07:07

    Lots of fonts? Not really – but we are about to remove fonts and upoad to Elementor instead so no need to call from Google.

    I see the Kirki autoload data is font related – do you use that in the theme? I wonder if I can disable autoload on this as I intend to use the fonts uploaded to Elementor for use on the site – not sure if Kirki needs to be autoloaded that’s all..

    Overall in XStore there are lots of rows that autoload – is there a way to make this more optimal/streamlined? Just a tohught

    Avatar: websitedude1985
    WebsiteDude
    Participant
    July 5, 2022 at 17:30

    HI Olga

    thanks for the reply – that is super helpful.

    I guess this answers a lot then in terms of reliance of 3rd party plugins e.g. Kirki – as you can see it is Autoloading a fair bit and swallows up a lot of the allotted advise 0.8MB limit on autoloaded data on WPEngine who are said to be one fo the best WP hosts. So if your required plugins affect that a lot then this answers why some people suffer poor performance?

    I’m surprised the Child Theme is so large a size – as well as some of your other essential required DB table Rows – I wonder if this can be improved upon as at the moment I have removed lots from my site and turned off Autoload data where I can but the theme itself is swallowing up a lot of my autoloaded data 🙁

    https://share.getcloudapp.com/ApuXJxro

    Avatar: websitedude1985
    WebsiteDude
    Participant
    July 5, 2022 at 05:07

    Hi Guys – any response to this? I have a huge Autoload Data size and many of the DB rows are from the theme – it would be really helpful if your DEVS can take a look at whether or not these rows need to be autoloaded.

    Thanks

    Avatar: websitedude1985
    WebsiteDude
    Participant
    June 29, 2022 at 09:01

    Thanks Rose

    Avatar: websitedude1985
    WebsiteDude
    Participant
    June 29, 2022 at 08:45

    Hi Guys,

    Unfortunately Im confused – tried literally everything with WP Rocket, X Store Speed settings and it just doesnt make a difference.

    It would be great if someone could collate a comprehensive example of each setting in WP Rocket that matters – its confusing as your own settings lead me to think that they will conflict with duplicating settings in Rocket – that said, it would be great if you could just show how YOU guys would set it up – list of settings on theme, and then list of settings on Rocket – then aside of that any other suggestion.

    Autoload data is a problem and despite latest update I get lots of your themes autoloaded date showing up for several different things in the WP Options Table. Also some of your bundled plugins like Kirki – they also have large Autoloaded data lines.

    I’m sure there are lots of us that might benefit from a video or clear guide on what to do.

    Thanks

    Avatar: websitedude1985
    WebsiteDude
    Participant
    June 29, 2022 at 05:38

    Hi Rose

    thanks for the reply. Please see attached a link to my WP Options Table and you’ll see lots of X Store/theme related autoloaded Data entries – Can you advise if these are all necessary and if not then what I can do about them?

    I am assuming all ET entries are because of the theme?

    Also other items needed for the theme such as the Kirki entry. I’ll list below the ones I am curious about whether we can do anything about them…

    et_studio_data
    189025

    theme_mods_hg-child
    98733

    smile_modal_styles
    71270

    kirki_downloaded_font_files
    48888

    et_multiple_headers_old
    43212

    brainstrom_bundled_products
    37996

    theme_mods_xstore
    35629

    et_multiple_headers
    34622

    et_multiple_single_product
    22069

    smile_style_analytics
    17912

    the above entries I think are related to the theme and your plugins – e.g. Kirki – so can you advise how we can make this better and better performing?

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    June 15, 2021 at 05:11

    Hi Olga,

    okay so we don’t use your own Variation Swatches that come in the theme. Instead we use a well known plugin TM Extra Product Options which handles things much better and gives us lots of flexible options. I don’t believe this plugin is the problem.

    I do not use anything else for the Woocommerce Store Checkout Process – I disabled the plugins I was using (Shop as customer).

    Please see this video which shows further detail which I hope you can see something that might answer the questions/issues.

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    June 9, 2021 at 11:11

    Not sure if this is part of the problem? can you tell me why they are showing as errors?

    https://share.getcloudapp.com/DOuq8zqq

    Avatar: websitedude1985
    WebsiteDude
    Participant
    March 16, 2021 at 04:53

    follow up with more info

    Please contact administrator
    for this information.
    Avatar: websitedude1985
    WebsiteDude
    Participant
    March 10, 2021 at 06:33

    Hi there,

    Yes thats correct, I have enabled that.

    I am trying to use the EDIT WITH ELEMENTOR button in the main content area and when I do that I get that error.

    I am trying to use a template in that area so that I can use templates to control content in that part across multiple products so I can edit once in the template and it reflects on all products.

    Avatar: websitedude1985
    WebsiteDude
    Participant
    October 3, 2014 at 09:41

    Hi Eva,

    thanks for the fast reply!

    1. Yeah I followed that but if using images and say I set 3 men items with et-col4 as the class on each – this means there are 3 in the menu. BUT if I then do the same for the next 3 so that I have a second row – they are then indented slightly meaning it looks poor and the 6th image actually beings a 3rd row. So really this is not all that great for me. Also, each menu column seems a little too close to the next – the padding could be better to make the layout look a bit nicer if setting it up this way.

    2. No problem, could you not create a class that could be added to the image path to make this happen?

    3/4/5. Oh that’s a shame, this theme is one of the best I’ve had the pleasure of working with so congrats on that!! But really as the menu on E-commerce sites is a pretty major thing and trends are that they are becoming more informational aswell as navigational then this holds a few things back for me from a useability perspective. Granted, there are plugins, Ubermenu being one – but I would rather not have additional plugins risking compatibility issues 😉 All that said, I love the theme, but perhaps as it goes from strength to strength your developers could look into how this could be improved a little?

    thanks for the time responding.

  • 1 2
    Viewing 57 results - 31 through 57 (of 57 total)
Viewing 27 posts - 31 through 57 (of 57 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.