1. Trent Dilkie
  2. General
  3. Monday, 10 March 2014
  4.  Subscribe via email
Mandatory information about my setup:

Have I searched the tickets before posting? How do you search tickets?
Have I searched the forum before posting? Yes
Joomla! version: 3.2.3
PHP version: (unknown)
MySQL version: (unknown)
Tiles version: 1.3.0
Direct link to the page that shows the issue: (unknown)


Description of my issue:

What are the valid options (besides Repeat) for the Background-image options. This would be useful information in user documentation. On a related note, the strings for GB-en don't seem to be loaded. I tried re-installing with no luck.

-Trent
Responses (2)
Daniel Dimitrov
Support team
Accepted Answer Pending Moderation
Hey Trent,
The missing language string is a bug. We have one _ too little in the description.
I looked at the code and here is how we use the background:

return "url(" . $at->background .") " . TilesSettingsHelper::getSettings('tiles_backgroundimage_options', 'repeat');


So basically you can have a syntax like this:

#ffffff no-repeat right top;


It is the background shorthand property as outlined here:
http://www.w3schools.com/css/css_background.asp

Cheers,
Daniel
Please if you use our extensions be so kind and review them at JED
Matukio | Hotspots Pro | CComment Pro
  1. more than a month ago
  2. General
  3. # 1
Accepted Answer Pending Moderation
Thanks. It didn't occur to me that it was expecting CSS properties. Problem solved.
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Powered by EasyDiscuss for Joomla!