Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Helen,
I’m glad to hear that it worked for you. If you like the theme and our support, then I have a quick request: Could you please leave a review? https://wordpress.org/support/theme/zubin-photography/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
KeymasterDear Scott,
One license key is supported only on one site.
Regards,
SakinSakin
KeymasterHi Helen,
You got that after you removed the date. To hide the date, you can add the following CSS in “Appearance => Customize => Additional CSS”, which will also hide that white box.
.archive-posts-wrapper .posted-on { display: none; }
Regards,
SakinSakin
KeymasterYou can adjust the margin top and bottom on the following CSS and add it in “Appearance => Customize => Additional CSS”
@media screen and (min-width: 75em) { .header-center-layout .site-branding { margin-top: 30px; margin-bottom: 30px; } }
Sakin
KeymasterHi Hans,
There is no CSS like that to make the mobile phone always on landscape.
Regards,
SakinSakin
KeymasterHi Kent,
I see that you have defined a max-width of 250px for the logo, you can change that in “Appearance => Customize => Additional CSS” as below:
/* To change the size of logo */ .custom-logo { max-width: 250px !important; }
Sakin
KeymasterHello Hans,
Sorry, I don’t get what you mean. Can you explain in reference to your site URL?
Regards,
SakinSakin
Keymaster@replikat: I just checked with the sales team and your transaction has been completed.
Sakin
Keymaster@jamesp1039: Sometimes it’s due to block changes as per the version. So, you can click on “Attempt Block Recovery” and it should work fine.
To share the screenshot, you can upload the screenshot on your website or any web storage and paste the URL here.
Sakin
KeymasterHi Kent,
It’s strange why it’s showing the Header Section when you have enabled it only on the Homepage. You can add the following CSS in “Appernace => Customize => Additional CSS”:
.header-media { display: none; } .home .header-media { display: block; }
Regards,
SakinSakin
KeymasterHi Kent,
That grey bar is from the Header Media. Looks like you have removed the Header Media image. Can you check your settings at “Appearance => Customize => Header Media”. If you want video only on first page then you need to choose “Homepage / Frontpage” on the “Enable on” option.
Regards,
SakinSakin
KeymasterHi Fabiano,
Can you post your site URL so I can check for issues?
Regards,
SakinSakin
KeymasterHi Michelle,
Can you share your site URL? I will check it and let you know it. You can only change these from Custom CSS.
Regards,
SakinSakin
KeymasterHi @saintpid: Yes, we need an error log as there is no issue on our server. I will contact you via email.
Sakin
KeymasterHi @saintpid: I check the My Music Band theme in PHP versions 8 and 8.3.11. It’s working fine. Maybe you have issue with the plugins. Can you deactivate the plugin and check it? Do you have error log?
Sakin
KeymasterHi Michelle,
For classic widgets, you need to activate “Classic Widgets” https://wordpress.org/plugins/classic-widgets/ plugin and it will work fine.
Regards,
SakinSakin
KeymasterHi Rick,
The option to change the menu type is only available on the Pro version under “Appearance => Customize => Menus => Menu Locations”.
In this Scapeshot Light version, you are using Menu Type as “Full Screen Menu”. So, when you click on Menu it will open in Full Screen, then on “Modern Simple”, it will open the menu just under the menu and will not be full screen. The classic menu is the simple horizontal menu.
Regards,
SakinSakin
KeymasterHi Waseem,
Can you post your site URL and then we can check for issues? Also, please clear your browser cache after the migration.
Regards,
SakinSakin
KeymasterHi Wim,
You can add the following CSS in “Appearance => Customize => Additional CSS” to hide the author box.
.entry-footer .author-info { display: none; }
Regards,
Sakin -
AuthorPosts