Aymen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reduce space between header and navigation barGlad I helped
Forum: Fixing WordPress
In reply to: Banner and adsense ads don't fit side barHello Martin Boyle
Go to Appearance > Editor and search for this code:
#content .column-right { width: 170px; float: left;
Replace it with:
#content .column-right { width: 200px; float: left;
Good Luck
Aymen EddahilForum: Fixing WordPress
In reply to: Reduce space between header and navigation barHello
1-Login to your WordPress site dashboard2-Go to Appearance > Editor
3-In the code that appears, search for
#header
2-You’ll see a code like this below:
#header { position: relative; height: 165px; margin-bottom: 20px; z-index: 1000; }
Replace it with the code below:
#header { position: relative; height: 120px; margin-bottom: 20px; z-index: 1000; }
Good Luck
Forum: Fixing WordPress
In reply to: Page Title Font StyleI’ll need to take a look at your WordPress account …
Contact me at : [link moderated – please do not ask for direct contact; keep the support in the forum]Forum: Plugins
In reply to: Jetpack commentsGreat, Glad to help
Forum: Fixing WordPress
In reply to: Site Menu bars, text, and links not loadingThen you need to contact your hosting provider and ask them to check your server.
And do some speed optimization (Your test result at GTMETRIX shows bad rates)
Step 1: Laverage browser caching
Go to your cpanel and paste the code below in the top of your .htaccess file:
## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ##
Step 2: Install Autotptimize plugin , it really speeds up websites load time.
Forum: Plugins
In reply to: Jetpack commentsYou Welcome David,
You know David, Jetpack comments are made just to replace the WordPress default comments, so you need to call the comments in your page.php file then you gonna see your comments. Because by default, your Theme is designed to not have comments on pages.
[moderator note: direct contact solicitation moderated; please keep the support directly in the forum]
Forum: Plugins
In reply to: Jetpack commentsHello David,
You have to check if your pages are designed to get comments …
Please share your website so I can check it.Forum: Fixing WordPress
In reply to: 404 pages ending with email addressHello,
Install the Broken Link Checker plugin … The plugin will find any broken links that end with an error and then you can delete them.
Good Luck
Forum: Fixing WordPress
In reply to: Why no one answer my question ?!!You’re So Welcome ThelittleDEMON
Forum: Fixing WordPress
In reply to: Customize Activate Page with New Login URLForum: Fixing WordPress
In reply to: Please help! Images/Some JPGs not working in WordPressHello dcottle
You have to explain very well the problem so people here could answer.
If I’ve got your issue, then you must have a problem with some broken links, if so, you can install Broken Link Checker
Forum: Fixing WordPress
In reply to: Why no one answer my question ?!!Hello ThelittleDEMON
You have to connect your domain name to your hosting account using Name Servers, but I guess that the free .tk domain doesn’t provide this feature.Forum: Fixing WordPress
In reply to: Site Menu bars, text, and links not loadingHello yesh.godse
I entered your website and it loads perfectly even for the first time … It naybe your browser that keeps an old cached version of your site.
1- clear yur browser’s cache
2- Check the appearance of your blog using another browser.Note: If you use W3 total cache plugin with the Hostgator hosting , that may be the cause of your problem.
Forum: Fixing WordPress
In reply to: Changing font size on side bar menuYou are so welcome … please turn the Thread to RESOLVED