Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 1,548 total)
  • Author
    Posts
  • in reply to: Plugin installation failed #147326
    Psink
    Keymaster

    Can you please contact this issuse directly throught our contact fourm

    https://themepalace.com/contact-us

    Regards,
    Psink

    in reply to: Logo language #147282
    Psink
    Keymaster

    It seems ploylang doesnot suppprt option to change logo for different language. We have follow different resources but we are not getting to fix this issue.

    We will get to you after we find some way to fix this

    Regards,
    Psink

    in reply to: HELP – 256 errors in WP Header images don’t load #147281
    Psink
    Keymaster

    Please deactive all plugins once and check if same error arise. sometimes third party plugins may Cause such issue

    Regards,
    Psink

    in reply to: Slider pictures not visible on home page #147280
    Psink
    Keymaster

    Can you please confirm that you have set featured image for page properly?

    Regards,
    Psink

    in reply to: Slider Not Working #147233
    Psink
    Keymaster

    Did you set the Frontpage template? If you have no idea on frontpage template

    Please watch this screen record
    https://www.awesomescreenshot.com/video/3190456?key=4221581f047d7e57f20615a13e7c8479

    Regards,
    psink

    in reply to: Customizer keeps refreshing every second. #147212
    Psink
    Keymaster

    Hello Keanja

    Can you please share your dashboard login through our contact form
    https://themepalace.com/contact-us

    Regards,
    psink

    in reply to: Title Font’s size is bigger in Footer Widget #147186
    Psink
    Keymaster

    Add this css

    
    #colophon .footer-widgets-area .widget > ul > li{
    	font-size: 16px;
    }
    
    

    Regards,
    Psink

    in reply to: Color of the Text under Footer Widget is too bright. #147185
    Psink
    Keymaster

    Add this css and change color code as per your need

    
    #colophon ul li a,
    #colophon .about-description {
        color: #e6e6e6;
    }
    

    Have a great day

    Regards,
    psink

    in reply to: Displaying Full Posts Instead of Excerpts #147183
    Psink
    Keymaster

    Sorry, there is no such option to display the full content of the post

    in reply to: Displaying Full Posts Instead of Excerpts #147176
    Psink
    Keymaster

    Hello There,

    Please follow the screen record – to increase excerpt length
    https://www.awesomescreenshot.com/video/3173761?key=29934a74a5f88e5eb6401b69bd66dbbe

    But the max is limit to 200 words

    Regards,
    Psink

    in reply to: News Ticker in header #147175
    Psink
    Keymaster

    can you please elaborate on your issue in more detail?

    Psink
    Keymaster

    can you share your site URL? And please clearly mention the name of the section that you are getting issues while setting up. And also it would be great if you share a screenshot of it

    Regards,
    Psink

    in reply to: Authorship Change #147136
    Psink
    Keymaster

    Hello Raja Siml

    We have sent the theme for the update queue. Please update it after it gets live, maybe by tomorrow afternoon

    Regards,
    Psink

    in reply to: Feature Image is not slightly curving #147119
    Psink
    Keymaster

    Hello raja siml

    Please add this css in the Additional CSS

    
    .srpw-thumbnail,
    .wpp-thumbnail{
    	border-radius: 10px;
    }
    

    And please adjust border-radius value as per your requirement

    Regards,
    Psink

    in reply to: Remove header menu margins #147118
    Psink
    Keymaster

    Hello Ariel

    Please add this CSS in the Additional CSS

    
    @media only screen and (min-width: 50em) {
        .navigation-classic .main-navigation li,
        .top-navigation li,
        .site-header-top-main .contact-details li,
        .site-header-top-main .top-navigation li {
            display: inline-block;
        }
        .navigation-classic .menu-toggle {
            display: none;
        }
        .navigation-classic #primary-menu-wrapper .menu-inside-wrapper,
        #header-top .menu-inside-wrapper {
            border: none;
            position: relative;
            display: block;
            float: left;
            top: 0;
            left: 0;
            right: 0;
            visibility: visible;
            max-width: 100%;
            opacity: 1;
            padding: 0;
            width: 100%;
            bottom: auto;
            background-color: transparent;
            box-shadow: none;
            overflow: inherit;
            transform: none;
        }
        .navigation-classic .main-navigation a,
        .top-navigation a {
            padding: 14px 16px;
            line-height: 2;
        }
        .navigation-classic .main-navigation .menu-item-has-children > a:after,
        .navigation-classic .main-navigation .page_item_has_children > a:after,
        .top-navigation .menu-item-has-children > a:after,
        .top-navigation .page_item_has_children > a:after {
            content: "\f107";
            padding-left: 7px;
        }
        .navigation-classic .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:before,
        .navigation-classic .menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:before {
            content: "";
            border-top: 1px solid;
            width: calc(100% - 32px);
            height: 1px;
            display: block;
            position: absolute;
            top: -1px;
        }
        .navigation-classic .menu-inside-wrapper .main-navigation > .nav-menu > .current_page_item > a:before,
        .navigation-classic .menu-inside-wrapper .top-navigation > .nav-menu > .current_page_item > a:before {
            border-color: #64709E;
        }
        .navigation-classic .dropdown-toggle,
        .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on,
        .top-navigation ul .dropdown-toggle.toggled-on,
        .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper {
            display: none;
        }
    }
    

    Have a great day

    Regards,
    psink

Viewing 15 posts - 1,141 through 1,155 (of 1,548 total)