kristina87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing from Blogger – memory errorok, problem solved
for anyone else who may have the issue, added the following code to wp config
define(‘WP_MEMORY_LIMIT’, ‘300M’);
Forum: Networking WordPress
In reply to: Delete Database after UninstallingSo now with multisite uninstalled (with thumbs back to normal), I checked the image path for thumbs and the ones that are in uploads/2015/10 folder – load fine on multisite. the ones that are in uploads/ do not (tried manually inserting into the 2015/10 folder and going back to multisite – did not work. still broken image)
Forum: Networking WordPress
In reply to: Thumbnail generation brokenNo suggestions? ??
Thanks
Forum: Networking WordPress
In reply to: Thumbnail generation brokenHello
Yes, in the media library thumbnails do show.
Thanks!
KristinaForum: Fixing WordPress
In reply to: Subscriptions not workingThanks Tara but its not a plugin issue as I’ve tried dozens. None of the contact forms were working either.
Forum: Fixing WordPress
In reply to: Subscriptions not workingJason,
I was afraid to hear that!
I dont use a custom domain name though
Thanks for the links! I will certainly read because if this happens when the site is live – it’ll be a disaster ??
Kristina
Forum: Fixing WordPress
In reply to: Subscriptions not workingHi Jason,
Thanks for the response.
I did try that as well. I’m positive that the settings were correct.However I turned the website inside out, deactivated/reactivated everything, reset everything & now it works…although I don’t think I made any actual changes at the end. Works without using SMTP.
Wish I knew what it was in case it happens again!
Kristina
Forum: Fixing WordPress
In reply to: Subscriptions not workingThanks Zota Marius
Unfortunately that did not work
SMTP connect() failed
Anyone have any ideas?
Thanks
Forum: Fixing WordPress
In reply to: Comment content in search resultsAnyone?
Forum: Plugins
In reply to: [Comment Roles] Exclude certain roles?Thank you!!
Forum: Hacks
In reply to: multi layer searchHi bcworkz,
Thanks, it sort of worked but I must be doing something wrong
I set a capability for “regular” which is the general public & is meant to exclude cat. 100 (designated for team A only) & 106 (for team B only)
if ( $query->is_search && current_user_can('regular')) $query->set( 'cat','-100,-106' );
This worked. However then I created a capabilities for team A & team B
& tried to repeat the the statement so that ifcurrent_user_can('teamA'))
then it excludes cat 106 (which is for team B) – this failed. Search still pull results for cat 106.Any idea? Is it possible to layer it in such a way or am I simply doing it wrong?
Thanks a lot for the help!
KristinaForum: Hacks
In reply to: multi layer searchbcworkz,
thank you for the response!
I’m sorry I should have mentioned that I’m pretty new, could you give an example?
also, could this work for multipe categories?
I need one public search that will exclude private categories A B & C
Then I need category A for example, so be searchable separately for users who’s role is set to view category A & only pull up the results form cat. A. they should not see results from cat. B or C
same applies to cat B & C
Forum: Fixing WordPress
In reply to: Likes/Votes/Polls results by user roleany ideasé
Forum: Fixing WordPress
In reply to: Post/Comment author linkthanks!
Forum: Fixing WordPress
In reply to: Post/Comment author linkTara,
crumina embrace