Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,248 total)
  • Author
    Posts
  • in reply to: Menu on mobile forced collapsed #191175
    Psink
    Keymaster

    We have fixed the issue in the latest update v1.2.4. Please update the theme

    Psink
    Keymaster

    seems you have managed to fix the issue

    in reply to: Adjust Featured Image #191114
    Psink
    Keymaster

    @BASSINLA, You can add this CSS for the slider

    .featured-slider .slick-track article{
    background-position: top;
    }

    And for featured image add this CSS

    #page-site-header {
    background-position: top !important;
    }

    Hope this helps

    Psink
    Keymaster

    To make the image larger you can change the value of the height in the below CSS

    #page-site-header {
    padding: 300px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: inherit;
    background-position: top;
    background-attachment: fixed;
    height: 100vh;
    background-color: #000;
    background-repeat: no-repeat;
    }

    How does the CSS code you provided know to apply it only to the featured image on that one page, since none of the other featured images seemed to change?
    – The code will apply for every element with the id ‘page-site-header’

    Psink
    Keymaster

    You can add this CSS

    #page-site-header {
    padding: 300px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: inherit;
    background-position: top;
    background-attachment: fixed;
    height: 100vh;
    background-color: #000;
    background-repeat: no-repeat;
    }

    in reply to: When i do “preview site” the blocks are all unformatted. #191078
    Psink
    Keymaster

    Seems you have used the same license on all the sites. One license only works for one site

    For more info https://themepalace.com/faq/#license

    in reply to: Changing Menu Bar Color #191071
    Psink
    Keymaster

    Regarding the menu color, here’s the CSS that changes color and text color:

    @media screen and (max-width: 1023px) {
    .main-navigation ul.nav-menu > li > a {
    color: #555;
    }

    .main-navigation ul.nav-menu {
    background-color: #FFD618;
    }

    .main-navigation form.search-form input {
    background-color: #FFD618;
    color: #000;
    }

    .main-navigation ul#primary-menu li.current-menu-item > a {
    color: #12315d;
    font-weight: 700;
    }
    }

    NOTE: You can change the color as per your requirement.

    Again, for the footer links, you can add the CSS below:

    .site-info span {
    display: flex;
    justify-content: center;
    gap: 25px;
    }

    @media screen and (min-width: 767px) {
    .site-info.col-2 span {
    width: 100%;
    }
    }

    NOTE: For spacing, you can change the gap value as per your requirement.

    Psink
    Keymaster

    Seems the issue is with the server, not with the theme. For that reason, we are unable to fix the issue of your site. So we would like you to contact your hosting provider to look into this issue. OR you can create a subdomain, install a fresh WordPress, and check if the same issue exists on a fresh site.

    In case – the issue is not solved in the fresh site you can cancel the Photobrust Pro license and request for a refund

    Psink
    Keymaster

    Seems there is an issue with your server. You can contact your host regarding the current issue. If nothing works out you can kindly request for refund at https://themepalace.com/contact-us/

    Psink
    Keymaster

    The login you provided currently has limitations. We cannot access the plugins and themes section.

    Not sure, but I guess some third party plugin might be causing this issue. We’ve tested this theme locally on our site and everything works fine.

    For quick test you can install Health Check plugin and troubleshoot your site by disabling all the plugins first. This will help you determine which plugin is exactly causing the problem.

    Or you can provide us full access to the site so that we can troubleshoot it for you.

    Psink
    Keymaster

    I did not get any emails in my inbox. Could you please verify and resend it?

    Its prashant.themepalace@gmail.com

    Psink
    Keymaster

    Since your site is on maintainance mode, is it possible to provide us a temporary login for your site?

    You can send the temporary login details at prashant.themepalace@gmail.com.

    Psink
    Keymaster

    Hello Diogo,

    It looks like the problem you are facing might be caused by the conflict of theme’s CSS with block editor. Can you please provide your site URL so that we can inspect the issue? Hopefully, we can provide additional CSS to solve this problem.

    in reply to: Change text length of notice area (header) #191028
    Psink
    Keymaster

    You can add this CSS in the Additional CSS

    #notice-ticker{
    min-width: 390px;
    }

    and you can change the value of min-width as per your requirement

    Psink
    Keymaster

    Currently, you are using Travel Master Pro v1.0.3. Please update the theme to the latest version which is 1.3.0. The issue has been resolved in the latest version

Viewing 15 posts - 1 through 15 (of 1,248 total)