Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@panther33: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#site-logo { left: 0; position: relative; top: -45px; }Let me know if any problem.
Regards,
MaheshMahesh
Member@klausm: Yes, we’ll check on it. Its quite strange that it is working fine on our server. Anyways, we’ll let you know if any issue found. Have a good day.
Regards,
MaheshMahesh
Member@ash: The settings in customizer is not affected by the theme update. It retains it current settings. And using if you are customizing the theme using child theme (overriding functions, changing some designs etc) won’t be affected by theme update either. But if you chose to customize in the main theme file, then in each update you’ll lose all your changes. That is why creating child theme is strongly recommended for customization.
Hope you understand.Regards,
MaheshMahesh
Member@klausm: I guess the skip cropping option depends upon the image you upload. Sometime displays and sometimes not, at random. I did some testing with different image sizes from small to large and in all the image I do get both crop and skip cropping options.
As in your case, no skip cropping image is shown and you tried to make the image as big as possible to avoid cropping, are you getting the logo of your desired size now?
Let me know if any problem.Regards,
MaheshMahesh
Member@techfinderr: Can you please clarify more? Hover effect on title only (color changes etc)? Let me know further.
Regards,
MaheshMay 11, 2016 at 10:36 am in reply to: How do I modify catchadaptive-featured-slider.php in a child theme? #91456Mahesh
Member@southpaw: Thank you for your appreciation. Glad to know that its working for you. Well, caching depends on many factors such as server caching, browser caching etc. All our theme does have caching but uses transient (which acts as caching) for better performance. These are automatically cleared as you save changes the options in customizer. Sometimes it may deny to show changes due to caching and you’ll need to full-refresh the page with ctrl+f5.
Hope you understand.
If you like my support and Catch Adaptive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postformRegards,
MaheshMahesh
Member@renschuel: Do you want the shortcode functionality in Featured Content for Image Content‘s content? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.phpcopy the functioncatchbase_image_contentlocated incatch-base-pro/inc/catchbase-featured-content.phpline 530-613. Then modify the line 601 as of original code in your child theme’s function. So following code:
' . $content . 'will look like this:
' . do_shortcode($content) . '
Let me know if any problem.Regards,
MaheshMahesh
MemberMahesh
Member@wouwonline: You are using Catch Kathmandu Free and the theme has limited options. You are using no-sidebar as default layout and it will remove sidebar centers the content area with same width. If you want to align the text left and increase the width, I recommend you to upgrade to pro. No-sidebar, Full-width option is available in Catch Kathmandu Pro.
If you want to make the changes in the Free version, then you’ll need to customize it, I recommend you to hire a customizer.
For removing navigation arrows from slider, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#slider-nav { display: none; }Regards,
MaheshMahesh
Member@wouwonline: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#homepage-message { border-color: #c84f94; }Regards,
MaheshMahesh
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@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
Member@crystalmj924: Thank you for using Clean Journal Pro. Glad to know you found the solution yourself. Have a good day.
Regards,
Mahesh -
AuthorPosts
