Forum Replies Created
-
AuthorPosts
-
October 9, 2023 at 2:02 am in reply to: How can i re-arrange the sections of the website (Travel Master Pro) #191014
Psink
KeymasterThe video link you have sent is corrupted.
https://www.awesomescreenshot.com/image/43437265?key=d0cad3e6bee60d4a0852ce533e64eee1October 9, 2023 at 12:40 am in reply to: Restrict Next and Previous post links to current category #191012Psink
KeymasterFirst, you need to add WPCode plugin to added the PHP snippet.
And here is the code
remove_action( ‘magpaper_pro_action_post_pagination’, ‘magpaper_pro_post_pagination’, 10 );
add_action( ‘magpaper_pro_action_post_pagination’, ‘magpaper_pro_new_post_pagination’, 10 );
function magpaper_pro_new_post_pagination() {
the_post_navigation( array(
‘prev_text’ => magpaper_pro_get_svg( array( ‘icon’ => ‘up’ ) ) . ‘%title‘,
‘next_text’ => ‘%title‘ . magpaper_pro_get_svg( array( ‘icon’ => ‘up’ ) ),
‘in_same_term’ => true,
) );
}Please follow the screen record and add this code on your site
https://www.awesomescreenshot.com/video/21420290?key=fd90b6e39aaf0a2a72aa57c24060f507October 8, 2023 at 11:48 pm in reply to: How can i re-arrange the sections of the website (Travel Master Pro) #191011Psink
KeymasterCould you please share a reference screen record? Section sortable should work
https://www.awesomescreenshot.com/video/21419506?key=a22890f0f56ddcce96981fcafe1d9590It would be easy for us to understand the issue more detail and help you to fix this issue
Psink
KeymasterIs it possible to share your site URL? we will inspect and provide you a CSS to change the color
September 19, 2023 at 12:27 am in reply to: Does the theme come with built-in customization options? #190874Psink
KeymasterHello @ALISALMAN
It’s a classic theme, and the theme does not offer options for color, fonts, and layout. Themes mainly offer options to set content rather than styling options. But yes Pro version offers a few more options for styling like font options, and theme scheme color.
I would recommend you try a free version
Psink
KeymasterWe have rollback the customization, and now it’s working well
If the issue occurs again while customizing the site, please let us know after which setting the issue arises It will help us to track the issue
Psink
KeymasterHello @NATURAGRECA, @SURGAL
Is it possible to share your site URL?
Psink
KeymasterCan you please share your login with my previous email? We will check and let you know
Psink
KeymasterDid you reset your site or did any thing else? Can you please elaborate in more details
Psink
KeymasterCan you please share your site URL?
Psink
KeymasterPlease follow the screen record
https://www.awesomescreenshot.com/video/20470761?key=33881286d8cf7599bd2566bfd3a2bae1Psink
KeymasterYou can add this CSS in the Additional CSS
.post-categories :not(:last-child):after {
content: ” “;
margin-right: 5px;
}Psink
KeymasterThe option that you are looking for is not available in free version. Sticky header option is only available in Travel Master Pro
Psink
KeymasterWe have import the data please verify from your side
Psink
KeymasterBefore importing data is it okay to reset your site?
-
AuthorPosts