Harry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookIf you’re using a plugin, this may be more difficult. For greater control, I normally build this into my templates.
Forum: Fixing WordPress
In reply to: Sharing Posts via Facebookhttps://developers.facebook.com/docs/reference/plugins/like/
If you read this link, it describes what attributes you can pass to the Like button in order to control how your links are posted.
Hope this helps.
Forum: Fixing WordPress
In reply to: To-Do for website to be published ASAPHave you tried Googling for WordPress Plugins which match that description?
Forum: Fixing WordPress
In reply to: Is there a way to have pagination in posts page?Read this page http://codex.wordpress.org/Styling_Page-Links
Forum: Fixing WordPress
In reply to: To-Do for website to be published ASAPSo the problems are:
No dashboard and forward users to their profile.
Try http://wordpress.org/extend/plugins/peters-login-redirect/If you mean you want to seriously change how the admin backend of WordPress looks and functions? Or are you on about your current theme?
To get rid of the admin bar showing at the top of the site, find the option in your user settings. Don’t think there is a global setting to have this switched off by default for all users.
As for making it prettier with better graphics. I would recommend getting a skilled graphic designer for the job.
Forum: Fixing WordPress
In reply to: not sure how to get CSS to show upYou should be using stylesheet_url and not style.css
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />Hope this fixes it.
Forum: Fixing WordPress
In reply to: RSS and Code ProblemsI can answer 1. pretty easily, your RSS feeds are here and look like they are working:
http://youngandcatholic.net/feed/
http://youngandcatholic.net/feed/rss/2. Something is definitely up with your template, as it’s seemingly calling the post out twice on the page. So something was either not done correctly, or something has indeed changed. As I’m not familiar with the specific template you’re using, there could be a multitude of reasons for this.
Forum: Fixing WordPress
In reply to: Problem with Position Widget, Plz HELP!What are you trying to do with the widget? Where should it be floating? Just about 20px higher than it is at the moment?
Also keeping in mind, continually bumping is frowned upon.
Forum: Fixing WordPress
In reply to: jQuery Nivo Slider: Code Ninjas, help me!Pass him on the event.layerX bug I posted above.
Forum: Fixing WordPress
In reply to: jQuery Nivo Slider: Code Ninjas, help me!Note: Please backup any files, take a complete backup of the theme to be on the safe side, so you can restore it if it goes badly.
Well, if you purchased the theme and got support, the person maybe able to help you? If not, you will of course need FTP, and to download the latest JQuery version from the JQuery website.
You’ll need to upload this to your theme, possibly overwrite the old version with the new one, and find the reference to jquery.js?ver=1.6.1 in your header.php and change it to 1.7 for consistency. Hopefully that is the fix. If not, we’ll try again.
If you have any contact details for the person who built the theme, give them a shout to let them know.
Forum: Fixing WordPress
In reply to: jQuery Nivo Slider: Code Ninjas, help me!Did you download a ready-made theme?
Forum: Fixing WordPress
In reply to: jQuery Nivo Slider: Code Ninjas, help me!Awesome site btw.
Forum: Fixing WordPress
In reply to: jQuery Nivo Slider: Code Ninjas, help me!There was a bug in jQuery 1.6.x (you have 1.6.1, I encountered the same problem in 1.6.2).
This error appeared in my console.
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.
I upgraded my jQuery to v1.7 and it got rid of the error. It was a known bug. Try it and let me know. If not, I’ll try again.
Forum: Fixing WordPress
In reply to: How can I block a web stalker?Blocking IP isn’t exactly foolproof, as he may just get a new one.
Sorry to hear about the problem. Hopefully if you put your site to moderated comments full time for a month or perhaps more, maybe he/she will lose interest.
Is this a person you know in person? Or someone who is hassling you for no decent reason. You could look into online harassment laws, and threaten that if he/she continues, you’ll inform the authorities. Harder to enforce obviously, if they reside in a different country.
Hope you get this sorted.
Forum: Fixing WordPress
In reply to: My site is ranked high in google, but no traffic.Mods, please close, as this is a non-Wordpress issue.