Forum Replies Created

Viewing 15 posts - 5,911 through 5,925 (of 8,657 total)
  • Author
    Posts
  • in reply to: Not able to set up my site like the demo #44829
    wensolutions
    Keymaster

    Hello @jain,

    First of all thank you very much for the appreciations.

    After uploading the desired header image from Admin Panel > Appearance > Customize > Header Image ,the image will appear in the archive page , single page and single post . And as we have checked the theme locally the image is working fine .

    Refer to below screen shot .
    https://image.prntscr.com/image/AiXcrWfOSYCq7aEJ97WScg.png

    If above steps does not solve the issue then please post your site URL for the further inspection .

    Also, as you have mentioned that you have other problem as well please write us about them so that we could help you further .

    Please post you query creating your own ticket under the respective theme so that it would be easier for us to help you .

    Post you quires in link below :
    http://themepalace.com/forum/nature-bliss-pro/

    Hope this helps .

    Best Regards!!

    in reply to: Nature Bliss Pro – Home page #44828
    wensolutions
    Keymaster

    Hello @interus,

    To set your front page as in the demo at first go to Admin Panel > Appearance > Customize > Static Front Page and set the Front page displays to A static page . Then chose the pages to display the home page and blog page respectively .

    Screen shot :

    https://image.prntscr.com/image/EZaEr5iVQKGxhG5G2R2k-g.png

    Now you can refer to the theme official documentation to set up the sections as in the demo.
    http://themepalace.com/instructions/themes/nature-bliss-pro/

    If you have any confusion while setting up any sections then please write to us and we will help you further .

    Best Regards!!

    in reply to: Remove link in slider #44827
    wensolutions
    Keymaster

    Hello @digitaldiver,

    The theme also has provided the option to set the slider from the image . If you do not want to link your page then you can simply chose the option image to display in the slider . If you chose the image option then you can upload the image of your choice and add the content without providing link to the image .

    Now to remove the social link please use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS .

    div#header-social {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: admins #44826
    wensolutions
    Keymaster

    Hello @servant-crop,

    You can create multiple user by going to Admin panel > users .

    Similarly if you want the multiple user to be admin or set same role then you can set the role by going to Admin Panel > Users > All users then to the particular user . Here you can find the field Role . From here choose the options Administrator or other options from the drop down .

    Screen shot :

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

    Hope this helps.

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

    Best Regards!!

    in reply to: Problems hovering over drop down menu #44645
    wensolutions
    Keymaster

    Hello @baileya,

    When tested the theme locally we do not seem to find the issue in the menu.

    Also while inspecting you site the menu seems to work fine fine as you can see in below screen record.

    http://imgur.com/a/2v0bi

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

    Best Regards!!

    in reply to: Problems hovering over drop down menu #44644
    wensolutions
    Keymaster

    Hello @gigi,

    Please provide us your access permission though our official E-mail address and we look further into the issue .

    Hope this helps.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @portrait-man,

    As we do not have access to your backends , the only option is the site URL from where we could examine the issue through the inspection. We can find the cause only after inspecting in the page in which there is issue and help you further.

    Also, to guide you to set up your site, we have the themes official documentation which you can refer while setting up your site .

    Documentation link :

    http://themepalace.com/instructions/themes/photo-perfect-pro/

    Further more if you have any confusion while setting up any section we are here to help you guys .

    Now to set up the Demo you have to set your Front Page display to Your Latest Post . To show the vertical image as in the demo create the post with vertical image with size (439*706) . Post with the vertical image should be at the second position in all post listing page i.e tha post should be created at second last .

    Screen shot :

    https://image.prntscr.com/image/S-ESRo3FRGaOtTjGVvQNwA.png

    Hope this helps and hoping for the co-operation in the future as well .

    Best Regards!!

    in reply to: No puedo alinear featured block type #44641
    wensolutions
    Keymaster

    Hello @marianep,

    The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.

    For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .featured-block-content-wrapper.featured-block-col-4 .featured-block-item:nth-child(4n+1) {
        clear: left;
    }

    Also please post you query in English language so that it would be easy for us to understand your query and help you .

    Hope this helps.

    Best Regards!!

    in reply to: Disable responsiveness #44636
    wensolutions
    Keymaster

    Hello @thomas,

    To completely remove the CSS code for the responsive view you have to activate the child theme and copy the CSS code removing the CSS for the responsive in your child theme style.css. Also you have to enqueue the child theme style .

    Child theme reference :

    https://codex.wordpress.org/Child_Themes

    You can also activate the child theme using the plugin. Below is the link to one of them.

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

    If you have created the child theme manually then copy below given in your child theme functions.php and if you have created the child theme using the plugin then replace entire code of funtions.php with the code given below :

    <?php
    /**
     *Recommended way to include parent theme styles.
     *(Please see http://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme)
     */  
    
      add_action( 'wp_enqueue_scripts', 'clean_commerce_pro_child_style' );
      function clean_commerce_pro_child_style() {
    	wp_enqueue_style( 'child-style',get_stylesheet_directory_uri() . '/style.css',array('parent-style'));
    }

    Your child theme functions.php should only contain above given code

    Now from your parent theme style.css copy the CSS code in child themes style.css then find the line :4497 in parent themes style.css(where CSS for the media query starts). Now delete the entire code below the line(4497) in child themes style.css

    Warning: As the theme’s responsive styles plays huge role in maintaining the theme layout, removing the CSS codes may break your site or may cause design issues thus it is highly recommended for the theme to be used with responsive CSS codes.

    Hope this helps.

    Best Regards!

    in reply to: My Photomania theme is too slow #44563
    wensolutions
    Keymaster

    Hello @iamsherazkhan,

    The site is loading slow due to the image size so the only option is to use the optimized image .

    For this you can use plugins: Below is the link to one of them.

    https://wordpress.org/plugins/wp-smushit/

    Note: We cannot assure the 100% Compatibility of the plugin with the theme as we have not done any compatibility testing with the plugin mentioned above .

    Hope this helps.

    Best Regards!!

    in reply to: How to hide featured image in post ? #44560
    wensolutions
    Keymaster

    Hello @iamsherazkhan,

    Glad we could help you .

    Let us know if you have any confusion further .

    Best Regards!!

    wensolutions
    Keymaster

    Hello @portrait-man,

    We would like to assure you that Photo Perfect pro is fully responsive and easy to use theme which is perfect for photography .

    But if you still find it difficult to set up the section then please let us know about the issue so that we could help you . We are always here to help you guys and we are always looking forward for making our customer happy .

    Hoping for the Co-operations .

    Best Regards!!

    in reply to: Not able to set up my site like the demo #44545
    wensolutions
    Keymaster

    Hello @tpvk,

    Please share you site URL so that we could look further for the image size issue .

    Best Regards!!

    in reply to: Update Theme – compatible to Current WordPress 4.7x? #44526
    wensolutions
    Keymaster

    Hello @al4954vn,

    We really appreciate your concern .

    If you have any issue further related to theme, please fell free to post them.

    Thank You.

    Best Regards!!

    in reply to: Hello #44525
    wensolutions
    Keymaster

    Hello @khalafalla,

    The slider will adjust the height according to the image height . So if you want slider with smaller height please upload the image with smaller height . Make sure to upload all the image of same height so the slider will have the uniform height image .

    Hope this helps.

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

    Best Regards!!

Viewing 15 posts - 5,911 through 5,925 (of 8,657 total)