0
Welcome Guest! Login
0 items Join Now

SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

  • SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • both those image links are white pages.

      Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.


      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 K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • Use this code...
      #k2Container .catItemImageBlock {
          float: left;
          margin-right: 10px;
          clear: both;
      }
      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      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 K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • I made:

      rt_ximenia-custom.css

      with code

      #k2Container .catItemImageBlock {
      float: left;
      margin-right: 10px;
      clear: both;
      }

      And put in

      templates/rt_ximenia/css/

      Nothing happend. Did I miss something.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • You are using gantry 3.2.20 which is years out of date - please update to gantry 4.1.27 (backup first). Also check that all other RT extensions and template are up-to-date too (check in extension manager > manage).

      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 K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • Yes you are right about gantry 3.2.20. But how to update, look this:

      s29.postimg.org/q0xj08m6v/update.jpg

      Perhaps I need to update joomla from 2.5, to 3. But I can't do it now because of other components.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • DO NOT update to J3!

      backup first then do:

      1. components > joomla update and update you joomla 2.5.6 to 2.5.28
      2. do extension manager > update > purge cache then extension manager > update > find updates
      3. then update gantry and anything else that finds.

      If still no good Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.

      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 K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • Do you mean to DOWNGRADE from joomla 2.5.6 to 2.5.28?

      I have 2.5.6
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13482
    • Web Designer/Developer

    Re: SOLVED K2 Wraping text left from image in Item view options in category in Ximenia

    Posted 9 years 10 months ago
    • No I mean to UPGRADE from 2.5.6 to 2.5.28 (28 is bigger that 6) 28 is much more recent than the 6 minor revision.

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

    • 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.

Time to create page: 0.068 seconds