Forum Replies Created

Viewing 20 posts - 8,941 through 8,960 (of 14,497 total)
  • Author
    Posts
  • in reply to: Logo #19691
    Sakin
    Keymaster

    @TruckinTortuga: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #logo-wrap, #site-logo {
        display: block;
        float: none;
        text-align: center;
    }
    in reply to: Does Pro Theme Allow For Full Screen Display? #19689
    Sakin
    Keymaster

    @corinnecollins.com: Yes it allows. You can see the Theme Details at Theme Instruction page at http://catchthemes.com/theme-instructions/catch-box-pro and also the demo at http://catchthemes.com/demo/catchbox-pro/

    in reply to: adding main horizontal navigation to footer #19688
    Sakin
    Keymaster

    @marcella: Right now Catch Everest Pro don’t have option to add in Footer Menu. We will add this in future version update. For now you need to consider hiring customizer at http://catchthemes.com/hire-customizer/

    About the Post layout then you can change it by building child theme and then copy content.php in your child theme and change it. It’s bit technical.

    in reply to: word splits badly at the end of line #19686
    Sakin
    Keymaster

    @Micha: That page is not found. Try replacing the above css with the following.

    body, button, input, select, textarea, .site-content article { 
    	word-wrap: normal;
    	-webkit-hyphens: none;
    	-moz-hyphens: none;
    	hyphens: none;
    }
    in reply to: How to change permalinks #19685
    Sakin
    Keymaster

    @kellettjen: Oh so you have .htaccess file permission issue otherwise it will have been auto.

    in reply to: Optional Sidebars #19675
    Sakin
    Keymaster

    @poppy: Sorry I don’t handle that you can ask for quote by filling up the form.

    in reply to: Optional Sidebars #19672
    Sakin
    Keymaster

    @poppy: For any theme level customization you need child theme. As if you change any core theme file such as functions.php, index.php, style.css and so on. It will work until you update the theme. When you update the theme it will revert back the file to original mode and all your customization will be gone. So, by building child theme your customization will be safe.

    For sidebar, either you can search for plugin at wordpress.org/plugins or you need to build child theme.

    in reply to: featured slider #19670
    Sakin
    Keymaster

    @mark: If you use Featured Post Slider or Featured Page Slider or Featured Category Slider, then it will take the image from page/post and auto crop the image. But if you use Featured Image Slider, you can upload image of any size and it will not crop it.

    Thanks for the fix in the typo about Enable Slider. We will fix this in new version.

    in reply to: Optional Sidebars #19669
    Sakin
    Keymaster

    @poppy: There is not option to create it by default. You need take help from customizer http://catchthemes.com/hire-customizer/ to build child theme and add it.

    in reply to: Home Slider Images #19668
    Sakin
    Keymaster

    @EdG: Cool. Thanks 🙂

    in reply to: Pages not showing up on ipad #19667
    Sakin
    Keymaster

    @klhaight: There must me some css in your child theme style.css which is causing the issue. I will not be able to check in details. You can take help from customizer at http://catchthemes.com/hire-customizer/

    in reply to: How to change permalinks #19665
    Sakin
    Keymaster

    @kellettjen: For changing default permalink structure you can go to “Settings => Permalinks” then choose “Post name” and save changes.

    in reply to: Gallery Formatting #19664
    Sakin
    Keymaster

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

    .single-gallery .service-item dd { margin-bottom: 0; }
    .single-gallery .service-item .widget-title { min-height: 40px; }
    in reply to: Couple of questions #19660
    Sakin
    Keymaster

    @suchi: Sorry there is not option for that. Try to search for plugins at http://wordpress.org/plugins/

    in reply to: "block quote #19659
    Sakin
    Keymaster

    You can check out default Blockquotes formats at http://catchthemes.com/demo/simplecatch-pro/html-elements/ . If you don’t like the single image then you can remove that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    blockquote { background: none; }

    in reply to: Post Slider problem #19658
    Sakin
    Keymaster

    @pgdll: Looks like you have customize your site slider function. So, there must be issue with your cache transit like delete_transient(); and set_transient(); data. Can you check your code or upload the customized code in http://gist.github.com/ and send me the url.

    in reply to: Add right Sidebar and widgets #19657
    Sakin
    Keymaster

    @aeriformarts: I can see you have right sidebar in your site.

    in reply to: white space in footer #19656
    Sakin
    Keymaster

    @suchi: It’s bit confusing. Are you showing solution or just asking to remove the white spaces. If so then first I see there is whitespace in your logo images http://www.gotmold.ca/wp-content/uploads/2014/01/member_links_footer.jpg . So, you can remove that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #footer-sidebar .widget img { margin: 0 auto; }

    in reply to: Change font for header #19654
    Sakin
    Keymaster

    @aeriformarts: Which header are you talking about? There is font family options for Catch Everest Pro theme at “Appearance => Theme Options => Font Family Options”

    in reply to: Couple of questions part 2 #19642
    Sakin
    Keymaster

    suchi: I see that you have install plugin for that new bio. Either you disable that plugin or you can add the following CSS in “Appearance => Theme Options => Custom CSS”
    .entry-meta .author-info { display: none; }

    To remove hyphenations, yeou can add the following CSS in “Appearance => Theme Options => Custom CSS”
    .site-content article {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }

    For 7th sorry there is not option to do that. You need to build child theme and edit. For that I recommend you to use hire a customizer service from tweaky at http://catchthemes.com/hire-customizer/

Viewing 20 posts - 8,941 through 8,960 (of 14,497 total)