Forum Replies Created

Viewing 15 posts - 886 through 900 (of 1,545 total)
  • Author
    Posts
  • in reply to: Slider Not Displaying Images Properly #155761
    Psink
    Keymaster

    @WORD5150, Can you please provide the URL of both sites one with v1.0.6 and the other with version v1.1.2 ?

    in reply to: icons top-menu /display home in other section #155722
    Psink
    Keymaster

    Add this CSS to hide the title in the sider and to fix the design issue of the info-text section

    
    #main-slider .title{
    	display: none;
    }
    
    #info-text .entry-content {
        padding: 4.9% 5%;
        text-align: center;
    }
    
    #info-text h5 {
        width: 100%;
    }
    
    in reply to: SIGNIFY Pro audio / fonts questions #155694
    Psink
    Keymaster

    @ALIEN, Audio is not supported for the header Video. And yes there are the options to change the fonts in the pro version

    You can check the screenshot to know the available font options in the theme
    https://www.awesomescreenshot.com/image/11829495?key=223ba535b48632adc99e39f5c10fc61d

    in reply to: Change color in boxes #155693
    Psink
    Keymaster

    @BILJETTBUTIKEN-SE, Can you please share your site URL? It would be easy to identify the issue and help you with the necessary CSS code to fix the issue you have mentioned

    in reply to: form #155677
    Psink
    Keymaster

    @NASASIRA, Please follow my instruction

    First, install Give Plugin
    After the installation is complete create a donation form and link the form URL at the header Donate btn

    Check this screen record for reference
    https://www.awesomescreenshot.com/video/4800789?key=78ada8ebb14eae2fae8e6db767e4d614

    Hope this will help you

    in reply to: What was updated in Version 1.0.5 #155676
    Psink
    Keymaster

    @KRISTIN, We have updated the CSS for the blocks and pattern and fixed the sortable issue in 1.0.5

    here is the changelog

    == Changelog ==

    = 1.0.5 – August 17 2020 =
    * Updated blocks and patterns design
    * Updated sortable issue

    = 1.0.4 – jul 16 2020 =
    * Updated keyboard navigation

    = 1.0.3 – jun 24 2020 =
    * Updated Minor issues

    = 1.0.2 – May 18 2020 =
    * Added Slider Section
    * Updated Minor CSS

    = 1.0.1 – April 29 2020 =
    * Added New Design Layout
    * Updated Minor CSS

    = 1.0.0 – June 18 2019 =
    * Initial release

    in reply to: Single Trip Page Sidebar #155655
    Psink
    Keymaster

    @BULLETPOINTMKTG, For the single trip page code, go to theme file >> wp-travel >> single-itineraries.php

    you can edit the code for the single trip page in that file. Before you do that, back up the original theme file

    Regards,

    in reply to: Show header image when header video not available #155563
    Psink
    Keymaster

    @ALINATALIPOVA, so you downloaded a fresh theme, Ahh ok if the CSS that you used for the modification is in the Additional CSS then you don’t need to copy and then paste. You can replace the theme

    If in case you have added the CSS in the theme file, then you have to copy the CSS first and then paste it into the new theme file

    I want to recommend you copy the CSS first and then replace the theme and add CSS in the Additional CSS inside the theme Customizer

    Regards

    in reply to: icons top-menu /display home in other section #155561
    Psink
    Keymaster

    @RGFLY, Thanks for the site URL. Now I am clear about all the issues except for the third one that page name is not displayed in the slider I have seen two different names for two slides ‘Test’ and ‘Test2’

    For the Query No. 1
    I have reduced the padding slightly between the two menu items so that they would fit in the same row. Please add this CSS in the additional CSS and check if it works or not

    
    @media screen and (max-width: 1200px){
       .main-navigation > ul > li {
         padding: 30px 2px;
       }
    }
    
    

    To add above CSS in the theme please go to Appearance >> Customize >> Additional CSS – paste above CSS there

    For Query No. 2

    Instead of 2 columns, you want to be a single column both for the footer menu and the copyright text. for that please add this CSS in the Additional CSS

    
    @media screen and (min-width: 767px){
    	#colophon .two-columns .column-wrapper {
    	    width: 100%;
    		float:none;
    		text-align:center;
    	}
    }
    
    #colophon .two-columns .column-wrapper .site-info{
    	text-align:center;
    	padding-top: 10px
    }
    

    For Query No.4
    Can you please check the screenshot and confirm is that something like in the screenshot
    here is the link to the screenshot – https://www.awesomescreenshot.com/image/11675260?key=24887bd0329de684cb34c7b6e8bbc74c

    Regarding query no.3 can you please explain in more detail, cause I have seen the page title is displaying in the slider, I guess you are trying to tell something different

    If you have any other issue left to be solved, please share with us

    Regards,

    in reply to: icons top-menu /display home in other section #155303
    Psink
    Keymaster

    @RGFLY, Is your site is live if yes Please share your site URL? It would be easy to understand the actual issue by seeing it. Without site URL, it’s quite difficult to provide you a solution to fix all those issues that you have mentioned above.

    And it would more easy if you manage to send us a screenshot if the issues

    Regards,

    in reply to: Is TRAVEL INSIGHT PRO The Best Travel WordPress Themes ? #155302
    Psink
    Keymaster

    @FLOWEB, Travel Master Pro, Travel Ultimate Pro, and Travel Insight Pro are the best travel theme of ours

    Regards,

    in reply to: icons top-menu /display home in other section #155262
    Psink
    Keymaster

    @RGFLY, can you please share a reference screenshot or a site URL if possible?

    regards,

    in reply to: Boxes aren’t outlined #155210
    Psink
    Keymaster
    in reply to: How do I activate the licence #155166
    Psink
    Keymaster

    Can you please check which version is active on your site. maybe the free version is active

    and can you please share your site URL?

    in reply to: Always user hamburger/mobile menu #155165
    Psink
    Keymaster

    @KOFFIE, You can try this CSS

    
    .menu-toggle {
    	height: 90px;
    }
    .site-logo img {
        max-height: 60px;
    }
    .site-branding {
    	padding: 15px 0;
    	min-height: 80px;
    }
    .site-title {
    	font-size: 26px;
    }
    .main-navigation a {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul.nav-menu > li {
    	padding: 0;
    }
    .main-navigation ul.nav-menu > li > a {
    	padding: 15px;
    }
    .main-navigation ul.sub-menu li a {
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    .main-navigation ul#primary-menu li.current-menu-item > a,
    .main-navigation ul#primary-menu li:hover > a,
    .main-navigation ul#primary-menu li:focus > a,
    .main-navigation ul.nav-menu > li > a {
    	color: #2A3235;
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .main-navigation ul.sub-menu li {
        padding-right: 0;
    }
    .main-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 25px;
        background-color: #ccc;
        width: 1px;
        height: 25px;
    }
    .main-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .main-navigation ul.nav-menu > li > a,
    .main-navigation ul.sub-menu li a {
        padding: 15px 15px 15px 25px;
    }
    .main-navigation ul.sub-menu li a {
    	padding-left: 50px;
    }
    .main-navigation ul.sub-menu ul li a {
    	padding-left: 75px;
    }
    .main-navigation ul.sub-menu ul ul li a {
    	padding-left: 100px;
    }
    .main-navigation ul.sub-menu ul ul ul li a {
    	padding-left: 125px;
    }
    .main-navigation .menu-item-has-children a svg {
    	display: none;
    }
    .main-navigation ul.sub-menu li a {
    	border-left: none;
    }
    .main-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #fff;
        margin-top: 25px;
    }
    .main-navigation {
    	position: static;
    }
    .main-navigation a {
    	color: #1C2B42;
    }
    .main-navigation svg.icon-search,
    .main-navigation svg.icon-down {
    	fill: #1C2B42;
        margin-top: -5px;
    }
    .main-navigation ul.sub-menu {
    	border: none;
    }
    .menu-open .menu-toggle .icon-close {
    	display: block;
    	fill: #fff;
    	margin: auto;
    	width: 20px;
    	height: 20px;
    }
    #masthead.site-header .main-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width: 400px;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        border-top: 1px solid #eee;
    }
    .main-navigation .search-menu a {
        display: none;
    }
    .main-navigation form.search-form input {
        background-color: #fff;
        border: none;
        min-height: 55px;
    }
    .main-navigation form.search-form button.search-submit {
    	height: 59px;
    }
    .menu-open #search {
        display: block !important;
    }
    .main-navigation form.search-form input {
    	padding-left: 25px;
    }
    .main-navigation .sub-menu svg {
    	-webkit-transform: rotate(0);
    	-moz-transform: rotate(0);
    	-ms-transform: rotate(0);
    	-o-transform: rotate(0);
    	transform: rotate(0);
    }
    #site-navigation ul ul {
    	background-color: transparent;
    }
    .main-navigation li,
    button.dropdown-toggle,
    .menu-toggle {
        display: block;
    }
    .main-navigation ul.nav-menu > li:not(:last-child):after {
        display: none;
    }
    .main-navigation ul.nav-menu {
    	display: none !important;
    }
    .menu-open.main-navigation ul.nav-menu {
    	display: block !important;
    }
    .main-navigation ul.nav-menu > li:not(:last-child) {
        margin-right: 0;
    }
    .menu-sticky #masthead.nav-shrink .main-navigation ul.nav-menu > li > a {
    	padding: 15px 15px 15px 25px;
    }
    .main-navigation ul ul {
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul.sub-menu li a {
        color: #000;
    }
    .main-navigation ul.nav-menu li.menu-item-has-children:hover ul.sub-menu li a {
        padding: 15px 15px 15px 50px;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: 1px solid #eee;
    }
    .main-navigation form.search-form {
        border: none;
    }
    #search:before {
        display: none;
    }
    #search {
        position: relative;
        top: 0;
    }
    #masthead .main-navigation a:hover,
    #masthead .main-navigation ul.nav-menu > li > a:hover,
    #masthead .main-navigation ul.nav-menu li.current-menu-item > a {
        color: #A90125;
    }
    

    Regards

Viewing 15 posts - 886 through 900 (of 1,545 total)