Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@greenhornet: You can add HTML in “Movable Sidebar” from “Appearance => Customize => Widgets => Moveable Sidebar”. Then you can change that Movable Sidebar position from “Appearance => Customize => Theme Options => Movable Sidebar Options => Select Movable Sidebar Position”.
Sakin
Keymaster@edlefkowicz: Thanks for the confirmation 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/chique/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.
Sakin
Keymaster@greenhornet : First create a social menu from “Appearance => Menus” and then assign that menu from “Appearance => Menus => Manage Locations” location to “Social On Primary Menu”.
Sakin
Keymaster@edlefkowicz: So you are talking about widgets in the “Footer 1” and “Footer 2”. You can edit those from “Appearance => Widgets”.
You might be able to control those using plugins like Jetpack Widget Visibility options. You can also hide that with Custom CSS. For that you can just go to “Appearance => Customize => Additional CSS” and add the following CSS:.page .widget_archive, .page .widget_tag_cloud { display: none; }
Note: I recommend you to active your license key on your site to get the update notification and one-click update from the WordPress dashboard. check this https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-activate-license-key
Sakin
Keymaster@edlefkowicz: Can you let us know the URL of the page or your website then we can check why there is archives and tags on page.
Sakin
KeymasterHi Niel,
We tested on our server and there is nothing like that. That is really something we are not sure how it came only on your site. Did you check your plugins. We will contact you for more details.
Regards,
SakinSakin
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; } }
-
AuthorPosts