Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@leonloberman: In the code that I’ve given, image of your desired dimension will be displayed in boxed layout. So please select boxed layout. But if you want it in both boxed and fluid, the changes you’ve made in the code as above will work.
The difference between boxed and fluid layout is, boxed layout has max-width of 1600px and the content is displayed in the middle with certain space in left and right like boxed layout. And in fluid layout, has 100% width.Hope this clarifies you.
Regards,
MaheshMahesh
Participant@leonloberman: For this you’ll need to create a child theme. You can use Generate Child Theme plugin to create the child theme. Then add the following code into
functions.php
add_image_size( 'fotografie-featured-custom', 533, 333, true );And create a file named
components\features\featured-content\content-featured.phpand add the code from the following url.
https://bit.ly/2zXPKkVIf you have any issue, let me know.
Regards,
MaheshMahesh
Participant@swaitela: You mean the customizer settings? For that, you’ll need to use Catch Import Export plugin.
https://catchplugins.com/plugins/catch-import-export/
First activate parent theme, and export the settings then activate the child theme and import the setting with the help of the plugin.Let me know if any problem.
Regards,
MaheshMahesh
Participant@swaitela: Add the following code in
functions.phpfile.add_filter( 'get_the_archive_title', function ( $title ) { if ( is_category() ) { $title = single_cat_title( '', false ); } return $title; });Regards,
MaheshMahesh
Participant@swaitela: Are you familiar with making child theme and some coding skills. If yes, then this can be done with child theme and I’ll provide you with the code. If you are not familiar with coding, then I’ll recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@purdey-and-peel: You cannot update pro theme like you update free theme. To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-base-pro/#updatingLet me know if this helps you out!
Kind Regards,
MaheshMahesh
Participant@purdey-and-peel:
=>Is just a direction sign so that it would be easier to follow the steps. Have you updated the theme? Which version are you using? I recommend you to install the latest version. Latest version available is 3.9.2. For email address, I’ll contact you via email and you can send me you copy there.Regards,
MaheshMahesh
Participant@purdey-and-peel: If you haven’t updated the theme, I strongly recommend you to update the theme first.
Go to Dashboard=> Appearance=> Customize=> Featured Slider and choose the Slider type. If you are using Post Slider/ Page Slider/ Category slider, then you’ll need to edit the post/page that you are using in slider and change the Featured image and update it. Or if you are using Image slider, you can directly upload new image in the customizer option itself.Let me know if you are having any further issue.
Regards,
MaheshMahesh
Participant@frau-windy: This option is only available in Catch Responsive Pro version. I recommend you to upgrade to Pro.
Regards,
MaheshMahesh
Participant@toerfiets: It seems, CSS of the content loaded in iframe cannot be overridden.
Regards,
MaheshMahesh
Participant@toerfiets: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#activities .header { background: transparent; } #activities .container { background: transparent; border: none; }Regards,
MaheshMahesh
Participant@tnwebsitedesign: This support forum is only for themes by CatchThemes. You are using a different theme, please contact your theme’s author or support.
Regards,
MaheshMahesh
Participant@robierre: You are not using our theme. This support forum is only for Theme Developed by Catch Themes. So, please post in appropriate support forum.
Regards,
MaheshMahesh
Participant@haltenhoff: Please post in your site url.
Regards,
MaheshMahesh
Participant@vikas: As @skandha has mentioned, it is not recommended to edit theme code as you will lose all the changes when the theme is updated. The best alternative is to use a Child theme instead.
And as for the issue you are currently having, the feature you are seeking falls beyond the theme support scope. I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@barbidol31: The above code is theme specific and is for Clean Box Pro. It won’t work on other themes. And this support forum is for themes and plugins by CatchThemes only. Please contact your theme author/support for the CSS code, hope they’ll help you.
Regards,
MaheshMahesh
Participant@fireflywebs: Add the following CSS:
.home #content #main .entry-header { display: none; }Regards,
MaheshMahesh
Participant@umerumerali0gmail.com: I don’t understand what you mean by nulled themes and why you are using it. Chicago theme is GPL theme and you can download it for free and use it.
https://wordpress.org/themes/chicago/Regards,
MaheshMahesh
Participant@gweng: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 480px) { #site-title { font-size: 20px; line-height: 20px; } #site-description { font-size: 15px; line-height: 20px; } #header-content { padding: 10px 0; } }Regards,
Mahesh -
AuthorPosts
