Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@chukarnold: Sorry There was missing css. Can you remove the old css I gave you and add the following css. Just copy the CSS code below and paste it in “Custom CSS” box in your Theme Options.
#header .logo-wrap { position: relative; }
#site-details { position: absolute; top: 0; left: 20px; }
#site-logo { padding-top: 100px; }
Sakin
Keymaster@kott6850: Simple Catch Pro theme don’t have option to add the site title and description above the header image. So, It’s better you create the header image with the title and description as Image and disable the header and site title through Logo Options in Theme Options.
I see that you have already disable the sc symbol. Let me know if there is anything I can help you with.
Sakin
Keymaster@chukarnold: Just add the following CSS in “Custom CSS” box in your Theme Options panel.
#header .logo-wrap { position: relative; }
#site-details { position: absolute; top: 0; }
#site-logo { padding-top: 100px; }
Sakin
Keymaster@chukarnold: To give you proper css. You need to remove the css that you have added for header. And add the header logo and all to default.
January 29, 2013 at 6:02 pm in reply to: Removing posts from front page or removing date and posted by #3467Sakin
Keymaster@heathermcguffin: Then remove the old css I gave and add the following it will hide both:
.entry-meta { display: none; }
For slider transition effect. You have already change from Fade. Default is fade. Maybe you have cache. In that case you need to clear your cache to see the changes.
Sakin
Keymaster@fidlerten: Yes sure you can send me WordPress access once it is live and I will help you with css but don’t expect for coding changes.
Sakin
Keymaster@fidlerten: see this site http://www.mxrealm.com have done it.
Sakin
Keymaster@sbarrington114: to remove the content in homepage you can just add the following CSS in your “Custom CSS” box in Theme Options panel
.home #primary { display: none; }
For slider, there is no option to put custom url for some. If you choose Featured Post slider then it will link to it’s respective posts. Only if you choose Featured Image slider you can choose any custom URL.
Sakin
Keymaster@roffless: Actually now you have sidebar top widget to add anything in the header right sidebar. But if you like the old one then add the following css in Custom CSS box in your Theme Options panel.
#header-content { position: relative; }
#sidebar-top { position: absolute; right: 0; }
Sakin
Keymaster@sbarrington114: that’s awesome.
Sakin
Keymaster@toddjensen: Use custom menu to solve that issue. Read this for custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@jencinas: You need to register the sidebar first and then only edit the code. But do this by building the child theme don’t edit the theme itself.
Sakin
Keymaster@addogaru: you need to edit content.php file by building child theme of Simple Catch Theme.
Sakin
Keymaster@chukarnold: yes your custom css in faulty. Just add the logo, site title and description, remove the custom css and let me know it. I will check your site and will send you CSS. You need to use position.
Sakin
Keymaster@Frank: There is no breadcrumb by default. If you have installed the breadcrumb plugin then only it will display. If you are talking different then breadcrumb then send me your site URL with details of what you want to hide it and you can hide from Custom CSS.
Sakin
Keymaster@andrea: Why you want to change the h1 tags? I don’t think I understand your question. Can you explain a bit more.
Sakin
Keymaster@sabine: Your header image in http://www.clairesalon.nl is only 900px. Upload the bigger size with width 1000px will fix the issue.
-
AuthorPosts