Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 8,657 total)
  • Author
    Posts
  • in reply to: WordPress Version Required? #60060
    wensolutions
    Keymaster

    Hello @gmdi8881,

    Yes, you should always use the latest version of WordPress. Actually, you should always have the recent version of PHP, WordPress which is recommended by the WordPress itself. Please refer to below link.

    https://wordpress.org/about/requirements/

    Talking about Nature Bliss Pro, it works absolutely fine with the WordPress recent version.

    Please mention the specific section that you are having trouble with so that we could help you further.

    Hope this helps.

    Best Regards!!

    in reply to: How to remove 'Category:' in page title banner image #60059
    wensolutions
    Keymaster

    Hello @gentspoppin,

    Please once check the issue by setting the WP_DEBUG true as it will display PHP errors, notices and warnings.

    Also, do not forget to post the warnings and error here for further inspection.

    Thank you.

    Best Regards!!

    in reply to: How to change font size of title & tagline #60056
    wensolutions
    Keymaster

    Hello @iopelonere,

    To change the font size of the site title and tagline use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-branding .site-title {
        font-size: 32px;
       }
    
    .site-branding .site-description {
        font-size: 16px;
    }

    Here you can change the size as per your requirement.

    Hope this helps.

    Best Regards!!

    in reply to: Center content block #60052
    wensolutions
    Keymaster

    Hello @therapia84,

    Actually, we are not quite clear which section you are exactly talking about.

    So please provide the screenshot of the issue and also your site URL so that we could provide the precise fix.

    Hope you understand.

    Best Regards!!

    in reply to: TP Opening hours – how to ? #60051
    wensolutions
    Keymaster

    Hello @severo,

    The string comes from the plugin and it is already translation ready.

    So just go to Admin Panel > Appearance > Setting > General > Site Language and change the language to your desired language and save the setting.

    Hope this helps.

    Best Regards!!

    in reply to: Product image not appear through mobile #59976
    wensolutions
    Keymaster

    Hello @kekwoot,

    When we checked the theme locally we are unable to find such issue.

    The product image is displaying fine in both shop page and single product page as you can see in below screenshot:

    https://image.prntscr.com/image/G23dK4t0RI_N7PZtVJ-2VQ.png

    https://image.prntscr.com/image/cmRlNA7kQ3qQDHr3n3BxHQ.png

    The issue might have caused due to use of third-party plugin which may not be compatible with the theme.

    So please once try deactivating the third-party plugin and verify the issue. If the issue still persists then please post your site URL so that we could inspect further.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: change color header bar #59972
    wensolutions
    Keymaster

    Hello @tamet,

    When we inspected the site URL we found that the CSS we have provided has worked and if you have changed the menu color to green when scrolling down the page.

    You can simply replace the Hex color code if you did not like the green color.

    Best Regards!!

    Have a good day.

    in reply to: How to remove drop-down menu from social media buttons #59971
    wensolutions
    Keymaster

    Hello @gentspoppin,

    To make all the social links appear on the same line you should not place the social link below the other link by dragging them. All the links should be placed just one below the other without dragging.

    For clear info, refer to below screenshot:

    https://image.prntscr.com/image/9tZJ3wMVS_S_LVWw9dafGw.png

    Hope this helps.

    Best Regards!!

    in reply to: How to remove 'Category:' in page title banner image #59969
    wensolutions
    Keymaster

    Hello @gentspoppin,

    First of all, thank you for using the pro theme.

    Now to remove the category: in the header of the header image, you have to activate the child theme.

    You can even activate the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file paste below given code :

    function reef_plus_child_custom_cat_title_removal ($title) {
    
        if ( is_category() ) {
    
                $title = single_cat_title( '', false );
    
            } elseif ( is_tag() ) {
    
                $title = single_tag_title( '', false );
    
            } elseif ( is_author() ) {
    
                $title = '<span class="vcard">' . get_the_author() . '</span>' ;
    
            }
    
        return $title;
    }
    
    add_filter( 'get_the_archive_title', 'reef_plus_child_custom_cat_title_removal');

    Hope this helps.

    Best Regards!!

    Have a great day 🙂 .

    in reply to: Customize products pages backgroung and header #59965
    wensolutions
    Keymaster

    Hello @yisushiforyou,

    The theme has already provided the option where you can set the header image for the individual page through the meta option available in the individual post.

    For shop page go to Admin Panel > Pages > All Pages > Shop Page . There you will find the Yummy Pro meta option. Here in Header Image option chose Enable Featured Image option and whatever image you upload in the Featured image section of Shop page will appear as the header image.

    Screenshot:

    https://image.prntscr.com/image/mf_jHZMUTh6PZ1diAoZhew.png

    As for the background image, you can change the image from the Customizer itself. Just go to Admin panel > Appearance > Customize > Background image . But the image upload here will be on the entire site.

    If you want to change the image of orange, plates etc that is in the background of sho page you have to customize the code itself.

    For this, you have to activate the child theme. You can activate the child theme using the plugin given below.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file paste below-given code and place your desired image URL .

    https://gist.github.com/anonymous/b79a8cbbe7ee28a6c065076f15b5c0c8

    As for the specific product page theme does not have a feature to set specific header image and background image.

    Hope this helps.

    Best Regards!!

    Have a good day.

    in reply to: Theme Update and Front Page Widget Area Error #59818
    wensolutions
    Keymaster

    Hello @chromechris,

    First of all, we would like to apologize for the delay in replying to you.

    The theme is built in such way initially. So if you want to manage the setting i.e. display the latest page when setting Your homepage displays to the latest post and front page widget when setting Your homepage displays to Static Page you have to activate the child theme.

    You can even activate the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme functions.php file paste below given code.

    https://gist.github.com/anonymous/a721e9860bf5cba0271ca711fd4de524

    Hope this helps.

    Best Regards!!

    in reply to: Background image not responsive #59812
    wensolutions
    Keymaster

    Hello @barretd,

    In the responsive view, you cannot view full image as some of the parts get cropped to adjust the image in responsive view.

    Currently left part of the image is displayed cropping the other part but if you want to display the center part of the image then you can use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    body.custom-background {  
        background-position: center !important;
        }

    Hope this helps.

    Best Regards!!

    in reply to: Header Construction Base #59810
    wensolutions
    Keymaster

    Hello @blackcat,

    To increase the header height so that the image does not get cropped use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#custom-header {
        height: 350px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Problems with the front page slider #59802
    wensolutions
    Keymaster

    Hello @taisa_1,

    We would like to apologize that we did not understand your query properly.

    To increase the width of the page, please use given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .

    @media only screen and (max-width: 1400px){
    .page-id-5033 .container {
        max-width: 1350px;
    }
    }

    Please replace the ID in above-given CSS with the ID of the page that you want to increase the width for.

    As for the plugin, you are getting such due to the incompatibility of the plugin with the theme. So please deactivate the plugin to get rid of such error. Also, let us remind you that we have not done any compatibility testing of the plugins with the theme beside the one that is recommended by the theme itself.

    Now for the last issue, we are unable to help you with this as it requires higher code customization and it is beyond the support we offer for our product.

    Hope this helps.

    Best Regards!!

    in reply to: Portfolio Section in ConstructionBase Pro #59801
    wensolutions
    Keymaster

    Hello @tarek-elnazer ,

    Yes, the theme recommends the plugin and it is displayed in recommended section in the dashboard .

    Nice to know that you find it by yourself.

    Any further issues are always welcome.

    Best Regards!!

Viewing 15 posts - 4,891 through 4,905 (of 8,657 total)