Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@maciejrzeszutko: I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please? I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
https://wordpress.org/support/theme/clean-magazine/reviews/#postform
Thank you so much for your help!Regards,
MaheshJune 1, 2017 at 11:45 pm in reply to: Make site title and tag line permanently visible only on home page #116613Mahesh
Participant@kakkerlat: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
https://wordpress.org/support/theme/full-frame/reviews/#postform
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
MaheshMahesh
Participant@silkroaddog: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.site { max-width: unset; }
Regards,
MaheshMahesh
Participant@vasikk: Thank you so much for your valuable review and rating. I have read your comments. They were really helpful. I greatly appreciate you took the time to write them. Have a nice day! Thank you!
Regards,
MaheshMahesh
Participant@c00lchris: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit Footer Content.
Regards,
MaheshMahesh
Participant@dlyscouleurs: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.entry-meta .byline .author > span > a { pointer-events: none; }
Regards,
MaheshJune 1, 2017 at 12:39 am in reply to: how to fix Google structured data errors : missing author and updated #116563Mahesh
Participant@jabibjib: Generally, the structured data are used on in Posts mostly rather than in Pages. And the author in pages, not everybody wants to show it. So as per you necessity, you can customize the theme as required using child theme and put up the structured data. You can find more details on creating child theme HERE.
On you child theme’scontent-page.php
, add the following line after<h1>
within<header>
<?php clean_journal_entry_meta(); ?>
If you are not familiar with programming, I recommend you to hire a customizer.On the other hand, you can use the Plugins for the same.
https://wordpress.org/plugins/wp-seo-structured-data-schema/Regards,
MaheshMahesh
Participant@bc1235: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#site-details { padding: 5px 0; }
Regards,
MaheshMahesh
Participant@robertjm: You cannot update Pro themes by just directly Update Now button like Free themes. You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8For more, check out theme instructions at https://catchthemes.com/theme-instructions/catch-box-pro/#updating
Let me know if any problem.
Regards,
MaheshMahesh
Participant@c00lchris: Please post in your site url.
Regards,
MaheshMahesh
Participant@mrmojorisin: Yes, font size issue can be corrected. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 1200px) { #feature-slider { margin-top: 98px; } } @media screen and (max-width: 1152px) { #feature-slider { margin-top: 68px; } } @media screen and (max-width: 767px) { #feature-slider { margin-top: 46px; } #feature-slider .entry-title a { font-size: 20px; } #feature-slider .entry-content { font-size: 15px; } #feature-slider .readmore a, #header-featured-image .readmore a { font-size: 15px; } }
Note:
* The height of the slider is automatically calculated with respect to the width keeping it responsive. And your text in the slider seems to be more that they are barely visible.
* You can adjust the font-size as desired.Regards,
MaheshMay 31, 2017 at 11:42 pm in reply to: Make site title and tag line permanently visible only on home page #116558Mahesh
Participant@kakkerlat: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.home #header-featured-image { margin-top: 104px; } body:not(.home) #content{ margin-top: 104px; } #masthead { display: block; opacity: 1; }
Note: In your Additional CSS box, you have date text
February 9, 2016 at 4:53 am
please remove it.Regards,
MaheshMahesh
Participant@dlyscouleurs: Please post in your site url. Where actually is this problem occurring?
Regards,
MaheshMahesh
Participant@vasikk: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review? Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
https://wordpress.org/support/theme/catch-box/reviews/#postformThanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.
Regards,
MaheshMahesh
Participant@legendsofamerica: Thank you for your valuable review and rating. 🙂 I really appreciate it.
Regards,
MaheshMahesh
Participant@bc1235: Thank you for your appreciation. Glad to know your issue is resolved. If you like my support then please support by providing your valuable review and rating at https://wordpress.org/support/theme/fabulous-fluid/reviews/#postform
It will make my day. ?
Have a nice day!Regards,
MaheshMahesh
Participant@masterchess: Do you have any plugins installed. Try disabling plugins and check if that resolves the issue.
OR
Try adding the CSS, hope it helps. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:#header-image > a > img { width: 100%; }
Regards,
MaheshMay 30, 2017 at 6:50 am in reply to: Behaviour of the little navigation thumbnails beneath the Slider #116497Mahesh
Participant@rhintl: Glad to know that you’ve found a solution. Have a nice day!
Regards,
Mahesh -
AuthorPosts