Forum Replies Created
-
AuthorPosts
-
Mahesh
ParticipantThe issue is because of the Custom CSS. You’ve changed width of .site to 1079px. The default width is 1200px.
Regards,
MaheshMahesh
ParticipantHi @husker,
I don’t quite get you what you meant. Can you please describe further. For CSS you can use theme’s Custom CSS box.
Regards,
MaheshMahesh
ParticipantHi @Wynaco,
For the above you’ll need little customization. First create a child theme. You can find more on creating child theme HERE. Then in your child theme’s functions.php add the following codes.
function cleanbox_child_move_slider_below_site_title(){ remove_action( 'clean_box_header', 'clean_box_featured_slider', 30 ); add_action( 'clean_box_header', 'clean_box_featured_slider', 110 ); } add_action('init', 'cleanbox_child_move_slider_below_site_title');
This will move, Featured Slider below the Site Title and above Featured Content.
Then for making Featured Slider same as the content, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
#feature-slider .wrapper { width: 1200px; } @media screen and (max-width: 1280px) { #feature-slider .wrapper { width: 1140px; } } @media screen and (max-width: 1152px) { #feature-slider .wrapper { width: 1038px; } } @media screen and (max-width: 1100px) { #feature-slider .wrapper { width: 960px; } } @media screen and (max-width: 990px) { #feature-slider .wrapper { width: 738px; } } @media screen and (max-width: 767px) { #feature-slider .wrapper { width: 660px; } } @media screen and (max-width: 700px) { #feature-slider .wrapper { width: 561px; } } @media screen and (max-width: 600px) { #feature-slider .wrapper { width: 522px; } } @media screen and (max-width: 540px) { #feature-slider .wrapper { width: 462px; } } @media screen and (max-width: 480px) { #feature-slider .wrapper { width: 380px; } } @media screen and (max-width: 400px) { #feature-slider .wrapper { width: 320px; padding: 0; } } #feature-slider { margin-top: 0; } #featured-content { padding-top: 20px; }
Regards,
MaheshMahesh
ParticipantHi @Wynaco,
It seems to be a little bug in theme’s style, for now you can use some Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
@media screen and (min-width: 1160px) { #featured-content.layout-four .hentry { width: 25%; } }
The issue will be fixed in next update.
Regards,
MaheshMahesh
ParticipantHi @mehlem,
One of the plugins you’ve installed may have caused the problem. Please try disabling the plugins one by one and check if the issue disappears on not.
Are you using Yoast SEO plugin?
Let me know if the problem persist.Regards,
MaheshMahesh
ParticipantHi @yogawithagnes,
Go to “Dashboard=> Appearance=> Customization=> Theme Options=> Customs CSS” box and add the following CSS. Use one of the following as required for you.
1.Hides page title in your entire site(all pages)#main .page .entry-header { display: none; }
2. If you want to hide the page title for that particular page(schedule page)
#main .page.post-34 .entry-header { display: none; }
Regards,
MaheshMahesh
ParticipantHi @micky1982,
Just checked your site, seems you have made a lot of customization and modified theme’s core files. Changing the theme’s core files will cause lost all modification during theme updates. This is recommended to use child theme for customization.
You’ll need to do all the changes you’ve done in your current working theme version. I recommend you to create child theme. You can find more on creating child theme HERE.
Let me know if any problems.Regards,
MaheshMahesh
ParticipantHi @lucapresidente,
It seems to be working fine on our server.
The option hiding and showing in the customizer is a bit tricky. The selected option should match the page that is currently displayed on the right side. For example if you have selected Homepage/Frontpage in Slider enable on option, you must have home page displayed in the right side or else the options won’t be displayed.
I hope you understand.Regards,
MaheshMahesh
ParticipantHi @Jason,
The issue was because of the Catch Web Tools plugin not the Catch Responsive Pro theme. The was a little bug in the plugin. The issue has been fixed in Catch Web Tools 1.5.2. Please update and this will be fixed.
Regards,
MaheshFebruary 15, 2016 at 10:09 am in reply to: Catch Box doesn't look the same on Firefox and Chrome #85451Mahesh
ParticipantHi @spespan,
It seems it to be the system’s font issue. Have you tried it with other system (without helvetica bold font installed). The theme uses these fonts(“Helvetica Neue”,Helvetica,Arial,sans-serif) in sequence. If one is not found it will fall back to next and if none of the fonts found, it falls back to sans-serif. In your system as you’ve installed Helvetica bold, the theme will use Helvetica bold font by default. If you check other sites with Helvetica font it will display the same font(bold). Either you have install Helvetica regular font or remove Helvetica bold font, and the default font falls back to Arial.
Regards,
MaheshMahesh
ParticipantHi @Edward,
Yes this can be done, you can either upload the file in WordPress installation directory/wp-content/uploads or other folder(within WordPress installation) or you can upload it to your site’s root directory. For this you’ll need to contact your server for support.
Regards,
MaheshMahesh
ParticipantHi @alhaarth,
Yes it does result in performance loss to some extent. And yes there has been a lot of changes in CatchBox, recenty the theme has been made accessibility ready too. You can check the changelogs for details. It seems, after CSS minification some styles (i.e. the search icon style) could be recognized by the browser and causing the problem. I checked with firebug tool and the genericons style for the button is not showing up.
Let me know further.Regards,
MaheshMahesh
ParticipantHi @Edward,
WordPress doesn’t allow to upload .vcf files due to security issues. You can upload the file somewhere else eg. dropbox and then put the link to the file in your site.
Regards,
MaheshMahesh
ParticipantHi @alhaarth,
It is working fine in our server. It seems you are using some tools to minify style.css may be that is creating the issue. Please disable the tool and check it again.
Let me know if the problem persist.Regards,
MaheshMahesh
ParticipantHi @davidbarker223,
Seems there was some breakage while updating theme, please reinstall the theme. Let me know if any problem arises.
Regards,
MaheshFebruary 14, 2016 at 10:51 am in reply to: Catch Box doesn't look the same on Firefox and Chrome #85388Mahesh
ParticipantHi @spespam,
I tested the demo site on both the browsers (firefox and chrome both latest) and both are working fine, no bold text issue. Is this the only site is displaying bold text or other sites too? Please let me know. May be the problem with your browser.
Regards,
MaheshFebruary 14, 2016 at 10:22 am in reply to: Featured content, Text widget, Promoheadline, Languages #85387Mahesh
ParticipantHi @scubafreak,
For that, you have to create a child theme, you can find more details on creating child theme HERE. Then in
functions.php
add the following code and override it.function adventurous_homepage_headline() { //delete_transient( 'adventurous_homepage_headline' ); global $post, $wp_query, $adventurous_options_settings; $options = $adventurous_options_settings; // Getting data from Theme Options $disable_headline = $options[ 'disable_homepage_headline' ]; $disable_subheadline = $options[ 'disable_homepage_subheadline' ]; $disable_button = $options[ 'disable_homepage_button' ]; $homepage_headline = $options[ 'homepage_headline' ]; $homepage_subheadline = $options[ 'homepage_subheadline' ]; $homepage_headline_button = $options[ 'homepage_headline_button' ]; $homepage_headline_target = $options[ 'homepage_headline_target' ]; //support qTranslate plugin if ( function_exists( 'qtrans_convertURL' ) ) { $homepage_headline_url = qtrans_convertURL($options[ 'homepage_headline_url' ]); } else { $homepage_headline_url = $options[ 'homepage_headline_url' ]; } // Front page displays in Reading Settings $page_on_front = get_option('page_on_front') ; $page_for_posts = get_option('page_for_posts'); // Get Page ID outside Loop $page_id = $wp_query->get_queried_object_id(); if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) { if ( !$adventurous_homepage_headline = get_transient( 'adventurous_homepage_headline' ) ) { echo '<!-- refreshing cache -->'; $adventurous_homepage_headline = '<div id="homepage-message"><div class="container"><div class="left-section">'; if ( $disable_headline == "0" ) { $adventurous_homepage_headline .= '<h2>' . $homepage_headline . '</h2>'; } if ( $disable_subheadline == "0" ) { $adventurous_homepage_headline .= '<p>' . $homepage_subheadline . '</p>'; } $adventurous_homepage_headline .= '</div><!-- .left-section -->'; if ( !empty ( $homepage_headline_url ) && $disable_button == "0" ) { if ( !empty ( $homepage_headline_target ) ) { $headlinetarget = '_blank'; } else { $headlinetarget = '_self'; } $adventurous_homepage_headline .= '<div class="right-section"><a href="' . $homepage_headline_url . '" target="' . $headlinetarget . '">' . $homepage_headline_button . '</a></div><!-- .right-section -->'; } $adventurous_homepage_headline .= '</div><!-- .container --></div><!-- #homepage-message -->'; set_transient( 'adventurous_homepage_headline', $adventurous_homepage_headline, 86940 ); } echo $adventurous_homepage_headline; } }
Note: You have to replace the below section(Promotion headline button) with contact form.
if ( !empty ( $homepage_headline_url ) && $disable_button == "0" ) { if ( !empty ( $homepage_headline_target ) ) { $headlinetarget = '_blank'; } else { $headlinetarget = '_self'; } $adventurous_homepage_headline .= '<div class="right-section"><a href="' . $homepage_headline_url . '" target="' . $headlinetarget . '">' . $homepage_headline_button . '</a></div><!-- .right-section -->'; }
Regards,
MaheshMahesh
ParticipantHi giuliog,
Seems you are using Catch Everest and you’ve posted the issue for support in Clean Journal. The support thread is categorized by theme to make it simple and easy for both developers and the users. Please post the support issue under related theme.
Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.@media screen and (min-width: 768px) { #hgroup.with-logo{ margin-top: 15px; } } @media screen and (max-width: 767px) { #site-logo { display: inline-block; float: none; text-align: center; } #hgroup.with-logo { float: none; margin-top: 0; padding-top: 5px; } }
-
AuthorPosts