0
Welcome Guest! Login
0 items Join Now

SOLVED mosaic Grid image linking

  • Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • It's nothing to do with the browser. But I tried all the different browsers and ipad, iphone and nexus 7 and a laptop and they all give 403 forbidden.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • This message contains only secure information that is visible to Mark J Kilcoyne, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • nope sorry...

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 9 months ago
    • This is absolutely nothing to do with clearing cache in my browser. A 403 Forbidden is issued by your server. Nevertheless again I cleared cache and tried all the browsers again - exactly the same 403 forbidden every time.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Brendan Ihmig's Avatar
    • Brendan Ihmig
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 1
    • Digital Entrepreneur

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 7 months ago
    • I am also looking at having images in the Mosaic Grid particle to link to the same url as the title/text. I read through the tutorial but I am a little out of my depth with it. MrT Would it be too much to ask you to add the nessasary lines of code?
    • "The true meaning of life is to plant trees, under whose shade you do not expect to sit." ~Nelson Henderson
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 7 months ago
    • Brendan Ihmig - Please raise your own topic and follow the guide for creating an override - then I can help further if you get stuck adding the code. If you need more help, Please would you post your URL, superuser id and pswd in the secure tab of your post and Please post your FTP logon, password and FTP URL in the secure area of your post.


      Regards, Mark.
    • The following users have thanked you: Brendan Ihmig

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Brendan Ihmig's Avatar
    • Brendan Ihmig
    • Sr. Rocketeer
    • Posts: 151
    • Thanks: 1
    • Digital Entrepreneur

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 7 months ago
    • Will do so, thanks.
    • "The true meaning of life is to plant trees, under whose shade you do not expect to sit." ~Nelson Henderson
    • 8degrees's Avatar
    • 8degrees
    • Rocketeer
    • Posts: 80
    • Thanks: 3

    Re: SOLVED mosaic Grid image linking

    Posted 7 years 3 months ago
    • Mark J Kilcoyne wrote:
      Did I do this right? It doesnt seem to be working.

      <div class="g-mosaicgrid-image">
      {% if item.titleURL %}<a target="{{ item.titleTarget|default('_self')|e }}" href="{{ item.titleURL|e }}">{% endif %}<img src="{{ url(item.img)}}" {{ item.img|imagesize|raw }} alt="{{ item.title|e }}">{% if item.titleURL %}</a>{% endif %}
      </div>

      I copied from this...


      {% if item.titleText %}
      <div class="g-mosaicgrid-item-title">
      {% if item.titleURL %}<a target="{{ item.titleTarget|default('_self')|e }}" href="{{ item.titleURL|e }}">{% endif %}
      {{ item.titleText|raw }}
      {% if item.titleURL %}</a>{% endif %}
      </div>
      {% endif %}

      This worked for me perfectly. Thanks for sharing! I think this should be standard in the particle users more frequenly will click on the image rather and a title

Time to create page: 0.058 seconds