WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to load new posts with ajaxGot me.
Never seen a plugin that can do that and just did a quick search and came up short.
Good luck!
Forum: Fixing WordPress
In reply to: Blog post aren't showing up on my pagesYour landing page, if it is a page and not a post, should be in the dropdown on Settings > Reading to select for home page.
Forum: Fixing WordPress
In reply to: how to load new posts with ajaxSo if someone is sitting on your website and you publish a new post you want it to automatically appear twitter style? Is that what you are after?
Forum: Fixing WordPress
In reply to: Blog post aren't showing up on my pages1. Posts not showing.
What do you have set on Settings > Reading for home page and blog dropdowns?
2. Sidebar invisible.
If you go to edit that page on the right side under publish you should see templates. In that dropdown do you see full width?3. Images
When inserting images right before you insert them the last setting is a bunch of radio buttons asking the site. Thumbnail, Medium, Large, Full Size. What are you selecting?What theme are you using?
Forum: Fixing WordPress
In reply to: how to load new posts with ajaxThe effect is called infinite scroll and you can find some themes and plugins to do it.
I have not used it before so can’t vouch for it but you can try http://wordpress.org/extend/plugins/infinite-scroll/
Forum: Fixing WordPress
In reply to: Images not showing up when linked.Look in HTML mode and see/fix it. Should look something like.
<a href="URL FOR LINK"><img src="URL TO IMAGE" /></a>Forum: Fixing WordPress
In reply to: Navigating to a specific spot on a page in WPAlso just an FYI using
<a name="whatever">is outdated and you should do it like the example above.Forum: Fixing WordPress
In reply to: Incorrect redirects and css not loadingOn the patio site you need to follow these steps.
Looks like your setting in General > Settings > Site URL you have the createmyscenes site and since you cant login to wp-admin the best way to do it is by the link above.
Forum: Fixing WordPress
In reply to: Site not foundWhat do you have set for home page in Settings -> Reading?
Also do you any posts at all? If not create one and see if it shows up.
Forum: Fixing WordPress
In reply to: How to make a featured image for your entire site, not just a post?There are a lot of articles explaining how to do this already so just check them out.
https://www.google.com/search?q=set+default+image+facebook+share
Forum: Fixing WordPress
In reply to: Getting is_home to workAre you defining the home page as a page in Settings > Reading?
If so is_home() is not used and is_front_page() is.
Forum: Fixing WordPress
In reply to: Confirmation email addressSettings > General > E-mail Address
Unless your plugin has an option for it that overrides it.
Forum: Fixing WordPress
In reply to: Google Analytics Code appearing twiceI don’t know for sure so I would just leave it. Wont hurt.
Typically when I see those all it does is define the account number that it uses throughout the site.
Forum: Fixing WordPress
In reply to: Google Analytics Code appearing twiceYou can remove the top one or leave it. Doesn’t matter.
Forum: Fixing WordPress
In reply to: Google Analytics Code appearing twiceYou do have it installed 2 times but it is impossible to know why.
I would open header.php under Appearance > Editor and see if it is manually entered there to start with it.