Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@sarahf: You can use different layout for different pages. For that go to Add/Edit Page you want to change layout. Then scroll down to Catch Box Options and select your desired option (No Sidebar) in Sidebar Layout Options and then click Publish/Update.
Note: Same can be done with Posts too.
Let me know if any problem.Regards,
MaheshMahesh
Participant@sarahf: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#site-generator .powered { display: none; }Regards,
MaheshMahesh
Participant@rollik: You can do that with Custom CSS. Go to
Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSSbox and add the following CSS:.home #content { display: none; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@mayapour: The code is working fine. May be cache/transient problem. Please uncomment
//catchresponsive_flush_transients();line in the above code and check again. Please comment the line again.Regards,
MaheshAugust 8, 2016 at 4:52 pm in reply to: Primary Sidebar – formatting with colored box and different text color #96794Mahesh
Participant@stefanhoesli: Thanks, I checked your site. As for now, you have used text area widget to put the code that customized with inline CSS. So do you mean to customize the whole Primary Sidebar for different background color and text colors? Let me know so I can help you further.
Regards,
MaheshMahesh
Participant@mayapour: Please refer to this thread
https://catchthemes.com/support-forum/topic/adding-a-link-to-the-footer/#post-83784Regards,
MaheshMahesh
Participant@helpme: Sorry, I don’t quite get you there. Can you please clarify more where actually you want this so that I can help you further.
Regards,
MaheshMahesh
Participant@luci1708:
Hi Luci,This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead.fixed-header #site-logo img { max-height: 75px; }Note: Please adjust the height in the above code as you desire.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@petermilliken:
Hi Peter,I guess your site is https://wildwesttours.co.uk/. For changing primary menu background color, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.nav-primary { background-color: #2e3192; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@lmkele: Sorry, little issue in code, please add the following instead.
.post-type-archive-product .page-title, .woocommerce-breadcrumb { display: none; } #catchflames-woocommerce.hentry .products{ margin: 0; } .page-description img.alignleft.wp-image-1298.size-full { display: block; float: none; margin: 0 auto; } .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product { margin-bottom: 1.5em; } @media screen and (max-width: 540px) { .wrapper, #site-generator .wrapper { padding-left: 0; padding-right: 0; } #catchflames-woocommerce.hentry { padding: 10px; margin: 0; } }Note:
1. home/shop will also be hidden with the above code.
2. Please turn responsive design.
Re the note on responsive, i couldn’t locate the empty <p> tags, please can you advise where they in the description for me to remove?
-> Go to the page and edit it, then in content, go to text tab, you may see two <p> </p> tags at the end, remove it and save it.Re the original page title issue – yes i think ‘Shop’ has now gone but i wanted to get rid of the page navigation on the shop page to not have the ‘home/shop’ at the top of the page, is there a way to remove this?
-> Above CSS will remove this.Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@petermilliken: The one that you are concerned is in
catch-responsive-pro/inc/catchresponsive-menus.phpfile’s line 29. Since it is usingassistive-textclass it is not visible. If you do want to remove it, you’ll need to overriedcatchresponsive_primary_menufunction with child theme and remove the<h1>tag.Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@danafontaine: Sorry, but there has been a big confusion here because of the same name. Full Frame you are using is by Graph Paper Press. I didn’t notice at the beginning. Please contact Graph Paper Press support for the issue.
Regards,
MaheshMahesh
Participant@nicolegariepy: I checked your site and found the issue. You have the following CSS
.entry-title { display:none; }in your custom CSS at the very end which is causing the problem. Please find and remove it, and you issue will be fixed.
Let me know if any problem.
Regards,
MaheshMahesh
Participant@catwingz: The problem that you have blank post in above reply is you have put the
<a>tag but nothing to display in it. I checked your site but didn’t see any issue, may be I missed it. Can you please tell me in which page is the problem is actually ocurring? (page with problem – url)Regards,
MaheshMahesh
Participant@jonfloridaabodes-com: Sorry for the late reply. What seems to be the problem? Can you please clarify more so that we can help you.
Regards,
MaheshMahesh
Participant@rollik:
Hi Rolf,Sorry for the late reply.
1. For putting Featured Content directly above footer without anything inbetween, go to Dashboard=> Appearance=> Customize=> Featured Content => Featured Content Options and check Check to Move above Footer option.
2. I want the contributions have no icons and lable for comments, calendar, categorie etc above the post –
Go to Dashboard=> Appearance=> Customize=> Theme Options => Custom CSS box and add the following CSS:.hentry .meta-post { display: none; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Participant@wombattle: Thank you for your appreciation. If you like my support and Catch Flames theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform.
Have a nice day!Regards,
MaheshMahesh
Participant@wombattle: The above code is for Catch Responsive and won’t work on Catch Flames. Its a bit tricky for Catch Flames. Add the following code in you child theme’s
functions.phpfunction catchflames_child_assets(){ $custom_link = ' | <a href="somelink.com" title="some_link_title">Some Link Text</a>'; $catchflames_content = ' <div class="copyright">'. esc_attr__( 'Copyright', 'catch-flames' ) . ' © '. catchflames_the_year() . ' ' . catchflames_site_link() . ' ' . esc_attr__( 'All Rights Reserved', 'catch-flames' ) . $custom_link .' </div> <div class="powered">'. catchflames_theme_name() . catchflames_theme_author() . ' </div>'; return $catchflames_content; } function catchflames_child_footer_content() { delete_transient( 'catchflames_footer_content' ); if ( ( !$catchflames_footer_content = get_transient( 'catchflames_footer_content' ) ) ) { echo '<!-- refreshing cache -->'; $catchflames_footer_content = catchflames_child_assets(); set_transient( 'catchflames_footer_content', $catchflames_footer_content, 86940 ); } echo $catchflames_footer_content; } function catchflames_child_custom_footer(){ remove_action( 'catchflames_site_generator', 'catchflames_footer_content', 30 ); add_action( 'catchflames_site_generator', 'catchflames_child_footer_content', 30 ); } add_action( 'init', 'catchflames_child_custom_footer' );If you aren’t familiar with coding, I recommend you to upgrade to Pro since this option is available by default. Or hire a customizer.
Regards,
MaheshMahesh
Participant@discoman:
Hi Offir,Thank you for your consideration. I don’t think it will cause any SEO issue. Only one H1 per page is old. It was only valid for HTML4.
In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings
Catch Everest theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.
You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.
You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/
But if you really want to change it, you can change it by building child theme and editing it. I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@petermilliken: In your child theme’s functions.php add the code from the link below:
http://bit.ly/2amBgAa
Note: This is for the Featured Content block. Promotional headline is already using H2 tag.Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
