Samer Sultan
Forum Replies Created
-
You might have to create a post processing rule for the non www. version
Forum: Your WordPress
In reply to: Good Bad and The Ugle, Tell Me… My 1st WP Site.Looks really good overall, a couple of questions:
1) Why is about and home the same page, also the H1 tag on your main page should say something more than just about “about”, to help both your visitors and google index you easily.
2) What is the function of the login page?
Forum: Fixing WordPress
In reply to: Help Needed With Creating A Child Theme With Twenty TwelveTry activating twenty twelve, and then activating your child theme. See if it works.
Forum: Fixing WordPress
In reply to: How to edit html?For example, I want to adjust the title for the blog post for the link above. I can make that with html and the <span but that’s all. I have no idea where to go in FTP and to make this modification.
There isn’t anywhere via FTP that you can make this change, it would be made on the post page its self within the title.
Login to your wordpress admin site and make the change there.
Forum: Fixing WordPress
In reply to: How to edit html?Ok, so the way the page looks is controlled by your stylesheet. Found in your themes style.css file.
So it would be something like this Site Root -> WordPress -> Wp-content -> Themes -> (your theme name) -> style.css
To move the side bar to the right go around line 122 and change the CSS code the following
.g160, .g320, .g480, .g640, .g800, .g960, .g80, .g240, .g400, .g560, .g720, .g880, .g960 { display: inline; float: right;}
Forum: Themes and Templates
In reply to: [PageLines] [Theme: PageLines] NOT FREE!!!Why does everything have to be free? If you like the free version of the theme, and want the added functionality of the paid version then pay for it.
Forum: Fixing WordPress
In reply to: How to edit html?Hey Molly, wordpress renders pages by retrieving data from your database using PHP.
So the HTML you are trying to edit is only rendered after you visit the page.
What specifiably are you trying to edit?
Forum: Fixing WordPress
In reply to: How to reduce images load timeTry using a caching plugin like W3 Total Cache with Cloud Flare (or any CDN you like).
Increased the speed of images loading on my main site significantly, have a look at it here [ link removed ]
I have to agree with Rachel, if you prefer TwentyEleven its still a perfectly good theme.
An update on the issue:
I have reinstalled the plugin and the same issue persists.
Some one hacked chartbeat this morning, dont update to 1.4
Here is a link to more news: http://techcrunch.com/2011/04/13/hacker-gains-access-to-wordpress-com-servers/
Forum: Fixing WordPress
In reply to: Modify "IF" statement to exclude front pageSpoke a bit early, thanks a lot guys I got it to work!
Forum: Fixing WordPress
In reply to: Modify "IF" statement to exclude front pageThanks a lot for your help,
For some reason it seems not to work; is there an alternative PHP or CSS code for removing the header image from the front page?
Forum: Fixing WordPress
In reply to: How to disable page title on front page onlyThat did the trick, thanks a lot!
Hi there, I am having an issue getting the images to show up full size in the slider; for some reason they are about 50% size and the rest is taken up by a grey border.
Here is a link to my page
thanks for your help.