New Landing How can we help? Themeforest Theme Support Neighborhood Double images and magnify issue

Viewing 15 posts - 1 through 15 (of 37 total)
  • #132303
    huntingensemble
    Member
    Post count: 318

    Hi guys,

    Im setting up a copy of our live site for development purposes. I’ve copied our database and all FTP data to a new domain to create the exact same enviroment.

    Just encounter a few bumps on the road:
    1- I see the full second image under the featured image on a category page/carousel. When you hover over the image it becomes blank, see attached screen.

    2- When I click on the magnify glass in the left corner of a image on a product page I still see the “old” lightroom pop-up and not the new one… In which file has this new feature been added? I’ve copied the following files from my old theme into the new theme (directly) to keep customizations:

    – woocommerce/content-single-product.php
    – woocommerce/content-product.php
    – …/sf-woocommerce.php
    – wp-content/themes/neighborhood/woocommerce/single-product/meta.php
    – …/sf-header.php

    Thanks for the help guys

    #132304
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #132315
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #132479
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Looks like you didn’t move the site correctly. The database still contains the links to the old domain. When moving a WordPress site to a new domain you are supposed to run a find and replace script on the database to replace the old domain with the new one, otherwise the site won’t function correctly

    – Kyle

    #132482
    huntingensemble
    Member
    Post count: 318

    Hi Kyle,

    Thanks for helping out.

    Site function should work just fine, I replaced a lot of the old “core” links (but not the links added for example. Rev slides).

    The cart functionality is maybe related to that but not the images showing beneath eachother and the lightbox not working, right?

    best,
    Joost

    #132483
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you please update to version 2.02 as we have fixed some product carousel issues

    – Kyle

    #138503
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #138682
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide the credentials for the modal window that appears before WordPress admin?

    Thanks

    -Rui

    #138688
    huntingensemble
    Member
    Post count: 318
    This reply has been marked as private.
    #139025
    huntingensemble
    Member
    Post count: 318

    Hi Guys,

    I resolved the issue with the content displaying in the single product page. I’ve added the_content in /tabs.php

    Only problem that stays is the images doing wierd things…

    Let me know.
    Joost

    #139036
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I think that you are updating theme files automatically to preventing your changes. You should customize through child theme. Anyway just insert this custom js code at Admin -> Theme Options -> -> General Options -> Tracking code.

    jQuery(window).load(function() {
    jQuery('figure.product-transition a .product-image:nth-child(2)').addClass('second-image');
    });

    Thanks
    Mohammad

    #139049
    huntingensemble
    Member
    Post count: 318

    Hi Mohammad,

    Thanks for your help and time.
    Yes indeed I need to change those things in Child but when I placed my (changed) .php files in childtheme folder they didn’t apply so that’s why I replaced them direct in the same folder.

    About JQuery snippet; I’ve placed it in the Trackingcode field but with no luck. (flushed cache). Can you have another look please?

    Let me know.
    Joost

    #139051
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that code and use this code wrapped with script tag

    <script>
    jQuery(window).load(function() {
    jQuery('figure.product-transition a .product-image:nth-child(2)').addClass('second-image');
    });
    </script>

    Thanks
    Mohammad

    #139053
    huntingensemble
    Member
    Post count: 318

    Hi Mohammad,

    Thanks for the quick follow up. Could have guest it because it’s noted beside the input field haha, sorry!

    Works like a charm now. Thanks for the help. This is resolved.
    Best,

    Joost

    #139063
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 37 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register