henriemedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Custom Fields requires Publish Update to add next fieldThank you so much! You saved me hours of time!
Thank you. Here you go –
array (
‘apache ver’ => ‘Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8g mod_bwlimited/1.4 mod_fcgid/2.3.6 mod_python/3.3.1 Python/2.4.5 PHP/5.3.8’,
‘php ver’ => ‘5.3.8’,
‘wp ver’ => ‘3.4.2’,
‘ytc ver’ => ‘1.4.1’,
‘title’ => ”,
‘channel’ => ‘triutah’,
‘playlist’ => ”,
‘usepl’ => NULL,
‘getrnd’ => ‘on’,
‘maxrnd’ => ‘2’,
‘goto_txt’ => ”,
‘showgoto’ => NULL,
‘popupgoto’ => NULL,
‘target’ => NULL,
‘showtitle’ => NULL,
‘showvidesc’ => NULL,
‘videsclen’ => ”,
‘width’ => ‘420’,
‘height’ => ‘214’,
‘to_show’ => ‘iframe’,
‘autoplay’ => NULL,
‘controls’ => NULL,
‘fixnoitem’ => ‘on’,
‘ratio’ => ‘0’,
‘fixyt’ => NULL,
‘hideinfo’ => NULL,
‘hideanno’ => NULL,
‘themelight’ => NULL,
‘vidqty’ => ‘1’,
‘only_pl’ => NULL,
‘descappend’ => ”,
‘lightbox’ => NULL,
‘debugon’ => ‘on’,
)I tried to install the SVN version and I get this error “Fatal error: Call to undefined function get_plugin_data() in /wp-content/plugins/youtube-channel/youtube-channel.php on line 12”
1.4 did not fix this issue. I continue to get “No items”. you can see the issue at triutah.com. I am trying to use the YouTube channel – https://www.youtube.com/triutah
Forum: Hacks
In reply to: Custom search query using meta data not workingI seem to have gotten this working, but there is one small issue. If you use this code, only posts that are events or have the meta_key “_EventStartDate” are returned in the results. How do I get this to only apply to posts with post_type=”sp_events” instead of all posts?
Forum: Hacks
In reply to: Custom search query using meta data not workingI seem to have gotten this working, but there is one small issue. If you use this code, only posts that are events or have the meta_key “_EventStartDate” are returned in the results. How do I get this to only apply to posts with post_type=”sp_events” instead of all posts?
Forum: Fixing WordPress
In reply to: Custom search query using meta data not workingHere is the code I wrote. Please any help would be appreciated! https://pastebin.com/U5G9iTEk
Forum: Fixing WordPress
In reply to: Custom search query using meta data not workingForum: Fixing WordPress
In reply to: Custom search query using meta data not working[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: problem after moving directoryYou will need to do the same search and replace with “post_content” for any embedded links.
It appears this could be a theme conflict. Try reverting back to the the default 2011 theme and see if you have the same problem.
Forum: Plugins
In reply to: relevanssi search – returns nothingI fixed my issue my deactivating the plug-in and then re-activating it. This fixed the issue for me. Good luck!
Forum: Plugins
In reply to: relevanssi search – returns nothingI just updated to Premium 1.7.1 and I have the exact same issue. I haven’t change any settings and it worked fine with the previous version. Please advise how to fix this.
Forum: Plugins
In reply to: [YouTube Embed] Artiss YouTube Embed Breaks Editor WP 3.2.1This fixed my issue! Thank you!
Forum: Fixing WordPress
In reply to: How to tell if wp_list_pages returns no pagesYOU NAILED IT!!! That was it! Thank you so, so much!!! It works perfectly now!