Forum Replies Created

Viewing 20 posts - 8,961 through 8,980 (of 14,504 total)
  • Author
    Posts
  • 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…

    in reply to: Turn off left and right arrows on Slider #19628
    Sakin
    Keymaster

    @rbrt_bene: Thanks you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #controllers { display: none; }

    in reply to: Turn off left and right arrows on Slider #19619
    Sakin
    Keymaster

    @rbrt_bene: I need your site URL.

    in reply to: Featured Post Slider dosn't work #19617
    Sakin
    Keymaster

    @phillipb007: Exclude from homepage will just exclude slider post from homepage. You can either just hide it with custom css or build child theme and change the code in your child theme functions.php file. Can you send me your site URL?

    in reply to: Change header/tagline font size in mobile devices #19616
    Sakin
    Keymaster

    @John: You can check here mattkersley.com/responsive

    in reply to: Weird menu on mobile #19615
    Sakin
    Keymaster

    @Cybersnaby: It’s when you view your homapage, the top menu doesn’t have home so it is just showing Menu and for the menu menu it’s showing Home.

    in reply to: Change lanuage into german #19614
    Sakin
    Keymaster

    @Detlef: Can you send me that language file and then I will add it in core so that it will help you in updating.

    in reply to: Weird menu on mobile #19607
    Sakin
    Keymaster

    @Cybersnaby: It’s a responsive design and while changing the menu color the mobile memu color haven’t been changed. So, to match with your color you can add the following CSS in “Appearance => theme Options => Custom CSS” box.

    .sb-holder {
        background-color: #ccc;
    }
    .sb-selector:link, 
    .sb-selector:visited, 
    .sb-selector:hover {
        color: #404040;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #404040;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #ccc;
    	color: #404040;
    }
    in reply to: Regarding theme installation #19606
    Sakin
    Keymaster

    @suchi: Once you install new theme. Your plugins will be as it is. But you might need to do few settings in Theme Options panel and widgets.

    in reply to: Change number of featured content columns #19604
    Sakin
    Keymaster

    @Micha: You can simply upgrade to Catch Everest Pro and you will have option to choose 4th column. For Free version, you need to build child theme and do the customization. It’s bit complicated so better hire a customizer at http://catchthemes.com/hire-customizer/. But if you want to try it then build child theme and create functions.php file and copy function catcheverest_homepage_featured_content() from catcheverest-functions.php and edit

    if ( $i % 3 == 1  || $i == 1 ) {
    						$classes = "post hentry first"; 
    					} 

    to

    if ( $i % 4 == 1  || $i == 1 ) {
    						$classes = "post hentry first"; 
    					} 
    in reply to: tinynav not visible #19598
    Sakin
    Keymaster

    @mpiontek: Look like there is conflict with your plugin. So, try disabling plugin one by one and check in.

Viewing 20 posts - 8,961 through 8,980 (of 14,504 total)