Forum Replies Created

Viewing 15 posts - 961 through 975 (of 1,451 total)
  • Author
    Posts
  • in reply to: Urgent Help Regarding Team and Side Menu #149613
    Psink
    Keymaster

    Hello Ronit

    Currently, there are only max 12 posts for team section. Regarding the Team archive page you can increase no. of posts. To do so go to dashboard >> settings >> readings there you will find “Blog pages show at most” increase the number there and save.

    Regarding the Side menu, you can add a menu widget in the sidebar.

    regards,

    Psink
    Keymaster

    You need to access your account dashboard from https://themepalace.com/my-account/ and download the theme and access the license key. But for activating the license key, you need to activate it on your site and not in ThemePalace. So, log in to your site’s WordPress dashboard and go to “Appearance => Theme License” and then save and activate it.

    in reply to: sidebar + theme styles (2) #149501
    Psink
    Keymaster

    please add this css

    
    .page.no-sidebar .content-area, 
    .single.no-sidebar .content-area, 
    .no-sidebar .site-content>.wrapper .content-area{
    	max-width: 1200px;
    }
    

    adjust max-width as per your requirement

    in reply to: sidebar + theme styles (2) #149495
    Psink
    Keymaster

    Can you please share your site URL?

    regards

    in reply to: Strange Menu Behavior #149482
    Psink
    Keymaster

    Please send it through our contact form
    https://themepalace.com/contact-us

    regards

    in reply to: Longer testimonials on homepage #149481
    Psink
    Keymaster

    Ahh, So even if you increase no. of testimonial, it shows only 4 select options. In this case, first we need to publish and refresh the page.

    Please watch this screen record for reference
    https://www.awesomescreenshot.com/video/3574772?key=23c3fd680875da4d102015eabbc7d180

    Add this css to make next and prev arrows looks better

    
    #testimonial-nav .owl-prev,
    #testimonial-nav .owl-next{
    	background: #f5808c;
    }
    #testimonial-content-section .owl-next:hover,
    #testimonial-content-section .owl-prev:hover{
    	color: #fff;
    }
    

    And for the excerpt, there is option inside the testimonial section called “Display Content” select ‘full content’ there to show all content of testimonial

    Regards,

    in reply to: Increasing Font Size #149480
    Psink
    Keymaster

    Yes, there are no options to change font sizes, but no worries we can help you by providing additional CSS to achieve your goal.

    Can you please do me a small favor, please elaborate in more which fonts you want to increase if possible by providing screenshots with marking

    Regards,

    Psink
    Keymaster

    Can you please elaborate in more detail with some of screenshots? I did not understand that you are trying to explain

    regards,

    Psink
    Keymaster

    hello tia,

    All the future will be available once the theme is activated. The only update will be blocked if the theme license is not activated. You can use all the future of the theme without license activation, only thing is you did not get a new update without activation.

    please check this screen record to activate theme license
    https://www.awesomescreenshot.com/video/3574364?key=8dee2976f7e555392e3a758b07e8314b

    Regards,

    in reply to: Header image size, and text color #149444
    Psink
    Keymaster

    Can you please share your site URL?

    regards

    Psink
    Keymaster

    Please follow the theme instruction
    https://themepalace.com/instructions/themes/signify-pro/

    Regards,

    Psink
    Keymaster

    hello there

    I guess the issue is the social menu overlaps submenus

    please add this css in additional CSS

    
    @media screen and (min-width: 1024px) {
          .main-navigation ul ul {
                z-index: unset;
          }
          .main-navigation ul li:hover > ul  {
             z-index: 1 ;
          }
    }
    

    regards,

    in reply to: Strange Menu Behavior #149441
    Psink
    Keymaster

    I’m unable to visit your site. There is no option for login.
    Can you please arrange a different way so that I can visit the demo site?

    reagards

    in reply to: Multiple pictures in header? #149439
    Psink
    Keymaster

    Sorry, it is not possible to have multiple images in the header

    regards,

    in reply to: sidebar + theme styles #149417
    Psink
    Keymaster

    To deactivate sidebar

    Go to Admin panel >> appearance >> customize >> theme options >> layout options – there you will find options to deactivate sidebar

    To remove captions please add this css in additional css

    
    .woocommerce .woocommerce-breadcrumb,
    .woocommerce .woocommerce-shorting-wrapper{
    	display:none;
    }
    
    @media only screen and (min-width: 64em){
    	.site-content>.wrapper {
    	    padding: 40px 30px;
    	}
    }
    
    

    To remove underlines in link please add this css

    
    .entry-content a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .entry-summary a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .ew-about a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption), .widget_text a:not(.more-link):not(.button):not(.fa):not(.remove):not(.wp-playlist-caption) {
        text-decoration: none;
    }
    

    Regards,

Viewing 15 posts - 961 through 975 (of 1,451 total)