Forum Replies Created

Viewing 15 posts - 8,461 through 8,475 (of 8,657 total)
  • Author
    Posts
  • in reply to: Slider in Photo Perfect Pro #2997
    wensolutions
    Keymaster

    Hello Gino,
    Thanks a lot, glad you like our theme! 🙂
    We are going to update the theme soon, so you just need to wait future.

    Regards.

    in reply to: Slider in Photo Perfect Pro #2995
    wensolutions
    Keymaster

    @Gino, your feedback is truly appreciating and thank you for it.

    Based on many user’s feedback along with you, the slider feature will be soon available from next updated version of this theme.

    Also new version is going to be released very soon !! .

    Thank you.

    in reply to: Any way to disable the hover-over zoom on images? #2933
    wensolutions
    Keymaster

    Hello @Jaripp,
    First of all thanks for using the theme. However, it would be easy as well as helpful for us if you kindly create new tickets for new support question/issues like this.

    Anyways, for now we are answering your issue here:

    Ok, so to make the whole div clickable and to make it redirect to the concerned post page, you have to delete all the existing codes of line 22 of ‘content-masonry.php’ & paste this one in exactly the same line.
    <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >

    And to remove the two circles, delete the codes from line 36 to 39 of ‘content-masonry.php’.

    Note: ‘content-masonry.php’ is inside ‘template-parts’ folder. And it is recommended to create Child Theme for these sort of customization.

    Hope that helps.
    Thanks!

    in reply to: Footer Editing #2900
    wensolutions
    Keymaster

    Hello @m.gurkangurer,

    The code is hooked via footer.php. You can copy this function wen_associate_footer_copyright() from /wen-associate/inc/hook/core.php and edit this function by placing it on your child theme’s functions.php which would look like this.

    
    function wen_associate_footer_copyright(){
    
    	// Just add or edit snippets to modify the things inside it
    
    }

    Here are some guides in case you haven’t made child theme before:
    Tutorial on Child theme
    https://codex.wordpress.org/Child_Themes

    Let us know how it goes.
    Thank you.

    in reply to: "…" for certain pages in service section #2884
    wensolutions
    Keymaster

    Hello @Anthony

    We found your site URL from previous threads.
    Your queries are answered below:

    Is there an easy work around to keep the service section empty?

    To disable the service section completely you need to go to Admin Panel / Appearance / Customize / Home/Front Service Section / Service Enable Options. In this section uncheck the check-box saying Enable Service as shown in this image http://prnt.sc/aa624b

    And maybe remove all of the underline on hover?

    To remove underline on hover you need to add below custom CSS.
    To add custom CSS Go to Admin Panel / Appearance / Customize / Theme Options / Custom CSS.
    Add the below code in Custom CSS box.

    
    .wrap-service a {
        text-decoration: none;
    }
    

    Let us know if it worked.
    Best Regards!!

    in reply to: "…" for certain pages in service section #2881
    wensolutions
    Keymaster

    Hello @Anthony

    Can you share your site URL with us cause it will be easy for us to debug.

    Thanks!!!!

    in reply to: "…" for certain pages in service section #2726
    wensolutions
    Keymaster

    Hello @Anthony,
    The dots “…” you see is the representation to show that there are still some words to read or simply it is the notation for excerpt content. So it will appear even if you set the length to zero ‘0’ because the contents are not displayed when length is zero and as I said, those dots represent that some contents are yet to read or appear.

    Hope that helps you understand.

    Thanks,

    in reply to: Header Question #2724
    wensolutions
    Keymaster

    Hello @tiffanyymariee,
    You can easily achieve this by customizing some codes in the header. Some hints for this can be as follows:

    1. First create a Child Theme.

    2. Go to \inc\hook\custom.php, there you will see a function named function photo_perfect_site_branding(), copy that function to child theme’s ‘functions.php’.

    3. Inside the function place the text of your requirement as well as you can code a link like: <div class="fb-button"><a href="your link">Facebook</a></div>. The text and that link should be above the line: </div><!-- .container -->. Now, you will see that text as well as link in the header image at the front-end. You can now style that text as well as that link according to the requirement.

    Hope that helps you solving this,

    regards,

    in reply to: Home / Front / Review Section #2700
    wensolutions
    Keymaster

    This section is not compatible to show the blog posts and should be assigned the page other than the Blog or Article page that you have created. This is the reason why it is appearing with multiple blog posts.

    Hope this helps!.

    in reply to: Home/Front About Section: How to set number of abouts >5 #2679
    wensolutions
    Keymaster

    Hello Chris,
    As you know in current version of theme, there is option of adding up to 5 maximum topics in Home/Front About section. For the change you have asked for, is a featured request and it needs some customization on the theme’s code and it’ll impact the design too. So, you might consider Hiring a Customizer.

    Sorry for the inconvenience and let us know if you have any further queries.

    Regards!!

    in reply to: Blog Post Image #2675
    wensolutions
    Keymaster

    Hello @Martin,

    So far I just have an empty box and I cannot see where I can include my file.

    At First, you should have created post and set the featured image for the respective posts from your admin dashboard.
    Then from your Admin Panel, Go to Appearance -> Customize -> Home/Front Blog Options and select/input necessary settings.
    For reference you can see the attached screenshot:
    http://prnt.sc/a9clbs

    Let us know if you have further queries.
    Regards.

    in reply to: How to remove category navigation under post #2656
    wensolutions
    Keymaster

    Hello @hajitha,
    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/wen-business
    Thanks.

    in reply to: How to remove category navigation under post #2650
    wensolutions
    Keymaster

    Hello @hajitha,
    Try this code instead:

    span.cat-links {
        display: none !important;
    }

    Let us know if you have any other queries.
    Regards.

    in reply to: Change Font-Awesome arrows (links to next posts) #2634
    wensolutions
    Keymaster

    Hello @Mr.Homes,
    We recommend you not to edit the core css file. All the changes you made will be gone once the theme is updated. The correct way of modifying CSS file is either by creating a child theme or using Custom CSS.

    Our Theme supports Custom CSS so you needn’t create a Child theme. From Admin, Go to Appearance -> Customize -> Theme Options -> Advanced Options -> Custom CSS. Now inside Custom CSS box put the following code:

    .fa-long-arrow-left::before {
     content: url(http://wensolutions.com/themereview/wp-content/uploads/2016/02/pointer.png) !important;
    }
    .fa-long-arrow-right:before{
     content: url(http://wensolutions.com/themereview/wp-content/uploads/2016/02/pointer.png) !important;
    }

    You should replace the image path provided above with your site’s image path using Media Libarary. For reference you can see the attached image:
    Image Url from Media Libarary

    Let us know how it works.
    Regards.

    in reply to: Home / Front / Review Section #2633
    wensolutions
    Keymaster

    Hello, @Christine

    Your queries are answered below:
    In Home / Front / Review Section if you select your about page as blog as shown here http://prnt.sc/a99jvf
    and in Admin Panel -> Appearance -> Customize -> Static Front Page. In this section if you have set front page as a static page and post page as the same page you have set in Home / Front / Review Section as shown here http://prnt.sc/a99k4e then it will display the latest post in that left widget area of the Home / Front / Review Section
    If you have chosen different about page in Home / Front / Review Section from static page section , then Home / Front / Review Section about page will display the content of that particular page you have chosen as about page in Home / Front / Review Section.
    So, if you want to display the content of particular page you choose as about page in Home / Front / Review Section then post page in static front page section should be different and if you want to display recent blog post then the post page in static front page section and about page in Home / Front / Review Section should be same.

    Best Regards!!!

Viewing 15 posts - 8,461 through 8,475 (of 8,657 total)