Forum Replies Created

Viewing 20 posts - 141 through 160 (of 204 total)
  • Author
    Posts
  • in reply to: Thumbnail image #336473
    sujapati
    Keymaster

    Hello bjophd,

    Thank you for the query.  After careful review,  the issue you’ve mentioned appears not to be related to the theme.  However, would you please refer to this link we’ve found on Google it my help.

    https://muffingroup.com/blog/facebook-link-thumbnail-not-working/#:~:text=Why%20is%20my%20Facebook%20link,to%20refresh%20the%20link%20preview.

    Kind Regards

     

    in reply to: Menu doesn’t appear at tablets or ipads #336461
    sujapati
    Keymaster

    @igorvera: While testing your theme, we discovered that you’ve given negative margin top through the Elementor plugin that has hidden the menu on devices with resolutions below 1024px.  You can see the screenshot below for reference.

    image-13

    Capture

    To resolve this issue, please remove the margin you’ve given for iPad devices.

    Kind Regards,
    Sujapati

    • This reply was modified 1 year, 2 months ago by sujapati.
    • This reply was modified 1 year, 2 months ago by sujapati.
    sujapati
    Keymaster

    @panoramicdove: We apologize for the inconvenience. The issue with the provided CSS not functioning as expected may be due to it being overridden by the theme’s CSS. Please try adding the following CSS:

    .portfolio-section .wp-block-column:hover figure img,
    .wp-block-post-featured-image:hover img {
        filter: none!important;
        transform: none!important;
    }
    figure.wp-block-post-featured-image:hover:before {
        animation: none!important;
    }

    If the problem persists, kindly provide us with your site URL so we can further investigate.

    Kind Regards,
    Sujapati

     

    in reply to: Menu doesn’t appear at tablets or ipads #336439
    sujapati
    Keymaster

    Hello Igorvera,

    Thank you for choosing our theme. We greatly admire your proactive approach to building and customizing it independently. Regarding your query, we’ve checked on our server and everything is functioning perfectly. Could you please provide your URL so we can investigate?

    Kind Regards,
    Sujapati

    sujapati
    Keymaster

    Hello Panoramicdove,

    You can disable mouseover effects by adding CSS below:

    .portfolio-section .wp-block-column:hover figure img,
    .wp-block-post-featured-image:hover img {
        filter: none;
        transform: none;
    }
    figure.wp-block-post-featured-image:hover:before {
        animation: none;
    }

    Regarding your second query, currently, there is no built-in-functionality to display captions on featured images. However, you can utilize the Image Block, which allows you to add captions as needed.

    Kind Regards,
    Sujapati

    in reply to: Response Design does not work #336302
    sujapati
    Keymaster

    Hello Gregor,

    If you wish to use the Elementor Page Builder and customize specific elements with your own CSS values, please utilize the responsive tabs as demonstrated above. For global styles, you can navigate to the icon and site settings to add values that include responsiveness.

    setting

    Incase you decide to build your site from scratch without a page builder, our theme is inherently responsive. However, if you add additional CSS for desktop views, ensure you also include CSS for different screen sizes.

    Thanks
    Sujapati

    • This reply was modified 1 year, 2 months ago by sujapati.
    • This reply was modified 1 year, 2 months ago by sujapati.
    in reply to: Response Design does not work #336217
    sujapati
    Keymaster

    Hello Gregor,

    It appears that you have used the Elementor plugin to build this theme. Custom values have been set for the container and other elements, which are being applied uniformly across all devices. To ensure optimal display across different devices, you will need to adjust these values according to your specific requirements. Please refer to the attached screenshot for further details.

    image-9

    Kind Regards.
    Sujapati

    in reply to: Response Design does not work #336116
    sujapati
    Keymaster

    Hello Gregor,

    Our themes are fully responsive and compatible with all browsers and devices. We kindly request the URL of your site so we can conduct the necessary tests.

    Kind Regards,
    Sujapati

    in reply to: Changing Header Image does not propagate to mobile #336056
    sujapati
    Keymaster

    Hello Hydedm7,

    Could you kindly provide us with the options you enabled in the Customizer to change the header image? It would be helpful if you could include screenshots. Additionally, please share the URL of your website so that we could inspect on your end.

    Kind Regards
    Sujapati

    in reply to: Changing Header Image does not propagate to mobile #335969
    sujapati
    Keymaster

    Hello Hydedm7,

    We have verified on our server that the header media changes are reflected on both desktop and mobile devices. Could you please ensure that you have cleared the cache on your mobile device?

    Regards
    Sujapati

    in reply to: Text font of hamburger menu #335563
    sujapati
    Keymaster

    @spiros: Could you please provide us with the URL of your site? We need to review it directly to investigate further.

    in reply to: center navigation #335539
    sujapati
    Keymaster

    @pikabon: I have reviewed your site and identified the CSS that is causing the issue.

    image-7

    Please remove the existing CSS code and replace it with the code provided below.

    @media screen and (min-width: 75em) {
    	body .wp-block-main-header .wp-block-navigation {
    		width: 60%;
    	}
    	body .wp-header-right, body .wp-block-group.wp-site-logo {
    		width: 20%;
    	}
    }

    In this new code, I have increased the width of the menu and slightly decreased the width of the left and right elements to better meet your site’s requirements.

    Regards,
    Sujapati

    in reply to: Text font of hamburger menu #335534
    sujapati
    Keymaster

    @spiros: Could you please provide us with your URL so that we can directly investigate the issue on your site?

    in reply to: Text font of hamburger menu #335532
    sujapati
    Keymaster

    @spiros: Sorry for the difficulty. You can increase both menu and submenu font size by adding CSS below:

    @media screen and (max-width: 64em) {
    	.main-navigation ul a,
    	.main-navigation ul ul a{
    		font-size: 20px
    	}
    }

    Kind Regards,
    Sujapati

    in reply to: How to add google fonts #335530
    sujapati
    Keymaster

    Hello Tammatha,

    We have included popular Google Fonts in the theme which you can change it from “Appearance => Customize => Theme Options => Font Family Options”.

    If your desired font is not there then let us know the name of the font and we will add that in theme update.

    If you want to add Google Font by yourself then you can do that using Google Font plugins which you can check at https://wordpress.org/plugins/search/Google+Font/

    Kind Regards,
    Sujapati

    in reply to: Text font of hamburger menu #335529
    sujapati
    Keymaster

    Hello Spiros,

    Certainly, you can achieve this by adding the following CSS to your site

    @media screen and (max-width: 64em) {
    	.main-navigation ul a {
    		font-size: 20px
    	}
    }

    Please adjust the font size as needed to suit your site’s requirements.

    Kind Regards,
    Sujapati

    in reply to: center navigation #335528
    sujapati
    Keymaster

    Hello Pikabon,

    We have tested it on our end, and it worked perfectly on all-size desktop devices. The navigation menu is aligned to the right exclusively on mobile devices when the hamburger menu is activated. Could you please provide us with your URL so that we can directly investigate the issue on your site?

    Kind Regards,
    Sujapati

    in reply to: Stopping Right click to download Images #335212
    sujapati
    Keymaster

    @gainerwj: We’ve installed the mentioned plugin band checked from our end but unfortunately, have not been able to find a solution for this issue. We kindly advise reaching out directly to the plugin developer for further assistance

    Kind Regards,
    Sujapati

    in reply to: Stopping Right click to download Images #335145
    sujapati
    Keymaster

    @gainerwj: Could you kindly provide us with the name of the plugin you are using? This will enable us to conduct thorough testing on our end in more detail.

    Kind Regards,
    Sujapati

    in reply to: Featured image on pages and posts #335128
    sujapati
    Keymaster

    @carlos: We’re pleased to hear that. If you encounter any other theme-related issues, please don’t hesitate to reach out.

Viewing 20 posts - 141 through 160 (of 204 total)