Forum Replies Created

Viewing 20 posts - 361 through 380 (of 14,495 total)
  • Author
    Posts
  • in reply to: Delete footer on Photofocus #317267
    Sakin
    Keymaster

    @lieungh: Yes, it’s there only in Pro version.

    in reply to: Amazon Banner #317220
    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”.

    in reply to: Page layout; menu position #317219
    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.

    in reply to: Social Media Icons near Top Right #317217
    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”.

    in reply to: Page layout; menu position #317213
    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

    in reply to: Page layout; menu position #317211
    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.

    in reply to: Unable to view navigation menu on mobile WP6.1 #317170
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Website Error #317168
    Sakin
    Keymaster

    @subhasagun11: Please update to the latest version 2.1. Thanks and have a nice day.

    in reply to: Unable to view navigation menu on mobile WP6.1 #317144
    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.

    in reply to: Unable to view navigation menu on mobile WP6.1 #317137
    Sakin
    Keymaster

    Hi Niel,

    Please update to the latest version, clear your cache, and check it.

    Regards,
    Sakin

    in reply to: Can’t connect to Instagram #317121
    Sakin
    Keymaster

    Hello @staceymoeevents: We just got the App restored from the Instagram team and now it should work fine. Please reconnect it.
    Sorry for the inconvenience.

    in reply to: Home Page background #316999
    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 URL https://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,
    Sakin

    in reply to: Demo files #316998
    Sakin
    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

    in reply to: Show post title on hover #316986
    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;
    }
    in reply to: Search bar only half visible #316941
    Sakin
    Keymaster

    Hi Ralf,

    Thanks for reporting the issue. We have fixed it. Please update to the latest version.

    Regards,
    Sakin

    Sakin
    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,
    Sakin

    in reply to: Search bar only half visible #316919
    Sakin
    Keymaster

    Hi 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,
    Sakin

    Sakin
    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.

    in reply to: Show post title on hover #316917
    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;
    }
    in reply to: Show post title on hover #316904
    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;
    	}
    }
Viewing 20 posts - 361 through 380 (of 14,495 total)