• Hello,

    I switched testing on and have 2 problems:
    – Some elements of my home page don’t display, in particular the whole product section, any idea why?
    – on my woocommerce product page we don’t see product images nor the product description, any idea why? Thx so much!

    Reynald

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author AmauriC

    (@amauric)

    Hey

    – If a section is managed by your website theme, it cant work with an another theme (here the app theme)

    The WPMobile.App (overlay) theme is a workaround to add the mobile interface over your website theme, it should be better

    – Same, try with the overlay theme ??

    Thread Starter reynaldf

    (@reynaldf)

    Hi Amauri,

    Thanks for coming back to me!

    Unfortunately I tried overlay but with it I can’t scroll at all.

    The weird part about the app theme is that most stuff works, besides the few things that I listed.
    I’m running on OceanWP and a few pages are built with Elementor (Home, Contact, FAQ)

    Unfortunately I think I won’t be able to convert the site to an app soon ??

    Thread Starter reynaldf

    (@reynaldf)

    Hi Amaury,

    All the broken parts of woocommerce pages are fixed with the last release.

    There is only one problem left, which is the few blocks in the middle on my home page remaining blanks (whereas 60-70% of the page loads correctly)

    Any idea how to get around it? These blocs just contains images and buttons, which is the same as for the rest of the page which loads. weird isnt it?

    Plugin Author AmauriC

    (@amauric)

    Great ??

    The element are invisible because the fade in animation is not triggered (the scroll is not the same in a browser and the app).

    Just add this piece of CSS to make all elements visible:

    .elementor-element {
    visibility: visible;
    }

    Thread Starter reynaldf

    (@reynaldf)

    This looks amazing, looking forward to have the apps fully ready ??

    Last 2 small issues before I make the purchase:

    – 4 images (the ones in the first section with 100% natural, THC-free etc) are not loading – does it have anything to do with lazy load?

    – the CSS on my contact form is broken (the button was supposed to be black with uppercase)

    Plugin Author AmauriC

    (@amauric)

    ???

    – Yes, disable the wpmobile Lazy load in Blocks > Content > Lazy load image

    – One more CSS rule for the submit button:

    .wpmobile-3552 button {
    background: #000;
    font-weight: 700;
    }

    Thread Starter reynaldf

    (@reynaldf)

    Amazing ??

    Lasts asks, I promise:

    -there is also a contact bloc at the bottom of my home page – how can I find the css id in the app?

    – any way we can get the anchor links to work on the home page?

    Thx so much!!

    Thread Starter reynaldf

    (@reynaldf)

    Because same I’d like to change the background color of the woocommerce add to cart button.

    And one silly question – the reason why we can’t checkout from the cart, is it because it is in test mode?

    Plugin Author AmauriC

    (@amauric)

    This is the same class than on your website.

    Here the CSS for the submit button ??

    .elementor-widget-form button {
    background: black;
    font-weight: 700;
    }

    Unfortunatly anchor links dont work : /

    Plugin Author AmauriC

    (@amauric)

    the reason why we can’t checkout from the cart, is it because it is in test mode
    No, it’s because there is a php error on the server side in this page.
    Dont know why but it you can access the server log, it will help a lot.

    Thread Starter reynaldf

    (@reynaldf)

    Interesting – my debug mod is active and nothing has been logged ??

    I do have an idea though – maybe it’s caused by my Sucuri firewall trying to prevent the execution of certain scripts?

    Plugin Author AmauriC

    (@amauric)

    Thread Starter reynaldf

    (@reynaldf)

    My bad I wasn’t taking a look at the right log file hahaha

    Here is the error log:

    [22-Mar-2019 17:50:27 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get_price_html() on null in /home/reynaldf/public_html/wp-content/plugins/woocommerce/templates/loop/price.php:26
    Stack trace:
    #0 /home/reynaldf/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(211): include()
    #1 /home/reynaldf/public_html/wp-content/plugins/woocommerce/includes/wc-template-functions.php(1224): wc_get_template('loop/price.php')
    #2 /home/reynaldf/public_html/wp-includes/class-wp-hook.php(286): woocommerce_template_loop_price('')
    #3 /home/reynaldf/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
    #4 /home/reynaldf/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #5 /home/reynaldf/public_html/wp-content/plugins/woocommerce/templates/content-product.php(57): do_action('woocommerce_aft...')
    #6 /home/reynaldf/public_html/wp-includes/template.php(706): require('/home/reynaldf/...')
    #7 /home/reynaldf/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(181): load in /home/reynaldf/public_html/wp-content/plugins/woocommerce/templates/loop/price.php on line 26
    [22-Mar-2019 17:55:26 UTC] PHP Fatal error:  Uncaught Error: Call to a member function get_price_html() on null in /home/reynaldf/public_html
    Thread Starter reynaldf

    (@reynaldf)

    Hi Amaury, Still the same with the last release – any idea where it could be coming from? Thx so much!

    Plugin Author AmauriC

    (@amauric)

    Hey

    This is an error triggered by woocommerce and I can’t reproduce from my side ??

    There is something wrong also on the website:

    Fatal error: Uncaught Error: Call to a member function get_gallery_image_ids() on null in /home/reynaldf/public_html/wp-content/themes/oceanwp/woocommerce/owp-archive-product-thumbnails.php:19
    Stack trace:
    #0 /home/reynaldf/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(211): include()
    #1 /home/reynaldf/public_html/wp-content/themes/oceanwp/woocommerce/owp-archive-product-hover.php(105): wc_get_template(‘owp-archive-pro…’)
    #2 /home/reynaldf/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(211): include(‘/home/reynaldf/…’)
    #3 /home/reynaldf/public_html/wp-content/themes/oceanwp/inc/woocommerce/woocommerce-config.php(1118): wc_get_template(‘owp-archive-pro…’)
    #4 /home/reynaldf/public_html/wp-includes/class-wp-hook.php(286): OceanWP_WooCommerce_Config->archive_product_content(”)
    #5 /home/reynaldf/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #6 /home/reynaldf/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #7 /ho in /home/reynaldf/public_html/wp-content/themes/oceanwp/woocommerce/owp-archive-product-thumbnails.php on line 19

    Maybe related to an another woo plugin. Try to deactivate some plugin to check if we can find the source of the problem.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Some elements broken?’ is closed to new replies.