Theme Palace » All Posts https://themepalace.com/forum/pro-themes/magpaper-pro/feed/ Wed, 24 Jan 2024 09:44:08 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/restrict-next-and-previous-post-links-to-current-category/#post-191012 <![CDATA[Reply To: Restrict Next and Previous post links to current category]]> https://themepalace.com/topic/restrict-next-and-previous-post-links-to-current-category/#post-191012 Mon, 09 Oct 2023 04:40:09 +0000 Psink First, 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=fd90b6e39aaf0a2a72aa57c24060f507

]]>
https://themepalace.com/topic/restrict-next-and-previous-post-links-to-current-category/#post-190973 <![CDATA[Restrict Next and Previous post links to current category]]> https://themepalace.com/topic/restrict-next-and-previous-post-links-to-current-category/#post-190973 Tue, 03 Oct 2023 12:57:48 +0000 agregatwebmaster Hi, I would like to list posts from a specific category; and I would like to configure the individual posts so that the next/previous post links are restricted to the current category.

Is there a way to achieve this?

Thanks

]]>
https://themepalace.com/topic/mobile-custom/#post-185414 <![CDATA[Reply To: Mobile custom]]> https://themepalace.com/topic/mobile-custom/#post-185414 Fri, 26 Aug 2022 11:09:16 +0000 Uria Bar-Meir My website URL: https://www.yesminister.co.il/

]]>
https://themepalace.com/topic/mobile-custom/#post-185328 <![CDATA[Mobile custom]]> https://themepalace.com/topic/mobile-custom/#post-185328 Wed, 24 Aug 2022 03:15:30 +0000 Uria Bar-Meir Hi,

I use the Magpaper theme, which I really like, but unfortunately for some reason when I enter the website through mobile I get a blank page, so I need to scroll right to see the website. Many users don’t get it, so many don’t read me because of that.

What can I do?

]]>
https://themepalace.com/topic/no-google-or-any-fonts-in-customizer-pick-list/#post-179161 <![CDATA[Reply To: No google (or any) fonts in customizer pick list]]> https://themepalace.com/topic/no-google-or-any-fonts-in-customizer-pick-list/#post-179161 Wed, 23 Feb 2022 05:39:44 +0000 sanam Hello @JCMARTIN,

Can you please share your dashboard login through our contact form? we will check the issue.
here is the link
https://themepalace.com/contact-us/

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179160 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179160 Wed, 23 Feb 2022 05:29:11 +0000 sanam Hello @JMGROVE, Regarding putting the title line over the top of the main “logo” image?. We are sorry to inform you that it is not possible.

Also, regarding the color of the hamburger menu, it seems fine when we checked your site.

Regards,
Themepalace

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179100 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179100 Wed, 23 Feb 2022 05:20:45 +0000 ruth butler Previous entry:

.menu-toggle svg.icon-close {
width: 16px;
height: 16px;
fill: #fff;
}

svg.icon-menu {
fill: #fff;
width: 30px;
height: 30px;
vertical-align: baseline;
}

.menu-open .menu-toggle .icon-close {
display: block;
fill: #fff;
margin: auto;
width: 20px;
height: 20px;
}

]]>
https://themepalace.com/topic/no-google-or-any-fonts-in-customizer-pick-list/#post-179105 <![CDATA[No google (or any) fonts in customizer pick list]]> https://themepalace.com/topic/no-google-or-any-fonts-in-customizer-pick-list/#post-179105 Tue, 22 Feb 2022 14:19:29 +0000 John Martin When I go to theme options>typography, the pick lists are blank. I can install a google fonts plugin, and it works, but I’d like to fix the theme.

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179099 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179099 Tue, 22 Feb 2022 12:43:04 +0000 ruth butler No this did not work unfortunatley, any sugtgestions? this is a dark site and the hamburger menu open/ close is now black and not visible on devices.

Thank you

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179098 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179098 Tue, 22 Feb 2022 12:20:22 +0000 sanam Please add this CSS

.menu-open .menu-toggle .icon-close,
svg.icon-menu {
fill: #fff;
}

Regards,
Themepalace

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179097 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179097 Tue, 22 Feb 2022 12:20:12 +0000 sanam Please add this CSS

.menu-open .menu-toggle .icon-close,
svg.icon-menu {
fill: #fff;
}

Regards,
Themepalace

]]>
https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179096 <![CDATA[Reply To: Header left-right boxes add widget or add thumbnails?]]> https://themepalace.com/topic/header-left-right-boxes-add-widget-or-add-thumbnails/#post-179096 Tue, 22 Feb 2022 12:19:07 +0000 ruth butler Any way to put the title line over the top of the main “logo” image?

I have bought this theme twice, im an ameture coder, and I will be purchasing again
to make some new twist’s on this backend, thank you for your excellent work!

]]>