Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,545 total)
  • Author
    Posts
  • in reply to: Change colour around slider caption #158485
    Psink
    Keymaster

    We will inform about this topics to theme author. May be they will manage to release new update

    Thanks for your query

    in reply to: Logo changes/collapses site with to mobile proportion #158468
    Psink
    Keymaster

    Hello, can you please share a screen record of the actual issue. We have checked in our side and it’s all fine as you can see in the screen record
    https://www.awesomescreenshot.com/video/5459837?key=934866ed390be1c1cc3fb59bd90cd09d

    Can you deactivate all the non recommended plugins, and tried to set site logo again. Some times a third party plugins create the issue in the theme, so i want to recommend you to deactivate all the others plugin and check the site logo

    in reply to: Trips on regular pages #158417
    Psink
    Keymaster

    Ok, now I’m clear. So you want to show a trips in the pages

    Yes we and add trips in the pages

    Follow the screen record
    https://www.awesomescreenshot.com/video/5440761?key=30f40e61f0f17fedcbeea685cfb825de

    for more details to filter trips please follow the plugin official docs
    https://wptravel.io/docs/wp-travel-user-documentation/shortcode/plugin-shortcode/

    in reply to: Trips on regular pages #158406
    Psink
    Keymaster

    then just published your site, you will see the changes in the trip archive page

    in reply to: Trips on regular pages #158388
    Psink
    Keymaster

    please add this css in the additional css

    
    
    .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right .trip-price, .wp-travel-itinerary-items .wp-travel-post-wrap-bg .trip-price{
    	border:none;
    }
    
    .wp-travel-default-article .wp-travel-explore,
    .description-right .travel-info span,
    .description-right .travel-info{
    	text-align: center;
    }
    
    .wp-travel-default-article .wp-travel-entry-content-wrapper .description-right {
        padding-top: 45px;
    }
    
    .description-right .wp-detail-review-wrap {
        margin-bottom: 0px;
    }
    
    in reply to: Glitchy #158387
    Psink
    Keymaster

    after adding the above code in the theme your site looks something like this, please check this screen record
    https://www.awesomescreenshot.com/video/5437488?key=0cb488ac37f515a01522e724b8a99959

    in reply to: Glitchy #158386
    Psink
    Keymaster

    @EUPHORIC-VOCALIST, Please add this CSS in the additional CSS. It will solve the following issue

    – Top bar spacing issue
    – slider Glitchy issue
    – other spacing in the homepage

    regarding customizer, yes it will show the mobile menu because the customizer parts almost cover 25% of the screen, so preview parts behave as like its a tablet screen. you can Zoom out the screen by pressing ctrl and “-” btn in the keyboard to show full menu

    
    .enabled-sticky-primary-menu .site-header.fixed,
    .enabled-sticky-primary-menu .site-header {
        position: sticky;
        top: 0;
    }
    .enabled-sticky-primary-menu .site-header.fixed .site-description {
        display: block;
    }
    
    #tophead .header-social-wrapper {
        float: right;
    }
    
    #top-head-right{
        display:none;
    }
    
    #quick-contact {
        width: 50%;
    }
    
    #main-slider .slider-buttons a,
    #main-slider .slider-buttons a:hover{
        color: #fff !important;
    }
    
    #sidebar-front-page-widget-area .widget {
        padding: 10px 0;
    }
    
    #sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
        padding: 0;
    }
    

    Hope this will fix all of the issues

    in reply to: Change colour around slider caption #158385
    Psink
    Keymaster

    @EUPHORIC-VOCALIST, Please add this CSS in the additional CSS to change the strip color of the caption

    
    #main-slider .cycle-caption{
        border-right: 8px solid #fb6602;
    }
    

    you can change the value 8px to any other number to increase or decrease the width of the strip and color code #fb6602 to any other color code to change the color of the strip

    in reply to: Trips on regular pages #158360
    Psink
    Keymaster
    in reply to: Author and Category from Post #158357
    Psink
    Keymaster

    can you please share your site URL? We will check and send you a few lines of css code to remove it

    in reply to: Trips on regular pages #158356
    Psink
    Keymaster

    Can you please share a screenshot or any kind of visual representation? I did not get the exact meaning for your query ” how can I integrate those trips sumups (the trips as they appear on the filter page) in a regular WP webpage”

    in reply to: Trips on regular pages #158346
    Psink
    Keymaster

    can you please update your theme? i tried to send you a php code to replace the previous function code, but we can post any type of php code in the support ticket. We have already fixed search trip page issue in updated version 1.1.9, please update your theme form version 1.1.8 to 1.1.9

    in reply to: Trips on regular pages #158342
    Psink
    Keymaster

    Hello,

    OK no worries please follow my instruction and add some code in the theme files to fixed the above mentioned issues.

    add this code in the helpers.php file at the end of the file by removing previously defined function and replace with this function

    if you don’t know how to edit theme file follow this screen record
    https://www.awesomescreenshot.com/video/5420858?key=2f0c0c1beca5b43d273d314ec1f4ad90

    and for the btn color add this css in the additional css, as i have done in the end of the screen record

    
    .wp-travel-default-article .wp-travel-explore a{
    	background-color: #000;
    }
    

    change the color code as per your need

    • This reply was modified 3 years, 12 months ago by Psink.
    in reply to: Where is the demo content xml file in Top Event theme? #158335
    Psink
    Keymaster

    Xml files are not allow to attached in the theme, please download it form the below link
    https://drive.google.com/file/d/11mNj4VsgfgcdxG_9hXIlhAMBQT34laL6/view?usp=sharing

    Import it manually in the theme, if have any confusion let us know we will help you to import data

    • This reply was modified 3 years, 12 months ago by Psink.
    in reply to: Trips on regular pages #158287
    Psink
    Keymaster

    Hello Julien,

    Can you please share your site login details through our contact form. We will help you to make changes in the theme

    Here is the link for the contact form
    https://themepalace.com/contact-us

Viewing 15 posts - 796 through 810 (of 1,545 total)