Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter josipwp

    (@josipwp)

    Well too bad since it works great on all other pages except the most important…

    Thank you for your help, I am off to find another solution, kind regards!

    Thread Starter josipwp

    (@josipwp)

    So your loading effect can’t override that “fade out” effect when my clients click “Place order” at Checkout? 🙁

    Thread Starter josipwp

    (@josipwp)

    Greetings,

    I just reactivated it to be shown on all pages on my site, but that is not what I want. I want it to be only at Checkout. But, even with this action, at Checkout once I click Place Order I have “fade out” effect where the screen puts whole checkout page with items little bit in the background (like there is a gray shade over it), and only after 5-6 seconds of that loading screen (probably WooCommerce/wordpress default) do I see very fast loading animation from your plugin, it lasts for a second and then Checkout is over.

    So, even when I put the settings on All Sites to activate default animation, my most important loading (as it is final and it takes longest) is not fully covered with your loading animation, just at the very last moment it shows and the page turns on Order completed, etc., new page.

    EDIT:
    PLEASE CLICK ON PLACE ORDER TO SEE WHAT I AM TALKING ABOUT AS I JUST CHECKED MY BACKEN, NO ORDER WAS MADE WHICH WAS NOT MINE IN LAST HOUR. ONLY MY SEVERAL TESTING ORDERS WERE FINALIZED. 🙂

    Kind regards,

    Josip M.

    • This reply was modified 6 years, 7 months ago by josipwp.
    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Yes I did, it seems that WooCommerce is making problems. I need to use the old one, but then my customers get this message at checkout:

    Warning: unserialize() expects parameter 1 to be string, array given in /home/josipm22/public_html/sailboatrc.com/wp-content/plugins/woocommerce-composite-products/includes/wc-cp-functions.php on line 223

    and it doesn’t matter that their order is processed, they are confused and they think that the order is stopped.

    And also I have that same problem whenever someone types exactly [www.sailboatrc.com] they get double link loaded http://www.sailboatrc.com/sailboatrc.com and of course, this message;

    Oops, This Page Could Not Be Found!
    404

    I tried to delete the second buildup (copy) of my page at the host and copy paste the working plugins folder instead of the remaining one so that my shop works and so that my homepage works also, but the problem with shop remains and I have working homepage then (once I edit the .htaccess file into a default wordpress now.)

    We will see what will happen after the wordpress updated now, maybe in few days something will work better, I will try and tell you here but this is getting very disturbing now! 🙁

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Dear James,

    So, I have tried to erase my double site from cPanel (somehow I have double site copied, have no idea who did that…), and I did delete it successfully. So, I deleted first my sailboatrc.com folder and then I saw how that messed up my site (Shop not working), so I used backup, and in next turn I deleted the second copied site and saw how that messed up my site (404 error). Once I edited .htaccess file to default WordPress code, and once I copied the plugins folder which had that one file missing (or was corrupted) – that was messing up my shop page, I had http://www.sailboatrc.com link working excellent and with it my Shop page was working great. I was so happy, finally, I copied healthy plugins folder instead of the corrupted one, and I have deleted double site inside my host data, and my www. link was working great! That lasted for about a day, and then again somehow my Shop got messed up, and I only remember that I updated some plugins in the meanwhile. So I am back to square one again, I used backup again…
    Does that mean that I will run on old plugins now? If it does, wouldn’t that slow my page down in future and even cause security issues in future? 🙁

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Both addresses are set like this: https://sailboatrc.com

    Permalinks (under Settings) are:

    Common Settings
    Post name: https://sailboatrc.com/sample-post/

    Optional
    Avada portfolio category base: portfolio_category
    Avada portfolio skill base: portfolio_skills
    Avada portfolio tag base: portfolio_tags
    Product category base: product-category
    Product tag base: product-tag

    Product permalinks
    Default: https://sailboatrc.com/product/sample-product/

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    I tried to avoid my lack of programming skills and while the Shop was working on my site, I turned on a redirect option from ||www.sailboatrc.com|| to ||https://sailboatrc.com|| but then my Shop page got this:

    “404 – Not Found
    The page you are trying to access does not exist.
    If this error persists, please contact the website webmaster.
    If you are the webmaster of this site make sure that:

    You have uploaded correctly your files to the public_html directory which is the web-root of your account;
    You have not misspelled the URL. Bear in mind that letters are case sensitive and no white spaces are recommended;
    In case you have applied SEO – SEF URL rewriting rules, make sure you have re-named the htaccess.txt file to .htaccess. If there is already a non-empty .htaccess file read it and make sure the necessary rules are un-commented.”

    So even that quick fix wasn’t able to help me out…

    • This reply was modified 8 years, 7 months ago by josipwp.
    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    I tried, no help. The same problems remain so I did a backup again to have functional Shop at least. Either the Shop works and I have “double link as homepage” problem, or the home page loads correct only http://www.sailboatrc.com but then my Shop is totally messed up with some bug. (missing .css file from fusion elements…)

    The one solution could be this which is too advanced for me:

    “What you can do in order to resolve the issue is copy the css files from the previous location to /home/josipm22/public_html/wp-content/uploads/fusion-scripts.”

    🙁

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Well, I have two, this one is from ‘higher tier map, /public_html/.htaccess:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^sailboatrc.com$ [NC,OR]
    RewriteCond %{HTTP_HOST} ^www.sailboatrc.com$
    RewriteCond %{REQUEST_URI} !sailboatrc.com/
    RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
    RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
    RewriteRule (.*) /sailboatrc.com/$1 [L]

    and this one is from subfolder, public_html/public_html/sailboatrc.com:

    # HTTPS forced by SG-Optimizer
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
    </IfModule>
    # END HTTPS
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    BUT, this was already solved with my Customer Support member who resolved it this way:

    “Thank you for getting back Josip,

    I have removed the redirection entries inside your .htaccess and replaced them with the default WordPress rewrite rules:

    Code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    After doing that, the redirect to the non-existing folder is gone, and you can verify this by clearing your browser’s cache. You can also check this online tool for the results:

    https://geopeeker.com/fetch/?url=WWW.SAILBOATRC.COM

    And the reason why the shop page is not showing properly is because a file is missing from your website:

    https://sailboatrc.com/wp-content/uploads/fusion-scripts/b48236d78e83938db8ba69ec655fce7d.js

    This file is opened when accessing the shop page but since the files does not exist, the shop is not loading properly. If the website was previously working, we would advise you to run a backup restore for a specific date within 30 calendar days back. Please note that it is not recommended for two applications to share a single database as the changes in one of the websites can break the functionality of the other one.

    If there is anything else we can help you with, please open a new ticket.”

    AFTER we did that, the “Double link problem” was gone, but my Shop page was messed up with some bug, and then we are back to my first post up above in which I have explained that already…

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Yeah, the site works fine now because I did a backup, BUT now there is my ‘old bug’ back – if you type in manually in URL http://www.sailboatrc.com you will actually load on: https://sailboatrc.com/sailboatrc.com/
    Check it out here: http://prntscr.com/guqrbp
    So, all the newcomers who typle http://www.sailboatrc.com (without https) will get messed up landing page.

    If I fix this bug by editing .htaccess file as recommended by my host provider, then my Shop page stops working…
    Such a weird thing really, I am killing myself for 6 days in a row now with no results.

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Here is another weird thing, I created a backup because I needed my shop to work, and its fine now, but my homepage is messed up like this now: http://prntscr.com/gujvu0
    So, anytime when someone types in exactly this: http://www.sailboatrc.com (without https), my page is loaded with “double link” as shown in SS.

    This problem was solved by my host support, but then they mess up my Shop which is more important to me…

    Forum: Fixing WordPress
    In reply to: CSS weird bug
    Thread Starter josipwp

    (@josipwp)

    Well, you are right, but I thought there are some official WordPress help members who are visiting this forum…
    Ok, then what can I share, this inspect?
    http://prntscr.com/gujd75
    ERROR says failed to load resources :S
    My programmer left me so I am in a great struggle to fix this…

Viewing 12 replies - 1 through 12 (of 12 total)