Dia Ritoch
Forum Replies Created
-
Forum: Plugins
In reply to: WP Pretty photo plugin & Nextgen gallerySo how did you figure it out? i checked out your site and everything is working perfectly now. I also have the same problem with my site
https://ralphndiaritoch.info/?page_id=1474&album=1&gallery=11
Your response would be truly appreciated.
Dia
Hello Scott!
Thank you! My Story budget no longer shows the menu for my News category! It worked! Thank you so much!
Hope we can soon have a solution for the calendar issue in the next version.
Again, thank you!!!
Hi Scott!
Thanks for the prompt response. As instructed, I put the code to my functions.php file. And yes, there wasn’t any changes.
I really don’t mind tweaking the codes ?? Please instruct me further. I would really appreciate it.
Thank you!
Forum: Plugins
In reply to: [Transfer] [Plugin: Transfer] ErrorHi Kris,
Go to your wp-config and paste this right after * @package WordPress part and before // ** MySQL settings – You can get this info from your web host ** //
/** Zend Framework **/
function add_include_path ($path)
{
foreach (func_get_args() AS $path)
{
if (!file_exists($path) OR (file_exists($path) && filetype($path) !== ‘dir’))
{
trigger_error(“Include path ‘{$path}’ not exists”, E_USER_WARNING);
continue;
}$paths = explode(PATH_SEPARATOR, get_include_path());
if (array_search($path, $paths) === false)
array_push($paths, $path);set_include_path(implode(PATH_SEPARATOR, $paths));
}
}add_include_path(dirname(__FILE__).’/wp-content/plugins/zend-framework’);
Let me know if it worked. Worked for me though.
Dia