Forum Replies Created

Viewing 20 posts - 12,361 through 12,380 (of 14,505 total)
  • Author
    Posts
  • in reply to: add slideshow to header #8766
    Sakin
    Keymaster

    @ronjak: Ask more detail with the plugin author. The do_action is defining the action hook. We have our own action hooks that you can see it.

    It will be best if they provide the widget and you can simple add in any sidebar. In Catch Everest PRo theme there is sidear for header right as well. See the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    But yes you can try to add the above hook in the file sidebar-header-right.php jsut above
    </div><!-- #header-right .widget-area -->

    in reply to: How to decrease space in between widgets on R sidebar? #8765
    Sakin
    Keymaster

    Now it’s fine. But you have added paragraph center in your text widget you need to remove that.

    <p style="text-align:center"><a target="_self" href="http://hurstbournedentalcare.com/stony-brook-louisville-ky-dentist-patient-forms//">
    <img alt="Forms- Louisville, KY Dentist" src="http://hurstbournedentalcare.com/images/new_pt.png">
    </a></p>

    you can replace p with span

    in reply to: Remove Search box and Archives #8764
    Sakin
    Keymaster

    @kirsten0203: You have to add any widget in your sidebar to replace that. Look like the search and archive at the default widgets.

    But if you don’t want any sidebar then you can choose No Sidebar layout in individual posts and pages. Also you wan set fro entire site in you theme options panel “Layout Options”.

    Yes the upgrading process will be pretty smooth. You might need to do few click in your menu, header, background settings. If you need help then we also provide free support for upgrading.

    in reply to: Search Box Color #8763
    Sakin
    Keymaster

    @phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #branding #s {
        background-color: #fff;
        color: #000
    }
    in reply to: Responsive Layout #8762
    Sakin
    Keymaster

    @paigeohliger: The same menu order will be there in Mobile Devices as well.

    in reply to: Spaces #8761
    Sakin
    Keymaster

    @eric.suth: Strange why it didn’t work for me on my server. But why don’t in your site. Looks like you have code as
    <p dir="ltr">http://www.youtube.com/watch?v=QdneZ4fIIHE&feature=youtu.be</p>

    can you remove that paragraph tag and just add the youtube video link.

    how can I manipulate the font style, color, size etc. of my post text
    — About this you have option in Theme Option in Simple Catch Pro theme. Upgrading will be easier. But yes you can do it in Simple Catch Free theme as well but for that you need to add CSS in “Appearance => Theme Options => Custom CSS” box for which you need to know abut CSS.

    I will contact you in email to solve the Youtube issue

    in reply to: Problem with viewing in different browsers #8758
    Sakin
    Keymaster

    @acanthuroid: Yes Catch Everest Pro WooCommerce plugin ready.

    in reply to: Social Icons missing #8754
    Sakin
    Keymaster

    @snicoles: I am telling you not to copy all the styles from style.css to child theme style.css . But you have copied it all. The following CSS in your child theme style.css that is http://thatscrazytalk.com/wp-content/themes/catch-box-child-theme/style.css is a problem. Delete that.

    .social-profile ul li a {
        background: url("images/social-profiles.png") no-repeat scroll right top transparent;
        border-radius: 3px 3px 3px 3px;
        display: block;
        height: 34px;
        text-indent: -99999px;
        width: 34px;
    }
    in reply to: Continue Reading → can not be translated #8733
    Sakin
    Keymaster

    @Chris: You don’t need to translate that you can change that from “Appearance => Theme Options => Excerpt/More Tag Settings and change the “More Tag Text”.

    in reply to: space above and below featured headline #8732
    Sakin
    Keymaster

    @alisonmckellar: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Homepage heading space above */
    #homepage-message { margin-top: 40px; }
    /* Homepage heading space below */
    .home #main { margin-top: 40px; }
    /* Homepage heading font size */
    #homepage-message { font-size: 26px; }

    Here is donation page link http://catchthemes.com/donate/

    Thanks for your appreciation.

    in reply to: Search Box – move out of header area #8731
    Sakin
    Keymaster

    @paulinepkehoe: Just go to “Appearance => Theme Options => Header Right Sidebar Options” and then check “Disable Header Right Sidebar” and save it.

    in reply to: Social Icons missing #8729
    Sakin
    Keymaster

    @snicoles: Yo have build child theme and copied the style.css in child theme. You don’t need to copy all the css in your child theme style.css . You just need to add the css which you edit it. see this for of how to set child theme style.css
    http://codepaste.net/g6mo2p

    in reply to: Featured Video plugin #8728
    Sakin
    Keymaster

    @karinschultz: Sorry looks like your requirement if beyond the scope of Simple Catch Pro theme.

    Yes you can add embed code video in the sidebar. the sidebar is responsive design and adjust as the screensize is decreased. It’s on percentage value 31.28% which is equivalent to 305px width.

    in reply to: Multiple Galleries #8727
    Sakin
    Keymaster

    @GAHC: You can reduce the line height in the drop down menu. Just adjust the line height and add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul a { line-height: 1.4em; }

    in reply to: Problem with viewing in different browsers #8723
    Sakin
    Keymaster

    @@acanthuroid:I don’t see any issue with your site. Can you let me know what are you trying to say. Maybe you can share screenshot loaded in your server.

    Also just to let you know that if you want o change any css then don’t edit the theme core style.css or responsive.css. You can add additional CSS in “Appearance => Theme Options => Custom CSS” box.

    in reply to: Problem with viewing in different browsers #8722
    Sakin
    Keymaster
    in reply to: Problem with viewing in different browsers #8705
    Sakin
    Keymaster

    @acanthuroid: The most important thing. We don’t support free theme without footer credit link. I see that you are using Catch Everest Free then and have removed Theme: Catch Everest from footer.

    This is the only means of recognition and appreciation for our hard work and effort to provide you Free theme with Free Support.

    If you want to remove the footer credit, please upgrade to pro version. Don’t edit it in free version.

    in reply to: Menu and submenu #8703
    Sakin
    Keymaster

    @NyaKungen: You can use Custom Menu from “Appearance => Menus” to avoid that. See this for custom menu http://en.support.wordpress.com/menus/

    in reply to: Social Icons missing #8702
    Sakin
    Keymaster

    @snicoles: I cannot see your site. You have issue in your child the function.

    in reply to: Featured Video plugin #8701
    Sakin
    Keymaster

    Hi Karin,

    Plugin question is always difficult for you. So, I always suggest to ask the plugin developer forum.

    1. how can I insert a youtube video into a post without it replacing the picture in the archive page?
    Video shouldn’t replace the the picture in the archive page. I thin you don’t have any text in that post. You can either add few lines of text or add any thing on the Excerpt Box. As the archive page check if there is anything in excerpt if not then it will show the full content.

    You can just add youtube video URL in your Post content. that will work fine.

    2. is it possible to take the padding for images and apply to video, so I can place text next to video?
    — You need to add the CSS code to add padding in your video.

    3. can I use one of your ad widgets to insert video? There are video ads now and I would like to use them in the blog if possible. Any ideas?
    — Yes, you can but you need to add in the embed iframe code or script in the ads code box.

Viewing 20 posts - 12,361 through 12,380 (of 14,505 total)