Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 8,657 total)
  • Author
    Posts
  • in reply to: Header image: fit to width instead of fit to height possible? #87779
    wensolutions
    Keymaster

    Hello @ddpde,

    After uploading the image in header option, it provides an option to crop the image so you can crop the image as per requirement and place it on the header.

    Hope this clears the confusion.

    If this is not what you meant then please explain it properly so that we can help you further.

    Thank you.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @hiten,

    For the logo please add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .custom-logo-link {
        max-width: 250px;
    }

    Change the width as per your requirement.

    Hope this helps.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @hiten,

    To display the social icon on the top header please follow below given steps:

    Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:

    Screenshot:

    https://prnt.sc/jge90m

    Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.

    Step 3: Now got to Admin Panel > Appearance > Customize > Theme Option > Header option and enable the option “Show Social Icons“.

    As for the logo please provide your site URL so that we can provide the precise fix.

    Hope this helps.

    Best Regards!!

    in reply to: Empty HREF #87762
    wensolutions
    Keymaster

    Hello @molly and @hammondone,

    We will further discuss your query and let you know.

    Thank you.

    Happy New Year 🙂

    in reply to: Move placement of slider title and caption #87759
    wensolutions
    Keymaster

    Hello @ddhoray,

    To shift the position of the caption of the slider below please add below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS.

    #main-slider .cycle-caption {
        bottom: 8%;
    }

    You can change the percentage as per your requirement.

    Hope this helps.

    Regards!!

    Happy New Year 🙂

    wensolutions
    Keymaster

    Hello @rebeloka,

    First of all thank you very much for using the theme.

    Now as for your query, currently no of posts in the Portfolio page can manage from Admin Panel > Settings > Reading.

    Screenshot:

    But it will affect the no of listing in blog page as well.

    So if you particularly want to change the numbering in the Portfolio page only then you have to go through the child theme.

    To know how you can create and activate the child theme please refer to below given link:

    https://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme in your child theme create the folder “custom-template” and then inside the folder “custom-template” create the file “template-portfolio.php”.

    Now add below-given code in the file “template-portfolio.php”

    https://pastebin.com/sj9WVGPR

    Here you can manage the no from line no. 31

    Hope this helps.

    Let su know if you have any confusion further.

    Thank you.

    Happy New Year 🙂 .

    in reply to: Natue Bliss Pro :: Testimonial Widget Not Working #87728
    wensolutions
    Keymaster

    Hello,

    Glad we could help.

    Let us know if you have any issues further.

    Regards!!

    in reply to: Backgrund? #87727
    wensolutions
    Keymaster

    Hello.

    Do let us know if you have any issues further.

    Thank you.

    Best Regards!!

    in reply to: Backgrund? #87725
    wensolutions
    Keymaster

    Hello,

    Please add CSS given below:

    .anwp-b-wrap .btn{
        display:none
    }

    Thank you.

    Regards!!

    in reply to: Backgrund? #87715
    wensolutions
    Keymaster

    Hello,

    To remove the dropdown, add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    button.btn.btn-sm.btn-secondary.anwp-dropdown-toggle {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Backgrund? #87680
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The button that you have mentioned is from the sidebar so you can directly remove the sidebar for each page by going to individual page/post edit screen.

    For clear information please refer to below given link:

    https://prnt.sc/lzmkbn

    Thank you.

    Regards!!

    in reply to: How to change default heaeder image? #87675
    wensolutions
    Keymaster

    Hello @azimkgz,

    Have you activated any security plugin and provide access to only certain IP address? Is so please provide the access to us as well so that we check the issue.

    Screen record:
    https://www.useloom.com/share/42e6e7b5043740d289cc3a950caea49a

    Or you can even use CSS to replace the header image and for this use below given CSS.

    div#banner-image {
        background-image: url(http://adven-life.com/wp-content/themes/pleased-pro/assets/uploads/header-image.jpg) !important;
    }

    Here replace the URL of the image with your image.

    Hope this helps.

    Regards!!

    in reply to: How to change default heaeder image? #87661
    wensolutions
    Keymaster

    Hello @azimkgz,

    No, can you please once try yourself and let us know.

    We have tried but could not as your login page display info as “your site could not be accessed”.

    Thank you.

    Regards!!

    in reply to: Backgrund? #87652
    wensolutions
    Keymaster

    Hello @hansvjensen,

    The feature to remove the scroll button is already available in the theme itself and for this, you need to go to Admin Panel > Appearance > Customize > Theme Options > Footer Options : “Show Go To Top” and uncheck the option.

    Now to completely remove the season content add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS:

    .anwp-b-wrap.squad.squad--shortcode.squad--blocks {
        display: none;
    }

    Hope this helps.

    Regards!!

    in reply to: Natue Bliss Pro :: Testimonial Widget Not Working #87602
    wensolutions
    Keymaster

    Hello @hiten,

    First of all thank you very much for using the theme.

    Now when we tested the theme in our side we were unable to find such an issue.

    All the categories that we have added from the Admin Panel is displaying fine in the widget as you can see in below given screen record.

    https://www.useloom.com/share/475a8482a0f44ec481acaf6743645125

    So make sure you have added the category properly and assigned them in the posts.

    Thank you.

    Regards!!

Viewing 15 posts - 3,091 through 3,105 (of 8,657 total)