Support » Plugin: CataBlog » no option useless

  • dY00Yb

    (@dy00yb)


    Good plugin for multiple simple gallery.

    Specific categories are very usefull.

    Just one little update : input for custom alt text, and it will be SEO friendly
    At this time, i use a JS call to add it automatically, but it’s not really customizable by the end-user :

    var c=0; var D,j;
    $('.catablog-gallery.catablog-row .catablog-description').each(function(){
      c++;
      j=$('.catablog-row:eq('+(c-1)+')').find('img');
      j.attr('alt',j.attr('src').substr(62));
    });

    Substring length depends on yout URI length

Viewing 2 replies - 1 through 2 (of 2 total)
  • mbrsolution

    (@mbrsolution)

    Hello dY00Yb, I see your method and it is good. I use a much more simpler way please read this troubleshooting guide and check Step 8?

    My method might help you.

    Kind regards

    Plugin Author macguru2000

    (@macguru2000)

    Javascript implemented alt text won’t be read by search spiders, meaning no real SEO benefits…I would recommend utilizing one of the other fields (product code) for your alt text. Just use the %PRODUCT-CODE% token in your catablog template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘no option useless’ is closed to new replies.