nashproductions
Forum Replies Created
-
Forum: Plugins
In reply to: [Background Music Player Lite] no shuffle option?Also I thought from the documentation if I used the shortcode on a specific page and selected manual mode it would not play on all other pages? As soon as I select manual it auto-plays everywhere! I only want the player to play on the page that has the [bmplayer] code inside.
Forum: Plugins
In reply to: [WPSIREN Random Post by Click] Possible shortcode?I am also hoping to include the button in a page content instead of sidebar – let me know if you figured this out, or perhaps the plugin developer can chime in?
Actually it looks like my entire footer is knocked out into the div class ‘textwidget’… i did not edit any theme files other than css – I am operating off the child theme.
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpFound the resolution!
I replaced my line 591 in wp-includes nav.php
$original_title = $original_object->post_title;
with
$original_title = isset( $original_object->post_title ) ? $original_object->post_title : '';
THANK HEAVENS
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpI will take that as a no… ??
Still in no resolution land, if anyone else has any ideas!!
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpHey Rajesh – any ideas ? Was I supposed to see something change with that added?
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpokay, it reads like that now
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpdefine('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); ?> error_reporting(E_ERROR);
should I put it in the ?> maybe ??
Forum: Fixing WordPress
In reply to: wp-includes/nav.php – Trying to get property of non-object from wpHi Rajesh, tried that.. no change. Should I be looking for something different now?
Forum: Plugins
In reply to: [Instapress] Can't change settingssame issue here! And I cannot edit the size of the photos either.. (need smaller than 150, or at least less margin between)
Forum: Themes and Templates
In reply to: [Live Wire] Header image?Hi Sami,
Thanks for posting the header-image codex. Wondering how to establish the values for the smaller sizes for screen size? I have included multiple #site-title a in my css with corresponding images that were resized as I gathered from your CSS – but I must be missing a step.
Any help is much appreciated, thank you.
This is my site epicentermedical.comUpdate : Problem SOLVED!
The issue was was options.php and it being re-saved as a unicode UT-8 at some point. I work on a mac so had to resave as Western (Windows Lating 1), the equivalent of ANSI.
Can’t believe the ridiculousness!
Hey Andrew – we ended up switching to a new host to ensure proper backups when trouble-shooting this issue. Not sure if you’re still up for paying attention to this post, BUT the site DOES work with the 2011 theme active.
I’ve gathered the issue is coming from the functions.php file somewhere as when I remove it everything saves okay.
Here’s my functions.php file for a gander.
Hey, me again!
It appears my content for my pop-up box is cutting off in a very strange place!
If you view this page and click on the first person, there is supposed to be a period at the end of the sentence. Then for the next person, who’s bio is much longer, it cuts off the last line. I have my post-excerpt set to 650 or something massive, but that still doesnt’ explain why the periods are missing on the end?I know you mentioned pre-set styles for #popup-container and .post-content elements… I’m not entirely sure if those would be effecting it, I’ve played around with them with no change.
Thanks for your time!
Oh nevermind – had a max-height on my post-excerpt that was causing that!
All good now ??