Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#homepage-message { border-color: #c84f94; }Regards,
MaheshMahesh
Participant@maeva: Sorry, forgot to mention that. You’ll just need to add target attribute to tag with “_blank” so it would look like following:
<a title="custom-footer-logo" href="yourlink.com" target="_blank">
Hope you understand.Reagrds,
MaheshMahesh
Participant@klausm: I tried the same in our server by uploading a 184×200 image in logo, skipped cropping and the logo of exact size is displaying in the frontend. Ara you using any plugins, if so try disabling it and check again. Let me know further.
Regards,
MaheshMahesh
Participant@klausm: Since you are using Pro verison, it cannot be updated directly through WordPress as other free themes. You’ll need to first download the theme from the account page then upload the theme and update manually. You can use Catch Web Tools(https://wordpress.org/plugins/catch-web-tools/) plugin’s Catch Updater module to update the theme. You can find the video tutorial on using Catch Updater to update theme in the link below.
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Participant@ash: May be I didn’t quite get what you mean. But as far as I understand what you wanted, you can change the default layout to content, primary sidebar via customizer as you would do in normal theme.
Let me know furtherRegards,
MaheshMahesh
Participant@maeva: If you want to have it in the footer widget area, this can be down with Text Widget.
1. Go to Dashboard=> Media=> Add Media and upload the logo you want to display in the footer.
2. Once the upload complete you’ll see edit button, click it.
3. A new tab will open and you’ll see file url and other option in that page at the right side. Copy the file URL.
5. Go to Dashboard=> Appearance=> Widget then add a Text Widget to one of the footer area and then copy and paste the following code into the widget.<div class="custom-footer-logo"> <a title="custom-footer-logo" href="yourlink.com"> <img src="paste-copied-file-url-here" alt="custom-footer-logo"> </a> </div>Note: In the above code, replace yourlink.com and paste-copied-file-url-here with your desired LINK and the url you’ve copied earlier after uploading the logo in the media respectively.
Let me know if any trouble.
Regards,
MaheshMahesh
Participant@klausm: Customizer option was recently added to the theme. The options are same in both Customizer and Theme Options but are handled differently. And as you said, same option was working fine in Theme Options.
The Update is now available and you can now update to the latest version. The option in customizer will work now.
Thank you for your patience.Regards,
MaheshMahesh
Participant@klaus: I checked your site and currently your logo size is 125×135, what logo size did you upload? This feature is working fine on our server.
Let me know further.Regards,
MaheshMahesh
Participant@klausm: Sorry, there has been a small bug in the theme and this will be fixed in the next update which will be released soon. We will let you know as soon as we release the update. Thank you for letting us find the issue and thank you for your patience.
Regards,
MaheshMahesh
Participant@crystalmj924: Thank you for using Clean Journal Pro. Glad to know you found the solution yourself. Have a good day.
Regards,
MaheshMahesh
Participant@taher: Thank you for using Catch Kathmandu Pro theme.
If you do not like to use responsive mode, you can disable it through customizer. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Responsive Design and check on Check to Disable Responsive Design option.
#1 p and pre show same size when I set font size same:
This can be done by using Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:p, pre { font-size: 20px; }Note:
* Adjust the font size as per you required.
* This will override the font size option in customizer.#2 how can Increase maximum word on post:
If you have phpMyAdmin you can simply change the post_content field from TEXT to LONGTEXT.Regards,
MaheshMahesh
Participant@brendonh: For that, please use the following CSS:
.page.page-id-760 #fixed-header, .page.page-id-760 #masthead, .page.page-id-760 #colophon { display: none; }Regards,
MaheshMahesh
Participant@brendonh: Do you mean to hide the nav bar and masthead div on pages only? If so, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.page:not(.home) #fixed-header, .page:not(.home) #masthead { display: none; }Let me know if this is not what you wanted or any problem. Please post in your site URL.
Regards,
MaheshMahesh
Participant@gaiabee: This can be achieved with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content .page .entry-header .entry-title { font-size: 35px; font-weight: bold; color: #ba4ba4; }Note: Default font-size for page title is 30px.
Let me know if any problem.Regards,
MaheshMahesh
Participant@pulsedata: Thank you for your appreciation. Glad to know your issue is resolved. If you like my support and Catch Everest theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-everest?rate=5#postform
Have a nice day!
Regards,
MaheshMahesh
Participant@nagesh-seogmail-com: First you must create a child theme. For more details on creating child theme, go to this LINK. Then in your child theme’s functions.php, copy and paste the above function i.e.
catchresponsive_header_right(you can find the function incatch-responsive/inc/catchresponsive-structure.phpfile). Then in the function, replace the following code with the Gtranslate’s shortcode:<?php if ( '' != ( $catchresponsive_social_icons = catchresponsive_get_social_icons() ) ) { ?> <section class="widget widget_catchresponsive_social_icons" id="header-right-social-icons"> <div class="widget-wrap"> <?php echo $catchresponsive_social_icons; ?> </div><!-- .widget-wrap --> </section><!-- #header-right-social-icons --> <?php } ?>Replace With the following:
<?php echo do_shortcode(‘[GTranslate]’); ?>
Hope this helps.
If you are not much familiar with coding, I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@lepos: Sorry for late reply. The update is now availabe @ WordPress.org repository. Please update to the latest version (2.3.1). Let me know if any problem.
Have a nice day!Regards,
MaheshMay 8, 2016 at 9:38 am in reply to: How do I modify catchadaptive-featured-slider.php in a child theme? #91221Mahesh
Participant@southpaw: Please find the code in the link below and paste it in your
functions.php(Please remove previous slider function in your child theme).
http://goo.gl/NhkX9z
Replace the following line in the above function with your calendar’s code.<div class="calendar"><!-- Calendar Start --> Your Calendar Code Goes HERE!!! </div><!-- Calendar End -->Regards,
MaheshMahesh
Participant@uschelbert: Thank you for your appreciation. Have a nice day.
Regards,
Mahesh -
AuthorPosts
