The slider is slider 2 and has three images.
The slider was working as it should before the updates.
Now the page with the slider on (which is the themes page) shows but without the slider being displayed in any shape or form. No text, no buttons, no images.
Is there something obvious I am missing? I’ve looked on the forum but I can’t find anything on it. I’ve seen and reviewed what to do if it doesn’t auto play and the .js file mentioned in the other post looks as it should be.
To recap: before updates slider present and working
update theme and then wordpress
Now the slider has disappeared.
Any thoughts gratefully received.
]]>The front page has two sliders. One of which is called a Slider Description, a black box with this writing in it “Lorem ipsum dolor sit amet, consectetur adipiscing metus elit.” I am not able to edit it nor can I remove it. Does anyone have any suggestions?
Thank you in advance.
Sandy
Thanks!
]]>I purchased the Chronicle theme over a year ago and in the last month the theme auto-updated to the pink one just now. But I liked the old theme and the old set up.
How do I revert to the old chronicle theme? I really don’t like the new theme and it completely destroyed my website with its new pages and now everything is messed up. Please help, the website is www.eggheadjob.com
Please help fast! My website is completely broken!
]]>Footer widget area only showing three columns. If I put in 4 widgets, 5 widgets etc. they all configure in the 1st 3 columns leaving the 4th empty.
Any help would be much appreciated!
Thanks in advance.
]]>and here’s comes dilemma,,, i want to go seriously. As i know html5, css3, jquery and .php are the very requirements.. But with what should i startup???? anyone can suggest particular tutorial site or materials,,because i find lost in web,,, coz there are lots are making me depressed….
what should i do?
or maybe my question in itself is wrong?
any suggestion will be kindly appreciated.
]]>I do not know if this post is relevant as it is regarding a paid theme which was not developed by WordPress: Chronicle Premium. If anybody has used it at all, I’d be glad if you could enlighten me.
The slider doesn’t auto-play correctly (too fast) and the pictures do not auto adjust to the slider’s proportions. They look too small and are not even in the centre. It is not possible to resize them or reposition them. I asked repeatedly for help at the forum, and got annoyed. I asked them for a refund and that’s when Weblizar banned me from posting. I paid for a theme, did not get the support and even got banned.
Is there a standard all-slider, all-theme method way of proceeding? Thanks in advance.
]]>I was trying to have image gallery on my right side slide but i didn’t know what gonna happen next…. I just hit the publish button on image and my theme messed up n suddenly i un-installed the NEXTGEN gallery
can any one help me out?
cause right now I’m in very trouble because of rain flood here in my town
so through web I’m trying to convey msg to those fellows who can reach to my website to show them what’s going on here.
so if any one of you help me out i will be very thankful.
I am new to WP
]]><img src="https://www.MY-DOMAIN.com/wp-content/themes/chronicle/timthumb.php?src=wp-content/uploads/2011/05/doc4ddb25008dfda807096465.jpg&h=250&w=650&zc=1" alt=""/>
So I followed the link to the image file and found this:
<br />
<b>Deprecated</b>: Function eregi() is deprecated in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>232</b><br />
<br />
<b>Deprecated</b>: Function split() is deprecated in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>334</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:232) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>313</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:232) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>315</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:232) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>316</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:232) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>317</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:232) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>318</b><br />
So I noticed that some of the features being called for in this “timthumb.php” are no longer supported with my version of PHP. So I went in the file and found the two lines, 232 and 334.
232:
if(!valid_src_mime_type($mime_type) && !(eregi('windows', $os))) {
334:
$frags = split( "\.", $_REQUEST['src'] );
with some research, I found some fixes to these depreciated calls. Here are my fixes for each line.
New 232:
if(!valid_src_mime_type($mime_type) && !(preg_match('/windows/i', $os))) {
New 334:
$frags = explode( "\.", $_REQUEST['src'] );
So now im stuck… Now when I reload the image file, i get this:
<b>Warning</b>: touch() [<a href='function.touch'>function.touch</a>]: Unable to create file ./cache/09d7a3522b194f16573f2849762c0f4b.wp-content/uploads/2011/05/230228_10150624776475657_10150098748545657_18920819_4266668_n.jpg because No such file or directory in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>150</b>
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/throttle/public_html/wp-content/themes/chronicle/timthumb.php:150) in <b>/home/throttle/public_html/wp-content/themes/chronicle/timthumb.php</b> on line <b>160</b>
150: if(touch($cache_file_name)) {
160: header('Content-type: ' . $mime_type);
any ideas of what I can try?
]]>