Forum Replies Created
-
AuthorPosts
-
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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.phpand 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 notif ( ! function_exists( 'catchbase_page_end' ) ) :part.Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
Participant@pl: Please post in your site url. And please specify the single page too so I can help you further.
Regards,
MaheshMahesh
Participant@phillycontemporary: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
Participant@mark_argentino: Glad to know you’ve figured it out. Have a nice day!
Regards,
MaheshMahesh
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,
MaheshMahesh
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,
MaheshMahesh
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 -
AuthorPosts
