Home › Forums › Pro Themes › Magpaper Pro › MAGPAPER PRO List dislocation
- This topic has 22 replies, 4 voices, and was last updated 5 years, 5 months ago by wensolutions.
-
AuthorPosts
-
May 4, 2019 at 8:48 am #96893ufowoParticipant
UFOWO.com
Free version, no mistakes. But for the fee version, the list is out of place. Please solve the problem.May 6, 2019 at 12:49 am #96980wensolutionsKeymasterHello,
Actually, your query is not quite clear to us. Can you please provide us screenshot of the list that you are referring to, so that we can inspect the issue further ?
Hope to hear from you soon.
Regards!!
May 6, 2019 at 1:55 am #96985ufowoParticipantYou can visit the website above. It shows an error.
May 6, 2019 at 2:02 am #96986ufowoParticipantMay 27, 2019 at 11:59 am #98637Alexis de GuitautParticipantHi,
I have exactly the same problem/
All was ok with the free version, and when switching to Pro git the bug…Not a good experience for a fee version…
Could you fix this bug, which seems pretty minor to fix?
Many thanks.May 28, 2019 at 12:58 am #98669wensolutionsKeymasterHello @rasage-classique,
When we tested the theme on our side, everything seems to work fine as you can see in the demo as well.
https://themepalace.com/theme-demo/?demo=SEZVTzZqME4rSnRFV2V3bnRUZHB5QT09#
So the issue might have raised due to conflict with other third-party plugin so please once deactivate the third party plugins if you have installed and verify the issue.
If the issue still persists then kindly provide your site URL so that we can inpect the issue further and help you.
Thank you.
May 28, 2019 at 10:48 am #98711Alexis de GuitautParticipantHello,
Many thanks for your quick reply.
I haven’t insatalled any plugins. I first used your free version with no prb, and the bug appeared when i passed to the premium version.
My website is http://www.blog.rasage-classique.com.
Many thanks for your help.
AlexisMay 28, 2019 at 11:21 pm #98736wensolutionsKeymasterHello @rasage-classique,
When we tried to inspect your site URL, we found that the site is not working.
So can you please fix the site and inform us so that we can inspect the issue further and help you?
Thank you.
May 29, 2019 at 1:57 am #98742Alexis de GuitautParticipantSorry for that.
I’ve juste tried, the site is now on : http://blog.rasage-classique.com/
Thanks a lot for your help,
AlexisMay 29, 2019 at 7:35 am #98763wensolutionsKeymasterHello @rasage-classique,
Thank you for the URL.
Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (min-width: 992px){ #latest-posts article { width: 100%; } }
Hope this helps.
Thank you.
May 29, 2019 at 7:49 am #98764Alexis de GuitautParticipantGreat thanks, looks much better now.
Can I aske another thing : my menu is composed by catagories. On the landing page of each categorie page there is a cover picture with “Categorie : (categorie name)” written over the picture.
1. How can I customize the picture for each categorie? By default it is always the same picture for all categories…
2. Can I delete the “Categorie :” written over the picture?
Thanks again for your help,
AlexisMay 29, 2019 at 8:25 am #98765wensolutionsKeymasterHello @rasage-classique,
The feature to change the header image in the category is not available in the theme and as much as we would love to help you with this, we are unable to do so as it requires higher code customization
As for removing the category title on the header, you need to add the custom code in your child theme.
To know how you can activate the child theme, refer to below given link.
https://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme functions.php add below given code.
function magpaper_pro_child_remove_cat_titles($title) { if ( is_category() ) { $title = single_cat_title( '', false ); } elseif ( is_tag() ) { $title = single_tag_title( '', false ); } elseif ( is_author() ) { $title = '<span class="vcard">' . get_the_author() . '</span>' ; } return ''; } add_filter( 'get_the_archive_title', 'magpaper_pro_child_remove_cat_titles' );
Hope this helps.
Thank you.
May 29, 2019 at 9:14 am #98768Alexis de GuitautParticipantOk, many thanks.
I’ll give it a try.
Best.May 30, 2019 at 12:23 am #98798wensolutionsKeymasterHello,
Glad that we could help you.
If you encounter any problem, feel free to write back to us.
Best Regards!
June 27, 2019 at 11:00 pm #100735Michelle JohnsonParticipantI have this same problem. When I upgraded to Pro all of the stories below are showing up in one column instead of multiple columns. The CSS above does not fix this. It just makes the one column wider. How can I get the same look as in the free version? One big column is not attractive.
If this can’t be fixed I will feel like I wasted $50.
Do you guys have a solution for this?
Here’s the url. The stories under latest posts should be multiple columns. -
AuthorPosts
- You must be logged in to reply to this topic.