Forum Replies Created

Viewing 15 posts - 5,416 through 5,430 (of 8,657 total)
  • Author
    Posts
  • in reply to: Transparent box in slider #53591
    wensolutions
    Keymaster

    Hello @mfolley,

    When we visited your site the Box is transparent exactly what you wanted and we are very glad that you figured out the issue by yourself.

    In case if you need any help further please feel free to post them and we will happily help you further .

    Best Regards!!

    Have a good day .

    in reply to: Lost Widget Page #53590
    wensolutions
    Keymaster

    Hello @luckeyg,

    Please follow below given steps.

    – First of all create the Page (eg Home page ).

    – Go to Admin Panel > Appearance > Customize > Static Front page and assign the newly create page (eg Home page ) in front page option.

    – Now go to Admin Panel > Appearance > Widget > Front Page Widget area and place your desired widget . This will display the widget that you have place in Front Page Widget area in Front page i.e Home page .

    – Finally to make the slider enable go to Admin panel > Appearance > Customize > featured Slider > Slider Type > Enable Slider On and select the option Static Front Page only from the drop down option and vase the setting in customize section .

    Follow all above mentioned steps . If this does not solve your issue then please kindly let us know and also don’t forget share your site URL so that we could inspect further into the issue .

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: Search Bar Top Nav & Social Media Icons Spinning #53589
    wensolutions
    Keymaster

    Hello @lynaeash,

    To align the social bar with the social icon and remove the animation to spin the social icon use below given CSS in Additional CSS location .

    .so-widget-travel-eye-social li a:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    @media( min-width: 480px ) {
    .right-bar {
        float: right;
    }
    }

    Hope this helps .

    Best Regards!!

    in reply to: Changing Red Elements on Blog Posts & Home Page #53588
    wensolutions
    Keymaster

    Hello @lynaeash,

    To change the color of different parts as you have mentioned please use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .posted-on::before, .byline::before, .comments-link::before, .cat-links::before, .edit-link::before, .tags-links::before {
        color: #fff;
    }
    
     .site-main .post-navigation a {
        background-color: #333add; 
    }
    
    .so-widget-travel-eye-booking .booking-form-widget-wrapper {
        border-top: 3px solid #1f78c7;
    }

    You can change the hex color code as per your requirement .

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: Basic Color Options > Link Color Issue #53587
    wensolutions
    Keymaster

    Hello @lynaeash,

    As the link color changes the color of first letter as well you can use below given CSS to only target the date that is in the header image on blog posts.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    span.posted-on a {
        color: #fff;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: how can i remove the ''blog post" title in my home page ? #53428
    wensolutions
    Keymaster

    Hello @yanade1991,

    In order to remove the blog post title in home page use below given CSS .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .home .page-title h1 {
    display: none;
    }

    And if you wish to change the title of home page then you can go to home page edit screen and change the title as per your wish .

    Hope this helps .

    Best Regards!!

    in reply to: Polylang Compatibility #53406
    wensolutions
    Keymaster

    Hello @nadet ,

    Actually we have not done any compatibility testing with the Polylang plugin or any other translation plugin .

    But the theme is very much translation ready and could be changed to any desired language .

    Hope this clears up the confusion.

    Best Regards!!

    in reply to: Menu Font #53400
    wensolutions
    Keymaster

    Hello @hjocelyn,

    In order to change the font of the Menu item use below given CSS.

     .header-wrapper .menu li a {
        font-family: cursive;
    } 

    You can change the font as per your requirement .

    Hope this helps .

    Best Regards!!

    in reply to: How can I remove Gray Shadow on side bars #53399
    wensolutions
    Keymaster

    Hello @hjocelyn.

    In order to remove the grey shadow in the sidebar use below given in Admin Panel > Appearance > Customize > Additional CSS .

    .secondary-sidebar .widget-area.sidebar {
        background: none;
    }

    Hope this helps .

    Best Regards!!

    in reply to: Clean Commerce mobile #53398
    wensolutions
    Keymaster

    Hello @lbiebs,

    Please post your site URL so that we could look into the issue and help you .

    Hope you understand .

    Best Regards!!

    in reply to: Header ad #53396
    wensolutions
    Keymaster

    Hello @hjocelyn,

    Thank you .

    Let us know if you have any confusion further .

    Best Regards!!

    Have a good day .

    in reply to: Menu is not working #53395
    wensolutions
    Keymaster

    Hello @hjocelyn,

    Glad we could help you .

    If you have any issue further then please feel free to post them .

    Best Regards!!

    in reply to: Travel Eye: Featured Trips – Image-Link #53394
    wensolutions
    Keymaster

    Hello @mrypoc,

    Nice to know that your issue is resolved .

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/travel-eye/reviews/

    Best regards !!

    in reply to: Lost Widget Page #53319
    wensolutions
    Keymaster

    Hello @luckeyg,

    Please create the new page and set the widget .

    Hope this helps .

    Best Regards!!

    in reply to: Travel Eye: Featured Trips – Image-Link #53312
    wensolutions
    Keymaster

    Hello @mrypoc,

    When we checked by activating the child theme locally there are no such problem .

    So please make sure you have activated all the plugin recommended by the theme .

    Also make sure you have included the correct code in your child theme as per our instruction .

    If this does not solve your issue then we please send us the screen shot of the functiosn.php of your child theme and default.php file .

    Thank you .

    Best Regards!!

Viewing 15 posts - 5,416 through 5,430 (of 8,657 total)