Forum Replies Created
-
AuthorPosts
-
Mahesh
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,
MaheshMahesh
Participant@mupa: I checked your site in both browser’s mobile mode and in mobile’s browser but found no issue that you’ve mentioned above. I opened you website, visited couple of pages there through mobile menu and then clicked back button, the pages are loading fine and the menu remains closed whether I go forward or backward unless I pressed the three bar mobile menu button.
Regards,
MaheshMahesh
Participant@nagesh-seogmail-com: Overriding above function will fix the issue, no need to edit other files. In the above code, replace the following code
<?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 } ?>with the following:
<?php echo do_shortcode(‘[GTranslate]’); ?>
However, you may need to change some CSS if some design issue occur.
Hope this helps, let me know if any problem.Regards,
MaheshMahesh
Participant@kat42: You’ll need to override
clean_box_primary_menufunction. The function is in clean-box/inc/clean-box-menus.php file. You’ll find header-toggle and header-toggle-sidebar div in the function, and it is what you’ll need to replace with your widget.
Hope this helps.Regards,
MaheshMahesh
Participant@derfabi2016: Use the following CSS:
#content .post-231.page .entry-header { display: none; }Regards,
Mahesh -
AuthorPosts
