Forum Replies Created

Viewing 15 posts - 2,851 through 2,865 (of 8,657 total)
  • Author
    Posts
  • wensolutions
    Keymaster

    Hello @brlee7777,

    We are really very sorry for all the trouble and also we do understand your frustration. However, we could not figure out what is the exact cause of the issue.

    So can you please provide your login detail in the email given below so that we can inspect the issue properly and help you further.

    Email: wensolution[at]gmail.com

    Hoping to hear from you soon.

    Thank you.

    Best Regards!!

    in reply to: Hero Image for All Trips page #90990
    wensolutions
    Keymaster

    Hello @travelclub,

    The theme does not have the feature to upload the different in the trip archive page.

    Whatever image is added via customizer is displayed here.

    Hope this clears the confusion.

    Thank you.

    Best Regards!!

    in reply to: Since update of Theme the menu items are displayed differently #90989
    wensolutions
    Keymaster

    Hello,

    Glad we could help you,

    Feel free to reach us for any further query/confusion.

    Regards!!

    in reply to: I get the letter "amit" in from of the text in the footer #90988
    wensolutions
    Keymaster

    Hello,

    Glad we could help you,

    Feel free to reach us for any further query/confusion.

    Regards!!

    in reply to: Change the Font of Currency #90987
    wensolutions
    Keymaster

    Hello @travelclub,

    Glad we could help you.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    in reply to: Customizing Home/Front Service Section #90986
    wensolutions
    Keymaster

    Hello @snihh,

    Glad to help you.

    If you have any issues further then please let us know.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/biography/reviews/

    Hope this helps.

    Best Regards!!

    in reply to: Hero Image for All Trips page #90894
    wensolutions
    Keymaster

    Hello @travelclub

    We are not quite clear about your query. However, to change the image of the individual trips go to,
    Admin Panel > Trips > All Trips > Individual Trip > Gallery

    In the gallery section of the individual trip, you can upload multiple images. For the image of your choice to appear in the front end, you need to star the one of the image from among the images in the gallery.

    please refer to the given screenshot for more info : https://prnt.sc/mkiflc

    If this is not exactly your query, kindly elaborate the issue along with the screenshot so that we can provide you with a precise fix.

    Regards!!

    in reply to: Change the Font of Currency #90886
    wensolutions
    Keymaster

    Hello @travelclub,

    To change the Currency language, 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 functions.php file add below given code.

    function wp_travel_customize_currency( $currency ) {
    $currency['QAR'] = 'English';
    return $currency;
    }
    
    add_filter( 'wp_travel_currency_symbols','wp_travel_customize_currency' );

    Here change the “English” to your desired text.

    Hope this helps.

    Best Regards!!

    in reply to: How to remove "Archives" Tag for All Trips page #90876
    wensolutions
    Keymaster

    Hello @travelclub,

    Glad we could help.

    Let us know if there is anything further.

    Thank you.

    Best Regards!!

    in reply to: Change Header Image Size #90860
    wensolutions
    Keymaster

    Hello @brenners78,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (max-width: 992px){
    #related-posts .column-wrapper {
         width: 25%;
    }
    }
    
    .single-tp-team #related-posts .blog-post-wrap {
        width: 100% !important;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Sticky Menu #90857
    wensolutions
    Keymaster

    Hello @emanimama,

    Please add below given CSS to resolve the issue.

    @media only screen and (min-width: 767px){
    .sticky-menu-enabled #main-nav {
        background: none repeat scroll 0 0 rgba(31, 31, 41, 0.49);
        top: 0px;
        
    }
    }

    Hope this helps.

    Best Regards!!

    in reply to: Customizing Home/Front Service Section #90856
    wensolutions
    Keymaster

    Hello @snihh

    The changes that you have made in the site needs to be published to appear in the front-end. Saving the changes in draft won’t preview the changes that you make in your site.

    To customize the front page section, you need to go to, Admin Panel > Appearance > Customize. In the customizer section, you will get multiple options to change the appearance of your site. Also, there is no specific format to set up the page.

    Hope you have found the instruction page right. Please confirm that you have refereed to the correct site which is : https://themepalace.com/instructions/themes/biography-pro/

    The steps that you have followed seems to be right so please once publish the changes that you have made and if you face any problem, feel free to reach us 🙂

    Hope to hear from you again,

    Best Regards!!

    in reply to: problems with translation #90855
    wensolutions
    Keymaster

    Hello,

    You can either use the WPML plugin for setting the site in two different languages or as mentioned above, you can hire our professional developer.

    Thank you.

    Best Regards!!

    in reply to: Site Logo not showing Alt text #90853
    wensolutions
    Keymaster

    Hello @npiper

    Actually we are not quite clear with your issue. Can you please elaborate the case in which you are willing to display the alternative text since, if the logo is set in the back end the logo will appear in the site and if you have not set the logo image, the logo image tag wont appear in the front end.

    Is it the case that you have set the logo image in the back end but the logo is not being displayed in the front end?

    Hope to hear from you soon,

    Regards!!

    in reply to: Logo Size #90852
    wensolutions
    Keymaster

    Hello @emanimama,

    Can you provide your site URL with the logo uploaded so that we can help you with the precise CSS fix?

    Thank you.

    Best Regards!!

Viewing 15 posts - 2,851 through 2,865 (of 8,657 total)