Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterDear Paulo,
Thanks for your appreciation and if like our support and theme then it will be nice if you good give us good review and rating at https://wordpress.org/support/theme/bold-photography/reviews/?filter=5
Regards,
SakinApril 8, 2020 at 11:43 pm in reply to: Distorted images with Catch Themes tiled mosaic gallery #241969Sakin
KeymasterIt used to be Jetpack previously and due to heavy load from a plugin, we switch to Catch Gallery. I think you didn’t set the size in the gallery and it went to the default size. If you can increase the size to large or medium depending on your settings then it will not show as distorted. Check your shortcode it should be as below, check the size, but in yours, the ids will be different as ids are the images id.
[gallery type="rectangular" size="large" ids="5704,5699,5644,5643,5642,5641,5638,5602,5598,5597"]Check this screenshot for settings while adding gallery https://www.dropbox.com/s/up10hmdow6m0tqv/catch-gallery-settings.png?dl=0
Sakin
KeymasterHi Paulo,
As there is no post tyle category listing widget in Essential Content Types plugin. So for this, I suggest you create a Custom Menu. You can create a custom menu from:
1. Go to “Appearance => Customize => Menus” and Click on “Create New Menu” button.
2. Give the name of the menu, For example “Portfolio”, you don’t need to assign any menu location as we are going to use this in widget. So, just click on “Next” after you give name to menu.
3. After this, click on “Add Items” button, and scroll down and click on “Projet Types”, it will display all your postfolio categories, then click on each Project tpye one by one which you want to display. After adding all, click on “Published” button.
4. After this, go to Widget section from “Appearance => Customize => Widgets”, then in the sidebar, click on “Add a Widget” button. Then add “Navigation Menu” widget. Give the title of the widet and in Select Menu, you need to select that “Portfolio” menu which we created.Regards,
SakinSakin
Keymaster@sanket: Which version are you using it? If you are using Simple Catch Pro version 4.0 then you can add your license key in “Appearance => About Theme => License tab”. After this you can update is with just a click on update.
But if you are using the old version then you need to update it manually. Check out detail instructions at our faq page https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/
April 3, 2020 at 6:01 pm in reply to: Catch supplied Child theme zip file (Chicago) did not work for me #241210Sakin
Keymaster@lkvanz: Sorry for the issue. All those zip files are partner WordPress plugin development team have released Generate Child Theme plugin. Please use this plugin https://wordpress.org/plugins/generate-child-theme/
We have just removed all the zip files from that blog post. Thanks.
Sakin
Keymaster@nico94101: Sorry for the issue and thanks for reporting. We have just fixed it. Please update to the latest version.
Sakin
KeymasterDear Alexander,
Glad to hear that it’s fixed. Catch Responsive Pro theme is one of the most updated themes and popular themes. So, there shouldn’t be any bug like that. But yes, if you find any minor bug then do let us know and we will fix it in next version update.
Regards,
SakinSakin
KeymasterDear Alexander,
It’s nice that your issues has been solved.
Regards,
SakinSakin
KeymasterHello Alexander,
Catch Responsive Pro 4.2.3 was released on March 18, 2018. So, it like 2 years old. So, we are not sure if that is compatible with WooCommerce 4.0.0 or not. But Yes, we have tested it with Catch Responsive 4.5.3 and it’s working fine. We don’t recommend keeping theme older then a year.
Regards,
SakinSakin
KeymasterHello Ernesto,
This is not a theme issue. It’s more of WooCommerce product issues. Read more about it at https://joewp.com/en/fix-google-search-console-error/. You can also this issue posted in WooCommerce support at https://wordpress.org/support/topic/either-offers-review-or-aggregaterating-should-be-specified-error/page/2/
Also, make sure you have the latest version of both WooCommerce and Yoast SEO plugin. Then, if you want to fixed with Yoast SEO then you need Yoast WooCommerce SEO plugin https://yoast.com/wordpress/plugins/yoast-woocommerce-seo/
Regards,
SakinSakin
KeymasterHello Ernesto. There is no email call noreply. Also you can just upload the screenshot in your site or any photo sharing site or storage like google drive or dropbox. Then post in that screenshot URL here.
March 16, 2020 at 4:30 pm in reply to: Catch Hide/Remove Metadata hides data but shows icon for it. #239199Sakin
KeymasterHello ccarella,
I just check on your site and don’t see any clock icon. But I see the date icon just below your post title. If you want to hide that then you can add the following CSS in “Appearance => Customize => Additional CSS” box:
.post-meta .post-date { display: none; }Regards,
SakinSakin
KeymasterHi Marc,
Yes, you can simply add the followingCSS to hide the post navigation.
.single-post #content nav { display: none; }Regards,
SakinSakin
KeymasterHi Marc,
When I look at your theme. Most of the edits you made in that child theme don’t need child theme after you upgrade to the Catch Box Pro theme. As the Color and are there in Customizer itself.
All your custom functions and code in your child theme of Catch Box will be fine. First, upload the Catch Box Pro theme on your site. Then you need to change the following your child theme style.css.
ReplaceTemplate: catch-boxwithTemplate: catch-box-proRegards,
SakinSakin
KeymasterHi Marc,
1. For footer removal and all, Please use the Pro version as it has footer editor option in “Appearance => Customize => Theme Options => Footer Editor Options” from where you can either remove it or change it as per your need.
2. That next nav is not showing due to color issue after you change the background to blue as the text as also in blue. So, can you add the following CSS in “Appearance => Customize => Additional CSS” to change the color of that post nav.
#content nav a { color: #fff; }Regards,
SakinSakin
KeymasterHello Marc,
1. For details color, it’s better to use Catch Box Pro and then you will get the color option to change it as per your need. Bur for now, you can add the following CSS:
#site-generator { background-color: #34678f; color: #fff; } #site-generator a { color: #ddd; } #site-generator a:hover, #site-generator a:focus { color: #fff; }2. There is no opton to change the footer text. This option is there only in Pro version. Please upgrade to Catch Box Pro and int you will get Footer Editor option at “Appearance => Customize => Theme Options => Footer Editor Options”.
Regards,
SakinSakin
KeymasterHello Marc,
1. About the logo issue. You can following CSS that you need to remove the following CSS from “Appearance => Customize => Additional CSS”:
#branding img { height:250px; }2. About the border in the main part. I see that you have the following CSS in your child theme style.css. You can change that as per your need:
#main { padding: 15px; }3. Footer: I don’t see your footer. So, I am confused with your question
Regards,
SakinSakin
KeymasterHi aiohfipj,
Thanks for your compliment. We would really appreciate it if you could leave an honest review?
https://wordpress.org/support/theme/fotografie-blog/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that we could help, don’t hesitate to let us know. Have a nice day! 🙂Kind Regards,
SakinFebruary 20, 2020 at 12:27 am in reply to: Ads just suddenly appeared on the header and left side panel #236718Sakin
KeymasterHello Diane,
There is no such code about Google AdSense in the theme. It must be added via a plugin or script.
I just replied to your support ticket. Please follow up on the support ticket.Regards,
SakinSakin
KeymasterHi Marc,
1. About our menu alignment with 1 or 2 pixels, I need to check in your site with the same settings. So, can you send me your site URL like in your screenshot?
2. Yes, you can remove the top gap of header and browser by adding the following CSS either in “Appearance => Customize => Additional CSS” or your child theme style.css
.site { margin-top: 0; }3. You will have option to change the colors in detail in Catch Box Pro theme. But if you want to manually change the color using Additional CSS or child theme style.css then edit the hexadecimal color code in the following CSS and add it:
#access { background: #3d3d3d; }Also, for the menu border color, you edit the hexadecimal color code in the following CSS and add it:
#access ul.menu li { border-color: #fff; }Regards,
Sakin -
AuthorPosts
