Theme Palace » All Posts https://themepalace.com/forum/pro-themes/magpaper-pro/feed/ Mon, 24 Mar 2025 13:17:54 +0000 https://bbpress.org/?v=2.6.12 en-US https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196847 <![CDATA[Reply To: Bug: direction of submenus does not adapt to window]]> https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196847 Thu, 26 Sep 2024 12:32:50 +0000 agregatwebmaster That did the trick
Thanks very much for you help

]]>
https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196843 <![CDATA[Reply To: Bug: direction of submenus does not adapt to window]]> https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196843 Thu, 26 Sep 2024 11:15:45 +0000 Psink @agregatwebmaster, You can add this CSS in the Additional CSS under Customizer section, this will help submenu to open on right side

@media screen and (min-width: 1024px) {
#masthead .main-navigation ul ul li a svg {
display: inline-block;
top: 17px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}
}

After adding this CSS menu looks something like this
https://www.awesomescreenshot.com/video/31939296?key=d59d3b0130bdd4f6151dfbe84d751297

]]>
https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196841 <![CDATA[Bug: direction of submenus does not adapt to window]]> https://themepalace.com/topic/bug-direction-of-submenus-does-not-adapt-to-window/#post-196841 Thu, 26 Sep 2024 10:20:23 +0000 agregatwebmaster Please refer to this site to understand the issue:
https://historyandtranslation.net

In the main menu, many of the submenus have sub-submenus. E.g. About Us > Manifesto > Submenu of Manifesto

The problem is that these sub-submenus always appear to the left of the submenu, regardless of the fact that they extend beyond the edge of the window. This makes them illegible.

Is there a way of getting these sub-submenus to open to the right? Or to have them to adapt correctly to the width of the window and open to the right or left accordingly?

Many thanks for your help

Chris

]]>
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

]]>