Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
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,
wensolutionsKeymasterHi ruurik,
Can you please share your site URL so that we can check it and give you any clue to resolve it?
wensolutionsKeymasterYour 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
wensolutionsKeymasterwensolutionsKeymasterHello @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,wensolutionsKeymasterHello @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!!!
wensolutionsKeymasterHi @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
wensolutionsKeymasterHello @Martin,
Can you share your site url so that we could trace and solve your issue.Regards,
wensolutionsKeymaster@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-perfectThanks.
wensolutionsKeymaster@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 ImageHope this helps resolves your issues.
Regards.wensolutionsKeymaster@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.
wensolutionsKeymasterHello @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!!!
wensolutionsKeymasterHello @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
wensolutionsKeymasterHello @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!!
March 29, 2016 at 1:36 am in reply to: Font-Awesome and the social menu – 500px and other logos #4294wensolutionsKeymasterHello @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, -
AuthorPosts