Forum Replies Created

Viewing 15 posts - 901 through 915 (of 1,554 total)
  • Author
    Posts
  • 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

    in reply to: Menu button not working in mobile version #155162
    Psink
    Keymaster

    Can you please check by deactivating all the plugins and see still it is not working. Some third parties plugins may cause this type of issue

    Regards,

    in reply to: Looking to upgrade to House State Pro #155048
    Psink
    Keymaster

    @EMRYSGREEN, yes we can make anything changes in the design, just let us know what you want to changes in the design we are always here to assist you with needed additional CSS

    Regards,

    in reply to: Corponess Pro – Elementor Plug in Issue #155026
    Psink
    Keymaster

    @CLAYHALL, please follow the screen record, there is one setting inside Homepage Setting that need to be enabled in order to edit the homepage with the Elementor

    https://www.awesomescreenshot.com/video/4650330?key=92f5cd9331ba2aab76fdc3ddfdbff3f4

    Please let us know you have any confusion

    Regards,

    in reply to: Change the title of category #154820
    Psink
    Keymaster

    @ICHIGONEKO, can you please share a site URL and the reference screenshot?

    in reply to: import the whole demo #154804
    Psink
    Keymaster

    @Nasasira, Please try to follow the theme instruction here is the link
    https://themepalace.com/instructions/themes/raise-charity-pro/#doc-how-to-setup-front-page-as-shown-in-the-demo-11

    if have any confusion during the process, let us know

    Regards,

    Psink
    Keymaster

    @bedrettin, the code you have tried was correct except for “.home”. Since there is “.home” class it only targets the homepage. In order to apply for all other pages, you can just remove “.home” and it will work for all other pages.

    Regarding background, you can add background property on that existing code i.e

    
    .site-footer .page-section {
        padding: 25px;
        background-color: transparent;
    }
    

    Regards,

Viewing 15 posts - 901 through 915 (of 1,554 total)