Forum Replies Created

Viewing 15 posts - 8,356 through 8,370 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to add Google Translate #4531
    wensolutions
    Keymaster

    Hello @hajitha,
    Hope you are doing good.
    In order to make the changes you have asked for, it needs some customization on the theme’s code and it’ll affect the design too. You need to create a Child Theme and customize the code inside it. So, you might consider Hiring a Customizer to make your theme capable of Google Translate section.

    Let us know if you have any further queries.

    Regards,

    in reply to: Adjusting slider height #4508
    wensolutions
    Keymaster

    Hi ruurik,

    Can you please share your site URL so that we can check it and give you any clue to resolve it?

    in reply to: png-file logo not completely sharp #4488
    wensolutions
    Keymaster

    Your site logo appears sharp in your site with a high resolution original image. This does not seems to be issue.

    Can you please try to explain this quite clearly if this still an issue in your screen ?

    We would try to help this out ! Thanks

    in reply to: png-file logo not completely sharp #4470
    wensolutions
    Keymaster

    Hello @ruurik

    Can you please post your site URL cause it will be easy for us to debug.

    Regards!!

    in reply to: Sub-Menu Hover Background #4465
    wensolutions
    Keymaster

    Hello @mizzymac,
    It seems this topic has already been resolved in the following thread:
    http://themepalace.com/topic/main-nav-active-hover-color/

    Let us know if you have any further queries.
    Regards,

    in reply to: Strange Heiroglyphics in Header #4371
    wensolutions
    Keymaster

    Hello @mizzymac

    In the top left corner there is the following:” />

    I mayn’t exactly tell you from where this is coming because for exact solution I need to see your code. However as far as I have inspected your site ” /> is coming just below tag so you better look under header.php file in main theme’s folder.
    So look in header.php file you will see below line:

    <body <?php body_class(); ?>>
    

    And check is there ” /> just below above line.
    Let us know how it goes.

    Regards!!!

    in reply to: Favicon #4364
    wensolutions
    Keymaster

    Hi @KD, well to set the favicon just go to Appearance -> Customize -> Site Identity and upload your custom image under Site Icon option.

    This would do the trick appearing your custom image as favicon in your site.

    Hope this is what you are looking for !

    Thank you

    in reply to: FA – Alt images not showing. #4354
    wensolutions
    Keymaster

    Hello @Martin,
    Can you share your site url so that we could trace and solve your issue.

    Regards,

    in reply to: Missing zoom effect and tags in thumbnails. #4352
    wensolutions
    Keymaster

    @Dejan – Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/view/theme-reviews/photo-perfect

    Thanks.

    in reply to: Missing zoom effect and tags in thumbnails. #4349
    wensolutions
    Keymaster

    @Dejan- You need to add featured image for each post. The camera icon will be displayed for all the posts that don’t have featured images assigned. You can take featured image as the cover image of the album, opening it will lead to the rest of the images for that particular post.

    You might consider visiting the following guides for detail on featured image:
    1.Featured image definition
    2.Adding Featured Image

    Hope this helps resolves your issues.
    Regards.

    in reply to: Home page text block #4328
    wensolutions
    Keymaster

    @lbgfreestone, theme in its default does not have this option, however you can add new section by creating a Child Themes.

    Let us know if you have any query.

    in reply to: Header Image's not responsive #4316
    wensolutions
    Keymaster

    Hello @laribrizuela

    Try adding below custom CSS as I have explained in previous reply.

    
    @media screen and (max-width: 1024px){
    body.home .site-header.evision-nav-right {
        background-color: transparent;
        position: absolute;
    }
    }
    

    Let me know how it goes.

    Best Regards!!!

    in reply to: Missing zoom effect and tags in thumbnails. #4315
    wensolutions
    Keymaster

    Hello @Dejan, first of all thank your for the appreciation of the theme.

    Sorry but it looks like you are somewhere confused with the theme features.

    Please note that the zooming along with ‘two icons on hover’ only comes up automatically if you do setup your homepage as Your Latest Posts from Static Front Page settings in customizer.
    This means these features are not available in the inner page gallery images which are supposed to open up on the lightbox gallery instead.

    This is also demonstrated in the demo of Photo Perfect theme.

    Let us know if you have any confusions. Thanks

    in reply to: Header Image's not responsive #4308
    wensolutions
    Keymaster

    Hello @laribrizuela

    That black section just below the slider is for the slider caption. Since I think you don’t have caption so that black section below the slider is empty.
    If you want to remove that section you need to put custom CSS.
    To add custom CSS you need to go to Admin Panel / Appearance / Customize /Theme Options / Custom CSS.
    In this section you will see a box to add custom CSS. Copy and paste below CSS in that box.

    
    @media screen and (max-width: 767px){
    .evision-slider-caption {
    display:none !important;
    }
    

    Hope this will help to resolve your issue.

    Best Regards!!

    in reply to: Font-Awesome and the social menu – 500px and other logos #4294
    wensolutions
    Keymaster

    Hello @ginjiblog,
    Thanks for the appreciation. I would like to inform you that only popular social media’s icons are coded in the theme. That’s reason why rest of the icons doesn’t show-up properly. For example facebook icon is shown through following line of CSS code.

    .photo_perfect_widget_social ul li a[href*="facebook.com"]:before {
        content: "\f09a";
      }

    However, you can add your code with appropriate content inside style.css to show any font-awesome icon. The best way to make changes like this to a theme is to use a Child Theme, so your tweaks won’t be overwritten when updating the theme.

    Let us know how it goes.
    Regards,

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