Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@abusbee: Your web hosting is provided with caching service, which is why the issue is occurring. Yes, please contact godaddy. It is caching your site that’s why random header isn’t working as it should.
Regards,
MaheshMahesh
Participant@bodycontest: Please post in your site url.
Regards,
MaheshMahesh
Participant@keelin:
1. Made some correction in the above code, please use it.
2. Add the following CSS:.fixed-header.header-background { background-color: #b2b2b2 }3. No, this won’t be affected by theme updates. You won’t lose anything in updates unless the changes are made in the theme files itself.
Regards,
MaheshMahesh
Participant@uukuniemi: Glad to know you’ve resolved your issue. Have a nice day!
Regards,
MaheshMahesh
Participant@bigoslesli: Thank you for using themes by Catch Themes. We really appreciate it. There are several themes, you can view the demo and choose wherever you want that would suit for you.
https://catchthemes.com/themes/category/premium/Regards,.
MaheshMahesh
Participant@fireflywebs: Please use Customizer options instead. Theme options will be removed in the next updates.
Regards,
MaheshMahesh
Participant@katiek21532: Please post in your site url.
Regards,
MaheshMahesh
Participant@francesca78: You’ll need typekit-fonts-for-wordpress plugin for this. The other way is, you can simply add fonts and use it with Custom CSS option. If you need any help, let me know.
Note: Which font do you want to use?Regards,
MaheshMahesh
Participant@guzie: This is working fine on our server. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit content in Footer Editor option as desired.
Regards,
MaheshMahesh
Participant@domstuhotmail-com: Can you please explain further more.
Regards,
MaheshMahesh
Participant@bodycontest: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@bodycontent: Add following codes in your child theme’s
functions.php.function chicago_archive_content_image() { $featured_image = get_theme_mod( 'content_layout', chicago_get_default_theme_options( 'content_layout' ) ); if ( has_post_thumbnail() && 'full-content' != $featured_image ) { ?> <div class="entry-thumbnail"> <?php if ( 'excerpt-image-left' == $featured_image || 'excerpt-image-right' == $featured_image ) { the_post_thumbnail(); } elseif ( 'excerpt-image-top' == $featured_image ) { the_post_thumbnail( 'chicago-single' ); } echo '<br />'; echo get_post(get_post_thumbnail_id())->post_excerpt; ?> </div> <?php } }Regards,
MaheshMahesh
Participant@gonace: Seems you’ve put the instagram widget in Footer widget area, please put it either in Before or After Content widget area. Please post in your site url. Let me know if any problem.
Regards,
MaheshMarch 7, 2017 at 1:17 pm in reply to: clean-education-slider size images when using Slider Type "image" #111435Mahesh
Participant@richpav: 1320×566 is the recommended image size, you can use image size as you desire.
Regards,
MaheshMarch 7, 2017 at 1:00 pm in reply to: Remove Slider completely from Catchresponsive free theme #111433Mahesh
Participant@engbok: For that, just disabling the slider will do what you’ve mentioned. Disabling the slider won’t load any script of the slider and won’t cause any script conflicting.
Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Disabled in Enable Slider on option.Regards,
MaheshMarch 7, 2017 at 12:21 pm in reply to: Catch Everest Pro internal server error HTTP500 Appearance Customizer #111432Mahesh
Participant@albertocatch59: Just checked your site, seems its the issue within your WordPress installation or server. I changed the theme to WordPress’s core themes and the customizer isn’t loading. Let me know further.
Regards,
MaheshMahesh
Participant@keelin:
1. Add the following CSS:.header-background #site-logo a:before { background-image: url("http://imaginedbalance.com/wp-content/uploads/2017/03/ImaginedBalanceWhite.png"); background-repeat: no-repeat; content: " "; display: block; height: 131px; width: 148px; } .header-background.fixed-header #site-logo a img { display: none; } .header-background #site-logo a img { display: block; }2. When I look at the site on a mobile device (once the homepage logo is in place, right now it is not visible,) the logo lands over the homepage text, can I fix that?
@media screen and (min-width: 990px) { #header-featured-image { margin-bottom: 144px; } }3. If you want to make changes to the theme, I recommend you to use Child theme. Change the theme files will result in loss of all modification. I you just want to Change CSS, I recommend you to use Custom CSS.
Regards,
MaheshMahesh
Participant@peterdroginformation-nu: Add the following CSS:
#site-branding { text-align: left; }Regards,
Mahesh -
AuthorPosts
