Search found 91 matches

by luya
Tue Jul 09, 2013 3:29 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Showtime: responsive design question
Replies: 8
Views: 4064

Re: Showtime: responsive design question

Thank you for mentioning Flexslider. It seems to be a suitable slider for my desired customization. Sequencejs is another candidate too.
by luya
Sun Jul 07, 2013 4:28 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Showtime: responsive design question
Replies: 8
Views: 4064

Re: Showtime: responsive design question

Here is the css div#slideshow_nav_1{ position:absolute; z-index: 10; bottom:0; right:0; padding:5px; } .slide_nav_1 { clear:both; margin:5px 0; } .slide_nav_1 a { background:none repeat scroll 0 0 #EEEEEE; border:1px solid #CCCCCC; color:#333333!important; font-size:10px; font-weight:bold; margin:2p...
by luya
Tue Jul 02, 2013 4:08 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Showtime: responsive design question
Replies: 8
Views: 4064

Re: Showtime: responsive design question

Here is the attached template that generates slides <!-- generated by showtime Module start --> <__script__ type="text/javascript"> {literal} $(document).ready(function(){ var lastslide=0; $('ul#slides_{/literal}{$showid}{literal}').cycle({ {/literal} {if $show.st_showtext || $show.st_show...
by luya
Mon Jul 01, 2013 3:36 am
Forum: Layout and Design (CSS & HTML)
Topic: [solved] Showtime: responsive design question
Replies: 8
Views: 4064

[solved] Showtime: responsive design question

Hello, I am currently working on online magazine and encounter an issue with Showtime 3.2: responsive design. Currently there is no way to set the maximum size of width or height from the slides. You can view the current design still in progress on http://www.cwmag.ca/stg which use the responsive de...
by luya
Mon Apr 29, 2013 1:26 am
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

Re: cms_stylesheet Smarty Compile process failed

After further investigation and testing, the culprit was [[root_url]] inside background: url([[root_url]]/uploads/images/background.png) repeat-y; . Reading the documentation about stylesheet , I used this code [[* +++++ SETTINGS +++++ *]] [[capture assign='path']][[root_url]]/uploads/template[[/cap...
by luya
Sat Apr 27, 2013 8:39 am
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

Re: cms_stylesheet Smarty Compile process failed

I locally unpacked the tar.gz before uploading the folders through Filezilla. The server is based on CentOS 6 hosted by GoDaddy.
Edit:
After several reinstalls and disassociated the css, it turned out the bug is related to smartys themselves I used inside the stylesheet hence above error message.
by luya
Thu Apr 25, 2013 6:46 pm
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

Re: cms_stylesheet Smarty Compile process failed

Here is a path for tmp folder tmp /home/content/31/9985931/html/stg/tmp (0777) templates_c /home/content/31/9985931/html/stg/tmp/templates_c (0777) modules /home/content/31/9985931/html/stg/modules (0755) File Creation Mask (umask) /home/content/31/9985931/html/stg/tmp/cache (0777) Clearing the cach...
by luya
Wed Apr 24, 2013 4:53 am
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

Re: cms_stylesheet Smarty Compile process failed

Here is the full details of CMS Made Simple on the server ---------------------------------------------- Cms Version: 1.11.6 Installed Modules: CMSMailer: 5.2.1 CMSPrinting: 1.0.4 FileManager: 1.4.3 MenuManager: 1.8.5 MicroTiny: 1.2.5 ModuleManager: 1.5.5 News: 2.12.12 Search: 1.7.8 ThemeManager: 1....
by luya
Sun Apr 21, 2013 5:34 pm
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

Re: cms_stylesheet Smarty Compile process failed

tmp folder and its children have permission set to 755. I found combined_stylesheet from cache folder has permission set to 644. What will be the safest case? Edit: Setting tmp and cache folder to 777, combined_stylesheet refused to generate and admin log report the same message: "Plugin: cms_s...
by luya
Sun Apr 21, 2013 12:35 am
Forum: CMSMS Core
Topic: cms_stylesheet Smarty Compile process failed
Replies: 7
Views: 2593

cms_stylesheet Smarty Compile process failed

I just hit an issue with cms_stylesheet on verion 1.11.5. Here is what Admin log reported:

Code: Select all

Plugin: cms_stylesheet 	Smarty Compile process failed, unable to write cache file
Upgrading to 1.11.6 did not resolve the problem. Any solution is welcome.
by luya
Tue Apr 16, 2013 8:04 pm
Forum: Modules/Add-Ons
Topic: [Solved] CGSmartImage 1.10.8 broke http
Replies: 6
Views: 1410

Re: CGSmartImage 1.10.8 broke http

That worked, thanks calguy1000! ;D
by luya
Tue Apr 16, 2013 7:52 pm
Forum: Modules/Add-Ons
Topic: [Solved] CGSmartImage 1.10.8 broke http
Replies: 6
Views: 1410

Re: CGSmartImage 1.10.8 broke http

You are right, {$entry->fieldsbyname.Images->value} was empty in one of fields. That error did not occur on CGSmartImage 1.10.7. I also found out "suppress error" from General Tab was set to "No" which solved the second error but no the first one. Perhaps a conditional statement ...
by luya
Tue Apr 16, 2013 7:06 pm
Forum: Modules/Add-Ons
Topic: [Solved] CGSmartImage 1.10.8 broke http
Replies: 6
Views: 1410

Re: CGSmartImage 1.10.8 broke http

Here is the code based on previous suggestion using custom upload file:

Code: Select all

{CGSmartImage filter_croptofit="296,180,c" noembed='0' quality='65' src="{$entry->file_location}/{$entry->fieldsbyname.Images->value}" alt="{$entry->title}"}
by luya
Tue Apr 16, 2013 5:02 pm
Forum: Modules/Add-Ons
Topic: [Solved] CGSmartImage 1.10.8 broke http
Replies: 6
Views: 1410

[Solved] CGSmartImage 1.10.8 broke http

I have upgrade CMSMS to 1.1.15 and CGSmartImagr is 1.10.8 which curently broke some section: Warning: file_get_contents(http://cwmag.ca/stg/uploads/news/id2/) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/content/31/9985931/html/stg/modules...
by luya
Wed Mar 20, 2013 4:34 am
Forum: CMSMS Core
Topic: [Solved] Thumbnails on news module.
Replies: 15
Views: 5428

Re: Thumbnails on news module.

Manuel: well I am getting used to. I am happy how the site looks so far =)
cb2004: thank you for that parameter. I set it noembed to '0' so I can show off that amazing data. =)

Go to advanced search