Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@antoon:
Hi Antoon,Please use the following CSS:
@font-face { font-family: myCalibri; src: url(http://rodekruisbeuningen.nl/wp-content/uploads/calibri.ttf) format('truetype'); } /* Set calibri font as default */ body { font-family: myCalibri, "Calibri"; } #header-menu #access { background: none #569DDB; } #header-menu ul.menu a { color: #fff; font-family: myCalibri, "Calibri"; font-weight: bold; font-size: 18px; } #site-generator td { text-align: center; } .footer { background: #569DDB; font-family: myCalibri, "Calibri"; font-size: 18px; color: #FFF; } .footer td { padding: 0; text-align: left; vertical-align: top; align: center; } #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background: none transparent; text-decoration: underline; color: #FFFFFF; } #header-menu ul.menu li { border-right: 1px solid #569DDB; } /* Center the table */ .footer table { margin: auto; } /* Change font-size of the text */ .footer > p { font-size: 20px; } #site-generator { background-color: #569DDB; color: #eee; } #site-generator a { color: #fff; } @media screen and (max-width: 680px) { #footer-bar { display: none; } }Hope this helps.
And I don’t quite get your second issue, I didn’t find “Geef je gift” text on the page.
Regards,
MaheshMahesh
Member@filip_1: Please use the following CSS instead:
#header #mainmenu ul li:last-child { border-right: none; } #menu-pocetna .menu-item { width: 16.564%; } #header #mainmenu ul li a { width: 82%; }Hope this helps. Let me know if any problem.
Regards,
MaheshMahesh
Member@antoon:
I checked your site and for some reasons, I still can’t see the Calibri font in the mobile devices, may be the issue of server caching. Please try clearing server cache and check again.
And for removing the footer bar in responsive mode:
First you’ll need to put a id(footer-bar) for the table displaying the bar and use the following CSS:@media screen and (max-width: 480px) { #footer-bar { display: none; } }Regards,
MaheshMahesh
Member@tinus53: Sorry, please try this one.
http://bit.ly/29XXDNoRegards,
MaheshMahesh
Member@germanhacemusica:
Hi Toledo,Simple Catch theme is a non responsive theme. But somehow you’ve managed site to have two version, mobile site and desktop site. And I checked the site in different mobiles and is working fine and found no such issue as you’ve mentioned above in the image.
Regards,
MaheshMahesh
Member@hidemyage:
Hi Kim,For restoring default settings, go to Dashboard=> Appearance=> Customize=> Reset All Settings and check on Check to reset all settings to default option then click on Save & Publish.
Yes, Widgets can be put in content area of the site. Go to Dashboard=> Appearance=> Widgets, then put the widgets you want in Featured Widget Content Area. Then go to Dashboard=> Appearance=> Customize=> Featured Content and select Featured Widget Content in Select Content Type then click on Save & Publish.
Regards,
MaheshMahesh
Member@piratealfie:
Hi Allan,Thank you for using Full Frame Pro theme.
For using Header Image, go to Dashboard=> Appearance=> Customize=> Header Image and then choose a header image you want to display in your site. Then choose Homepage/Frontpage option in Enable Featured Header Image on (Displays header image on homepage/frontpage only). Then click on Save & Publish.OR
If you want to make slider as Header Image removing the navigation links, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:
#feature-slider .cycle-pager, #feature-slider .cycle-prev, #feature-slider .cycle-next, #feature-slider .entry-container { display: none; }Hope this helps.
Regards,
MaheshMahesh
Member@tinus53:
Hi Bernhard,The translations for German language is not 100% complete so we haven’t included it in the theme. However, you can use translations file in the link below for now.
https://goo.gl/H8yjTyRegards,
MaheshJuly 22, 2016 at 9:50 am in reply to: Adding widgets – social icons/search bar over the header image. #95909Mahesh
Member@rflores: Copy the following HTML code and paste it in the post where you want it to be displayed in your site for the link.
<a href="http://www.westcoastmedium.com/products.html" target="_blank" title="An Investment for a Healthier You">An Investment for a Healthier You</a>Yes, you can change the text portion at anytime.
Regards,
MaheshMahesh
Member@antoon: Have you uploaded the font file to you site? If not please upload it first. Then get the full path to that font file and place in the CSS src, then only it will work.
And as for the bar in the footer, you are using table for that, and for you have inline style defining the width of the table, which is causing the responsive issue. You should not use fix width as far as you want the responsive design.
I don’t know the exact plugin, but you can get an appropriate one from https://wordpress.org/plugins/Buying a Pro version theme, you can use it for as many site as you’ve owned unless its for the 3rd party.
Regards,
MaheshMahesh
Member@rollik: For the grey background in header, use the following CSS instead:
#masthead { background-color: rgba(204, 204, 204, 0.9); }Hope this helps.
Regards,
MaheshJuly 21, 2016 at 5:09 pm in reply to: Adding widgets – social icons/search bar over the header image. #95869Mahesh
Member@kimberley: Can you please share an image showing your problem. I would help more.
Regards,
MaheshMahesh
Member@tinus53:
Hi Bernhard,Its not fixed yet but there is a trick, may be we’ll use that to fix it in our future updates. Sorry for the inconvenience.
Regards,
MaheshMahesh
Member@nextgenf: For that 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 code:
function catchkathmandu_category_sliders() { //delete_transient( 'catchkathmandu_category_sliders' ); global $post; global $catchkathmandu_options_settings; $options = $catchkathmandu_options_settings; if( ( !$catchkathmandu_category_sliders = get_transient( 'catchkathmandu_category_sliders' ) ) && !empty( $options[ 'slider_category' ] ) ) { echo '<!-- refreshing cache -->'; $catchkathmandu_category_sliders = ' <div id="main-slider" class="container"> <section class="featured-slider">'; $get_featured_posts = new WP_Query( array( 'posts_per_page' => $options[ 'slider_qty' ], 'category__in' => $options[ 'slider_category' ], 'ignore_sticky_posts' => 1 // ignore sticky posts )); $i=0; while ( $get_featured_posts->have_posts()) : $get_featured_posts->the_post(); $i++; $title_attribute = apply_filters( 'the_title', get_the_title( $post->ID ) ); $excerpt = get_the_excerpt(); if ( $i == 1 ) { $classes = 'post pageid-'.$post->ID.' hentry slides displayblock'; } else { $classes = 'post pageid-'.$post->ID.' hentry slides displaynone'; } $catchkathmandu_category_sliders .= ' <article class="'.$classes.'"> <figure class="slider-image">'. get_the_post_thumbnail( $post->ID, 'slider', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ), 'class' => 'pngfix' ) ). '</figure> <div class="entry-container"> <header class="entry-header"> <h1 class="entry-title"> <a title="Permalink to '.the_title('','',false).'" href="' . get_permalink() . '">'.the_title( '<span>','</span>', false ).'</a> </h1> <div class="assistive-text">'.catchkathmandu_page_post_meta().'</div> </header>'; if( $excerpt !='') { $catchkathmandu_category_sliders .= '<div class="entry-content">'. $excerpt.'</div>'; } $catchkathmandu_category_sliders .= ' </div> </article><!-- .slides -->'; endwhile; wp_reset_query(); $catchkathmandu_category_sliders .= ' </section> <div id="slider-nav"> <a class="slide-previous"><</a> <a class="slide-next">></a> </div> <div id="controllers"></div> </div><!-- #main-slider -->'; set_transient( 'catchkathmandu_category_sliders', $catchkathmandu_category_sliders, 86940 ); } echo $catchkathmandu_category_sliders; } // catchkathmandu_category_slidersRemoving text from slider, you can use Custom CSS. Go to Dashboard=> Appearance=> Customzie=> Theme Options=> Custom CSS and add the following CSS:
#main-slider .entry-container { display: none; }Regards,
MaheshMahesh
Member@husker: Adding more slider will make your site slower. But if you do want to have it anyway, I can help you. Are you a developer or have a good programming knowledge? because the customization for this is complicated. If you are okay with programming, I can guide you through. If not I recommend you to hire a customizer for this.
https://catchthemes.com/hire-customizer/Regards,
MaheshMahesh
Member@rflores:
Hi rflores,Can you send me the link of the page of other website and the text you want to display as link, then I’ll provide you with the HTML code for the anchor tag.
Regards,
MaheshMahesh
Member@moonrun:
Hi Jen,I checked for the issue in Clean Business Pro in our server and it seems to be working fine. Please post in your site URL.
Regards,
MaheshMahesh
Member@tinus53: The issue is seems to be caused by WP core itself.
https://wordpress.org/support/topic/custom-header-image-issue-default-header-not-displayed
If you want to have the header image as of the default one, please use the following image
https://catchthemes.com/demo/catch-adaptive/wp-content/themes/catch-adaptive-pro/images/headers/image-header-1680×720.jpgRegards,
Mahesh -
AuthorPosts
