Forum Replies Created

Viewing 20 posts - 8,941 through 8,960 (of 14,494 total)
  • Author
    Posts
  • 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/

    in reply to: Couple of questions #19640
    Sakin
    Keymaster

    @suchi:
    1. I don’t get it. If you go to “Appearance => Widgets” and add “Recent Posts” widgets, there is option to enter Number of posts to show.

    2. I see that you have not use paragraph tag <p> and instead use h4, h5 and h6. That is why there is an issue. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content h4, .entry-content h5, .entry-content h6 { margin-bottom: 10px; }

    3. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-template-template-blog-php .page-header { display: none; }

    4. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #commentform .form-allowed-tags { display: none; }

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

    @Micha: I hope you mean Word-Warp. I don’t have your site URL to check in. So, can you add the following CSS in “Appearance => Theme Options => Custom CSS” and check in.
    body, button, input, select, textarea, .site-content article { word-wrap: normal; }

    in reply to: Hyperlink on the featured contents #19630
    Sakin
    Keymaster

    @yoshimi233: Oh yes. Sorry for the typo…

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