Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@c-baumbach: Seems like word excerpt doesn’t work on Japanese text. The excerpt depends on word counts. Read more text is displayed as soon as the content reaches the words length set in excerpt length in customizer.
Regards,
MaheshMahesh
Participant@benjaminmw: For this, you’ll need to create a child theme. You can find more on creating child theme HERE. Then in your child theme’s functions.php add the code from the link below:
http://bit.ly/2b36kAH
Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#feature-slider .entry-content span.readmore { display: none; }Regards,
MaheshMahesh
Participant@mauitheatre: For this, we need to check on your server. We’ll email you for details.
For adding code snippet like this rather than using a child theme, I recommend you to use Catch Web Tools plugin’s Webmaster tools module and add the code to Header or Footer where appropriate.Regards,
MaheshAugust 18, 2016 at 9:57 am in reply to: Primary Menu don't disapear when selecting adding other Top Header Menu #97513Mahesh
Participant@paul-mac: Sorry, I changed the function name but forgot to change in the hook. And I’ve changed the hook for the header image too so only one image displays now. I have made the correction in the above code, please check.
Regards,
MaheshMahesh
Participant@moskito7: It would be easier if we could check the live site. Can you please send me the HTML of the page so that I can help you further.
Regards,
MaheshMahesh
Participant@paul-mac:
Hi Paul,For this, 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.php add the following codes:
function catchkathmandu_child_move_title_below_slider_header_image() { remove_action( 'catchkathmandu_before_main', 'catchkathmandu_slider_display', 10 ); add_action( 'catchkathmandu_before_hgroup_wrap', 'catchkathmandu_slider_display', 15 ); remove_action( 'catchkathmandu_before', 'catchkathmandu_featured_image_display', 10 ); add_action( 'catchkathmandu_before_hgroup_wrap', 'catchkathmandu_featured_overall_image', 20 ); } add_action( 'init', 'catchkathmandu_child_move_title_below_slider_header_image' );Regards,
MaheshMahesh
Participant@moskito7: Please try the following code:
.home #primary .entry-header .entry-title,
.home #primary .page-header .page-title {
display: none;
}Regards,
MaheshMahesh
Participant@mmhgloba: For 2nd snippet, copy
comments.phpfile to your child theme and add the code snippet after<?php comment_form(); ?>line 75. And I guess, for contact page, you are using some plugins, you’ll need to add the code after the form from the plugin.Regards,
MaheshMahesh
Participant@onnalomd: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and search for the following CSS codes and remove it.
#content .entry-header { display: none; }This will display post date and author under blog post title.
And for adding share button, you’ll need to use plugin. Please find an appropriate plugin in https://wordpress.org/plugins/Regards,
MaheshMahesh
Participant@mauitheatre:
Hi Dennis,Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#responsive-menu-button { color: #ff0000; } /* For hover color */ #responsive-menu-button:hover { color: #00ff00; }Note: Please change the color to your desired hex vaule.
Regards,
MaheshMahesh
Participant@mauitheatre: It should not have happened. Changing CSS doesn’t have to do anything with it. And if you haven’t modified codes for promotional headline, you are good to go. I check the same on our server, and it is working fine. I just checked yours and now its working fine too.
Let me know further.Regards,
MaheshMahesh
Participant@mmhgloba: Sorry but WordPress doesn’t work that way. It doesn’t have separate html template as the actual html. For first snippet, you can add it to
header.phpfile before line 30 which will be before</head>tag or go to Dashboard=> Appearance=> Customize=> Webmasters Tools=> Header Footer Codes and add the code snippet in Code to display on header.
And for the other snippet, which goes after footer, I guess you’ll need to put it incomments.php. The comment form displayed with this file.
You’ll need to create child theme for this. You can find more details on creating child theme HERE.
If you are not familiar with coding/programming, I recommend you to hire a customizer.Regards,
MaheshAugust 17, 2016 at 10:21 am in reply to: Removing the "Load More" bar on the Featured Content Grid #97398Mahesh
Participant@phillycontemporary: It should have worked fine. I checked in our server and is working fine. What I actually did was removed the code
style="display: none;"from line 502 infabulous_fluid_grid_page_contentfunction by overriding it with child theme.
Yes you can send me the credentials in mahesh [at] catchthemes [dot] com. And please post in your site url.Regards,
MaheshMahesh
Participant@moskito7: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home #content .entry-title { display: none; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@hidemyage: Have you changed your site’s design, it looks a bit different that what it looked before. May be the image wasn’t displaying before. Any way, please use the following CSS instead.
@media screen and (min-width: 941px) { #branding { position: fixed; z-index: 10; margin: 0 auto; left: 0; right: 0; } #header-menu { position: fixed; z-index: 5; margin: 0 auto; left: 0; right: 0; top: 161px } #main-wrapper { margin-top: 217px; } }Let me know further.
Regards,
MaheshMahesh
Participant@sarahf: In the example site you’ve mentioned above, it is using the static page with no blog posts. Do you want the same? If so, go to Dashboard=> Appearance=> Customize=> Static Front Page and select Static front page in Front page displays option then choose desired page in Front page you want to display as home page and a blog page in Posts page.
Then go to Dashboard=> Pages and edit the page you’ve selected as Front page. On the edit page there is a button Screen Options on the left upper section beside Help, click it so some option slides down then check on Discussion option. Then scroll down to find display tab below content area and check on Allow comments option and click Update.
Hope this helps. Let me know if any problem.Regards,
MaheshMahesh
Participant@kuczekross: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@mmhgloba: I don’t quite get what you mean. Can you please clarify more.
Regards,
MaheshMahesh
Participant@mauitheatre: Thank you for your appreciation. Have a nice day!
Regards,
Mahesh -
AuthorPosts
