RobSamson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Quick php permalink question – help much appreciated!Unfortunately, there’s a reason that I need to have the slug only but I’ll save the explanation… do you know the answer?
Forum: Themes and Templates
In reply to: Reducing size of featured image on homepageThanks, fixed it with an online FTP.
I’m still stuck for how to change the word limit on the featured post. I notice that there’s almost zero code on the functions.php instead it seems like everything is on wpzoom-functions.php (I assume this is theme specific).
The code above lead to an error, do you have any other ideas?
Thanks again for your help, much appreciated.
Forum: Fixing WordPress
In reply to: Ummm… where did my website go?! Help pleaseOK, just resolved this issue. In short:
You need to check you don’t have ANY extra lines after ?> at the end of your functions file. Even blank lines of text.
Hope that helps someone else!
Forum: Fixing WordPress
In reply to: Ummm… where did my website go?! Help pleaseSorry, I tried to delete the thread as I realised the question had been asked and answered before.
The issue I have now is I’ve deleted the code that caused the original problem and put it back to how it was – the website is up and running again but there’s still a problem with logging in to my account, it says:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/49/7436749/html/wp-content/themes/tribune/functions/wpzoom-functions.php:1147) in /home/content/49/7436749/html/wp-login.php on line 337
Warning: Cannot modify header information – headers already sent by (output started at /home/content/49/7436749/html/wp-content/themes/tribune/functions/wpzoom-functions.php:1147) in /home/content/49/7436749/html/wp-login.php on line 349
I’ve looked at the wpzoom-functions.php and there isn’t a line 1147, that’s two lines after the last piece of code ?>
Any ideas what / why this could be?
Can’t log in to my site (www.marketingpost.info) until it’s fixed!
Thanks
RobForum: Fixing WordPress
In reply to: Ummm… where did my website go?! Help pleaseForum: Themes and Templates
In reply to: Reducing size of featured image on homepageOK – that’s where I went wrong. However, I can’t log in to my site now! Any ideas what to do, when I try to go to the WP login I get this:
Parse error: syntax error, unexpected ‘<‘ in /home/content/49/7436749/html/wp-content/themes/tribune/functions/wpzoom-functions.php on line 11
You get the same message now if you visit: http://www.marketingpost.info/
…any ideas how to access it again?!
Thanks,
RobForum: Themes and Templates
In reply to: Reducing size of featured image on homepageHi,
Just tried to enter the first line in functions.php and got an error message when I tried to save:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/49/7436749/html/wp-content/themes/tribune/functions.php:15) in /home/content/49/7436749/html/wp-admin/theme-editor.php on line 89
Does this mean there’s another file that needs to be amended first?
Thanks,
RobForum: Themes and Templates
In reply to: Reducing size of featured image on homepagePERFECT! Thank you
One other question – do you know if it’s possible to increase the word limit on the featured article (the iNudge article at the top) without affecting the word limit on other articles within the homepage? I’m not even sure where to start on this one – I’m guessing the relevant section is in my index (have posted what I think is the relevant section below)
Many thanks!
<div class=”entry”>
<?php if ($wpzoom_feat_cont == ‘Post Excerpt’) { the_excerpt(); } ?>
<?php if ($wpzoom_feat_cont == ‘Full Content’) { the_content(); } ?><div class=”meta”>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>” class=”nextActions”><?php _e(‘Read full story’, ‘wpzoom’); ?> →
<span class=”comments”><?php comments_popup_link(__(‘0 comments’, ‘wpzoom’), __(‘1 comment’, ‘wpzoom’), __(‘% comments’, ‘wpzoom’)); ?></span>Forum: Themes and Templates
In reply to: Displaying socail icons links in navigation barThanks, just tried that and it’s very similar to another widget I had found before. Because of space (and looks 🙂 I’m really keen to try and link them on the navigation bar… is it very difficult?
Forum: Themes and Templates
In reply to: Questions, no answers – please help!The site address is http://www.marketingpost.info
Forum: Themes and Templates
In reply to: Questions, no answers – please help!Hi OPCIN, if it was the ‘live’ email address I just added you on msn (got it before it was deleted 🙂
Forum: Themes and Templates
In reply to: Questions, no answers – please help!Thanks OPCIN, really helpful. I have to head out for a few hours now (it’s Valentines, I’d be in a lot of trouble if I didn’t go 🙂 but I’ll be back online shortly.
If you’ll be online in around 3 hours please drop me an MSN address, otherwise if there’s any code you can help with or post up in the meantime that would be great. Again, much appreciated.
Rob