Viewing 8 replies - 16 through 23 (of 23 total)
  • Ansul, any suggestion on how to keep from passing the full URL as a part of the parameters? Can you give us a code fix or tell us where to go fix it?

    We appreciate your help.

    Ansul…Can you give me a timeframe as to when I might have an answer? Just wondering as I need to move on with this project.

    Thanks

    Plugin Author Anshul

    (@anshy)

    Hey im sorry. Just been busy with my job. I’l look into it tonight (your day time)

    Anshul, if there is anyway you can help me this week, I would really appreciate it. I have to get this website done!

    Plugin Author Anshul

    (@anshy)

    What you have suggested did not work for me. Anyhow, here is the fix you need to make to get that kind of url.
    Open PLUGIN_DIR/category-grid-view-gallery/includes/CatGridView.php
    go to line 94

    replace
    src='.urlencode($cg_img).'
    by
    src='.urlencode(str_replace(get_option('siteurl'), '', $cg_img)).'

    if this doesnt work, then replace it by

    src='.str_replace(get_option('siteurl'), '', $cg_img).'

    Thank you, thank you! It works now! As for the other fix, I think we had taken that down by the time you got to it! We were trying a lot of different things! ?? Thanks for fixing this. I think a lot of people will benefit from this fix!

    It gives me this error

    Fatal error: Call to undefined function has_post_thumbnail() in /home/b1603hos/public_html/yourfashionshowcase.com/wp-content/plugins/category-grid-view-gallery/includes/CatGridView.php on line 68

    when I turn Thumbnails settings to Featured Image

    I don’t want to use “First Image attached in the post” please help me out I have tried everything you have mentioned this this thred.

    Thanks
    Shadab

    Plugin Author Anshul

    (@anshy)

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: Category Grid View Gallery] worked for me’ is closed to new replies.