Forum Replies Created
-
AuthorPosts
-
September 17, 2016 at 11:03 am in reply to: Menu Second line of text is oversized when wrapping #99533
Pratik
ParticipantHi @live2bfree,
I checked your site and it looks fine. Here is a screenshot: here.Let me know if I missed something.
Regards,
PratikPratik
ParticipantHi @gardenspace,
Do you mean to show the item in featured content but remove it from top menu? It is possible. For this, you need to add Custom Menu instead of adding default page menu(default menu shows all pages)First, create a menu with the items you only want to show on primary menu. More info here.
Then assign menu as Primary Menu. It is shown in the same tutorial above as “Adding Your Menu to Your Site”.
Let me know if you run into problems.
Regards,
PratikPratik
ParticipantHi @giovanne,
Can you explain a bit more on exactly what you want?Regards,
PratikPratik
ParticipantHi 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
ParticipantI am sorry, but I cannot understand what you are saying. This theme does not use Fontawesome.
Pratik
ParticipantYou will need to upload the image icon to your server and then add that image to the specific link via CSS.
Pratik
ParticipantHi @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
ParticipantHi @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
ParticipantHi Frank,
Add following code in you child theme’s functions.php file: http://pastebin.com/LXBX2nKg
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @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
ParticipantHi @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
ParticipantHi 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
ParticipantCan you please post in your site url so I can check it?
Regards,
PratikPratik
ParticipantHi 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
ParticipantHi Brandon,
In free theme, changing footer content is not possible. Please purchase pro version to make changes to the footer.
Regards,
PratikPratik
ParticipantHi 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
ParticipantHi 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
ParticipantYou are welcome. If you liked our theme and support, please leave us a review here.
Regards,
PratikPratik
Participant@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.
-
AuthorPosts
