Home Forums Themes Support Noraure WordPress Theme quick view eye linking

Topic Resolution: Resolved
Viewing 35 reply threads
  • Author
    Posts
    • #4709

      Hi guys

      I already asked this question (discussion attached) in the “open” forum and you asked me to renew your support service, so here I am 🙂

      Attachments:
      You must be logged in to view attached files.
    • #4718

      Hi,

      Thank you for contacting. We provided solution for you and tested by us. We can’t edit or custom code for you.

      Did you add quick view link?

    • #4731

      Hi

      Ok. Since you asked me to renew my support I thought I would profit from it and not staying on the status quo.

      How every I see your point. So could you please post me again clearly which lines I need to change/replace with what.

      Thanks a lot!

    • #4737

      Hi,

      How to remove quick view eye linking: – \noraure\framework\shortcodes\product_carousel\product_carousel.php line 127 – 128 : http://prntscr.com/eqkise

      \noraure\framework\shortcodes\product_grid\tpl1.php Linbe 11 – 14: http://prntscr.com/eqkj5y

      Find:
      Change

      to

      Comment code : // or delete if($show_quick_view) tb_add_quick_view_button();

      How to add new link when click on image:

      See screenshot: http://prntscr.com/e9ajn6

    • #4760

      Hi

      I am not sure if I understand you right or if you made a mistake.

      You write

      Find:
      Change
      < ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?> < ?php if($show_quick_view) tb_add_quick_view_button(); ?>
      to
      < ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?> < ?php //if($show_quick_view) tb_add_quick_view_button(); ?>

      I don’t see a difference in this two?!

      According to your feedback on the open forum I changed it to:

      “><?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?>
      <?php if($show_quick_view) tb_add_quick_view_button(); ?>

      (see image attached)

      I don’t understand this two:

      Comment code : // or delete if($show_quick_view) tb_add_quick_view_button();

      How to add new link when click on image:

      In which file do I need to add new link?

      Right now on my webshop the quick vie eyes is removed. But the product opens only when clicking on the product name, but not when clicking on the product images.

      So what I need to get done is, that when clicking on the product it brings you to the product detail page.

      Attachments:
      You must be logged in to view attached files.
    • #4783

      Hi,

      Comment or deleted this line: http://prntscr.com/eqzloh

    • #4790

      Hi,

      Thanks for explaining.

      I deleted it now on both files. It’s still the same as before.

      Not really sure if you got my problem, but I would like the the image of the product is linked as the product description is. But this is still not the case.

      Attachments:
      You must be logged in to view attached files.
    • #4883

      I would really appreciate if we could find a solution for this.

    • #4950

      Hi,

      Thank you for contacting. You can add link. How to add new link when click on image:

      See screenshot: http://prntscr.com/e9ajn6

      <a href="<?php the_permalink(); ?>">< ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?></a>

    • #4960

      HI

      oh dear!

      If you have a look at my image from the 31th of March, you will see that my code lines already look like this. See attached my image from then compared to the one you just posted.)

      Or do I need to change anything in this line?

      Please provide me a clear instruction/feedback on this.

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #5045

      Hi

      Come on guys! This starts to become a big joke.

      I just renewed my support for asking you this questions.

      And now this ping pong of short answers goes over weeks.

      Please reply to my last post.

      AND NO! This is not resolved yet.

    • #5050

      Hi,

      Please, add this code into your WooCommerce Template:
      <a href="<?php the_permalink(); ?>">< ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?></a>

      add a tag: <a href="<?php the_permalink(); ?>">

    • #5057

      maybe you havent realized it but I am a complete noob when it comes to codes 🙂

      can you please indicate excactly in which file, line I have to add the first and second code?

      easiest would be a screenshot as you did in previous.

      or to bring it to s short end, couldnt you simply do it for me, to save both our time by going forward and backward.

    • #5156

      are you now just going to ignore me?

    • #5157

      Hi,

      Here: http://prntscr.com/exqvyy
      I replied to you : 2 months ago.
      Then add the_permalink for product_thumbnail: <?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?>

      that mean:
      <a href="<?php the_permalink(); ?>">< ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?></a>

    • #5163

      Hi

      I am aware of this.

      And I already changed all the lines according to your instructions.

      Please see my posting above from the April 7, 2017 at 16:37

      It is still not working. When clicking on the preview product image, it isn’t linked. Only the product description is linked now.

    • #5165

      As you already gave me an answer on the public forum, I renewed my support just to ask you this question again here.

      Therefore I hoped that you can give me a clear instruction. Which you basically did but it’s not working on my site.

      That’s why I would highly appreciate if you could have a look into it yourself.

    • #5167

      Hi,

      line 78 : /noraure/woocommerce/content-product.php:
      http://prntscr.com/exs16d

      line 74: noraure theme/noraure/woocommerce/content-product2.php:
      line 12: noraure/framework/shortcodes/product_grid/tpl2.php:
      Line 12 : noraure/framework/shortcodes/product_grid/tpl1.php
      Line 63 : /noraure theme/noraure/woocommerce/single-product/related.php:
      Line 127 : noraure/framework/shortcodes/product_carousel/product_carousel.php:
      Line 55 : noraure theme/noraure/woocommerce/single-product/up-sells.php:
      Change:
      <?php do_action( 'woocommerce_template_loop_product_thumbnail' ); ?>
      to
      <?php <a href="<?php the_permalink(); ?>">< ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?></a> ?>

      or

      <?php do_action( 'woocommerce_template_loop_product_thumbnail' ); ?>
      			<?php if($show_quick_view) tb_add_quick_view_button(); ?>

      to
      <?php <a href="<?php the_permalink(); ?>">< ?php do_action( ‘woocommerce_template_loop_product_thumbnail’ ); ?></a> ?>

    • #5170

      Thanks a lot! Will do all these changes.

      You showed me now two options.

      Are they doing both exactly the same? Or which one shall I use?

    • #5171

      Hi,

      I tried to guide carefully.
      If you see: http://prntscr.com/exs841 should remove <?php if($show_quick_view) tb_add_quick_view_button(); ?>

      Then follow my guide.

    • #5172

      Ok. Thanks! Will try it

    • #5176

      I changed it now as you have indicated.

      But when changing on the line:

      Line 127 : noraure/framework/shortcodes/product_carousel/product_carousel.php:

      I get this error on the site:

      Parse error: syntax error, unexpected ‘<‘ in /home/content/64/9984064/html/wp-content/themes/noraure/framework/shortcodes/product_carousel/product_carousel.php on line 127

    • #5177

      get now also this error:

      Parse error: syntax error, unexpected ‘<‘ in /home/content/64/9984064/html/wp-content/themes/noraure/woocommerce/content-product2.php on line 74

      Will reset this line as well.

    • #5196

      please fix this for me and let me know how much it costs

    • #5200

      Hi,

      Please, send FTP info to us (Set as private reply). We will check and change it for you. Small custom code. So, no fee.

    • #5202
      This reply has been marked as private.
    • #5205
      This reply has been marked as private.
    • #5221
      This reply has been marked as private.
    • #5230

      Hi,

      Please, provide FTP info correctly. Currently, missing user FTP info. You should test login FTP info before send to us. We only add a link when click on image thumbnail.

      Our support covers getting setup, trouble using any features, and any bug fixes that may arise. Unfortunately we cannot provide support for customizations or 3rd party plugins. If you need help with customizations of your theme then you should enlist the help of a developer.

    • #5238
      This reply has been marked as private.
    • #5239

      But all this infos you already had on the screen shots. This are all the informations I need to access to the FTP via Cyberduck.

      About the help of a developer, I already wrote an email days ago, but the only answer I got:

      Sorry guy,

      We are going to give you response. Please keep following up.
      Thank you so much for your patience!

      Best Regards,
      JWSThemes Team

    • #5240

      – Months ago I asked a question in the open forum.
      – You were so kind to give me an answer, and I wasn’t able to
      change the code.
      – You asked me the renew the support, which I did. (I think it was 50dollars or so)
      – now we are playing since weeks a ping pong and I was still not able to get it done. Now even my site isn’t working right. (My fault).
      – Asking your developers for paid support, ends in getting no answers.

      Am I talking always to the same person?

      Hope this saga comes soon to an end.

    • #5244

      Hi,

      It’s small custom code. So, we can custom for you. That mean, no fee.It’s free.
      We changed and can click now. You can look at code:
      <?php do_action( 'woocommerce_template_loop_product_thumbnail' ); ?>
      to
      <a href="<?php the_permalink(); ?>"><?php do_action( 'woocommerce_template_loop_product_thumbnail' ); ?></a>

      a tag added: <a href="<?php the_permalink(); ?>"> ABC </a>

    • #5245

      Thanks for your reply. I appreciate that you tried to solve it.

      at the same time I could still cry.

      There is still an error on the page as you can see on the attached image.

      On the single product image view, all the additional images are gone.

      My goal, to have the product image being linked to the single product on the category site, is still not working.

      so my question, are going to fix this?

      do I still need more days to wait till I get a reply on my email to the support for customisation?

      Attachments:
      You must be logged in to view attached files.
    • #5251

      so where we are going to take it from here?

    • #5887

      Seems that some one from you fixed it now on my site.

      Thanks!

Viewing 35 reply threads

You must be logged in to reply to this topic.