Biplav
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Responsive] Footer content | Slider cycle-pagerHello La Lila,
Removing the theme’s default footer text is not available in free themes.
However,
To edit any theme files, please build child theme first. You shouldn’t edit any theme files directly, as when you update the theme, all your edits will be reverted back to original. So, to me safe always build child theme, you can download the sample child theme here and then you could use this function in your child theme’s function.php to unhook the whole footer text:function unhook_functions() { remove_action( 'clean_journal_footer','catchresponsive_get_footer_content',110); } add_action( 'init', 'unhook_functions' );but if you only want to edit the footer text and remove the theme author’s default credits, you will have to upgrade to pro, you can see all the features of the PRO version here
regards,
bplvForum: Themes and Templates
In reply to: [Catch Responsive] Mobile Menu Refreshes Pagehello,
can you post a link your website?regards,
bplvForum: Themes and Templates
In reply to: [Catch Responsive] Support for Customize optionHello,
Sorry for the late reply.
But is your issue already solved?
Can you please provide detail of your problems?Regards,
Bplvhello,
Is the issue already fixed?
Because the comment box and the post comments appear in my browser on your link.Regards,
BplvForum: Themes and Templates
In reply to: [Catch Responsive] resizing photosHello,
The images like the featured images/ Featured post images are not cropped by css but their size are defined by the theme itself. Meaning If you upload The image as a featured image for a post the Function file re sizes the image according to the given parameters not by css.Hope you understood,
ThankyouHello,
I checked the theme there seem to be no issue on my side. Can you please recall making any changes the the themes files?Or if possible can you try to check, if the same issue exists in the fresh theme file?
Regards,
BplvForum: Themes and Templates
In reply to: [Catch Adaptive] header image cropped weirdHello,
Are you sure the website is built on Catch Adaptive?
I did a little research and website seems to be built on twentyten theme by wordpress not the catch Adaptive Theme.regards,
BplvForum: Themes and Templates
In reply to: [Catch Adaptive] Editing footer in child theme.Hello,
Removing the theme’s default footer text is not available in free themes.
But you could use this function in your child theme’s function.php to unhook the whole footer text:function unhook_catchadaptive_functions() { remove_action( 'clean_journal_footer','catchadaptive_get_footer_content',110); } add_action( 'init', 'unhook_catchadaptive_functions' );but if you only want to edit the footer text and remove the theme author’s default credits, you will have to upgrade to pro, you can see all the features of the PRO version here
Regards,BplvForum: Themes and Templates
In reply to: [Clean Journal] remove white spaceHello again ,
To edit any theme files, please build child theme first. You shouldn’t edit any theme files directly, as when you update the theme, all your edits will be reverted back to original. So, to me safe always build child theme, you can download the sample child theme from here
Then you have to remove your site branding and your search form
for that you can insert the below code in the functions.php of your child theme.function unhook_clean_journal_functions() { remove_action( 'clean_journal_header', 'clean_journal_site_branding', 60); remove_action( 'clean_journal_header', 'clean_journal_header_right', 70); } add_action( 'init', 'unhook_clean_journal_functions' );And after that for the site logo you can insert the below given css code form the custom css option given by the theme. It is located in Dashboard => Appearance => Customize => Theme Options => Custom CSS Options.
#masthead {
background: url(‘http://placehold.it/120×120&text=image1’) no-repeat center;
}But If you do not want the logo, do not put the above custom css.
hope it works,
regards,
bplvForum: Themes and Templates
In reply to: [Simple Catch] Default Text Color IssueSorry, I dont have any clue what you are talking about.
Please be kind enough to edit your comment.
regards,
bplvForum: Themes and Templates
In reply to: Strange white spaceyou are welcome here any time
🙂
Forum: Themes and Templates
In reply to: Updating nav bar colourhello,
could you please set the status of the thread as resolved?regards
bplvForum: Themes and Templates
In reply to: [Clean Journal] remove white spacehello again,
could you please post a link to your website if possible?
and please specify that do you want to remove the area with the search completely or want to “squeeze ” the white space?hello,
To answer your first question, yes it is possible to upload a custom image with two ways,
one is by creating a child theme (see here ) but if you do not want to hard code, you can always get the PRO version of this theme (see here ) also if you are using the free version and want to upgrade to the pro version check here.Secondly,
Yes it is feasible to change the color of the navigation menu with custom css, go to admin dashboard => appearance => customize => theme options => custom css and add custom cssnav-primary{ background-color: #5F1B1B; }and so on.
IF the instructions were unclear you can always check this video made by the theme author
regards,
bplvhello ,
Are you still facing this problem?
From the look of it, your website doesn’t seem to have the problem now.
But if you do have any problem you can post your queries any time.Regards,
bplv