Announcement

Collapse
No announcement yet.

Assign an image file to a variable?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Leanne I think you're on to something.

    This is where I am now:

    Screenshot 2021-02-23 142135.png

    I'm not any worse off, but I'm not any better off either.

    Comment


      #17
      Originally posted by Gordon - Phosphor Media View Post

      HTML Code:
      https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
      Ahhhh! ok, yeah there is a base --
      Code:
      base href="https://www.californiapetpharmacy.com/mm5/"

      Comment


        #18
        Line 18 doesn't look right. Try:

        Code:
        <mvt:if expr="l.settings:navigationitem:link_type EQ 'P' AND l.settings:navigationitem:name EQ 'Bravecto'">

        Comment


          #19
          Leanne you're the winner! you and the dev team came up with nearly identical solutions here's their version of line 18
          Code:
          <mvt:if expr="l.settings:navigationitem:name EQ 'Bravecto'">
          It's really just the latter half of your solution.

          As a side note here's another bit of knowledge they dropped on me.
          Pages -
          link_type = G
          Products -
          link_type = P
          Categories -
          link_type = C
          URL -
          link_type = U
          Last edited by cpp-dev; 02-23-21, 04:50 PM. Reason: Formatting

          Comment


            #20
            So glad you finally have a resolution to this pesky problem :)

            Comment

            Working...
            X