bigdealben
Forum Replies Created
-
and also is there a way to disable tag cloud so that intermediary pages will go away? We do not need or use tag cloud as part of our site
@photocrati our WordPress host caches pages automatically. Is it possible that their caching engine is causing this conflict?
except that doesn’t work. A) Any absolute URL links are changed to relative by your system. B)You don’t allow us to tag the images with the correct markup required to make the gallery work all the code line does is insert something that says data-description and then the code line. This is not resolved it is an open issue
Do you have documentation on those fields. I can’t seem to figure out what goes where.
@photocrati @cais,
I totally understand the need to take care of the critical issue involving the CRON jobs prior to addressing this. That being said this issue, albeit to a slightly lesser extent than the CRON issue, is significantly impacting our sites.Both sites that I manage on NGINX are experiencing the aforementioned issue. here is some more information regarding our setups ( both are extremely similar)
server:NGNIX
PHP:5.4.17-1~dotdeb.0
MySQL: 5.5.31
WP: 3.6.1
Host: zippykidChange the last line in NextGen’s ngg-config.php file from
require_once( WP_LOAD_PATH . ‘wp-load.php’);
to:
require_once( WP_LOAD_PATH . ‘wp-admin/admin.php’);Bluelleo had the correct answer. Thank you
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] CF7 and Mailpress still conflict@inpixelitrust
Thank you but this really isn’t a great solution. Basically what you’ve done is stopped CF7 from using mailpress. So the branding and design on our emails that I’ve done in mailpress won’t show up on an CF7 emails.
The issue is with mailpress though feeding back null responses to CF7. It didn’t use to be this way.For me it was that the new update uses more memory. Had to change my PHP Limit from 32M to 64M. Ya it’s a lot.
https://www.teknobites.com/2007/04/27/how-to-edit-phpini-file-to-increase-memory-limit/
I use SMTP and the mail actually does get sent, it only reports an error
I’m having the same issue but I have no idea what you’re saying. You removed the lines from your htacess but the lines you removed are required for wordpress to function???
Forum: Fixing WordPress
In reply to: How to stop from creating a image single page ?I read another post about media settings. When I go to settings>Media there is just options for image size and nothing else… Please help
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Change Formatting of Ratings?+1 to the same problem.
I tried to solve it by putting the following dynamic text in the “display text box” under settings<?php the_author() ?> gives <?php echo $band_name ?>'s <?php echo $album_name ?>
where band_name and album_names are custom field variables. I found out that Gd stars will not call on global php tags like the_author let alone custom fields from individual posts.Bummer… Big Bummer. Please try to make it so it can display inline. It is a real fine script outside that. But designing with a object that will not display inline is tough
Forum: Fixing WordPress
In reply to: Register allows new users to see adminYa me too. Not acceptable by any means. I’m using 2.7 if that helps