Forum Replies Created

Viewing 20 posts - 3,601 through 3,620 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

    @scubafreak: Hi Dan
    1. Frame widgets in the Main Sidebar: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 1280px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -40px;
        margin-right: -40px;
        margin-top: -40px;
        padding: 10px;
        text-align: center;
      }
    }
      
    
    @media screen and (max-width: 1279px) and (min-width: 1153px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 961px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (min-width: 561px) and (max-width: 960px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -11px;
        margin-right: -11px;
        margin-top: -11px;
        padding: 10px;
        text-align: center;
      }
    }
      
    @media screen and (max-width: 560px) {
      #secondary .widget-title {
        background-color: #3eaadd;
        color: #fff;
        margin-left: -14px;
        margin-right: -14px;
        margin-top: -14px;
        padding: 10px;
        text-align: center;
      }
    }

    Hope this helps. If you need further customization, I recommend you to hire a customizer.

    2. Promotion Headline for contact entry form instead of Action Button
    You’ll need to hire a customizer for this.
    https://catchthemes.com/hire-customizer/

    Regards,
    Mahesh

    in reply to: Menu Not Showing on Mobile Devices #92141
    Mahesh
    Participant

    @muddergrad: Sorry for the late reply. I checked your site in both desktop and mobile (android). The menu is working fine. I guess you’ve double clicked when you clicked the menu button in mobile, it causes you to navigate to homepage.
    Please check our demo site.
    https://catchthemes.com/demo/full-frame/

    Regards,
    Mahesh

    in reply to: Adblock problem #92139
    Mahesh
    Participant

    @ovidiu: Sorry for the late reply. I checked your site with adblock active in my browser and it is working fine.
    Let me know further.

    Regards,
    Mahesh

    in reply to: No Menu in mobile #92136
    Mahesh
    Participant

    @rimfrost: Sorry for the late reply. You are using child theme, have you modified them theme function and styles? Try activating the parent theme and check if it resolves the issue. The menu is working fine in this theme in our server.

    Regards,
    Mahesh

    in reply to: Home page not loading properly #92134
    Mahesh
    Participant

    @youngtan: Sorry for the late reply. I checked your site and it seems to be working fine, loading whole website normally. Have you resolved the issue? Let me know further.

    Regards,
    Mahesh

    in reply to: Second page for blog posts #92129
    Mahesh
    Participant

    @irinasadrina: Glad to know you’ve resolved the issue yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Featured Image at top of blog page #92119
    Mahesh
    Participant

    @secretpie: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-featured-image .wrapper{
        width: 100%;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Need help with CSS Customizing, I think :) #92118
    Mahesh
    Participant

    @stefanrsharpe: Thank you for using Simple Catch Pro. I checked your site and saw no border in the menu. Have you resolved the issue. Let me know further.
    You have an error in you Custom CSS in the following line:

    .featured-text a.readmore { #000; 
    }

    Regards,
    Mahesh

    in reply to: Need help with CSS Customizing, I think :) #92117
    Mahesh
    Participant

    @coachcatchy: Sorry for the confusion. Yes, please reinstall the theme and check. Please do take backup beforehand. Let me know further.

    Regards,
    Mahesh

    in reply to: menu #92047
    Mahesh
    Participant

    @masfur: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Too many h1 tags per side? #92046
    Mahesh
    Participant

    @derfabi2016: Only one H1 per page is old. It was only valid for HTML4.
    In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
    Catch Everest theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
    But if you really want to change it, you can change it by building child theme and editing it. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: menu #92042
    Mahesh
    Participant

    @masfur: Please add the following CSS:

    .catchbase-nav-menu a {
        padding: 10px;
    }

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #92032
    Mahesh
    Participant

    @impressionsfromheaven: The recommended size for header image is 978 × 200 however you can use image of any size and crop it or skip cropping as you desired.
    Regenerate Thumbnail Plugin: No, I don’t mean that. What this plugin does is, if you change dimension of image in Setting=> Media or through theme customization, the image uploaded after the change is resized to new dimensions but previous images need to be resized too. This is where this plugin come in handy.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Child Theme – Editor #92024
    Mahesh
    Participant

    @luismarioochoa: This is not possible through WordPress Dashboard, you’ll need to either use FTP software such as Filezilla for this purpose. Or you can simply copy paste the file from Cpanel’s File Manager.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Won't Install Clean Journal Pro #92023
    Mahesh
    Participant

    @emautonomous: Which browser are you using it? Check your browser to see is it has auto zip extractor. If so then you can simply try using different browser or disable auto zip extractor in your browser. For example, if you want to disable auto zip extractor in Safari then try this https://discussions.apple.com/thread/1483114?start=0.
    Another option is that, you can right click on the link and click on “Save Link As…” to dowload the zip file without auto extractor. See this screenshot https://www.pinterest.com/pin/548594798333093154/

    Regards,
    Mahesh

    in reply to: Featured Image at top of blog page #92022
    Mahesh
    Participant

    @secretpie: Thank you for using Clean Journal Pro. I think you have no default header image in Dashboard=> Appearance=> Customize=>Header Image and you also don’t have featured image in news & blogs page that you’ve selected as blog page. Please make sure that you have selected desired featured image for news & blogs page.As neither of the header image is not available, no header image is being displayed in the blog page. Hope you understand.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: menu #92021
    Mahesh
    Participant

    @masfur: You have lot of menu items that is why it’s dropping to the new line. For centering menu items, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .menu.catchbase-nav-menu {
        text-align: center;
    }
    
    .catchbase-nav-menu li {
        float: none;
    }

    Regards,
    Mahesh

    in reply to: Change the Menu / Submenu #92020
    Mahesh
    Participant

    @gaechti: No, the menu behavior is same in both Free and Pro versions. You’ll need to do some customization for this. I recommend you to hire a customizer.
    Yes, in Pro version there is provision of editing the footer content.

    Regards,
    Mahesh

    in reply to: Need help with CSS Customizing, I think :) #92015
    Mahesh
    Participant

    @coachcathy: Have you customized the theme files? The sidebar is there, but for some reasons the sidebar is pushed to the bottom that is why its not visible. The theme is working fine on our server, sidebar is displaying in all pages and posts. I checked your site’s html the aside div (sidebar) is outside the wrapper div only which should be inside the wrapper div just below the main div. In front page it is fine but this is only happening in post pages which is causing the issue. If deactivating plugin still didn’t fix the problem, try installing the fresh theme and check if it resolves the issue (only if you’ve modified theme files). Let me know further.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #92014
    Mahesh
    Participant

    @impressionsfromheaven: Regenerate thumbnails plugin regenerates all images including post images, slider header images etc. I don’t quite get you there by the image in the front page, did you mean the slider image size? The recommended image size for slider is 976×376.

    Regards,
    Mahesh

Viewing 20 posts - 3,601 through 3,620 (of 4,908 total)