Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #295599

    Thanks for the info about how to not make the links appear, but they are still showing up in the code and in my SEO.

    Is there any way to make the links not show up at all?

    Thanks!

    Steve

    #295747

    Hi Steve,

    Open /config-templatebuilder/avia-shortcodes/portfolio.php and look for line 703:

    $output .= " <a href='".$img[0]."' class='portolio-preview-list-image' title='".$description."' ><img src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";
    

    Replace it by this:

    $output .= " <img src='".$img[0]."' title='".$title."' alt='".$alt."' />";
    

    Regards,
    Josue

    #295909

    Thanks, Josue, I will try.

    Your prompt response is appreciated!

    Steve

    #296104

    I am sorry, Josue, but that did not work.

    I could still see the portfolio-item links in the browser code.

    Also it raised another issue regarding the size of the image, it is now too large.

    Please see http://www.vanhove.com/ajax-links-2.png

    Thank you!

    Steve

    #296141

    Hi Steve!

    I have tested this mod on my local install and it worked, make sure you are using this setting in the preview of each portfolio item and don’t forget to purge all caching/minification functionality you may have activated.

    Best regards,
    Josue

    #296147

    Hi Josue,

    I had done all that you said.

    I put your specified setting for line 703 back again, and I have a screen shot to show you what I am getting.

    Please see http://www.vanhove.com/ajax-links-3.png

    Thank you,

    Steve

    #296151

    Hi Steve!

    Refresh a few times or check it on another browser/computer, here’s how i see it right now:
    http://screencast.com/t/H3VMxYDcmt

    Best regards,
    Josue

    #296153

    Hi Josue,

    Thanks for staying with me on this. :)

    If you view the page source on that page and search for “portfolio-item”, does a link show up? Because that is what Google is indexing.

    Btw, I am still getting the oversized image. With any browser. With all due respect to you, have you tried to refresh your browser and delete the cache?

    Thank you,

    Steve

    #296154

    Hi Steve,

    I’m definitely not seeing the same as you (maybe because i’m not logged). I’ll ask other support staff to check if they can reproduce this.

    Regards,
    Josue

    #296222

    Hi Josue,

    OK not sure what’s up with this … I would still like to not have those portfolio-item links in the code, but I needed to put it back the way it was as it looked broken if I didn’t.

    Hopefully we can arrange a time when someone else can look at it and I will revert to your fix at that time.

    Or maybe there is another solution – ?

    Thanks,

    Steve

    #296281

    Hi Steve,

    Can you please create us an administrator account? post it here as a private reply.

    Regards,
    Josue

    #296318
    This reply has been marked as private.
    #296359

    Hello Steve,

    The login details you posted are not working.

    Regards,
    Josue

    #296443
    This reply has been marked as private.
    #296514

    Hey Steve!

    Change has been applied, check it now:
    http://screencast.com/t/oKWe7bNKPrv

    Best regards,
    Josue

    #296525

    Hi Josue,

    Thanks for your heroic efforts. You are going the extra mile for me and I appreciate it!

    However, there are a couple of issues.

    First, if you view the page code, you will see the link is still there – pls see http://www.vanhove.com/ajax-links-4.png.

    Also, while it looks correct in Chrome, it does not appear correctly in Firefox or IE – the text in the right is getting cut off becasue the image is not sizing correctly. Pls see http://www.vanhove.com/ajax-links-5.png.

    I don’t feel I have the right to ask you to spend a lot of time on this. If you can’t figure it out quickly just forget it. :)

    Thanks again,

    Steve

    • This reply was modified 10 years, 11 months ago by vanhove. Reason: typo
    #296532

    Hey!

    That link you refer is the grid link and serves as the ajax trigger, i don’t think there is a way to remove that – http://screencast.com/t/h8A66Xm3

    The other issue is fixed now.

    Best regards,
    Josue

    #296534

    OK thanks for the fix.

    All those links are showing up as pages in my Google webmaster tools. and they are really empty pages, so I think it’s hurting me.

    Pls see http://www.vanhove.com/ajax-links-6.png

    But OK, no worries, will try to workaround, maybe I’ll add content to the pages after all.

    TY so much for your help!

    Steve

    #296537

    You are welcome Steve, always glad to help :)

    Regards,
    Josue

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Another question about links from Ajax Portfolio, related support post 292269’ is closed to new replies.