Viewing 10 posts - 1 through 10 (of 10 total)
  • #281598
    goodtimesmag
    Member
    Post count: 191

    Hi support team,

    if have two problems:

    1) When I mark several products with a star and check them later in the wishlist not all marked products are in there. In my tests always only one product out of 4 marked products was in the wishlist at the end. Could you test this? You can pick products for the wishlist from here: http://goodtimesdeals.de/produkt-kategorie/action-cams-zubehoer/

    2) After the installation the Improved External Products plugin and the necessary modification by the developer oft the Custom Single Product Button HTML ({button_text}), my buy button looks weird (see marked field in the attached screenshot). Do you have a css code for me to make the button look like in your standard theme?

    Many thanks for your help in advance.

    Attachments:
    You must be logged in to view attached files.
    #281638
    David Martin – Support
    Moderator
    Post count: 20834

    1) What theme version do you have?

    2) What is the product link, they all seem to lead to an external site?

    Cheers,
    David.

    #281652
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    1) I am using the version: 3.4.20

    2) Please have a look here: http://goodtimesdeals.de/produkt/gopro-hero4-silver-adventure-edition-action-cam-2/

    #282013
    David Martin – Support
    Moderator
    Post count: 20834

    1) Yes I see that, can you add a WP login?

    2) You can style the button back to the default style:

    a.single_add_to_cart_button.button.alt {
        margin-bottom: 30px;
        background: #222;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        float: left;
        font-weight: bold!important;
        outline: 0!important;
    }
    a.single_add_to_cart_button.button.alt:hover {
     background: #252525;
     color: #1bbeb4;
    }
    #282128
    goodtimesmag
    Member
    Post count: 191
    This reply has been marked as private.
    #282647
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Your wishlist page has an error: Failed to load resource: the server responded with a status of 500 (Internal Server Error).

    I have deactivated your cache plugin whilst we test this. This could be caused by another plugin.

    Please open your wp-config.php file and add this: define('WP_MEMORY_LIMIT', '256M'); if it does not already contain this.

    #282769
    goodtimesmag
    Member
    Post count: 191

    Hi David,

    I have added the mentioned line in wp-config.php file.

    #283171
    David Martin – Support
    Moderator
    Post count: 20834

    hmm that has not helped, I suspect this to be caused by a 3rd party plugin.

    Please can you disable all plugins leaving only Swift Framework, WooCommerce and YITH Wishlist active.

    – David.

    #283200
    goodtimesmag
    Member
    Post count: 191

    It seems to have something to do with the DX Delete Attached Media plugin. When the plugin is deactivated everything works fine. So is there anything we can do to fix the issue with the mentioned plugin in use?

    #283203
    David Martin – Support
    Moderator
    Post count: 20834

    That’s odd, you would need to contact the plugin developer. This needs to be tested with Twenty16 to see if the issue remains.

    Thanks.

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

You must be logged in to reply to this topic.