Forum Replies Created

Viewing 20 posts - 12,241 through 12,260 (of 14,496 total)
  • Author
    Posts
  • in reply to: Mobile friendly theme #9171
    Sakin
    Keymaster

    @danielgreat: Your site is mobile friendly. Simple Catch Pro theme in Responsive Design. You can test your site at http://mattkersley.com/responsive/

    in reply to: Use the Catch Everest Free theme for a fishing site #9170
    Sakin
    Keymaster

    @tiger: Yes you can use Catch Everest Free theme for your Fishing Association.

    While using any Free Theme, you are not allowed to edit or delete the Footer Credit text and link. If you want to edit or delete it then you need to upgrade to Catch Everest Pro theme where you have Footer Editor options and other lots of additional features. See this for additional features http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Need help with a few things! #9169
    Sakin
    Keymaster

    @JakeBuly: I will try to answer it all.

    • I need to remove the small border around all the images on my site if possible.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post-img a, #main #content img { border: none; }

    • I need to remove the name from the top of each page, ex: Home/About/Etc.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { display: none; }

    • I need to remove the extra space from the end of the menu bar.
    — The extra space depends on the menu item you have added, don’t worry about it. It’s not an issue. You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu ul li a { padding: 0 15px 0 16px; }
    #header #mainmenu ul li:last-child { border-right: none; }
    

    • I also need to move the homepage social icons above the logo if possible!
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .layout-978 {
        position: relative;
    }
    #header ul.social-profile {
        float: right;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    • And remove where it shows all the category info on each post.
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single .tags { display: none; }

    in reply to: Can not see post on the website #9168
    Sakin
    Keymaster

    @princez2425: You should have posted Site URL. so, it would have been easier for me to check in. Can you check your setting at “Appearance => Theme Options => Homepage / Frontpage Category Setting”. Either you need to select disable or you need to filter the category from which the post need to show.

    I will also email you.

    in reply to: Sidebar #9167
    Sakin
    Keymaster

    @danielgreat: Oh this theme is don’t have support for 3 column layout. So, you can keep either left sidebar or right sidebar. You can cannot keep both sidebar. If you want both the sidebars, then you need to build child theme and edit the layout which is total customization.

    in reply to: W3C CSS Validator #9166
    Sakin
    Keymaster

    @arichardc: I check your site and the errors seems to be IE and other browser compatibility fixes. So, you don’t have to worry about it. It happen to all the themes.

    But I found one error that is related to Google Font which can be fixed. Can you go to “Appearance = Theme Options => Font Family Options” and check “Reset Font” and save it.

    in reply to: Post page not formatted & slider not showing #9165
    Sakin
    Keymaster

    @trentbuzz: Do you check out the theme instruction http://catchthemes.com/theme-instructions/catch-everest/.

    Did you check your Layout Options. For sidebar, you need to select “Right Sidebar” or “Left Sidebar”. Overall site setting, you need to select from “Appearance => Theme Options => Layout Options”. You can also change the individual page and post settings from your page and post editor “Select Sidebar Layout Options”.

    in reply to: How to remove some things #9164
    Sakin
    Keymaster

    @impresnet: Sorry I cannot help at this case.

    in reply to: Catch Everest – Slider Options for changing Image #9163
    Sakin
    Keymaster

    @jaime_criado: I don’t understand your question. Can you explain bit more and also add in your site URL so that I can check in.

    in reply to: Cannot manage to align thumbnails with post excerpts #9162
    Sakin
    Keymaster

    @nsalagados: I check in your site and see that you are using Catch Everest Free then and have customized it.

    Yes, you can add any modified css in “Custom CSS” box. The right way to customize the theme is either by “Custom CSS” box or building child theme and editing the files. This will help you prevent loosing your customization while you update your theme to latest version releases.

    We have small team working. I only handle the support and theme updates. So, you will see only me from Catch Themes handling the support issues.

    in reply to: Centering menu bar #9127
    Sakin
    Keymaster

    @dfranck90: great it’s working for you. Have a nice day.

    in reply to: Posts not showing on blog page #9126
    Sakin
    Keymaster

    @cre8ve1: It’s ok and I am glad that you found it. Yes, you don’t need to change the settings. Just add the Page template as blog and it will be fine.

    in reply to: Menu Word disappear #9125
    Sakin
    Keymaster

    @Rufi139: If you are using page menu then you need to check your page settings. The best option to add menus are though custom menu. More reliable and effective. So just go to “Appearance => Menus” and setup accordingly.

    in reply to: 2 things on Everest Pro I'd like to do #9123
    Sakin
    Keymaster

    @oly: I see that you have added Custom CSS in “Appearance => Theme Options => Custom CSS” box. Can you try removing the following css from custom css box.

    #main-slider .entry-title a,
    #main-slider .entry-title span {
    	background: rgba(255, 255, 255, 0.7);
    	color: #222;
    	display: block;
        padding: 15px 25px;
    	padding: 1.5rem 2.5rem;
    
    }
    #main-slider .entry-title a:hover,
    #main-slider .entry-title span:hover,
    #main-slider .entry-content:hover,
    #slider-nav a:hover {
    	color: #000;
    	background: rgba(255, 255, 255, 1);
    }
    in reply to: How to remove some things #9121
    Sakin
    Keymaster

    @impresnet: To edit footer powered by text. You need to upgrade to Catch Everest Pro theme where you will get “Footer Editor Options” in Theme Options panel.

    Sakin
    Keymaster

    @Charliecorns: Yes for Catch Everest Free theme just add the css in “Custom CSS” box. You can change the color code as per you need. See this for color codes http://www.w3schools.com/cssref/css_colors.asp

    The items you are talking about is “Homepage Featured Content” which you can change from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”

    in reply to: Override Reponsive Image #9092
    Sakin
    Keymaster

    @jocatman: The fonts are sized using style.css and responsive.css. If you edit one section only then it will not work. When you edit any css or functions don’t just edit on theme itself. Build child theme and work.

    Send me your site, which should be without editing css then I can check the error is any. But as per my knowledge Catch Everest is responsive for image, video and text. See the demo site http://catchthemes.com/demo/catch-everest/

    So, first check your customization and let me know it how it goes. Also send me your site URL.

    in reply to: Fixing height of input fields #9084
    Sakin
    Keymaster

    @rxcosta: yes that’s because. The menu in which you have drop down pages. I see that the parent menu don’t have links. If you want to make that like none then add at least # . iPad doesn’t recognize the blank menu item.

    in reply to: Can't change Featured Post Slider order #9083
    Sakin
    Keymaster

    @Riverola: I don’t know what are you talking about. It should work fine. Yes sometime, your browser will give your cached version of site. In that case clear your browser cache and check it.

    Sakin
    Keymaster

    @Charliecorns:
    1) How can I change the page content background (ie in the header and main columns; I want to keep the outer background image)?
    — If you want easy access to change the colors then upgrade to Catch Everest Pro theme and you have full color options set in Theme Options panel. See this for more information about additional features on Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/
    But for free theme you have to manually change the color code in css and add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Header Background Color */
    #masthead {
        background-color: #000;
    }
    /* Content Background Color */
    .site {
        background-color: #000;
    }
    

    2) How do I add text to the footer widgets as you have in the demo? At the moment my pages just show an image and (sub)title. Can I add a text widget to the footer widgets to allow me to add body copy?
    — Right now you don’t have any widgets in Footer. You have to add the widgets in Footer Area One, Footer Area Two and Footer Area Three. Add in all 3 area in you want 3 columns and 2 for two columns and 1 for only one full width. To add the widget Go to “Appearance => Widgets” and then Drag and Drop the widgets you want in the respective footer Areas.

Viewing 20 posts - 12,241 through 12,260 (of 14,496 total)