Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Double images and magnify issue
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Double images and magnify issue
- This topic has 36 replies, 4 voices, and was last updated 10 years by Rui Guerreiro – SUPPORT.
-
Posted in: Neighborhood
-
November 30, 2014 at 7:59 pm #132303
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.phpThanks for the help guys
November 30, 2014 at 8:00 pm #132304This reply has been marked as private.November 30, 2014 at 8:36 pm #132315This reply has been marked as private.December 1, 2014 at 11:12 am #132479Hi
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
December 1, 2014 at 11:23 am #132482Hi 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,
JoostDecember 1, 2014 at 11:26 am #132483Can you please update to version 2.02 as we have fixed some product carousel issues
– Kyle
January 1, 2015 at 3:23 pm #138503This reply has been marked as private.January 2, 2015 at 6:56 pm #138682Hi,
Can you provide the credentials for the modal window that appears before WordPress admin?
Thanks
-Rui
January 2, 2015 at 7:18 pm #138688This reply has been marked as private.January 5, 2015 at 1:02 pm #139025Hi 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.
JoostJanuary 5, 2015 at 1:21 pm #139036Hi,
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
MohammadJanuary 5, 2015 at 1:34 pm #139049Hi 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.
JoostJanuary 5, 2015 at 1:37 pm #139051Hi,
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
MohammadJanuary 5, 2015 at 1:41 pm #139053Hi 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
January 5, 2015 at 1:55 pm #139063Hi,
You most welcome.
Thanks
Mohammad -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.