Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@subhasagun11: Please update to the latest version 2.1. Thanks and have a nice day.
Sakin
Keymaster@neil-darbys : It should have issues like that. Sorry to hear that. This is strange how the button came. Can you send me the URL where you are having that issue? We would like to check in detail. This is bit confusing.
Sakin
KeymasterHi Niel,
Please update to the latest version, clear your cache, and check it.
Regards,
SakinSakin
KeymasterHello @staceymoeevents: We just got the App restored from the Instagram team and now it should work fine. Please reconnect it.
Sorry for the inconvenience.Sakin
Keymaster@latipik : I check your site.
1. Your background color is not working as you have set “#ffffff” in “Appearance => Customize => Colors => Page Background Color”. It looks like you need to make it a light color scheme. Also, there is CSS which is causing the issue.
2. Your Social links are not showing due to Custom CSS as well as you haven’t assigned the social menu in the proper location.Solution:
1. You need to clean up your Custom CSS at the “Appearance => Customize => Additional CSS” box. So, remove all CSS from there.
Then add the following CSS in Additional CSS for Background Image in the Homepage Content area, this image URLhttps://www.latipik.com/wp-content/uploads/2023/03/L.Atipik-Nantes-1024.jpg
is just an example, please that with your image URL./* Remove background color in Homepage Sections */ .home .section, .home .section:nth-child(2n+1) { background-color: transparent; } /* Add background image in Homepage Content */ .home .site-content-contain { background-image: url( 'https://www.latipik.com/wp-content/uploads/2023/03/L.Atipik-Nantes-1024.jpg' ); background-position: center top; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
2. Once you remove your old CSS, it will show both Social Icons and Search in your menu. But it will show just the default anchor as you haven’t assigned the menu location. So, go to “Appearance => Menus => Manage Locations” and then assign Social Menu in the “Header Social Menu” location and click on the “Save Changes” button.
Then if you want to hide the search in the menu, then go to “Appearance => Customize => Theme Options => Menu Options” and check “Check to disable search box in Header” and “Publish” it.Regards,
SakinSakin
Keymaster@umesh16anki: You can also download the theme demo zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/zubin-photography/#theme-instructions
Sakin
Keymaster@ujesko: Ok then add the following CSS:
.featured-content-wrapper .hentry { display: block; } .featured-content-wrapper .post-thumbnail, .featured-content-wrapper .entry-header { display: block; position: relative; width: 100%; } .featured-content-wrapper .entry-header { width: 100%; position: absolute; top: 30%; left: 0; right: 0; padding: 35px; -webkit-transform: translateY(-30%); -moz-transform: translateY(-30%); -ms-transform: translateY(-30%); -o-transform: translateY(-30%); transform: translateY(-30%); background-color: rgba(0, 0, 0, 0.25); text-align: left; } .featured-content-wrapper .hentry:nth-child(2n) .post-thumbnail { left: auto; }
Sakin
KeymasterHi Ralf,
Thanks for reporting the issue. We have fixed it. Please update to the latest version.
Regards,
SakinMarch 27, 2023 at 1:32 am in reply to: “News” headline on home page appears to be hardcoded, where to edit? #316939Sakin
Keymaster@webmonster: Welcome and if you like the theme and our support then I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/rock-band/reviews/#new-post. 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.
Regards,
SakinSakin
KeymasterHi Ralf,
Can you upload the Screenshot on your site and add a link here to your screenshot image? I check your site on my mobile device and it’s working fine on all pages.
Regards,
SakinMarch 26, 2023 at 1:25 am in reply to: “News” headline on home page appears to be hardcoded, where to edit? #316918Sakin
Keymaster@webmonster: The Rock Band Free WordPress theme is the Child theme of the My Music Band Free WordPress theme. So, we have updated the My Music Band theme and included an option to change the “Recent Posts Heading” from “Appearance => Customize => Theme Options => Homepage / Frontpage”.
So, update the My Music Band theme and it will show it on the Rock Band Free theme as well.
Sakin
Keymaster@ujesko: It is not a good user experience to hide the title and wrapper on the mobile. But if you want to do that then remove the old CSS I gave you earlier and add the following CSS instead:
.featured-content-wrapper .entry-header { visibility: hidden; } .featured-content-wrapper .hentry:hover .entry-header, .featured-content-wrapper .hentry:focus .entry-header { visibility: visible; }
Sakin
Keymaster@ujesko: Can you try adding the following CSS in the “Appearance => Customize => Additional CSS” box:
@media screen and (min-width: 48em) { .featured-content-wrapper .entry-header { visibility: hidden; } .featured-content-wrapper .hentry:hover .entry-header, .featured-content-wrapper .hentry:focus .entry-header { visibility: visible; } }
Sakin
KeymasterHi Rene,
For installation of the Pro theme, you need to do the following as below and do detailed screenshot and all, please check the FAQ at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/
1. After purchasing a pro theme, go to your member My Account https://catchthemes.com/my-account/ page
2. Then on the Download Section, click on the File name to download your theme zip file
3. 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 the zip file
4. Log in to the WordPress Administration Panel and go to “Appearance => Themes => Add New”
5. Click on “Upload Theme” and Browse the downloaded .zip file from the desktop where you have it downloaded and click on the “Install Now” button to start the installation process.
6. After it’s installed, click on the “Activate” button to Active the theme
7. Note: please Save and Active your License Key for the one-click update. Please don’t use the Product Key in the License key
8. For this, go to “Appearance => About Theme”, and click on “License Tab”. If you don’t know the license key then you can log in to your My Account page and click on “View Details and Downloads” to view the license key
9. Add the License key under the “License Key” section, click on the “Save Changes” and “Activate License” buttons
10. Go to https://catchthemes.com/themes/audioman-pro/#theme-instructions/ for a guide on how to customize this theme.
14. Navigate to “Appearance => Customize” in your admin panel and customize the site as per your need.Regards,
SakinSakin
KeymasterHi Glen,
It’s working fine for me. Also, make sure to clear your cache from the WP Fastest Cache plugin and also from your browser. You guys might be loading the old cached content.
Regards,
SakinSakin
KeymasterHi Glen,
Welcome and if you like the theme and our support then I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/lucida/reviews/#new-post. 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.
Regards,
SakinSakin
KeymasterHi Glen,
Did you check my previous reply that you just need to copy the code from https://pastebin.com/raw/L0JWgSm3 and add it to your child theme functions.php file.
After that, you can go to “Appearance => Customize => Header Media” and the desired link in “Featured Header Image Link URL”.
Regards,
SakinSakin
KeymasterHi Glen,
Here is the code if you are familiar with adding functions to your child’s theme. You need to add the following code from https://pastebin.com/raw/L0JWgSm3 to your child theme
functions.php
file. This code will take Featured Header Image Alt/Title Tag as Title and Featured Header Image Link URL as a link for the video. This code will only work on Custom Header Video.Regards,
SakinSakin
KeymasterHi MichaelN,
You can debug your site from Facebook Developer Tool at https://developers.facebook.com/tools/debug. When I check your homepage it shows but not on the blog page. It’s a strange issue. You are using an open graph from Yoast SEO. So, can you try asking on their support forum as we are not aware of these kinds of issues?
When I debug your post it says “The following required properties are missing: fb:app_id”. So, maybe this article will help you create an app and app id https://rankmath.com/kb/fb-app-id-warnings/
Regards,
SakinSakin
KeymasterHi Juul,
WordPress doesn’t show the EXIF date as default. You need a custom code or plugin for that. You can check this article https://www.wpbeginner.com/plugins/how-to-add-exif-photo-tags-in-wordpress/
Regards,
Sakin -
AuthorPosts