Forum Replies Created

Viewing 15 posts - 5,356 through 5,370 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to Create a Slider? #54721
    wensolutions
    Keymaster

    Hello @iv_le,

    Glad to know your issues has been resolved.

    If you have any queries further, please free to post your queries here and we will happily assist you further.

    Best Regards !!

    in reply to: Featured Slider size #54718
    wensolutions
    Keymaster

    Hello @matt-niemeyer,

    The height of the slider is actually defined by the height of the image used as featured image in post / pages you have selected to display in the slider.

    Please set the featured image of your desired height in the post / page chosen for the slider that should decrease the main slider height in WEN Corporate Pro theme.

    If you have any queries further, please feel free to post them here.

    Hope this Helps,

    Best Regards !!

    in reply to: LInking Slider Images to Pages #54190
    wensolutions
    Keymaster

    Hello @evanhill,

    Our sincere apology in delay in replying to you .

    The read more button in the slider links to that particular post . The theme does not have the option to include the external link in Read More button .

    Hope this clears up the confusion .

    Best Regards!!

    in reply to: Homepage: add footer widgets #54185
    wensolutions
    Keymaster

    Hello @ludomatic ,

    You are welcome .

    We have even noted it as the requested feature and if possible we will definitely try to include the feature in coming updates.

    Thank you very much for the Co-operation .

    Best Regards!!

    in reply to: Homepage: add footer widgets #54179
    wensolutions
    Keymaster

    Hello @ludomatic ,

    This is theme feature i.e. if you set your front page displays to static page, footer widget will only display in other page but not in the front page . But in case if you set the Front page displays to latest page the footer widget will even be displayed main page .

    So of if you want the footer widget to display in static front page you can always consider hiring the profession developer so that your theme will not be affected in any way .

    To hire a developer please follow the link below

    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    in reply to: Features Options bug #54177
    wensolutions
    Keymaster

    Hello @yanade1991,

    To box will adjust its height according to the length of the title . Since your title is not uniform the box appears of different sizes . However to manage the box height according to your feature section set up please use below given CSS.

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

    .features-list span {
        margin: -23px auto 0;
        }

    Also the tile looks messy because you have include the HTML content in the title of the post . In order to avoid such issue please include the plane text without HTML content so that you wont get such kind of issue .

    Hop this helps .

    Best Regards!!

    Have a good day.

    in reply to: Text in Banner Image #54173
    wensolutions
    Keymaster

    Hello @agus84,

    Actually it is Banner image section which is part of Header section . The title of the page/post is also displayed at the middle of the banner image section .

    The banner image section can be controlled from Admin Panel > Appearance > Customize > Theme Options > Layout Options . You can even control the banner image section form the particular page edit screen where the option to enable /disable the banner image is available.

    Similarly the title displayed here is the title of the page/post . If your page/post title is longer then it will break down into two lines . So you can control the title length from specific page / post edit screen . But if you want to display even the longer title in one line then we can adjust the title by reducing the font size so for this you have to share your site URL .

    Hope this clears up the confusion .

    If you have any queries further then please feel free to post them .

    Best Regards!!

    Have a good day .

    in reply to: Disable Plugin Nag Messages #54168
    wensolutions
    Keymaster

    Hello @tekiebelu,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/restaurantz/reviews/

    Best regards !!

    wensolutions
    Keymaster

    Hello @igor,

    “About Clean Commerce” section is displayed in the footer section by placing the Text Widget in Footer Widget 1 by going to Admin panel > Appearance > Customize > Widget .

    You can even refer to theme official documentation if you have any confusion while setting up any of the section .

    http://themepalace.com/instructions/themes/clean-commerce/

    Hope this helps .

    Best Regards!!

    wensolutions
    Keymaster

    Hello @igor,

    In order to set the shop page you have to go to Admin Panel > WooCommerce > Setting > Products > Display > Shop page and select the page Shop from the dropdown . If the page is not available in the drop down go to Admin Panel > Appearance > Pages and create the page Shop . and then go to Above location and set the Shop page .

    Hope this helps .

    If you have any confusion further then please let us know .

    Best Regards!!

    in reply to: Logo with Menu placement issue #54069
    wensolutions
    Keymaster

    Hello @nmolanes,

    To resolve the logo deformation issue, please add in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .site-branding img {
        max-height: 100%;
    }

    This should pull the original logo image without squeezing the height.

    Hope this Helps,

    Best Regards !!

    in reply to: Bizlight Pro- Mobile #54057
    wensolutions
    Keymaster

    Hello @laurendro,

    To make the logo in the header centered in the mobile devices only, please try using the following custom CSS in your by adding it to your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media(max-width:995px){
    
    .site-header.evision-nav-right {
        text-align: center!important;
    
    }
    
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Blog feed not functioning properly #54056
    wensolutions
    Keymaster

    Hello @leannebeattie,

    While we have tested the issue with the free version of the Events Manager plugin we are unable to recreate the issue on our side locally.

    It is highly unlikely that the issue has been caused by the theme itself and also the plugin has not been tested for compatibility with the theme.

    Our suggestion would be to check the plugin settings that might be causing the issue and tweaking settings in the plugin.

    You can also choose to Hire a Professional Customizer to check and resolve the issue for the site by going the link here :

    http://themepalace.com/hire-a-customizer/

    Best Regards !!

    in reply to: Logo with Menu placement issue #54055
    wensolutions
    Keymaster

    Hello @nmolanes,

    Regarding the Logo Deformation

    While inspecting your website URL, it is seen that logo is not used in the site currently. Only site title and tagline text is used.

    Please provide us details on the issue you are referring to clarifying if the issue is with the logo that you had previously uploaded or the current title / tagline layout.

    Best Regards !!

    in reply to: Disable Plugin Nag Messages #54048
    wensolutions
    Keymaster

    Hello @tekiebelu,

    You can change the title of the shop page archive by adding the following code in your child theme’s functions.php file :

    function restaurantz_child_shop_page_title_filter ( $title ) {
    
        if( is_post_type_archive('product') ) {
    
            $title = esc_html__('Place an Order','restaurantz');
    
        }
    
        return $title;
    
    }
    
    add_filter( 'get_the_archive_title', 'restaurantz_child_shop_page_title_filter');

    Hope this helps,

    Best Regards !!

Viewing 15 posts - 5,356 through 5,370 (of 8,657 total)