nicholasb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard content is in italics.Thanks t-p. Using a different theme got rid of the italics. Now I have to find out if it’s a conflict with a particular plugin or if I need to get a new theme. Not excited about redesigning the site though.
Thanks again. That helps a great deal.
Forum: Themes and Templates
In reply to: [Alexandria] Get Header Off SubpagesI kind of fixed it, but to do this properly you will need to make a child theme.
In Editor, open header.php and remove these lines from the end (there are only four lines of code after this) –
if( ( (is_page() && !is_front_page() ) || is_404() ) && ( !of_get_option(‘show_alexandria_slider_page’) || of_get_option(‘show_alexandria_slider_page’) == ‘true’ ) ) {
get_template_part( ‘slider’ );
}if( ( is_single() ) && ( !of_get_option(‘show_alexandria_slider_single’) || of_get_option(‘show_alexandria_slider_single’) == ‘true’ ) ) {
get_template_part( ‘slider’ );
}if( ( is_archive() || (is_home() && !is_front_page()) ) && ( !of_get_option(‘show_alexandria_slider_archive’) || of_get_option(‘show_alexandria_slider_archive’) == ‘true’ ) ) {
get_template_part( ‘slider’ );
}You will now only get the slider on the home page and not other pages.
Worked for me. Hope this helps.Forum: Themes and Templates
In reply to: [Alexandria] Get Header Off SubpagesDid anyone come up with an answer to this? This is three people who need this fixed. 🙂
Forum: Themes and Templates
In reply to: [Virtue] Responsive home page video?Ok, well that was quick! I kept searching and found a plugin that works perfectly. It seemed that just embedding using the Vimeo-provided code wouldn’t work properly, but the plugin “Advanced Responsive Video Embedder Pro” by NextGenThemes works a treat. I hope this helps someone else.
Forum: Plugins
In reply to: [Easy Testimonials] Cannot view testimonials; Fatal error.Hi Richard,
I did some Googling but must have missed that post. I did what the first post said and replaced testimonials.php (in wp-content/themes/modular/lib/admin/classes) with the zip file posted and it worked instantly. All my testimonials are now visible and editable.Thanks Richard, I really appreciate the help – and am SUPER relieved that it was after all so easy to fix. Phew!
Big thanks (I owe you a beer!!)
– Nick
Forum: Plugins
In reply to: [Easy Testimonials] Cannot view testimonials; Fatal error.I didn’t upgrade the them at all, just WP and a few plugins.
I found the file but don’t do in depth PHP programming to be able to find the cause of the error.
What would you suggest – turning off plugins and themes until the error goes away, and then dealing with the offending item after that?
Fortunately the error doesn’t affect the site itself (visitors don’t see any error messages) but I can’t update or view the testimonials.Thanks for any/all help Richard 🙂
Nick
Forum: Plugins
In reply to: [Easy Testimonials] Cannot view testimonials; Fatal error.Richard, are you saying that this file is not related to Easy Testimonials? The file testimonials.php is date stamped 25 September 2014 so wasn’t involved in the recent update.
Forum: Plugins
In reply to: [Easy Testimonials] Cannot view testimonials; Fatal error.Hi Richard,
Thanks for your reply.
I did upgrade other stuff- lots of plugins. I didn’t upgrade the theme as it’s been modified (:D) It was the testimonials.php reference that made me think it was still the ET plug. Any clues what could cause that? Is it a case of turning off/on each plug to test?
(gulp!)
Thanks for your help Cais. Time to rebuild the gallery, I guess.
Thanks for replying Cais. Oh I removed absolutely everything! The reinstall was meant to remove problems left by hackers and viruses. I have the plugin backed up. Should I just copy over the entire folder? I’m not too keen on building the galleries again.
Forum: Fixing WordPress
In reply to: Can't Login to Moved SiteNothing changed, I’m afraid. Each link in the menu goes to the original site too.
Forum: Fixing WordPress
In reply to: WP doesn’t run – is it rss-pages?YOU’RE A STAR! Thank you whooami. You saved me a fortune in Tylenol … 🙂
– all I did was change the entire folder to 755, the containing folders to 755 and all files in the main folder to 644, and that fixed it.
Forum: Fixing WordPress
In reply to: WP doesn’t run – is it rss-pages?The problem is still there.
When I check the server error log, I get this:
“SoftException in Application.cpp:252: File “/home/nburman/public_html/blog/index.php” is writeable by group”