Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@gustavolaurindo: I checked your site but the site is blank. Please let me know.
Regards,
MaheshMahesh
Participant@mare: A slider is already in the theme. May be we will integrate on in the future.
Regards,
MaheshMahesh
Participant@iamsupermike: Please add the following CSS:
.slides-control, #slideshow .slide-item{ max-width: 100%; }Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@novaglenn:
Featured Content
Well you can manage Featured Content go to Dashboard=> Appearance=> Customize=> Featured Content option. But as you’ve mentioned, some feature you require is not possible. Using post and page as featured content, it will link to respected posts and pages not other custom links. So for this purpose, I recommend you to use Featured Image Content, so you can use custom images and link to custom post, pages or some external links too.For homepage, if you don’t want the title to be displayed, this can be removed or hide with Custom CSS.
And about menu, go to Dashbaord=> Appearance=> Menu and select Header Menu and make sure all items already put in the menu. And also make sure that you make the submenu items too (notice the little indent) or else, it’ll act as menu item no sub menu item.
Hope you understand. Let me know if any problem.
Regards,
MaheshMahesh
Participant@thetravelgal: Are you using any plugins? If yes, please try disabling the plugins one by one and check if that solves the issue. Let me know further.
Regards,
MaheshMahesh
Participant@1zoltannagy: Please post in your site url. Do you want the background to scroll too?
Regards,
MaheshMahesh
Participant@lukasbarth: For that, I recommend you to use the simplest way. Go to Dashboard=> Appearance=> Menu and then add up the categories in the menu that you wanted to show on the page.
https://i.stack.imgur.com/gcsJg.png
Hope you understand.Regards,
MaheshJanuary 20, 2017 at 9:53 am in reply to: Post Featured Images link to homepage, how do I remove the link? #107550Mahesh
Participant@caulon: For this, 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 codes.
add_action( 'init', 'fabulous_fluid_child_move_featured_grid' ); function fabulous_fluid_child_move_featured_grid(){ remove_action( 'fabulous_fluid_after_header', 'fabulous_fluid_featured_grid_content', 30 ); add_action( 'fabulous_fluid_after_content', 'fabulous_fluid_featured_grid_content', 55 ); }Regards,
MaheshJanuary 20, 2017 at 9:38 am in reply to: Two short questions (slider and "featured content") #107548Mahesh
Participant@gustavoson: Yes, you can find details for both in theme instructions. Yes, you can remove the slider link and hover effect too. For using images of you choices rather than demo, go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Image Slider and add desired images.
For Featured Content, go to Dashboard=> Appearance=> Customize=> Featured Content and choose Featured Post Content and put in the desired post ids.Regards,
MaheshMahesh
Participant@bmhamdanigmail-com: Please post in your site url.
Regards,
MaheshJanuary 19, 2017 at 3:56 pm in reply to: No title on posts page, where is this extra display:none coming from? #107480Mahesh
Participant@mcubedpe: Checked your site, its not from the theme but from some Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and remove the following code:
.entry-title { display:none; }Regards,
MaheshMahesh
Participant@paulisjob: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@kayaker4157:
1. How do you remove the categories and “Leave a Reply” meta data at the bottom of a post?
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:footer.entry-meta { display: none; }2. And, is there a way to change the text of “-Leave a Reply” to “Comments” in the top meta data area which contains the posting date and author’s name?
For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then copycontent.phpto child theme and change Leave a reply to your desired text. Do the same for all the content.Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#site-navigation ul li a { border-bottom: 4px solid rgb(0, 162, 229); }Regards,
MaheshMahesh
Participant@markthack: Do you have any plugins installed? If yes, try deactivating theme and try again.
Regards,
MaheshMahesh
Participant@jennifersimsdesign-com-au: Right now, there is only border bottom on active menu items. Do you mean to have the border on the bottom of the active menu item in every menu or full border? I am quite confused here. Let me know further.
Regards,
MaheshMahesh
Participant@novaglenn: Just checked your site, you haven’t added any sub menu items yet. Please check the demo version and let me know what problem are you facing.
https://catchthemes.com/demo/catch-base/
Seems to be working fine on our server.Regards,
Mahesh -
AuthorPosts
