Forum Replies Created
-
AuthorPosts
-
February 8, 2017 at 12:31 pm in reply to: Change color of Site title and tagline + less space between logo and menu #109090
Pratik
ParticipantHi @wouwonline,
Try following code in Appearance=> Customize=> Additional CSS:
@media screen and (max-width: 360px) { #site-title { font-size: 1.4rem; /*INCREASE/DECREASE FONT-SIZE*/ } }Regards,
PratikPratik
ParticipantHi @baltonlaura,
Try following code in Appearance=> Customize=> Additional CSS box:
.main-navigation { width: 85%; } .cart-contents { width: 15%; } #masthead > div { float: left; }Pratik
ParticipantHi @amyfanton,
Even premium support will not handle the non theme related issues. Best bet will be to hire a customizer.
Regards,
PratikPratik
ParticipantHi @bmc2,
Thank you for the appreciation. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/rock-star/reviews/#new-post.
Regards,
PratikPratik
ParticipantHi @Jason,
I cannot recommend a plugin in the theme forum. Try searching for one in wordpress.org plugins repo.
Regards,
PratikFebruary 8, 2017 at 10:20 am in reply to: Change height of main menu bar in Fabulous Fluid Pro #109075Pratik
ParticipantHi @jennifersimsdesign-com-au,
Please use following code in Appearance=> Customize=> Additional CSS box:
#site-navigation ul li a { padding: 10px 6px; } #site-navigation { margin-right: 0; }If this does not solve your issue, please post in your site url.
Regards,
PratikPratik
ParticipantHi @Andrei,
I tried it and I did not have any problems creating forms page. May you have some plugins that are conflicting like bbpress? Try steps mentioned to see if there are any conflicting plugins: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/.
Regards,
PratikPratik
ParticipantHi @drbyte,
It looks like the master-slider plugin. Can you try disabling that and seeing if the issue still persists?
Regards,
PratikFebruary 8, 2017 at 9:52 am in reply to: Remove Border around content & Decrease margin around content #109071Pratik
ParticipantHi @amyfanton,
Please try following code in Appearance=> Customize=> Additional CSS box:
.site { box-shadow: none; } #main { padding: 2px; /* increase/decrease this value to increase/decrease the margin around the main content area */ }Let me know how it goes.
Regards,
PratikPratik
ParticipantPratik
ParticipantNow, in your child theme’s functions.php file, add following code:
/** * Prints HTML with meta information for the current post-date/time and author. * * @since Catch Responsive 1.0 */ function catchresponsive_entry_meta() { echo '<p class="entry-meta">'; $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>'; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); printf( '<span class="posted-on">%1$s<a href="%2$s" rel="bookmark">%3$s</a></span>', sprintf( __( '<span class="screen-reader-text">Posted on</span>', 'catch-responsive-pro' ) ), esc_url( get_permalink() ), $time_string ); if ( is_singular() || is_multi_author() ) { printf( '<span class="byline"><span class="author vcard">%1$s<a class="url fn n" href="%2$s">%3$s</a></span></span>', sprintf( __( '<span class="screen-reader-text">Author</span>', 'catch-responsive-pro' ) ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_html( get_the_author() ) ); } $categories_list = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'catch-responsive-pro' ) ); if ( $categories_list && catchresponsive_categorized_blog() ) { printf( '<span class="cat-links">%1$s%2$s</span>', sprintf( _x( '<span class="screen-reader-text">Categories</span>', 'Used before category names.', 'catch-responsive-pro' ) ), $categories_list ); } if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) { echo '<span class="comments-link">'; comments_popup_link( esc_html__( 'Leave a comment', 'catch-responsive-pro' ), esc_html__( '1 Comment', 'catch-responsive-pro' ), esc_html__( '% Comments', 'catch-responsive-pro' ) ); echo '</span>'; } edit_post_link( esc_html__( 'Edit', 'catch-responsive-pro' ), '<span class="edit-link">', '</span>' ); echo '</p><!-- .entry-meta -->'; }This should have desired effect. Let me know how it goes.
Regards,
PratikFebruary 7, 2017 at 2:51 pm in reply to: header right sidebar – text insert instead of primary menu #109005Pratik
ParticipantHi @infoyed,
Do you mean to set phone icon and number in same line? if so, do following:
1. Change your text widget content to following:<img src="http://www.ankaratercumeofisi.com/wp-content/uploads/2017/02/phone.png" width="20" height="20"> <strong> 0 (312) 4192098-99 </strong>2. Add following CSS code in Appearance=> Customize=> Additional CSS box:
.header-sidebar.widget-area { width: 400px; } #header-right img { display: inline-block; vertical-align: middle; }Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @Lena,
Thats great. If you liked our theme and support, leave us a review at https://wordpress.org/support/theme/catch-flames/reviews/#new-post.
Regards,
PratikPratik
ParticipantHi @Lena,
To get rid of top bar, please goto Appearance=> Customize=> Theme Options => Fixed Header Top options and uncheck Check to Enable Fixed Header Top.
This should solve your issue.
Regards,
PratikPratik
ParticipantHi @pal_coche,
Once you purchase theme, you can use it for unlimited sites/domains.
For update, you need to purchase the subscription again. You can check the Terms & Conditions.
Let me know if you have any more issues.
Regards,
PratikPratik
ParticipantPratik
ParticipantHi @blazingreality,
The first questions you have answered it yourself. For SEO question, there is no difference SEO wise between Free and Pro version. Just the additional features thats it.
Regards,
PratikPratik
ParticipantHi @Json,
What you want is not possible through theme features. Either you need to use a plugin or hire a customizer for custom work.
Regards,
Pratik -
AuthorPosts
