worchyld
Forum Replies Created
-
I get the same issue. I don’t want to be editing the php file if an update comes.
Its certainly does come up, its when you try to add albumsForum: Themes and Templates
In reply to: [Portal] Getting rid of quotation marks on page templates?I think i might have ID’d the cause, it was in my testimonials plug in
ie:
.testimonial:before, .testimonial:after { content: "\201C"; position: absolute; font-size: 80px; line-height: 1; color: #999; font-style: normal; } .testimonial:after { content: "\201D"; right: 10px; bottom: -0.5em; }
The content were putting in massive quote marks at the top and bottom o the page but now I have resolved it
Forum: Themes and Templates
In reply to: [Portal] Getting rid of quotation marks on page templates?Can you email me or direct message me an email address and I will send screenshots as the website is not live and is currently in maintenance mode until I can clean up a few things.
Its on the home page, I do not know where the quotation marks are coming from
Forum: Fixing WordPress
In reply to: Let author only see their postsI’ve just realised that the plug-in does not work properly. If you “logout” you cannot see any posts on the public side of the website.
The thing I found that worked was on v2.3.3 you can do this on the “edit-post-rows.php” file at line 14;
if ($userdata->user_level<10) { $posts = query_posts("author=".$userdata->ID); }
This works quite well – but I do not know if it works on later releases.
Forum: Fixing WordPress
In reply to: Let author only see their postsI’ve found a plugin that will filter posts so that it will only show it to the author (unless admin);
Plugin Name: WordPress Diary
Plugin URI: https://lewisvance.com/downloads/wp-diary.zip
Description: This plugin restricts each user to only viewing their own posts, unless they are an administrator then they can view all posts.I’ve tried it out, and it does work.
Forum: Fixing WordPress
In reply to: Let author only see their postsI am in the same situation.
I would like to register authors from posting “jobs” or “adverts”, but I do not want them to see other author’s posts/jobs/adverts, etc at all.
How do you hide registered authors from seeing other authors’ posts from within the admin area?
Forum: Everything else WordPress
In reply to: WordPress and Paypal/GoogleCheckoutThanks a lot Jonimeuller. The whole idea of integrating WP with GC or Paypal is something I’m eagerily wanting to learn more about and I’m sure your link will give me some ideas on how to pursuit it.
Thanks.
Forum: Fixing WordPress
In reply to: Including divs in your page contentThat worked brilliantly! Thank you!
Forum: Fixing WordPress
In reply to: Advanced menu management plugin?That makes sense, I really appreciate your help.
Forum: Fixing WordPress
In reply to: Monthly archives don’t show anything before the date I upgradedI have figured it out.
When I upgraded, it automatically made EVERY post BEFORE October marked as “Private”… I used MySQL to Update all records to Published.
Although for some reason, WordPress will revert them back to private…
Is there a way of stopping private altogether?
Forum: Fixing WordPress
In reply to: Monthly archives don’t show anything before the date I upgradedI have no idea why the archives doesn’t show anything before October — but you can navigate to older archives — is there something wrong with the SQL statement?
Forum: Fixing WordPress
In reply to: Creating your HTML forms causes problemsYes, but that is a get, my form used a post — either way it is working now, and I am happy!
Forum: Fixing WordPress
In reply to: Creating your HTML forms causes problemsI have now solved the problem — for some reason an empty $PHP_SELF will make it go back to the same page, but if you put in a normal address it goes elsewhere…
Forum: Fixing WordPress
In reply to: WordPress auto-formatting W3C HTML Validator = errorsTry switching off Texile, Markdown plug-ins. One of them can screw up HTML pretty bad (I can’t remember which one).
Forum: Everything else WordPress
In reply to: Spam. Vicious Spam….Spam Karma 2 is really good… although it can stop legitimate people from sending comments.