Forum Replies Created

Viewing 20 posts - 13,981 through 14,000 (of 14,488 total)
  • Author
    Posts
  • in reply to: 3 column page #3500
    Sakin
    Keymaster

    @jencinas: Send me your child theme zip file and then I will look at it.

    in reply to: Custom Header Problem #3499
    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; }

    in reply to: Title Above Header/Favicon / Menu tabs #3498
    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.

    in reply to: Custom Header Problem #3480
    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; }

    in reply to: Custom Header Problem #3468
    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.

    in reply to: Removing posts from front page or removing date and posted by #3467
    Sakin
    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.

    in reply to: Placing Adsense Ads #3466
    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.

    in reply to: Placing Adsense Ads #3460
    Sakin
    Keymaster

    @fidlerten: see this site http://www.mxrealm.com have done it.

    in reply to: Featured Slider #3456
    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.

    in reply to: search field in banner #3455
    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; }

    in reply to: Custom sidebar content per page #3453
    Sakin
    Keymaster

    @sbarrington114: that’s awesome.

    in reply to: Responsive nav broken #3452
    Sakin
    Keymaster

    @toddjensen: Use custom menu to solve that issue. Read this for custom menu http://en.support.wordpress.com/menus/

    in reply to: 3 column page #3449
    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.

    in reply to: Categoy name below title post in home page #3448
    Sakin
    Keymaster

    @addogaru: you need to edit content.php file by building child theme of Simple Catch Theme.

    in reply to: Google Site Verification #3447
    Sakin
    Keymaster

    @remyxas: yes sometime due to cache.

    in reply to: Custom Header Problem #3446
    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.

    in reply to: Remove Header in pages (bread Crumb) #3445
    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.

    in reply to: Removal of post titles #3444
    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.

    in reply to: Header picture resize #3443
    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.

    in reply to: Changing Static HomePage #3442
    Sakin
    Keymaster

    @whycali: You can add the following CSS in “Custom CSS” box in your Theme Options panel.

    .singular #content, .fullwidth #content, .sidebar-content.singular #content { margin: 0 auto; }
    #supplementary { padding: 2em 0 0; }

Viewing 20 posts - 13,981 through 14,000 (of 14,488 total)