MHNet
Forum Replies Created
-
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Can't get excerpt to workFound the problem. Issue solved!
Forum: Plugins
In reply to: [Promotion Slider] Wrong excerpt displayingI just went through the Theme Functions file in the editor and indeed there was a custom excerpt filter that was set up to display the first 150 words of a post instead of the excerpt box. I removed it and now it works great. Thanks!
Forum: Plugins
In reply to: [Frontpage-Slideshow] Button link color not showing up correctlyI managed to resolve the problem by modifying some of my main stylesheet. Not sure if that’s the ideal way to fix it, but it works how I want it to now, so that’s good enough for me! Thanks!
Forum: Plugins
In reply to: [Frontpage-Slideshow] Button link color not showing up correctlyWell, I thought I had this figured out and went in to the template document and replaced:
} #fs-title a , #fs-title a:visited { color:<?php echo $options['values']['fs_font_color']?>; text-decoration: none; } #fs-title a:hover { text-decoration: underline; }
with…
} #fs-title a , #fs-title a:visited { color: #ffffff; text-decoration: none; } #fs-title a:hover { color: #ffffff; text-decoration: underline; }
I uploaded this in to a new template directory and it showed up how I wanted on my main page. But when I went to use the Appearance Editor and updated a file, I would get the following error:
Warning: Cannot modify header information - headers already sent by (output started at /home4/wnmufmor/public_html/wp-content/plugins/frontpage-slideshow/templates/new1/template.php:1) in /home4/wnmufmor/public_html/wp-admin/theme-editor.php on line 81
Line 1 of the template is just <?php
Line 81 of theme-editor is:
header("Location: $location");
There are no blank spaces/lines at the beginning or end of the files. Not sure what I need to change. Any help appreciated!
I got the same error when I tried installing the plugin on my website, too.
Forum: Fixing WordPress
In reply to: New Post – Visual and Code View Gone ?I have WP installed on one of my websites and just tried it on the other today and encountered this problem. I have been installing and uninstalling it for the past 2+ hours trying to figure out the problem. I went so far as to look at the file size of EVERY file to make sure everything was uploaded properly. I did come across one file that was only half way uploaded. This did not solve the problem, however.
But now I just hopefully permanently solved it. I was looking at the error log and it kept bringing up line 117 in the wp-settings.php file in the main directory. So I tried changing something and uploading it and that didn’t work. So I changed it back and re-uploaded the file and now it works. I was stunned. So I checked it out on another computer at work and it still was NOT working on that computer. So what did I do? I went to the Write page (visual editor) and simply hit the Refresh button on the browser and now all the icons appear! Hope that problem is fixed for good now!