Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 1,458 total)
  • Author
    Posts
  • in reply to: Footer Widget Categories #140931
    Psink
    Keymaster

    Hello @Brandon

    Actually, there is no option to select multiple categories in that widget. In the demo, we have not assigned any category, all the post that has been displayed are the first 3 latest posts. If you left the category empty then it will display the latest posts serially.

    Regards,
    Psink

    in reply to: Homepage Sortable #140888
    Psink
    Keymaster

    Hello @Mariusz

    Thank you for your information. It’s very appreciate to us. We will work on it and let you know when it’s done

    Thank you

    in reply to: Featured image odd problem.. #140884
    Psink
    Keymaster

    Hello @DANIEL

    I have recently visit your site. I see there all of images in category are slightly different size.

    Please add this Css code in Additional Css to make all images same size

    .blog-posts-wrapper .featured-image img {
        width: 100%;
        height: fit-content;
    }

    Hope this helps

    Regards
    Psink

    in reply to: Homepage Sortable #140883
    Psink
    Keymaster

    Hello @Mariusz

    I don’t why homepage sortable is not working on your side. I think something is missing. Can you please conform is your WordPress version is up to date. It should have to work because it is working well on our side

    Here is the screen record
    https://www.awesomescreenshot.com/video/2097053?key=3a026641300af02f9f53bc5ea71197b1

    Regards
    Psink

    in reply to: a few problems #140882
    Psink
    Keymaster

    Hello @KONUR ALP

    Add this code in Additional Css to hide ‘From The Blog’

    .archive-posts-wrapper .section-heading-wrapper {
        display: none;
    }

    This css will help you to place site title next to logo in mobile display

    @media screen and (max-width: 575px){
     .site-title{
    	font-size: 24px;
     }
    
     .site-branding{
    	display: block;
     }
    
     .site-identity{
        width: 47%;
        text-align: left;
        display: block !important;
        float: left;
        padding-left: 10px
     }
    
     img.custom-logo {
        max-width: -webkit-fill-available;
     }
     .custom-logo-link{
    	width: 45%;
    	float: left;
     }
     .wp-custom-logo {
    	    display: block;
     }
    }
    

    Add all these Css code in Additional Css

    Hope this helps

    I see there you have blocked inspect option. Please next time enable inspect it will be easy for us to inspect actual class and help you little quick

    Regards
    Psink

    in reply to: White background on productpage #140879
    Psink
    Keymaster

    Hello @Esther

    Try this Css Code

    .single-product div.product {
        background: #fff;
    }
    

    Please add this to Admin Panel >> Appearance >> Customize >> Additional Css, Here paste above Css code then published and refresh page. You will see the change

    Hope this helps

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Melissa

    According to your explanation – you wants to add pdf url to button to make download available for every one.

    Try this it may help you. Here is the screen record on it
    https://www.awesomescreenshot.com/video/2094396?key=8362b2fa11f92e0a6cb2bba68c8cc9dd

    If it works please let us know

    Regards
    Psink

    in reply to: License Key doesn’t work #140874
    Psink
    Keymaster

    Hello @users,

    We understand that you’re experiencing a license activation issue on your end. We apologize for the inconvenience this has caused.

    While we’re migrating the licensing and subscription system for WP Travel and its addon from Theme Palace EDD platform to Freemius platform, it is expected that you would see this license error on your dashboard during this phase. This issue will be auto resolved after the license upgrade completes on 15th Dec. Your subscription is still expected to remain active even after migrating to the license platform.

    Likewise, plugin functionality will still work regardless of license activation.

    For further assistance and follow up, please contact directly to WP Travel support https://wptravel.io/contact/

    Thank you.
    Psink

    Psink
    Keymaster

    Hello @melissa

    We are very much will to help you.

    For issue no. 4 – add bellow css code just below the previous css in Additional Css

    header#masthead {
        background: #000;
        opacity: 0.8;
    }

    We have added slightly transparent background, its looks cool for your site. If you want permanent black you can remove opacity code form above css code

    For issue no. 3
    Here is the css code

    #call-to-action .btn {
        border-color: #f30f0f;
        color: #fff;
        border: none;
        background-color: #2471b5;
    }

    Above css make button background likely blue with on border. In case if you are willing to change css. you can change all of css as per your need.

    Here is little quick guide for it
    if you want border to be exist in button – remove ‘border: none;’ from above css
    if you want text color to be black – replace color code in ‘color: #fff;’, ‘#fff’ is a color code just replace with ‘#000’, ‘#000’ is a color code for black.
    Similarly you can change border-color and background-color.

    Get color code form https://htmlcolorcodes.com/

    For issue no. 2
    Here is the css code

    a.wp-block-button__link.has-text-color.has-background,
    a.wp-block-button__link.has-background
    {
        padding: 11px 35px;
        border: 2px solid #f9a926;
        color: #ea5b0e !important;
        background-color: #eee !important;
        font-size: 1rem;
        border-radius: 0px;
    }

    Above code will make inner pages buttons looks same like homepage buttons.

    And this is for button hover

    a.wp-block-button__link.has-text-color.has-background: hover, 
     a.wp-block-button__link.has-background: hover {
        background-color: #ea5b0e !important;
        color: #fff !important;
    }

    For issue no. 1 – Can you please explain more details on this issue

    Regards,
    Psink

    in reply to: Theme hacked by javascript injection #140817
    Psink
    Keymaster

    Hello @maurice,

    We are really sorry for keep you waiting. We apologize for it.

    We would like to notify you that have send the latest version of theme to admin member and will be released to Themepalace within a couple of hours.

    Please update the theme and let us know if there still exist same issue in the theme. It would be very mush appreciate to us to help you

    Regards,
    Psink

    in reply to: Signify customize not working #140816
    Psink
    Keymaster

    Hello @jonathan

    Sorry for keep you in trouble with one of our themes for several days. Today there’s a good news for you. Our team found the issue and have fixed it.

    I would like to request you to update theme to latest version 1.2.6.

    Have a good day

    Regards,

    in reply to: Payment options mobile/ tablet #140757
    Psink
    Keymaster

    Hello @linda

    We apologize for getting late back to you. I guess you have made mistake while uploading screen shots i see there is no screenshots in your reply.

    Please use awesomescreen shot extension in chrome to share screenshot

    here is the link
    https://www.awesomescreenshot.com/

    here is screen shots of checkout page
    Pc version : https://tinyurl.com/yy8ruqry

    i did not see others payment in pc version too. I guess you have not enable all payment options in woocommerce setting
    Please first enable all payment options in woocommerce payment setings
    For doing soo Go To Admin Panel >> WooCommerce >> Settings >> Payment there you find all payment enable/disable option please enable all the options.

    Hope this helps

    Regards,
    Psink

    in reply to: Signify customize not working #140754
    Psink
    Keymaster

    Hello @jonathan

    We apologize for we are late to get back to you and sorry to hear you are in trouble even all the configuration is correct.But in our server there is no such issue.

    I would like you to delete current signify theme and reinstall the theme. Some time reinstalling works

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Melissa

    Thanks for the site url. Now i’m clear about 1st issue. We can help you with this issue.

    Please follow my instruction to remove color layer over the header image

    Go to Admin Panel >>Appearance >> Customize >> Additional Css, Paste bellow Css Code there then published and refresh.

    Here is the Css Code – this code will remove color overlay over header image

    #page-site-header .overlay {
        display : none;
    }

    Hope this will help you, Please let us know if there’s any further queries

    Regards,
    Psink

    in reply to: Homepage Sortable #140750
    Psink
    Keymaster

    Hello @Mariusz

    I would like to catch sight of you, we have released new update of the theme. I would like you to update the theme.
    Now in new update you can sort homepage as per your requirement.

    If you have any quires related to theme. Please let us know, we are always here to help you

    Regards,
    Psink

Viewing 15 posts - 1,411 through 1,425 (of 1,458 total)