Sugar Apple
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Move H1 header to left in single articlefind:
.single .postmetadata { }
add
display:none;
————————————
find:
.single h1 { }
change the
margin-left: 165px;
value into 0pxForum: Fixing WordPress
In reply to: traffic tracking1. google analytics – used by most webmasters. we know its from google, nothing to ask.
2. your hosting stats, like awstats (usually in your cPanel) – the most valid traffic tracking tools due it tracks all traffic inside your site server not from remote server like google analytics.
*) If you disable your browser javascript then google analytics won’t track you.
Awstats does not need javascript to run.Forum: Fixing WordPress
In reply to: Pasting text from MS Word1. You can paste into notepad first than copy and paste into your wordpress post editor.
2. You can use TinyMce button inside post editor called “Paste as Plain Text”. There will be a pop-up and paste your content there.
With methode above, all hidden code will be striped out.
If you want to keep your MS word formatting, use “Paste From Word” button.
Forum: Fixing WordPress
In reply to: error establishing database connection@noela, please post your own topic.
Thank you.
Forum: Fixing WordPress
In reply to: max-width for all images in the editoryour welcome.
Forum: Fixing WordPress
In reply to: max-width for all images in the editorForum: Fixing WordPress
In reply to: Lost password, can't log inForum: Fixing WordPress
In reply to: How do I get rid of those unhelpful bubble things in the admin?please provide the “bubble” screen shot.
Forum: Fixing WordPress
In reply to: error establishing database connectionMake sure you are pointing the right:
1. Database name
2. Database username
3. Database password
4. Database server (usually it’s localhost, but some hosts have different value)Do you install wordpress by yourself ? using manual method or using automatic install like fantastico/softaculous?
Forum: Fixing WordPress
In reply to: Videos using Flowplayerloading time ?
buffering time do you mean ?
you need to analyze all factors there.
1. internet connection speed.
2. type of browsers, they need time to render the video player and the video.Forum: Fixing WordPress
In reply to: Upgrading if several levels behindYes.
Usually the problems ’caused by old themes and plugins, so you need to upload your wordpress, themes, and plugins.
*) But make sure you have backup your site database and files (anything inside wp-content folder).
Forum: Fixing WordPress
In reply to: Page won't load depending on where I click the cursor! Why?!You’ve jQuery errors. In your google chrome developer tools, check “console” area.
Forum: Fixing WordPress
In reply to: Pixelation…please bear with me…your problems (site) link would be better.
i think it ’caused by your theme CSS (force image resize).
Forum: Fixing WordPress
In reply to: Google Adsense Code is not working and No Ads are showingadsense for mobile must be tested with mobile browsers. you just get blank space if using desktop browsers.
Forum: Fixing WordPress
In reply to: Setting up .htaccessroot folder where wp-config.php and friends lays. LOL