Forum Replies Created

Viewing 20 posts - 1,961 through 1,980 (of 14,494 total)
  • Author
    Posts
  • in reply to: Comment box background color and font? #77838
    Sakin
    Keymaster

    @LTTL:
    1. To move that comment box, you need to need to build child theme and then copy comments.php file to your child theme and then move code <?php comment_form(); ?> to desire location. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/

    2. Try adding following css in “Appearance => Theme Options => Custom CSS” box:

    #respond,
    .commentlist > li.comment { 
        background: #fff none; 
    }
    .commentlist .children > li.bypostauthor {
        background: #fff none;
        border: 1px solid #ccc;
    }

    3. You can change the font size in the following css as per your need and then add ti in “Appearance => Theme Options => Custom CSS” box:
    #reply-title { font-size: 24px; }

    in reply to: font size help #77835
    Sakin
    Keymaster

    @leotrim77: There won’t be font size as 13% or 14%. Can you post in your site URL and let me know which you want to change. Then only I will be able to help you.

    in reply to: Mobile Sidebar go down over footer #77829
    Sakin
    Keymaster

    @Mattias: search the following css from style.css and remove it. This should solve your issue.

    .fixed-header + #main-wrapper, 
    .fixed-header + #main-wrapper + #colophon {
        position: relative;
        top: 91px;
    }
    in reply to: featured slider problem on front page #77828
    Sakin
    Keymaster

    @NANKYUNG: Looks like there is conflict between Slider script and the plugins that is active. So, can you disable plugin one by one and check in.

    in reply to: Jquery issue #77827
    Sakin
    Keymaster

    @rkmoonak: Yes, but that is from JetPack plugin “Sharing” module. So, you need to check with that plugin support forum. You must have missed something in that plugin setup.

    in reply to: Issue on the header part #77826
    Sakin
    Keymaster

    @kalatos: Which news part and what are you trying to do with that. Can you explain in reference with your site URL

    in reply to: How to move site height 25 pixels down? #77825
    Sakin
    Keymaster

    @Alexander: For this, you need to post in your site URL and let me know which menu are you talking about and then I can check that for you.

    in reply to: How to remove white space below the header #77822
    Sakin
    Keymaster

    @Alexander: Thanks for your support 🙂

    in reply to: Customize submit button #77821
    Sakin
    Keymaster

    @Alvin: Which submit submit button you want to change. Let me know in reference with your site URL and then I can send you custom css.

    in reply to: Upgrading to Pro #77819
    Sakin
    Keymaster

    @Brenda: Most of the settings will be there in pro version. You just need to set new settings. For more about upgrading to pro, you can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Bug on Home Page after lastes update #77818
    Sakin
    Keymaster

    @Sue: Sorry for late reply as we were upgrading our server and database. It was our maintenance time.

    Can you post in your site URL and let me know what’s not working. If you were using child theme for Catch Evolution Free theme, then you need to upgrade that to Catch Evolution Pro child theme. You can download Catch Evolution Pro child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then you can move all your child theme edits to this pro theme child theme.

    in reply to: Mobile Sidebar go down over footer #68324
    Sakin
    Keymaster

    @Mattias: It’s out now and you can update to version 3.3

    in reply to: HELP–where did the templates directory go? #68323
    Sakin
    Keymaster

    @Jimtowner: That is simple. First, just download sample Catch Box child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then create file in your file pdf-record-custom.php in your child theme with your codes.

    in reply to: 2 menus in the mobile version #68320
    Sakin
    Keymaster

    @Mattias: Sorry there is no option to merge 2 menus to one.

    in reply to: Mobile version Logotyp full and centered #68319
    Sakin
    Keymaster

    @Mattias: Please post in your site URL and then I can check in to send you custom css.

    in reply to: Mobile Sidebar go down over footer #68318
    Sakin
    Keymaster

    @Mattias: We are schedules to release the update today. Sorry for the trouble.

    in reply to: adjust width of feature content #68317
    Sakin
    Keymaster

    @Phuong: That is called responsive design. Each items in featured content will show in a row. If you still want to make it 3 then add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 540px) {
    	#featured-post .post {
    		width: 30.66%;
    		margin-left: 4%;
    	}		
    }
    in reply to: Widgets, Fonts, #68316
    Sakin
    Keymaster

    @luismarioochoa:
    1. You can change the color code and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #text-13 .widget-title {
        color: #222;
        font-size: 16px;
    }

    2. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    #text-13.widget {
        background-color: #fff;
    }
    #text-13 .widget-title,
    #text-13 .wppizza-cart {
        border-color: #f25e1e;
    }

    3. You can change the font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-content .wppizza-article-info h2 {
        font-size: 24px;
    }

    4. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    .page-header {
        border: none;
    }
    in reply to: Excerpt length is not working #68298
    Sakin
    Keymaster

    @George: That’s nice and thanks for your appreciation 🙂

    in reply to: Excerpt length is not working #68286
    Sakin
    Keymaster

    @George: You have install Jetpack plugin and activated “Mobile” module. You need to go to Jetpack settings and then disable mobile module.

Viewing 20 posts - 1,961 through 1,980 (of 14,494 total)