Forum Replies Created
-
AuthorPosts
-
Pratik
MemberHi Orlando,
For that, you will need to make some modifications via child theme.
First, create a child theme for current theme. Check tutorial here for details on creating a child theme.
Then, add following code to child theme’s functions.php file.
/** * Function to move breadcrumb in child theme below slider */ function catchresponsive_child_move_breadcrumb() { remove_action( 'catchresponsive_after_header', 'catchresponsive_add_breadcrumb', 50 ); add_action( 'catchresponsive_before_content', 'catchresponsive_add_breadcrumb', 15 ); } add_action( 'init', 'catchresponsive_child_move_breadcrumb' );Let me know how it goes.
Regards,
PratikPratik
MemberI am sorry, but I cannot understand what you are saying. This theme does not use Fontawesome.
Pratik
MemberYou will need to upload the image icon to your server and then add that image to the specific link via CSS.
Pratik
MemberHi @makintour,
You just need to add the images for the social network in your server and the CSS with respect to the links of the social icons. You will need indept knowledge of CSS. Then, just add the CSS in “Appearance=> Customize=> Theme Options=> Custom CSS” box.If you do not understand what I mean, then it is probably a good idea to hire a customizer.
Regards,
PratikPratik
MemberHi @mankintour,
Those icons are not present, you will need to do some custom work for those.Social Icons are from genericons. Check https://genericons.com/
Regards,
PratikPratik
MemberHi Frank,
Add following code in you child theme’s functions.php file: http://pastebin.com/LXBX2nKg
Let me know how it goes.
Regards,
PratikPratik
MemberHi @franksyweb,
Adding dummy author will solve the issue. If you want a more cleaner approach, then you need to create a child theme and modify a function. If you are comfortable with making modifications via child theme, please let me know and I will provide you the codes and instructions.Check Child Theme Creation page for more info.
Regards,
PratikPratik
MemberHi @gmobbs,
It looks like you have added background via “Appearamce=> Customize=> Background Image” and selected “No Repeat” option in “Background Repeat” option. Either remove the image, or change that option to something suitable to your need.Regards,
PratikPratik
MemberHi Frank,
Can you let me know how many authors you have in your site?
In case of only one author, the author will not be displayed, as it becomes irrelevant. In case of multiple authors, that will be displayed.
Please check and let me know.
Regards,
PratikPratik
MemberCan you please post in your site url so I can check it?
Regards,
PratikPratik
MemberHi Frank,
Please check the demo at https://catchthemes.com/demo/clean-magazine/It has version 2.1 and the author is showing fine.
Please post in your site url for further help.
Regards,
PratikPratik
MemberHi Brandon,
In free theme, changing footer content is not possible. Please purchase pro version to make changes to the footer.
Regards,
PratikPratik
MemberHi Brandon,
You can create the fonts folder and add in your folder. Then, you need to point to them in css via style.css to take that font-family. Maybe you have not set the path correctly in the styles file. Setting correct path is a bit complicated.Please post in your site url and let me know more details.
Regards,
PratikPratik
MemberHi Robert,
You can use following code in Appearance=> Customzie=> Theme Options=> Custom CSS box:
For menu:.nav-primary { background: rgba(34, 34, 34, 0.70); }You can increase or decrease the value of 0.70 to make it more/less opaque.
70 = 70%For wrapper background:
.site-content { background: rgba(255, 255, 255, 0.80); }.80 = 80%Let me know how it goes.
Regards,
PratikPratik
MemberYou are welcome. If you liked our theme and support, please leave us a review here.
Regards,
PratikPratik
Member@eddymree: Once you change the “Enable Feature Content on” option to Homepage/Frontpage or Entire Site, other options should appear after site loade in the preview panel. Can you try it and let me know. Also try disabling all the plugins and check if the problem persists.
Please let me know the results.
Pratik
MemberHi @Raul,
Please follow instructions here: https://catchthemes.com/theme-instructions/rock-star-pro/#featured-slider
Let me know if you run into problems.
Regards,
PratikPratik
MemberHi Jennifer,
Can you try regenerating your images via regenerate thumbnail plugin?
It looks as if this is not related to the theme so it will fall outside our theme support support scope.
Regards,
PratikPratik
MemberHi Robert,
Currently it is not possible due to the limitation on WordPress Color Picker used in Settings. If there are just a few that you want to make transparent, let me know in the here and I will provide you with custom CSS.
If there are a lot of customization, then you will need to hire a customizer.Also, please post in your site url.
Regards,
Pratik -
AuthorPosts
