Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 1,346 total)
  • Author
    Posts
  • 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

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

    Hello @Daniel

    Try this Css Code. This will help you to make height of all posts image same size ( i.e 450px )

    .blog-posts-wrapper .featured-image img {
        height: 450px;
    }

    If you want to change height of image, you can change in above css as per your flavor.

    Please follow my instruction to add above css in the theme
    Go to Admin Panel >> Appearance >> Customize >> Additional Css, there paste the above Css code then published and refresh. You will see changes

    Let us know if you have any further confusion

    Regards
    Psink

    in reply to: Large images and large text posts #140742
    Psink
    Keymaster

    Hello @sukron

    There is no such setting in the theme to resize post title and date. But off course yes there is option available to do soo.

    Please follow my instruction

    Go to Admin Panel >> Appearance >> Customizer >> Additional Css, there you just add few css code then published and refresh, you will see the changes

    Here is the Css Code

    .custom-entry-date span.entry-day{
    	font-size: 24px;
    	width: 50px
    }
    .custom-entry-date span.entry-month{
    	font-size: 14px;
    	width: 50px;
    	padding: 8px 12px;
    }
    .entry-title a{
    	font-size: 16px;
    }

    You can change the title and date size as per your need from here.

    Hope this helps
    If you have any confusion please let us know, we are always here to help you

    Thank you
    Psink

    in reply to: Purchased Theme but header is not showing proper #140735
    Psink
    Keymaster

    Hello @alap

    I have login to your site dashboard, there you have not assign menu in menu location so issue arise now i have assign menu to its specific location. Please check your site it’s all fine now

    If you have any confusion on theme customizing. Please follow theme instructions.

    here is the link
    https://themepalace.com/instructions/themes/yummy-pro/

    If you have any confusion. Feel free to share with us.
    You have mention earlier about your submission date. We are really sorry that we can’t help you in time. We apologize for it.

    Regards,
    Psink

    in reply to: Customize Footer and Header above the logo #140694
    Psink
    Keymaster

    Hello

    Off course yes, we all are here to help you. We appreciate all the queries form our users.

    For footer parts please go to Admin Panel >> Appearance >> Customizer >> Theme Options >> Footer Options there you will find customization for footer.

    Can you please conform header/box above logo means Top bar ?

    Best Regards

    in reply to: Homepage Sortable #140693
    Psink
    Keymaster

    Hello,

    Sorry for having you trouble in homepage sortable. We will fix and release update with in 24 hrs.

    Please update theme after release.

    Best Regards

    in reply to: Purchased Theme but header is not showing proper #140691
    Psink
    Keymaster

    Hello,

    Is header means top bar? I get confused in this, can you please conform.

    I see there you have not set social menu properly. That’s why there is so many same types of icon is displaying in header.

    Please see this screen record for adding social menu in proper way
    https://www.awesomescreenshot.com/video/2056794?key=981d07ba48b62944b647456bfbce9b2e

    Hope this will helps you

    If you have further more query, please share it with us

    Regards,

    in reply to: Registering New Google Fonts #140689
    Psink
    Keymaster

    Hello

    We all are safe here. Hope you too staying safe

    Regarding your query, i see there you have done little mistake during adding code in the theme. The way you have done to add font is not proper way. So we want you to send fonts name so that we could add it for you in the theme

    If you decided to add code yourself you can do just by following my instruction

    Add bellow code somewhere above line no. 324 in functions.php

    if ( 'off' !== _x( 'on', 'Raleway font: on or off', 'travel-base-pro' ) ) {
         $fonts[] = 'Raleway';
    }

    As you can see, the above code is for Raleway font. Just replace Raleway font name to font name you are trying to integrate.

    And also if you want to add font weight you can add weight as seen in below code

    if ( 'off' !== _x( 'on', 'Raleway font: on or off', 'travel-base-pro' ) ) {
    	$fonts[] = 'Raleway:400,500,600,700,800,900';
    }

    Regards,

Viewing 15 posts - 1,306 through 1,320 (of 1,346 total)