Forum Replies Created
-
AuthorPosts
-
Mahesh
ParticipantMahesh
Participant@craigbrowne: The final thing I need to get right is the color of the masthead. I need it to be transparent on the front page, then rgba(0,103,172,0.9)
This makes the your header logo and menu invisible since they are both white. Are you sure you want to do this?
And rgb(0,103,172) and rgba(0,103,172,0.9) won’t make any difference, do you want to make the header more transparent after scrolling?
Let me know further.Regards,
MaheshMahesh
Participant@caulon: Can you please clarify more. Please show this with your site url.
Regards,
MaheshMahesh
Participant@hellohillory: For this, you’ll need to create child theme. You can find more details on creating child theme HERE. Then add the following code in your child theme’s
functions.php.add_filter( 'get_the_archive_title', function ( $title ) { if( is_category() ) { $title = single_cat_title( '', false ); } return $title; });Regards,
MaheshMahesh
Participant@blantonlaura: There was a small bug in the theme. This issue will be fixed in the next update. For quick fix, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.site-header .site-branding { clip: unset; position: unset !important; }Regards,
MaheshMahesh
Participant@marycummings: Please post in your site url. Do you mean blog titles? Or single page titles? Let me know further.
Regards,
MaheshMahesh
Participant@sanket: You’ll need to create a custom menu like
<ul>elements, and link it to your sitemap url. Please use Menu Widgets for that. Let me know if any problem.Regards,
MaheshMahesh
Participant@lanretobi: The one @pratik has answered above is correct. Please post in your site url, we’ll need to check your site for the issue.
https://catchthemes.com/support-forum/topic/font-sizes-on-tablet-and-phone/#post-107717Regards,
MaheshMahesh
Participant@craigbrowne: Please add the following CSS:
@media screen and (max-width: 1024px) { body.header-bg { padding-top: 0; } }Regards,
MaheshMahesh
Participant@pegasusoliverkyr-com: The update will be released by tomorrow. We will let you know as soon as it is released.
Regards,
MaheshMahesh
Participant@lanretobi: Please post in your site url. And please clarify on whether you want to have
font-size: 44pxon desktop and tablet or mobile?Regards,
MaheshJanuary 23, 2017 at 11:03 am in reply to: Title doesnt fit inside frame of some images on Featured Grid Content #107768Mahesh
Participant@bhichi: I checked your site, you don’t have anything in the header. But you do have header image on your site. Do you mean to decrease the height of the header image? If so, use the image with minimum height. Let me know further.
Regards,
MaheshMahesh
Participant@candice: Editing the footer content is only available in Pro version. I recommend you to upgrade to Pro.
Regards,
MaheshMahesh
Participant@vagabundo: Yes, its because of no custom template in the theme. If you want one, you can create a child theme and create you own page template. You can find more details on creating child theme HERE.
And here is info on creating custom page template.
https://developer.wordpress.org/themes/template-files-section/page-templates/For the changes between two version pleases check the change log.
https://catchthemes.com/changelogs/lucida-pro-theme/Regards,
MaheshMahesh
Participant@novaglenn:
2. For menu, we’ll need to check on your server. We’ll contact you through email shortly.
3. Checked you site, the images in Featured Content seems fine, same size all images.
4. Please use Text widgets for text and testimonials and Menu for footer menu.Regards,
MaheshMahesh
Participant@kriskyria: Thank you for your appreciation. If you like my support and Helena theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/helena?rate=5#postform
Have a nice day!Regards,
MaheshMahesh
Participant@markthack: Moving the widget to menu, not its not possible. Pages, posts, category and custom links are fine but not widgets. If its okay we need to check for the issue on your server. We’ll contact you through an email shortly.
Regards,
MaheshJanuary 22, 2017 at 7:15 am in reply to: Header images are not mobile responsive & unable to take header sidebar widget #107711Mahesh
Participant@yourexpertself: All the code above is for the same element. The difference is that, the height of the wrapper will be adjusted as per the width of the device. Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
