Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@uschelbert: Use the following CSS:
#header-right, #header-image { padding: 0; }Hope this helps, let me know if any problem.
Regards,
MaheshMahesh
Participant@klausm: Thank you for using Catch Everest Pro.
You can use desired size of image for the logo in this theme. If you already have an image of size 184×200 the click add image in Dashboard=> Appearance=> Customize=> Site Identity, select that image and them as it ask for cropping the image, click skip cropping button, then you’ll get the logo of the size that you wanted. Let me know if any problem.Regards,
MaheshMay 6, 2016 at 3:19 pm in reply to: How do I modify catchadaptive-featured-slider.php in a child theme? #91140Mahesh
Participant@southpaw: If you are trying to modify Catch Adaptive’s Featured Slider, you don’t need to copy the whole catchadaptive-featured-slider.php. Just copy
catchadaptive_demo_sliderorcatchadaptive_page_sliderfunction whichever you want to override to your child theme’sfunctions.phpfile, and then modify the code as per your requirement.Regards,
MaheshMahesh
Participant@asumi: By “Magic Action Button” do you mean subscribe form? If so, it is in the sidebar just below the search. Let me know further, if any problem.
Regards,
MaheshMahesh
Participant@live2bfree: Seems this is a single post and not page, so the above will not work, use the following CSS:
.single #content .entry-header { display: none; }Regards,
MaheshMahesh
Participant@jonashegnauergmail-com: The recommended size for the logo is 150×150 but you can use your desired image size. As you select an image, it will ask you to crop image. You can either crop the image to the desired size or skip cropping and use the full image as well.
For removing the search field, go to Dashboard=> Appearnace=> Customize=> Theme Options=> Custom CSS box and add the following CSS:.sidebar-header-right { display: none; }Or you can remove it using Child theme, you can find more on creating child theme HERE.
Regards,
MaheshMahesh
Participant@stefanhoesli: May be you have some Custom CSS overriding the Font style in Customizer. Please post in your site URL.
Regards,
MaheshMahesh
Participant@faranguiz: I checked your site, seems you are using static front page, go to Dashboard=> Appearance=> Customize=> Static Front Page and select Your Latest Posts in Front page displays. And by the way, which plugin are you using for the translation?
Regards,
MaheshMahesh
Participant@mupa: As per your requirement (hide in mobile mode only), this can be only done with CSS and hiding is the ONLY option. But if you do want to remove the whole sidebar section (Prevent Loading) from certain page then this can be done too. For that, go Dashboard=> Pages and edit the page you want to hide the sidebar in and scroll down to Catch Adaptive Options and select No Sidebar (Full Width) in Layout Options and click update.
Same can be done for posts too.
Hope this helps.Regards,
MaheshMahesh
Participant@techfinderr: Glad to know its working fine now. Some module of Jetpack plugin must have caused the issue.
Regards,
MaheshMahesh
Participant@sungju98: You cannot put the image here directly, but you can share the screenshot via dropbox etc.
Yes, you can use Comet Cache if that plugin provides the service you want.Regards,
MaheshMahesh
Participant@techfinderr: Please try changing the theme to WordPress’s default themes and check whether the problem persists or not. If the problem occurs with other themes too, then this is not a theme issue.
Let me know further.Regards,
MaheshMahesh
Participant@sungju98: I don’t think this is a theme issue. Have you tried to install it using other theme (WordPress default theme), please try with other theme and check. If the problem persists, it may be due to WordPress installation. Try with a fresh install.
Regards,
MaheshMahesh
Participant@melirod: Please post in your site url. And please clarify more, do you mean to remove all the featured content columns except Headline and subheadline?
Regards,
MaheshMahesh
Participant@vetsimulators: In your custom CSS you have an error because of an extra opening curly brace ({) please remove it. Remove the following line from your Custom CSS box:
{ #hgroup-wrap { display: none; }
Then add the following:#hgroup-wrap, #header-top { display: none; }Regards,
MaheshMahesh
Participant@mupa: For that, use the following CSS:
@media screen and (max-width: 480px) { body:not(.home) #content .sidebar-primary { display: none; } }Regards,
MaheshMahesh
Participant@sungju98: I tried the plugin W3 Total Cache with Full Frame Pro and it is working fine in our server. Its up to you for which plugin to use. You can search for the Plugin for caching in WordPress.org’s plugins repository (https://wordpress.org/plugins/). Most people are using W3 Total Cache. Comet Cache may work fine too as far as it provides the service you required.
Regards,
MaheshMahesh
Participant@coachcathy: Thank you for using Catch Responsive Pro.
1. For Menu:
Go to Dashboard=> Appearance=> Customize=> Menus=> Menu Location and select your desired menu from the dropdown in Primary Menu and click Save. If you don’t have any options listed, go to Dashboard=> Appearance=> Menu and create a menu and select the items you want to display in the menu. And then select the very menu as the primary menu.
2. Featured Content headline issue:
Seems you are using the demo content. While using demo content, Featured Content Headline and Sub Headline won’t change even if you update the text in the customizer option. For that use any one of the option in the list except Demo Featured Content
Hope this helps, let me know if any problem.Regards,
MaheshMay 5, 2016 at 9:57 am in reply to: whether the second image on the Home page can be removed? #91064Mahesh
Participant@nels-chellen: By second image, do you mean the Header Image? If so, yes, this can be removed. Go to Dashboard=> Appearance=> Customize=> Header Image and click Hide image button.
Let me know if any problem.Regards,
Mahesh -
AuthorPosts
