Forum Replies Created
-
AuthorPosts
-
August 8, 2018 at 4:43 am in reply to: Featured Slider and featured image not appearing on iphone #151201
Skandha
Member@mrhoni: You seem to be using a very old version of theme. Please update the theme to the latest version and let me know if the issue persists.
Kind Regards,
SkandhaSkandha
Member@lesliekirk: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@chrismougins: You cannot update pro theme like you update free theme .To update pro theme you’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/theme-instructions/full-frame-pro/#installationLet me know if this helps you out.
Kind Regards,
SkandhaSkandha
Member@diegostf: When you resize the image to be bigger you will need to change a lot of CSS of other text and container. If you really need this I suggest you to hire a customizer.
Kind Regards,
SkandhaSkandha
Member@autourdunmoment: For this you will need to download the font file from the this link. You will need to unzip the downloaded folder and upload the font files using FTP and keep it under fonts folder.
This is done so that the fonts won’t be lost after theme update.Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@font-face { font-family: 'Riesling'; src:url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.woff') format('woff'), url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.svg#Riesling') format('svg'), url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.eot'), url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; }Now the font is ready to use.
Let me know where you want the font to be used and also post in your site URL.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@ram130: All your customization made in the customizer will be retained when you upgrade to pro. You will need to copy just the additional CSS in the customizer from free to the pro version. However if you have made any changes to core theme files directly without creating a child theme those changes will get lost after upgrade.
You can follow this tutorial to upgrade to pro version of the theme.Let me know if you are still having issues upgrading to pro.
Kind Regards,
SkandhaSkandha
Member@batrebios: I have setup the Demo content for you. Please check and let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@muazii: There seems to be an issue with the Header Featured Image Option. The issue has been fixed and will be updated in the next theme update.
Kind Regards,
SkandhaAugust 7, 2018 at 3:35 am in reply to: Toppage shows slider picture and featured content of demo version #151143Skandha
Member@tcsgs: You have not published your settings in the customizer this is why It is not showing in the live site. You have been saving your customizer settings as a draft. Go to your customizer and click on the icon next to Save Draft then you will see the publish option. This way you will need to publish the changes you made in the customizer.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@mkolson757: This maybe due to plugin conflicts. Please follow think to check for plugin conflicts. Maybe the plugin is not compatible with the theme. Maybe you could use another page builder plugin if Elementor bringing up issues.
Let me know if this helps you out!
Kind Regards,
SkandhaAugust 7, 2018 at 2:09 am in reply to: Adonis Pro Theme – remove blank space between menu and slider #151139Skandha
Member@cuddapah: Please change the value of z-index from 100 to 101 in the previous CSS Code. I think this will solve your issue number 1 and 2.
The CSS is in effect only for the homepage because you have activated featured slider only on the homepage.Let me know if this helps you out!
Kind Regards,
SkandhaSkandha
Member@rhiannacarter: You can change button background color from the customizer. Go to => Appearance => Customize => Colors => Button Background Color and Select you preferred color.
Please post in your site URL if the button colors are not changing.Let me know if this helps you out!
Kind Regards,
SkandhaAugust 7, 2018 at 12:39 am in reply to: Adonis Pro Theme – remove blank space between menu and slider #151133Skandha
Member@cuddapah: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.section { bottom:92px; } #site-header-menu { position:relative; z-index:100; }Let me know if this works out!
Kind Regards,
SkandhaAugust 6, 2018 at 11:41 pm in reply to: Adonis Pro Theme – remove blank space between menu and slider #151130Skandha
Member@cuddapah: Please post in your site URL so that I can look into the issue.
Kind Regards,
SkandhaSkandha
Member@pex81: I’m sorry I am not able to understand what you are trying to say. Could you please elaborate the issue you are having?
Kind Regards,
SkandhaSkandha
Member@lenatime: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.custom-logo-link { margin-left:50px; } #masthead { padding-bottom:0px; } #content .wrapper { padding-top:0px; } #content { padding-top:0px !important; margin-top:0px !important; } #site-branding { padding-bottom:0; } .entry-content p { text-align:center; }Let me know if this what you want!
Kind Regards,
SkandhaSkandha
Member@wolpertinger: Sorry for the late reply. Firstly you will need to create a child theme for this. If you do not know how to create a child theme then you can use Generate Child Theme Plugin.
Go to => Child Theme Folder => functions.php and add the following Code.add_action( 'init', 'create_post_type' ); function create_post_type() { register_post_type( 'deals', array( 'labels' => array( 'name' => __( 'Deals' ), 'singular_name' => __( 'Deal' ) ), 'public' => true, 'has_archive' => true, ) ); }You can replace deals with the name of your custom post type.
You will get the custom post type in the admin area. You can add posts to it and display it as an archive page.Let me know if this helps you out.
Kind Regards,
SkandhaSkandha
Member@lenatime: Please post in your site URL and also can you please explain which spacing you would like to eliminate and also on images you would like to have left and right borders?
Kind Regards,
SkandhaSkandha
Member@nicolasbassand: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To change of the color of date.single-post .entry-meta, h1.entry-title { color:#fff; }To separate the categories with ‘>’
Replace<?php catch_wheels_entry_category(); ?>in the template-parts/content/content.php file in the child theme folder with<?php the_category('>'); ?>To change the font of the comment title
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#comments #reply-title { font-family: Josefin Sans; }Let me know if this works out!
Kind Regards,
SkandhaSkandha
Member@ahhyeah: You will need to find a suitable plugin from the WordPress Plugin Repository to add unique header image to Category pages.
Kind Regards,
Skandha -
AuthorPosts
