ikraft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Favicon showing only on Home PageThanks for your reply,
I have successfully updated the plugin but still no luck.
Despite having uploaded a png file to the plugin, after it uploads I can see that the file name read as joyfavicon.png.ico
Is there something else that could be wrong?
Thank you,
Forum: Plugins
In reply to: [All In One Favicon] Favicon appearing only on the DashboardThank you for your speedy reply,
Strange problem its working in Chrome on my Ipad but not in Chrome on my windows laptop.
Would u be able to guess what the problem is , what needs to be done?
Thanks so much for your help and the favicon.
Forum: Fixing WordPress
In reply to: Home Page and Post PageHi Thanks for yr feedback.
Should the Home page/front page be a static page or it can also be the post page.
Finding it difficult to boost the home page without posts included on it.
Thank you,
NavinForum: Fixing WordPress
In reply to: Page MarginThank you for your response well recd.
So do I need to take out that image? Will it solve the problem ?
Also hiw and where do I edit the div?
Please advice,
Regards,
NavinForum: Fixing WordPress
In reply to: Website on MozillaThanks Kionae, I just got this sorted a few hours ago. I didn’t add the width % in my CSS style sheet, just added 100; instead of 100%;
Thank you for testing it.
Forum: Themes and Templates
In reply to: Website not showing fine on Mozillathanks zeaks, did what u told me….so far so good, its working fine now.
many thanks again!
Forum: Themes and Templates
In reply to: Website not showing fine on MozillaThanks Zeaks for your reply. Please advice ;
Are the pictures in both the browsers are full size and not thumbnail size ; if the contact us page shows all info on the left hand side clearly?
Please advice so that i can check if there is anything else wrong at my end.
Kind Regards,
NavinForum: Fixing WordPress
In reply to: Website on MozillaHello Kionae,
Thanks for your speedy reply, are all the pictures big sized in all the browsers ?I think the cache has been cleared but the pics appear first as thumbnail size on the Mozilla browser and after I upload it gets to the original size.
Do u think it could be the case of a bad browser? Should I re install?
Thank you,
NavinForum: Fixing WordPress
In reply to: Display of sidebar widgets on other pagesThanks for the heads up. In the link provided by you I came across this plugin which worked.
Sharing it https://www.ads-software.com/extend/plugins/twenty-eleven-theme-extensions/
I can now have/view the widgets on all the pages.
Kind regards,
NavinForum: Fixing WordPress
In reply to: Shopping Cart for theme Twenty ElevenThanks for the feedback
Forum: Fixing WordPress
In reply to: Changing font color and size for twenty eleventhank you Ming Sheu I am able to change the font now…
FYI i did this: font-family: “Lucida Sans”;
thanks again
Forum: Fixing WordPress
In reply to: Changing font color and size for twenty elevenMany thanks Patrick for your help appreciated.
I have been able to change the color and the size but not the font.
This is what i did not could only succeed in changing the color and size.
.singular .entry-title {
font: Lucida Sans;
color: #747170;
font-size: 24px;
font-weight: bold;
line-height: 48px;Is there a way to change the font as well?
Thanks again,
NavinForum: Fixing WordPress
In reply to: How to change the background color of the menu bar?thank you so much for tip, it worked finally.
can u please advice how to i change the color of the text on the menu bar as well?
thanks again for yr help….much appreciated
Forum: Fixing WordPress
In reply to: How to change the background color of the menu bar?Many thanks for the speedy reply….
This is what i copied from my css file, can u advice where exactly these changes need to take place?
/* =Menu
————————————————————– */#access {
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#252525, #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}