Forum Replies Created

Viewing 20 posts - 2,801 through 2,820 (of 4,888 total)
  • Author
    Posts
  • in reply to: Removing extra space from home page #99030
    Mahesh
    Member

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

    .home #content .wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    
    .home #content .wrapper article.page {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	padding-top: 0;
    }

    Note: In your Custom CSS you are currently missing a closing brace } please correct it before adding the above CSS.

    Regards,
    Mahesh

    in reply to: featured content #99029
    Mahesh
    Member

    @pl: Please post in your site url. And please specify the single page too so I can help you further.

    Regards,
    Mahesh

    in reply to: Featured Image Slider Mobile Responsiveness #99028
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Social Media Buttons #99027
    Mahesh
    Member

    @dreamcatcher: Site URL is the one that you type in the browser’s address bar that opens up your website. Example: http://www.google.com
    Hope this helps.

    Regards,
    Mahesh

    in reply to: Menu Bar #99026
    Mahesh
    Member

    @filip_1: Please check the demo of Simple Catch Pro. As you can see, you can put a logo just beside the Site Title with Logo option in Customizer. But as for what you’ve mentioned, to have image on both sides, you’ll need further customization and manage HTML structures and design too. I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Page layout/width #99025
    Mahesh
    Member

    @krygj390: Glad to know it worked out for you. Have a nice day!

    Regards,
    Mahesh

    in reply to: New update does not display date on pages #99024
    Mahesh
    Member

    @mark_argentino: Glad to know you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    in reply to: Request dummy file #99023
    Mahesh
    Member

    @bono1987: Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Header edit #98963
    Mahesh
    Member

    @huca: For this, you can use Open Graph module of Catch Web Tools plugin.
    https://wordpress.org/plugins/catch-web-tools/
    Please refer to this for more details:
    https://catchthemes.com/wp-plugins/catch-web-tools/

    Regards,
    Mahesh

    in reply to: Display Post Time #98962
    Mahesh
    Member

    @lekm_pro: I checked your site and you have managed to display the time which seems fine. Glad to know you worked it out. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Featured image slider #98961
    Mahesh
    Member

    @vetroartefatto: Are you using Image Slider now? If you want to have Post Slider, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Post Slider in Select Slider option. Then put your desired Post Id in Featured Post Slider ID # option that you want to display as slider. The selected post’s Featured Image will be displayed as Slider Images.
    Let me know further if any problem.

    Regards,
    Mahesh

    in reply to: More than 20 Featured Sliders #98948
    Mahesh
    Member

    @husker: Yes, it is a part of Customize Section and the file cannot be directly edited from WordPress’s theme-editor page. You’ll need to use FTP, or you can simply add the above function I’ve provided to the child theme’s functions.php

    Regards,
    Mahesh

    in reply to: Menu Bar #98942
    Mahesh
    Member

    @filip_1:
    1. Please add the following CSS:

    #menu-pocetna .menu-item {
        width: 16.565%;
    }
    
    #header #mainmenu ul li a {
        width: 82.5%;
    }

    2. Is it possible that some photo stands beside the title ?
    Can you please clarify more on this…

    Regards,
    Mahesh

    in reply to: New update does not display date on pages #98941
    Mahesh
    Member

    @mark-argentino: We do not use [date] functionality on our theme. You may have been using some shortcode or custom function.
    The theme uses [the-year] which displays the current year.

    Regards,
    Mahesh

    in reply to: Featured image slider #98937
    Mahesh
    Member

    @vetroartefatto: The funny thing is, http://www.racinelutheran.org/athletics/ is using Adventurous Pro theme. 🙂 Its the same slider.

    Regards,
    Mahesh

    in reply to: Social Media Buttons #98936
    Mahesh
    Member

    @dreamcatcher: Thank you for using Simple Catch Pro theme. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Featured Image Slider Mobile Responsiveness #98933
    Mahesh
    Member

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

    @media screen and (max-width: 400px) {
    #feature-slider .entry-title {
            font-size: 12px;
        }
    
        #feature-slider .entry-content {
            font-size: 11px;
        }
    }

    Regards,
    Mahesh

    in reply to: Page layout/width #98932
    Mahesh
    Member

    @krygj390: You are using image within the content. I recommend you to use Featured Content for this this is what you need. Please refer to the following link:
    https://catchthemes.com/theme-instructions/catch-responsive-pro/#enable-featured-image-content
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Main Sidebar Widgets #98931
    Mahesh
    Member

    @cranburypl: Well there it no limit to number of widgets you want to put in the desired widget area. Please make sure you have put the widget in Main Sidebar widget area. Have you installed any plugins if so, please try disabling it one by one and check if it resolves the issue. Sometimes the plugin may cause issue.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #98930
    Mahesh
    Member

    @lordinvestor: Well, its because you’ve put it in two different <p> tags and there is an image in-between. This has to be modified within the content itself. Hope this helps.

    Regards,
    Mahesh

Viewing 20 posts - 2,801 through 2,820 (of 4,888 total)