Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 1,458 total)
  • Author
    Posts
  • in reply to: Image and background in the 1st section of the front page #141547
    Psink
    Keymaster

    Hello @SamOO

    There is no such option in the theme, The images inside the circle is just a featured image of the post with a transparent background and the circle behind is due to CSS::Before effect.

    If you want to use your image just like you have seen in the first section. You need to photoshop your image to make the background transparent.

    Check this original image https://ibb.co/S6746RS

    Regards,
    Psink

    in reply to: Need Help! #141454
    Psink
    Keymaster

    Hello @Cruise

    For activation-related issues please contact directly to below URL.
    https://themepalace.com/contact-us/

    Regards,
    Psink

    in reply to: H1 Tags #141436
    Psink
    Keymaster

    Hello @Minatire_hero

    We have released the update, please update the theme.

    In the new update, we have replaced the site title and page title tag with H1 tag.

    Hope now there will be no issue with running SEO

    Regards,
    Psink

    in reply to: Features slider help + Logo #141358
    Psink
    Keymaster

    Hello @SOREN

    Add these CSS in Addtional Css.

    Css For logo

    .site-logo img {
        max-height: 180px;
        width: 331px;
    }
    

    Css for homepage image

    
    section#main-slider-section {
        padding: 50px 0px;
    }
    

    Css for button

    
    .nav-previous, .nav-next {
        display: none;
    }
    

    Hope this helps

    Regards,
    Psink

    in reply to: Homepage Sortable #141316
    Psink
    Keymaster

    Hello @TODD

    Thank you for your information. I guess it’s Musicsong pro, we have fixed the issue and we will release the theme by tomorrow.
    Please update and check if it’s working or not and please check in the chrome browser.

    If have any further issue related to the theme. Please let’s us know so that we could help you out.

    Regards,
    Psink

    in reply to: Features slider help + Logo #141262
    Psink
    Keymaster

    Hello @soren

    Please add these CSS Codes code in the theme.

    Css Code to make slider height larger – you can adjust value as your requirement – only change first value not ‘0’

     .slide-text-only .main-slider{
         padding : 160px 0;
       }
    

    Css Code to make logo larger – you can adjust height and width as your requirement

     .site-logo img {
        height: 130px;
        width: 300px;
      } 
    

    Css Code to remove gray transparent box

    .slide-text-only .main-slider .regular{
        background: none;
        max-width: fit-content;
      }
      .slide-text-only .main-slider .slick-prev {
        left: 20px;
      }
      .slide-text-only .main-slider .slick-next {
        right: 20px;
      }
      .slide-text-only .main-slider .regular .main-slider-contents{
        max-width: 600px;
      }
    

    To add the above CSS please follow my instruction.
    Go to Admin Panel > Appearance > Customize > Additional Css, paste all of the css here then published and refresh. You will see changes

    Hope this helps you

    Please help us by giving a review if you like our theme and support.
    here is the link https://wordpress.org/support/theme/travel-insight/reviews

    Thanks in advance for a review

    Regards,
    Psink

    in reply to: Large images and large text posts #141194
    Psink
    Keymaster

    Hello @Sukron

    Don’t be sorry. It’s our duty to help you out. Please use this CSS

    .single h1.entry-title{
        font-size: 20px;
    }

    Add this CSS in Additional CSS

    If you like our support. Please please help us by giving a review of our theme. It would be very appreciated to us
    here is the link
    https://wordpress.org/support/theme/education-soul/reviews

    I’m quite sure you will give us a review

    Thanks in advance for the review

    Regards,
    Psink

    in reply to: Kidpress and Classic Editor plugin #141193
    Psink
    Keymaster

    Hello @animus

    Thank you so much for your information. We really appreciate it. We will fix it within 24 hours. Please update the theme after we fix and release a new update.

    Regards,
    Psink

    in reply to: Hide author and category on Blog / Archive #141101
    Psink
    Keymaster

    Hello @BJBUNDY

    Thanks for your site URL. Yes, you can hide the date or make it unclickable. Here are a few lines of CSS code that may help you to hide or make it unclickable

    Css code to hide date

    #latest-post .posted-on, #must-read .posted-on, #blog .posted-on, #featured-post .posted-on{
        display: none;
    }

    Css code to make date unclickable

    #latest-post .posted-on, #must-read .posted-on, #blog .posted-on, #featured-post .posted-on{
         pointer-events: none;
         cursor: default;
    }

    Please follow my instruction to add the above CSS code to the theme.
    Go to Admin Panel >> Appearance >> Customize >> Additional Css, There paste the above CSS code then publish and refresh. You will get the changes

    For the third query, you need to hire a developer to make it compatible with the event calendar plugin.

    Hope the above CSS helps you out

    Regards,
    Psink

    in reply to: Hide author and category on Blog / Archive #141100
    Psink
    Keymaster

    Hello @BJBUNDY

    We are very willing to help you. But right now, I see there is no screenshot attached in your reply. Please don’t attach images in the comment itself, you can use screenshot extension like awesome screenshot to share screenshots URL.

    For the second query can you please point out in which parts of the design you want to change color.
    It would be easy to guide if you mention design parts that you want to adjust color.

    Regards,
    Psink

    in reply to: Shopall Pro Demo Import Issue #141064
    Psink
    Keymaster

    Hello @tanvir

    We contacted BlueHost support but it wasn’t much of help. The php execution time set from cPanel was not being applied or the main server php execution time is set low which was failing the demo import.
    We were able to use a manual demo importer. It was giving 500 server error reaching the execution time limit, but reloading the 500 error page multiple times imported the demo completely.

    Regards’
    Psink

    in reply to: Large images and large text posts #141039
    Psink
    Keymaster

    Hello @Sukron

    We apologize for getting late. Here is the css code as per your needs. Please add this code in Additional Css

    
    #primary article.hentry{
        Padding: 14px 20px;
        margin-button: 20px;
    }
    
    #primary article.hentry .entry-content p{
       font-size: 14px;
       margin-bottom:0px;
    }
    
    #primary article.hentry a.read-more:after {
       font-size: 13px;
    }
    
    #primary article.hentry a.read-more{
       font-size: 13px;
    }

    If you want to change css value. Please can change css value in the above codes as your requirement

    Hope this helps

    Regards,
    Psink

    in reply to: How to change the hompages slider #141035
    Psink
    Keymaster

    Hello @eli

    Thanks for your query. We would be happy to help you. To set up the homepage slider you can follow the theme instruction

    Here is the instruction to set up the slider
    https://themepalace.com/instructions/themes/travel-master-pro/#doc-main-slider-12

    Or you can follow the screen record
    https://www.awesomescreenshot.com/video/2138445?key=ceac24bbd57759198b7e7cdaa7488e9d

    Hope this helps

    Regards,
    Psink

    in reply to: Pull Quote line color #141033
    Psink
    Keymaster

    Hello @Natalie

    Thanks for your query. We would be happy to help you
    Can you please share your site URL. Once we get the site URL it will be easy to inspect the actual issue. And also please give us the page URL where that quote block exists.

    We will provide you a few Css codes that may help you to change the line color

    Regards,
    Psink

    in reply to: Unable to set Homepage #140982
    Psink
    Keymaster

    Hello @christina

    We are sorry to hear that you’re having trouble with setting up the homepage. We’d like to try and help get things sorted out.

    I would like to recommend you to follow theme instruction, there you will find everything related to theme settings

    Here is the link for the theme instructions
    https://themepalace.com/instructions/themes/musicsong-pro/#doc-how-to-set-homepage-setting-4

    and screen record for Hompage setting up
    https://www.awesomescreenshot.com/video/2123694?key=801d9ee7e42afcb19c081bebb49dcb3a

    If this does not help you to get things sorted out. Please let us know, we are always here to help you

    Regards,
    Psink

Viewing 15 posts - 1,396 through 1,410 (of 1,458 total)