Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
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,
May 2, 2021 at 2:40 am in reply to: I can’t access into my TP account dashboard. It says I was allowed to enter. #149586PsinkKeymasterYou 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.
PsinkKeymasterplease 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
PsinkKeymasterCan you please share your site URL?
regards
PsinkKeymasterPlease send it through our contact form
https://themepalace.com/contact-usregards
PsinkKeymasterAhh, 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=23c3fd680875da4d102015eabbc7d180Add 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,
PsinkKeymasterYes, 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,
April 29, 2021 at 11:28 pm in reply to: I can’t edit/remove the words About and (WP Travel Card right after the About). #149476PsinkKeymasterCan you please elaborate in more detail with some of screenshots? I did not understand that you are trying to explain
regards,
April 29, 2021 at 11:20 pm in reply to: Purchased Pro for Signify Photography – making sure it’s enabled #149475PsinkKeymasterhello 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=8dee2976f7e555392e3a758b07e8314bRegards,
PsinkKeymasterCan you please share your site URL?
regards
April 29, 2021 at 3:41 am in reply to: Purchased Pro for Signify Photography – making sure it’s enabled #149443PsinkKeymasterPlease follow the theme instruction
https://themepalace.com/instructions/themes/signify-pro/Regards,
April 29, 2021 at 3:18 am in reply to: Some Elements of Next Travel Pro can’t edit under Customize area #149442PsinkKeymasterhello 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,
PsinkKeymasterI’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
PsinkKeymasterSorry, it is not possible to have multiple images in the header
regards,
PsinkKeymasterTo 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,
-
AuthorPosts