Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #12264
    Tresbombillas
    Support Expired

    Hi,

    I have a problem. I need to solve as soon as possible. The website is on two languages: in CAT version the product page it’s empty but on CAST version they appear.

    #12271

    Hi you,

    I have just fixed this issue, please recheck

    #12274
    Tresbombillas
    Support Expired
    This reply has been marked as private.
    #12276

    Maybe it’s the cache or something related to the config slug, I have reset them.

    #12277
    Tresbombillas
    Support Expired

    Ok thank you!

    #12409
    Tresbombillas
    Support Expired

    Hello, I have the same problem again. Please how can I do to solve?

    #12412

    Hi again,

    Please send Cpanel account for me, I need to check your code.

    #12413
    Tresbombillas
    Support Expired
    This reply has been marked as private.
    #12417
    Tresbombillas
    Support Expired
    This reply has been marked as private.
    #13181
    Tresbombillas
    Support Expired
    This reply has been marked as private.
    #13222
    Tresbombillas
    Support Expired

    Hi please I need a solution

    #13272
    Tresbombillas
    Support Expired

    Please, this is a big problem for my client. How can I solve it?

    #13281

    Sorry for late response, I fixed this issue, please recheck.

    #13282
    Tresbombillas
    Support Expired

    Hi, thank you. Please can you explain me how to fix this? If this is going to happen often I need to know how to solve it.

    #13284

    Hi,

    Maybe a bug in our theme, please go to file wp-content/themes/freshio/inc/woocommerce/class-woocommerce.php and find code:

    add_theme_support(
                    'woocommerce', apply_filters(
                        'freshio_woocommerce_args', array(
                            'single_image_width'    => $single_product['width'],
                            'thumbnail_image_width' => $archive_product['width'],
                            'product_grid'          => array(
                                'default_columns' => 3,
                                'default_rows'    => 4,
                                'min_columns'     => 1,
                                'max_columns'     => 6,
                                'min_rows'        => 1,
                            ),
                        )
                    )
                );

    then edit into:

    add_theme_support(
                    'woocommerce', apply_filters(
                        'freshio_woocommerce_args', array(
                            'single_image_width'    => $single_product['width'],
                            'thumbnail_image_width' => $archive_product['width'],
                        )
                    )
                );
Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in to reply to this topic.