Forum Replies Created

Viewing 20 posts - 6,901 through 6,920 (of 14,496 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @ToddWilliam: Can you check in the size of your featured image. Can you post in your site URL so that I can check in.

    in reply to: How much is my website worth? #41274
    Sakin
    Keymaster

    Hello Sarah,

    Sorry we are not aware of these type of site. We haven’t sell any of our site. So, we are not experienced on this. Please try Google or YouTube to search about this more.

    Regards,
    Sakin

    in reply to: How do I set the background to this? #41272
    Sakin
    Keymaster

    @leafygrove: It’s very difficult to check in with the code. Can you post in your page URL where you have this then I will check in what CSS that you need to add in Custom CSS” box to change the background. Also explain in which section that you want to change the color of.

    in reply to: remove Main Menu vertical lines #41271
    Sakin
    Keymaster

    @patriciasaid: You can add the following css in “Appearance => Theme Options => Custom CSS” to remove the border.

    #branding ul.menu li {
        border: none;
    }
    in reply to: round borders #41270
    Sakin
    Keymaster

    @toni: You can add the following css in “Appearance => Theme Options => Custom CSS” box to add rounded corner in widgets.
    #secondary .widget,

    #third .widget {
        -moz-border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    in reply to: theme dis-configured post edit page #41268
    Sakin
    Keymaster

    @danielbravo: That is strange as it’s working fine in our demo pages http://catchthemes.com/demo/catch-kathmandu/.

    So, have you changed any theme files? Can you refresh your browser and check in?

    Yes, you cannot attached image in this forum. You can upload your screenshot in your website or photo sharing site and add in the URL here.

    in reply to: Footer menu is not showing up #41267
    Sakin
    Keymaster

    @JUAN ARTURO: Thanks for the access and we are able to debug it. We found that the footer menu has issue when there is no widgets in Footer Widgets Area. We will fix this in next version update. For now I have just change the theme for you.

    Have a nice day

    in reply to: Desktop media picture sizez #41234
    Sakin
    Keymaster

    @DonnaCR: That is for Catch Evolution Theme not for Catch Box Theme. You are posting it in Catch Evolution Support forum. For Catch Box http://catchthemes.com/support-forum/forum/catch-box-public/ and for Catch Box Pro http://catchthemes.com/support-forum/forum/catch-box-pro-premium/. Please post in appropriate theme support forum.

    Thanks.

    in reply to: Comment Author URL problem #41227
    Sakin
    Keymaster

    @thefortune: For author post URl. Check this function get_author_posts_url

    in reply to: Footer menu is not showing up #41224
    Sakin
    Keymaster

    @JUAN ARTURO: It look like you might have change any of these files sidebar-footer.php or footer.php or adventurous-menus.php. Please check these files with the original files. It should work fine.

    If you want me to look at you theme files then let me know it. I will email you the details.

    in reply to: Catch Theme – Comments not loading on all posts #41223
    Sakin
    Keymaster

    @ToddWilliam: Can you check in your comment setting of that post. Edit that post and check in “Discussion” box, where you need to check “Allow Comments”. See this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: Insert search bar in primary menu #41222
    Sakin
    Keymaster

    @Adenilson Tomé: Catch Everest Free theme don’t have option to add menu and search in Header Right Section link the screenshot you send in. As it doesn’t have Header Right Sidebar option. If you were using Catch Everest Pro theme, then you can add custom menu and search from “Appearance => Widgets” to Header Right Sidebar and then I can give you Custom CSS to align it in same line.

    in reply to: Decreasing space between Header Image/Page Content #41221
    Sakin
    Keymaster

    @sparklypony: Can you post in your site URL and also let me know how much you want to decrease then I can check in and send you Custom CSS.

    in reply to: Comment Author URL problem #41149
    Sakin
    Keymaster

    Yes mike for that you need to edit the code in catchbox_comment() function.

    in reply to: Vertical lines missing from tables #41143
    Sakin
    Keymaster

    @Vampyre777: That’s the design in Catch Everest Theme. If you want to add it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #content table { border-left: 1px solid #e6e6e6; }
    #content th {
        border-right: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        font-weight: bold;
        padding-left: 10px;
    }
    #content td { border-right: 1px solid #e6e6e6; padding-left: 10px; }
    in reply to: Footer menu is not showing up #41139
    Sakin
    Keymaster

    @JUAN ARTURO: I hope you have not customize the core theme files. As footer menu is working fine in our server. So, can you check in details.

    Have you created custom menu form “Appearance => Menus” and assigned your custom menu to “Footer Menu” theme locations from “Appearance => Menus => Manage Locations”.
    Check this http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    in reply to: Comment Author URL problem #41138
    Sakin
    Keymaster

    Hi Mike,

    In Catch Box Theme comment form, we use get_comment_author_link() to add link of the commenter. If you want to change this, then you can build child theme and then create new functions.php file and just copy catchbox_comment() functions from Catch Box theme functions.php file and edit the URL as per your need.

    This is bit technical and you might need to hire a customizer for this.

    Regards,
    Sakin

    in reply to: Vertical lines missing from tables #41137
    Sakin
    Keymaster

    @Vampyre777: Please post in the URL where you have issue. Then I can check in and send you custom css.

    in reply to: changing main menu font color and shape #41075
    Sakin
    Keymaster

    @rshaw876: Ok then the css to change the font color in your main menu will be as below:

    #branding ul.menu a,
    #branding ul.menu ul a,
    #branding ul.menu li:hover > a,
    #branding ul.menu a:focus {
     color: #ffcc00; 
    }
    in reply to: changing main menu font color and shape #41056
    Sakin
    Keymaster

    @rshaw876: You can find the details Color Options in Catch Box Pro version. For free version, you need to send me the color code that you want to change to and then I will send you the css. Please post in your site URL as well.

    For example, you can try to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box, which will change the font color in main menu.

    #branding ul.menu a {
        color: #eee;
    }
Viewing 20 posts - 6,901 through 6,920 (of 14,496 total)