Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@djonestep: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child them theme add
category.phpin your child theme’s folder. You can get the file from the link below.
http://bit.ly/2ihHhgORegards,
MaheshMahesh
Participant@mynameischetan: Thank you for using Lucida Pro theme.
1. How to Resize the Menu Fonts:
Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:/*Menu Font Size*/ .lucida-nav-menu a { font-size: 14px; } /*Sub Menu Font Size*/ .lucida-nav-menu ul a { font-size: 12px }2. How to change the images of Header:
Go to Dashboard=> Appearance=> Customize=> Header Image and select option in Enable Featured Header Image on as per you requirement wherever you want to display the header image. You can use your desired image.
Please refer to the link below
https://catchthemes.com/theme-instructions/lucida-pro/#header-image3. How to Add Primary Sidebar:
The Primary sidebar is already active by default (uses both primary and secondary sidebars). You can change the layout by going to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and change Default Layout option If you do want to add widgets to it. Go to Dashboard=> Appearance=> Widgets and add desired widgets to Primary sidebar.4. How to Add News Letter:
Go to Dashboard=> Appearance=> Widgets and add CT:News Letter widget any of the widget area. And follow along, filling the forms.5. How to Add 1.2.3.4 (Numbers in the Home Page):
I don’t quite get this. Do you mean page number or item numbering?6. How to Add pages below the OLD Pages Tab of Home Page:
You’ll need to customize the theme further. I recommend you to hire a customizer for this.7. How to Add Instagram:
Go to Dashboard=> Appearance=> Widgets and add CT:Instagram widget any of the widget area. And follow along, filling the forms. Like putting on username, choosing layouts etc.8. How to Add about us, Privacy Policy etc. pages on footer:
You can use Footer menu for this. Go to Dashboard=> Appearance=> Customize=> Menus and select the options with about us, Privacy Policy menu in Footer Menu. If you have’t created a menu. Please do it first.Please refer to the Lucida Pro’s theme instruction.
https://catchthemes.com/theme-instructions/lucida-proRegards,
MaheshMahesh
Participant@philzeweb: The CSS you’ve got is correct, only a slight modification will do the trick:
.page-id-254 article#featured-post-9.hentry { display: none; } .page-id-254 article#featured-post-10.hentry { display: none; } .page-id-254 article#featured-post-11.hentry { display: none; } .page-id-254 article#featured-post-12.hentry { display: none; } .page-id-232 article#featured-post-1.hentry { display: none; } .page-id-232 article#featured-post-2.hentry { display: none; } .page-id-232 article#featured-post-3.hentry { display: none; } .page-id-232 article#featured-post-4.hentry { display: none; } .page-id-232 article#featured-post-5.hentry { display: none; } .page-id-232 article#featured-post-6.hentry { display: none; } .page-id-232 article#featured-post-7.hentry { display: none; } .page-id-232 article#featured-post-8.hentry { display: none; }Regards,
MaheshDecember 22, 2016 at 9:42 am in reply to: Static homepage but with all the features of the default #105735Mahesh
Participant@coalfacedev: Can you please clarify more. And please post in your site url.
Regards,
MaheshMahesh
Participant@voodoochill: The bug is fixed and theme has been update. Please update.
Regards,
MaheshDecember 21, 2016 at 3:54 pm in reply to: Put in Name and Comment but get Error Asking For Name and Email, No Email Field #105690Mahesh
Participant@beauthai: It seems you’ll need to use plugins for this. Please find an appropriate plugin in https://wordpress.org/plugins/
Regards,
MaheshDecember 21, 2016 at 10:15 am in reply to: Hide Image from featured content and Banner Image in Header #105677Mahesh
Participant@skynet: Do you mean the background color or menu text color? For background color. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#branding #access, #colophon #access-footer, #branding ul.menu ul a { background: #5c755e; }Regards,
MaheshMahesh
Participant@em: Thank you. Well, you can use Entire Site, Page/Post Featured image option for this. Go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured image in Enable Featured Header Image on option. Choosing this option sets featured image as header image in their respective pages. If page/post has no featured image, default header image will be displayed.
Hope you understand.Regards,
MaheshMahesh
Participant@voodoochill: Thank you for letting us know. We’ll check and let you know. This will be fixed in the next update.
Regards,
MaheshMahesh
Participant@rvaalten: Have you checked Create CSS classes menu option in Editor Settings? If its disabled, add the following code in your child theme’s
functions.phpfile and then check the option and see if this resolves the issue.
add_theme_support('editor-style');Regards,
MaheshDecember 20, 2016 at 5:04 pm in reply to: Hide Image from featured content and Banner Image in Header #105631December 20, 2016 at 9:57 am in reply to: Put in Name and Comment but get Error Asking For Name and Email, No Email Field #105618Mahesh
Participant@beauthai: Yes, it can be put in the theme’s
functions.php. But on updating the theme, you’ll lose all the changes and you’ll have to do it again. That’s why child theme is recommended. And about other users using the theme, some wants the email field in the comment section, so removing it from the theme is not a solution. But if you don’t need one you can remove it with customization via child theme.
And for the “submitting too quickly” issue, I guess that’s for the plugins. Try disabling the plugin if you have may be captcha plugin or something, and check if it resolves the issue.
Please find the child theme in the link below, I’ve made the changes, activating the child theme will remove email field from the comment section.
http://bit.ly/2hONpkgRegards,
MaheshDecember 20, 2016 at 9:44 am in reply to: Hide Image from featured content and Banner Image in Header #105617Mahesh
Participant@floh: Please replace the masthead CSS in your custom CSS with the following CSS:
#masthead { background-image: url("http://www.dogz.at/wp-content/themes/catch-base/images/headers/bannerwork3.jpg"); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }For link color in footer, add the following CSS:
#site-generator a { color: #ff00ff; }Note: Please choose the desired color.
Regards,
MaheshDecember 19, 2016 at 4:44 pm in reply to: Hide Image from featured content and Banner Image in Header #105565Mahesh
Participant@floh: You’ll need to disable the plugin. Please delete the plugin, the very plugin that you are using to have the under construction page through FTP or cpanel. Its the only way.
Regards,
MaheshMahesh
Participant@skynet: Sorry still can’t find what’s causing it. Its kind of strange. We’ll let you know as soon as we fix it.
Regards,
MaheshMahesh
Participant@pietromessa: Nope. It will remain as it is. Only the changes that you’ve done to theme’s core file will be lost in update. That is why child theme is recommended for customization.
Regards,
MaheshDecember 19, 2016 at 10:20 am in reply to: Put in Name and Comment but get Error Asking For Name and Email, No Email Field #105547Mahesh
Participant@beauthai: If you want do not want to have email field on you comment section. 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.phpadd the following codes.function wpb_disable_comment_email($fields) { if ( isset( $fields['email'] ) ){ unset( $fields['email'] ); } if ( isset( $fields['fields']['email'] ) ){ unset( $fields['fields']['email'] ); } return $fields; } add_filter('comment_form_defaults','wpb_disable_comment_email');Regards,
Mahesh -
AuthorPosts
