Forum Replies Created

Viewing 20 posts - 2,801 through 2,820 (of 4,908 total)
  • Author
    Posts
  • in reply to: Bye bye after paragraph spacing #99060
    Mahesh
    Participant

    @accucomm: Just checked your site on chrome and firefox. On both the browsers, the site seems to be fine. Didn’t find any issues at all. Let me know further.

    Regards,
    Mahesh

    in reply to: Problem with Child Theme #99059
    Mahesh
    Participant

    @rubatos1s: Can you please explain in details? By own header, you mean custom header.php file or just the header section? And how have you put the code? Do are you trying to have a static header or the header through Customizer settings? And do you get any error message or something. Let me know further so that I can help you.

    Regards,
    Mahesh

    in reply to: Extra line above image messes up text-wrap #99058
    Mahesh
    Participant

    @lordinvestor: You can actually adjust margin for image with the code below. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single #post-328 .entry-content .wp-caption {
    	margin-bottom: 2em;
    }

    Note: This is the default value. Adjust the value as desired.
    The problem is, paragraph is separated by <p> tags and after that comes a image <div> and again <p> tags. For some reasons, the text are breaking apart in redundant places which is causing the issue. If you can see it somehow through the text tab with raw Html, you’ll find what I mean.
    Let me know further.

    Regards,
    Mahesh

    in reply to: featured content #99049
    Mahesh
    Participant

    @pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content {
    	display: none;
    }
    
    .home #featured-content, 
    .page-id-352 #feature-content {
    	display: block;
    }

    Hope this helps. If not please do enable the Featued image and let me know.

    The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
    Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/

    Let me know further.

    Regards,
    Mahesh

    in reply to: Featured images not full size #99041
    Mahesh
    Participant

    @hmiller: I checked your site and the image seems fine. It is using 350×350 image. But while using 4 column layout, the size of column is small hence size of image is automatically reduced relatively which is why it seems small.

    Seems the google is suggesting to reduce the image sizer further with the dimensions intact. Try to optimize the image and reduce the size as far as possible.
    Hope it helps.

    Regards,
    Mahesh

    in reply to: Where are demo data files? #99035
    Mahesh
    Participant

    @lara-nozze: There must have been a confusion. We don’t have our theme Chicago in themeforest.net. Please make sure the theme is by Catch Themes or not.

    Regards,
    Mahesh

    in reply to: More than 20 Featured Sliders #99033
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Overwrite inc/catchbase-structure.php #99032
    Mahesh
    Participant

    @brandonsm: Hmmm its kinda tricky to overwrite the whole file with the child theme. What you can do instead is simply figure out the functions where you want to include more divs then copy that exact function to your child theme’s functions.php and modify as desired. It works fine without any problem.
    Let me know further if you need any help.
    Note: Make sure you copy the function only not if ( ! function_exists( 'catchbase_page_end' ) ) : part.

    Regards,
    Mahesh

    in reply to: Bye bye after paragraph spacing #99031
    Mahesh
    Participant

    @accucomm: I checked your site and all seems to be fine. Can you explain further more with an image if possible? I would like to help you further.

    Regards,
    Mahesh

    in reply to: Removing extra space from home page #99030
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

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

    Regards,
    Mahesh

    in reply to: Social Media Buttons #99027
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

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

    Regards,
    Mahesh

    in reply to: Request dummy file #99023
    Mahesh
    Participant

    @bono1987: Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Header edit #98963
    Mahesh
    Participant

    @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
    Participant

    @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
    Participant

    @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

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