nootkan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing "This Entry was Posted in"Okay I figured out how to hide everything but the breadcrumb back to the previous post. I would like to keep this but I need it to drop down below the post and not show up beside it. I thought I could use css but I cannot see a class or div in firebug to use for this purpose. It only shows up as an anchor tag and I need a more singular style not a global one. Hopefully I’m making sense. Here is the link so you can see what I mean:
Forum: Fixing WordPress
In reply to: Removing "This Entry was Posted in"Forum: Fixing WordPress
In reply to: Comment Form Placement IssueThanks for your reply however after looking all the way to the end of the css file I found that what I was looking for was already there but had been commented out. My Bad.
Forum: Plugins
In reply to: [WeShare Buttons] How to add more buttons to the menu?Awesome! Can’t wait for the new version.
Forum: Plugins
In reply to: [WeShare Buttons] How to add more buttons to the menu?Is this new version still going to be free?
Forum: Localhost Installs
In reply to: Wamp Mysql Error on Local ServerThanks for your reply. I do have mbstring enabled on the server but I uninstalled wamp and re-installed again without making the changes suggested in the thread I linked to above and everything is working fine now. I suppose one of the changes or more was the culprit. Thanks again for your reply.
Forum: Plugins
In reply to: [WeShare Buttons] FB Share Button Not WorkingThanks for your reply however it seems to be working again so maybe it had something to do with the last couple of updates. I’ll keep monitoring it and if it occurs again I’ll post the url.
Forum: Localhost Installs
In reply to: Copying Live WP site to Local Host for theme modificationsI don’t see anywhere on the site whether it is free or costs money. I would still like to be able to use wamp if anyone has any experience using it with a live copied website.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Where do I approve or Deny uploads?I’ve had to remove this plugin because it is too time consuming for me to deal with. The person whom I built this site for is illiterate in computers and website management and too cheap to pay for it so I thought this would be easier for him. However, he just used it to upload over 300 images and there seems to be no way to publish them all at once only one at a time. Thanks anyways but I’ll try to find something else or tell him to move on and eat the loss.
Forum: Plugins
In reply to: [NextGEN Public Uploader] Where do I approve or Deny uploads?Wow surely there has to be an easier way then to have to go through each individual gallery to see what has been uploaded. Is there a way to modify the email notice to point you to the right gallery?
Forum: Plugins
In reply to: [WeShare Buttons] What am I missing?Your last reply was the right answer. It is working fine now. I didn’t see the advanced tab because it is so light in color and usually it’s been my experience that anything grayed out isn’t active or enabled so I didn’t bother to acknowledge it I guess. My bad. Thanks for your support. ??
Forum: Plugins
In reply to: [WeShare Buttons] What am I missing?Yes I’ve done that and checked the share/like facebook option but it isn’t working properly. I can only see the buttons on my posts and not my homepage or other pages in the site. Is this the way it is supposed to be? Hopefully not.
Forum: Fixing WordPress
In reply to: hatom plugin?Thanks for your reply. It is a paid plugin so I’ll contact them directly.
Forum: Themes and Templates
In reply to: Custom Page QuestionThanks for your reply, however that just gives me the path that I put in myself based on the permalink url from the blank page that I created pointing to the custom template. I was hoping someone who has gotten this to work with their own custom_page.php page could help me to understand where to find the correct path. Do I somehow use the parent theme/custom.php instead of custom-page like the permalink states above the new page? It seems that every path I’ve mentioned here doesn’t work. I don’t want to have to resort to a plugin if I don’t have to as I already have too many plugins in my site now.
Forum: Plugins
In reply to: Free Batch Edit Posts PluginDecided to use a sql query instead to accomplish it.
UPDATE wp_posts SET post_content = Concat( post_content, ‘
<br />
[caption]New Caption[/caption]‘ );Don’t forget to back up your database first!