Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterTo reduce the margin between the bottom of the logo and the top of the menu bar. Add the following CSS in “Custom CSs” box in Theme Options panel. Adjust the margin top as per you need in site http://baskingsharkscotland.co.uk/
#header #mainmenu { margin-top: 10px; }Sakin
KeymasterDear Luis,
There was problem with your mailing list code. I have fixed it ad now it is working fine.
Regards,
SakinSakin
Keymaster@frederikwa: I can only help you with few teaks and css here and there. But not with the site customization. For this you need to hire at http://jobs.wordpress.net/ or use tweaky services as shows in sidebar.
Sakin
Keymaster@standardman: Please check with other theme as well as we don’t have any specific format for iFrame.
Sakin
Keymaster@standardman: Why don’t you ask the plugin author about this why it is causing issues. Also please add in your site URL so that I can see it.
Sakin
Keymaster@TenThousandThistles: Can you send me your site URL? It’s strange why it is not working for you. I will contact you through email. Reply me there.
Sakin
Keymaster@standardman: I understand but that is not the opacity. they uploaded the transparent background in .png format
You can also add like that by adding following css in your “Custom CSS” box in Theme Options pane.
#page { background-color: transparent; }
#main { background: url("//www.blogblog.com/1kt/transparent/white80.png") repeat scroll left top transparent; }
But upload the image in your own site and add in.
Sakin
Keymaster@standardman: No I don’t get it. Can you just show me by uploading the image of what you want. Them paste the image link here.
Sakin
Keymaster@aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
footer.entry-meta { display: none; }Sakin
Keymaster@bill: I was confused with Theme Options. But you were talking about “Appearance => Editor”.
This is not theme issue, you can activate any theme and you will still see editor missing. Check your configuration in Security plugin like Better WP Security or your configuration file wp-config.php
Sakin
Keymaster@aliciareyes: there is space between footer and .entry-meta in your code. Remove that and it will be fine. Add like below:
footer.entry-meta { display: none; }Sakin
KeymasterHello @shanewasik and @ahhthesimplelife.com : Now I am confused because of two communicating together. Can you have separate forum thread or communicate one by one. or can you list what each of you want. Sorry I am lost.
Sakin
Keymaster@shridharshah: I see that you have added custom css which is giving you the issue. Just add the following CSS in “Custom CSS” box in Theme Options panel.
#header-left { width: 100%; }Also to let you know we don’t support IE8 and below for those who have customized the theme. We only support for IE8 and above only if we have any issue with the theme.
Sakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
KeymasterDear Luis,
Please paste your constant contact code in http://pastebin.com/ and send me the link. I will check that code.
I have also emailed you so let’s get it fixed there.
Regards,
SakinSakin
Keymaster@peterbook:
For Sidebar background color. Add the following CSS in “Custom CSS” box in Theme Options panel.
#secondary { background-color: #F4F4F4; }I don’t know which subscription are you using as we don’t have subscription option in our theme. Please consult with the plugin author.
Sakin
Keymaster@ahhthesimplelife.com: Hello Carol, the main problem of your site in due to the Site Tagline too long and it makes your right side section to come down. This increases the space. So, either reduce the tagline or add the following CSS in your “Custom CSS” box in Theme Options panel.
#site-details { clear: both; }
h2#site-description { max-width: 340px; text-align: center; }
Sakin
Keymaster@korpinar: Thanks now I can see your site and answer your questions.
how can I center the footer?
— Just add the following CSS in “Custom CSS” box in Theme Options panel.
#site-generator .copyright { float: none; text-align: center; width: 100%; }how can I get rid of < and > from main sliding picture if I use only 1 slide?
— Just add the following CSS in “Custom CSS” box in Theme Options panel.
#slider-nav { display: none; } -
AuthorPosts
