Forum Replies Created

Viewing 20 posts - 8,541 through 8,560 (of 14,505 total)
  • Author
    Posts
  • in reply to: More on Featured Post Slider #21074
    Sakin
    Keymaster

    @FictionAddiction: It’s a responsive design theme. So, it will be difficult to fix the height. Best option it to upload the image of equal height. The recommended size for slider image is Width: 644px and Height: 320px

    in reply to: social media icons #21071
    Sakin
    Keymaster

    @MMchen: You cannot change the position in Catch Box Free Theme. You need to upgrade to pro version then you will get this Social Icon as widget.

    But yes you can change to make it like the hover state from your custom css box. Just send me your site URI and then I will give you the css that you can add in.

    in reply to: Photo Credit Help #21070
    Sakin
    Keymaster

    @KathrynW: Thanks for your appreciation. But there is no option to add it. You can add photo credit in photo itself and upload it.

    in reply to: Reducing height of menu bar when viewed in browser #21066
    Sakin
    Keymaster

    @jmb500: Yes you can add that CSS in your Child theme style.css file. Custom CSS box is there to help you do quick edit of css. The css added in Custom Css will not be lost. But if you want my opinion then I would suggest child theme.

    in reply to: Border Size #21064
    Sakin
    Keymaster

    @BenniemanZA: Bit confused. I hope you re trying to remove the box-shadow of the main body. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { box-shadow: none; }

    in reply to: Google authorship #21061
    Sakin
    Keymaster

    @MMchen: You need to add your google+ publisher link into SEO Yoast “Google Publisher Page:”. Then you will see Optons “Author for homepage:” There you can choose the author/user in your site. Then in that user profile, you need to add Google+ author link from “User => Your Profile” in your WordPress dashboard.

    in reply to: Home Page Text Color same as Background Color #21052
    Sakin
    Keymaster

    @kevin.murray: Yes, you meed to told them that the site cannot load fully sometime and you have to refresh your browser to bring the site to fully load. Then you can share your screenshot of what happen.

    in reply to: Reducing height of menu bar when viewed in browser #21049
    Sakin
    Keymaster

    @jmb500: You can change the padding as per your need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) {	
    	#header-menu .wrapper,
    	#access-footer .wrapper {
    		padding: 14px 0;
    	}
    }
    in reply to: Add a new per-page template #21048
    Sakin
    Keymaster

    @billm: For this you need to build child theme and then create the page template.
    For Child Theme: http://codex.wordpress.org/Child_Themes
    For Page Template: http://codex.wordpress.org/Page_Templates

    in reply to: Home Page Text Color same as Background Color #21047
    Sakin
    Keymaster

    @kevin.murray: This means it’s your server loading issue. Can you send same message to your Hosting Server Support and see what they answer. As this is the first time we are experiencing this issue and looks more of loading issue then of code issue.

    in reply to: Excerpt with thumbnail #21046
    Sakin
    Keymaster

    @Nancy: Simply replace the previous css with the following CSS.

    .blog .entry-summary .wp-post-image,
    .archive .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin: 0 10px 10px 0;
    }

    Which css to use depends on your requirement. But are fine, just different in conditions.

    in reply to: Google authorship #21041
    Sakin
    Keymaster

    @MMchen: Sorry I don’t get it what you mean. The Google Google Publisher settings in in WordPress SEO by Yoast and to add social icons then you can use “Appearance => Theme Options => Social Icons”. I just mean this. For more details, you need to ask in plugin author forum.

    in reply to: logo image jumping down on mobile device #21034
    Sakin
    Keymaster

    @jmb500: This is not possible by theme default option. You need to hire customizer for this. Sorry too complicated to provide support in forum.

    in reply to: Blog posts & Archives Background Colour change #21033
    Sakin
    Keymaster

    @chris: It’s little difficult to do this in Catch Everest Pro and will not look good. You can just try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #primary, #secondary { background-color: #ccc; }

    For better design of box, you can look at our Catch Evolution Pro theme and Catch Box Pro theme.

    in reply to: Problem #21030
    Sakin
    Keymaster

    @MVS: It’s ok I will take a look at your site.
    I see that you are using Featured Post Slider. This takes the post ID and get in the post featured image, post title and post excerpt text.
    I see that you have added ID 58 and 1538. Your post ID 58 have Featured Image but the post http://www.looks-familiar.com/wp/wordpress/?p=1538 don’t have featured image. I see that you have insert the image in your post but haven’t assigned as Featured Image. Please assign it and it will be fine.

    See the theme instruction for details about Featured Post slider http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: logo image jumping down on mobile device #21028
    Sakin
    Keymaster

    @jmb500: I just check in your site and view with mobile devices as well as with browser resize. But I don’t see logo image jumps down by approx 10 pixels. Can you refresh your browser and check in.

    in reply to: Plugin Faviconized is not working at Pro Template #21027
    Sakin
    Keymaster

    @Frank: It’s because the plugin try to catch the Content div ID. But Simple Catch Pro theme doesn’t have it. So, you need to open faviconized-links.php file and find content and replace with primary

    in reply to: Menu on tablets – not able to enter submenu item #21020
    Sakin
    Keymaster

    @Fl0W: Microsoft and stockoverflow uses onclick function and they don’t have link in the parent item. They only have link in sub-menus.

    Same like we have for “Parent Drop” in demo site http://catchthemes.com/demo/catch-everest/ . In this menu item, we use <span onClick="return true">Parent Drop</span> in Navigation Label.

    in reply to: Excerpt with thumbnail #21019
    Sakin
    Keymaster

    @Trishah: Thanks

    @Nancy
    : I see that the css that I gave you worked on your site. That CSS that Trishah gave you will also work but it will be for all the pages. The only I have you is only for Archive pages.

    in reply to: Excerpt with thumbnail #21007
    Sakin
    Keymaster

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

    .archive .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin: 0 10px 10px 0;
    }
Viewing 20 posts - 8,541 through 8,560 (of 14,505 total)