playonmonkeys
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Restaurant Menu] Descriptions not savingFigured out a way around that problem although it is quite a pain what I have to do is make the description close it reopen and close it again and then it will save. Is there any way to make it where the price goes under the description this would be a nice feature to have implemented if possible
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Remove countriesI am also having problem with templates not working I removed the region stuff from location.php and put it in this directory /wp-content/themes/BodyRitesv2/plugins/events-manager/templates/templates
and it does not work any idea on how to fix this
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Remove countriesI tried using this code with no success
function customcountries(){
$em_countries_custom[‘US’] = ‘United States’;
unset($em_countries_array);
return $em_countries_new;
}
add_filter(’em_get_countries’,’customcountries’);Forum: Plugins
In reply to: [NextCellent Gallery - NextGEN Legacy] Showing Multiple albumsSweet that worked great can you tell me if there is away to say I want author role users photos to gointo one gallery and subscriber role users into another gallery then be able to show the max images for each gallery on different pages
Has anyone found a fix for this problem I cant belive I am the only one with this problem on three different sites on two different servers and it all happened after updating Yoast
After dumping the blog and starting over evertyhting was fine I added some products and checkesd it out looked good then all of the sudden it was back to where the titles as defined in the title templates aren’t working and if the do they show the site name at the end instead of at beginning when I have to where there are supposed to be at the beginning
Something must have went wrong on my install I dumped the whole site and started over and the title things is fixed
Forum: Networking WordPress
In reply to: Network dashboard functions.php errorI to have the same issue clean install no plugins and keep getting this error Warning: number_format() expects parameter 1 to be double, string given in /home/xxxxxxx/public_html/xxxxxxxxx.com/wp-includes/functions.php on line 155
Please I need a fix for this