+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Google does not like the background image

  1. #11
    Yep, code doesn't work. First time I heard about this background image thingy with google, lozoros made it sounds important.

  2. #12
    Quote Originally Posted by Wei Hong View Post
    Yep, code doesn't work. First time I heard about this background image thingy with google, lozoros made it sounds important.
    it is so important I have auto classified site and the most of my Google visits were throw images
    but with this harmful technique I lost thousands of organic visits it work like protected content Google will index images not backgrounds
    so this change the most important one

  3. #13
    we need the change covers
    1. images In galleries bothe feature and listing detail gallery
    2. images in listing boxes
    3. images in categories and listing types
    4.images in random feature gallery in the home page

  4. #14
    I am also interested in a solution for this

  5. #15
    where are flynax support team
    no reply !!!

  6. #16
    could you help!?

  7. #17
    you can tell us that it is not possible
    but leave us without any response is not professional and not good for your script repetition
    thanks anyway

  8. #18
    Hi,

    I've made it for listing details gallery only and general_wide template.
    You can try made for other places, in any case you need replace "background-image" to real "src" html tag, and in boxes you need disable hisrc() javascript method.

    1. In the file /templates/general_wide/tpl/controllers/listing_details.tpl on the row ~86

    Code:
    Only registered members can view the code.

    replace it to following code:

    Code:
    Only registered members can view the code.

    2. in javascript loadImage() method in file /templates/general_wide/js/lib.js in row ~2444

    Code:
    Only registered members can view the code.

    replace it to following code:

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  9. #19
    Quote Originally Posted by Curtis View Post
    Hi,

    I've made it for listing details gallery only and general_wide template.
    You can try made for other places, in any case you need replace "background-image" to real "src" html tag, and in boxes you need disable hisrc() javascript method.

    1. In the file /templates/general_wide/tpl/controllers/listing_details.tpl on the row ~86

    Code:
    Only registered members can view the code.

    replace it to following code:

    Code:
    Only registered members can view the code.

    2. in javascript loadImage() method in file /templates/general_wide/js/lib.js in row ~2444

    Code:
    Only registered members can view the code.

    replace it to following code:

    Code:
    Only registered members can view the code.

    thank you Curtis it works in listing detail except for small image in the listing detail page gallery it shows blank gif what should i do to remove the blank gif from it
    but the large image works greet thanks

    also i will try to change boxes and feature galleries and categories then i will tell you what i did

    also if you guys could help please contribute withe us

  10. #20
    Hello Mahmoud,

    also i will try to change boxes and feature galleries and categories then i will tell you what i did
    also if you guys could help please contribute withe us
    It will take more time, i'll help you later with it.

    thank you Curtis it works in listing detail except for small image in the listing detail page gallery it shows blank gif what should i do to remove the blank gif from it
    but the large image works greet thanks
    You need make the following:

    1. find code in file /templates/general_wide/tpl/controllers/listing_details.tpl on the row ~137

    Code:
    Only registered members can view the code.
    and replace it to:

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread