Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@tatyana1981: Can you post your site URL and I will check the search result on your website.
Sakin
KeymasterHello @hschwind:
You can renew the theme from your account.
1. First, log in to https://catchthemes.com/my-account/ page: Once you are on the My Account page, click on “View Licenses,” and you will see the status of your license
2. If your license key has expired, then you need to click on “Renew license” and check out. But if you want to renew it before it expires, then you need to click on “Extend license” and then check out.Regards,
SakinSakin
Keymaster@huhuhutv: Looks like you are using the old version of the FSE Pro plugin and the Euphony Blocks Pro theme. Please update both the theme and the plugin. Then it should work fine.
Sakin
Keymaster@i542873057: FSE Pro plugin is optional in Kiddiemart theme. I have requested our developer team release an update to address this issue. Please update the theme.
Sakin
KeymasterHi Pascal,
Can you download the theme zip file from your account at https://catchthemes.com/my-account/ and upload it from “Appearance => Themes => Add Theme => Upload Theme”.
Regards,
SakinSakin
Keymaster@jed832: I checked your license key status on our server, and it shows valid. So, can you test the following:
1. For the BlockMag Pro Update, can you go to “Appearance => BlockMag Pro License” and check its status?
2. For the FSE Pro Plugin, can you go to “Plugins => FSE Pro Plugin License” and check its status?You can try to deactivate the license and activate it again, then update the theme.
Can you let me know the error message that you get?
Sakin
Keymaster@jus10hand: This message occurs when you update your theme, which has an expired subscription. All our themes come with a 1-year update subscription. Please check your subscription from your account at https://catchthemes.com/my-account/. Please renew your subscription https://catchthemes.com/frequently-asked-questions/#question-account-activation-verification-how-to-renew-extend-license-key and then update the theme https://catchthemes.com/frequently-asked-questions/#question-installation-how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme
Sakin
Keymaster@landerson: Can you upload the screenshot of your “plugins” on your WordPress Dashboard on your website or any photo sharing website and paste the screenshot URL here.
Sakin
KeymasterFor Author
1. I checked your website and found that you have the following CSS in your child theme style.css. Please look for the following CSS code in your child theme’s style.css file and remove it.#main .entry-meta .by-author, #main .entry-meta .author, .category-blog .by-author { display:none; }Also, remove the following CSS code:
#main .entry-meta .on-date { display:none; } .category-blog .on-date { display:block !important; } /*Post date only shows on Blog posts*/2. After that, you need to remove the following CSS code from Custom CSS, “Appearance => Customize => Additional CSS”
span.by-author, span.author.vcard { display:none!important; }If you do this, then your date and author will both show in the same line. It’s all your extra CSS that is causing the issue.
For Author Link
1. If you are editing your URL, then go to “Users => Profile” and then change the “Website” URL where you want it to redirect.
2. But if you are editing another user’s URL, then go to “Users => All Users”, then click on the user and then change the “Website” URLSakin
Keymaster@pilart: Maybe you are using the old Full Frame Pro theme version. Please check the changelog https://catchthemes.com/themes/full-frame-pro/#changelog
If your server is on PHP 8.0 or above, then you will have an issue with Full Frame Pro version below 4.3.2. We fixed the PHP issue on version 4.3.2 and above.
Yes, you need to purchase the latest version and then upload it using the FTP https://catchthemes.com/frequently-asked-questions/#question-installation-how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme
Sakin
Keymaster@pilart: Please reinstall the Full Frame Pro theme and check it. Can you share your site URL?
Sakin
Keymaster@effess: The author is showing fine in your blog post. You don’t need that CSS. Check this screenshot https://cldup.com/xX22Zqg8yH.jpg
Sakin
KeymasterHello @scorpionbowl,
Yes, please check with your website hosting server support. The might be some redirect script. We don’t have that on our theme.
Also, your website might be hacked. So, check this https://www.malcare.com/blog/wordpress-hacked-redirect/
Regards,
SakinSakin
Keymaster@landerson: Thanks for using the FSE Pro plugin. The license section is there for the FSE Pro plugin, which is under “Plugins => FSE Pro Plugin License”.
Please check this https://catchthemes.com/fse-faq/#question-installation-and-update-how-to-activate-license-key
Sakin
KeymasterHi Jon,
Thanks for purchasing the FSE Pro theme. Which theme are you using it?
To install the FSE Pro plugin, you can check this FAQ at https://catchthemes.com/fse-faq/#question-installation-and-update-installation- After purchasing FSE Pro Plugin, go to My Account page
- Then on the Download Section, click on File name to download your plugin fse-pro.zip file
- Note: Some modern browsers like Safari has an auto zip extractor and will extract the zip file as soon as you download the zip file. In this case, open Safari and go to “Safari => Preferences” and in the “General” tab, uncheck Open “safe” files after downloading. This will stop Safari from automatically unzipping the files and then you can download zip file
- Log in to the WordPress Administration Panel
- Go to “Plugins => Add New Plugin”
- Click on “Uploads” and Browse the downloaded file fse-pro.zip from the desktop where you have it downloaded
- Click on “Install Now” to install the plugin
- After it’s installed, click on the “Activate Plugin” button to Active the Plugin
If you still have issues then let me know and I will contact you via email.
Regards,
SakinSakin
KeymasterHello @swiftyrox,
I have just created a plugin to disable that notice. Just download this plugin zip file https://catchthemes.com/wp-content/uploads/2025/04/disable-doing-it-wrong-notice.zip
After you download this zip file, upload to your website from “Plugins => Add Plugin => Upload Plugin” and click on “Browse” and select the downloaded zip file. Click on “Install Now” and then activate the plugin “Disable Doing It Wrong Notice”.
Regards,
SakinSakin
KeymasterHello @swiftyrox,
It’s already fixed in the Rock Star Pro theme. But for those plugins, you need to either deactivate the plugin or contact the plugin author to update it.
Regards,
SakinSakin
KeymasterHello Sandra,
Elementor is using an old version of Font Awesome. So for Font Awesome 4, you can add the following CSS:
.widget_catchresponsive_social_icons a.font-awesome { font-family: "FontAwesome"; font-weight: 400; font-size: 20px; line-height: 1; }Regards,
SakinSakin
KeymasterHello Sandra,
I think you are looking for more icons. So, it’s better to use Font Awesome 6 in the above CSS as well.
Can you add the following CSS for Social icons in “Appearance => Customize => Additional CSS” box
.widget_catchresponsive_social_icons a.font-awesome { font-family: "Font Awesome 6 Brands"; font-weight: 400; font-size: 20px; line-height: 1; }Regards,
Sakin -
AuthorPosts
