Theme Palace » All Posts https://themepalace.com/forum/pro-themes/magazinews-pro/feed/ Mon, 24 Mar 2025 13:17:42 +0000 https://bbpress.org/?v=2.6.12 en-US https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196875 <![CDATA[Reply To: Categories, Tags and Collections result in “critical error”]]> https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196875 Mon, 30 Sep 2024 10:20:25 +0000 Psink The issue may arise due to plugin conflict. You can troubleshoot your site by disabling all the plugins. In most cases, the third-party plugins are responsible for this kind of issue. While troubleshooting the site disable all the plugins and check if the problem still exists. In case there is no issue, you may activate plugins one by one to find out which one is responsible for the issue. Once you find out, you can deactivate that plugin or get support from the official plugin author

You can use the Health Check plugin to troubleshoot the site. Here is the link to the plugin
https://wordpress.org/plugins/health-check/

You can visit the demo site of Magazine New pro – there is no such issue with the theme
https://themepalacedemo.com/magazinews-pro/category/education/

Regarding updates, Updates available only show for active licenses. The current version of the theme is 1.0.9 and you are using 1.0.2

]]>
https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196857 <![CDATA[Reply To: Categories, Tags and Collections result in “critical error”]]> https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196857 Mon, 30 Sep 2024 09:14:32 +0000 JEFFREY COOPER The page is https://runningthoughts.tech/tag/quantified-self/

]]>
https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196856 <![CDATA[Categories, Tags and Collections result in “critical error”]]> https://themepalace.com/topic/categories-tags-and-collections-result-in-critical-error/#post-196856 Mon, 30 Sep 2024 09:13:36 +0000 JEFFREY COOPER Hi,

For some time the ability to filter blog articles by tag, category or collection has been broken. Visually, I see a split screen/blank white page. Inspecting the source, I see this error:

There has been a critical error on this website.

Any ideas? If I change my website’s theme to one of the WP out of the box themes like twentytwentyfour, that feature works.

I no longer have an active license- I purchased it in 2019. But when I check my license, it says there are no upgrades available, so it doesn’t seem worthwhile to renew it as there appear to be no updates to it.

Thanks,
Jeff

]]>
https://themepalace.com/topic/front-page-slider/#post-184825 <![CDATA[Reply To: Front Page slider]]> https://themepalace.com/topic/front-page-slider/#post-184825 Wed, 10 Aug 2022 03:43:49 +0000 sanam Hi Clive,

Could you please send us your site URl?

Regards,
Sanam

]]>
https://themepalace.com/topic/front-page-slider/#post-184820 <![CDATA[Front Page slider]]> https://themepalace.com/topic/front-page-slider/#post-184820 Tue, 09 Aug 2022 17:52:30 +0000 Clive McFarlane my front page slider posts are bunched and not moving, although the slider is enabled

]]>
https://themepalace.com/topic/not-able-to-load-demo-data/#post-145660 <![CDATA[Not able to load demo data]]> https://themepalace.com/topic/not-able-to-load-demo-data/#post-145660 Wed, 03 Mar 2021 15:49:03 +0000 Asa Pritchard Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

—-

Sorry, there has been an error.
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini file or by post_max_size being defined as smaller than upload_max_filesize in php.ini.

Import Demo Data gives error (0)

Switching to WordPress not feeling good right not

]]>
https://themepalace.com/topic/social-menu-4/#post-132743 <![CDATA[Reply To: Social menu]]> https://themepalace.com/topic/social-menu-4/#post-132743 Mon, 31 Aug 2020 07:36:02 +0000 wensolutions Hello,

Regarding your query, you have to enable the topbar section by going to Admin Panel > Appearance > Customize >FrontPage > TopBar.

https://prnt.sc/u8sai7

Hope this helps.

If you have further queries, let us know.

Regards.

]]>
https://themepalace.com/topic/social-menu-4/#post-132606 <![CDATA[Social menu]]> https://themepalace.com/topic/social-menu-4/#post-132606 Fri, 28 Aug 2020 22:27:45 +0000 williamscg76 Hi, i have licence of magazinews pro and is updateted to 1.0.7 but the social menu is not apearing on the rigth top corner and the menu was created and asigned to the social menu but is not shown on the site.

How can be fixed?

Grateful, Williams.

]]>
https://themepalace.com/topic/editing-css/#post-115352 <![CDATA[Reply To: Editing CSS]]> https://themepalace.com/topic/editing-css/#post-115352 Thu, 30 Jan 2020 05:49:01 +0000 wensolutions Hello,

As per your query regarding changing the font size or font family of the site Title + Tagline in the header, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

.site-title {
    font-family: cursive;
    font-size: 38px;
}
.site-description {
   font-size: 35px;
   font-family: cursive;
}

You can adjust font size and family as per your requirement.

Regards.

]]>
https://themepalace.com/topic/editing-css/#post-115320 <![CDATA[Reply To: Editing CSS]]> https://themepalace.com/topic/editing-css/#post-115320 Wed, 29 Jan 2020 12:06:51 +0000 Christian DiMarzio Thank you! This has certainly helped me out.

Another question, where would I go/what CSS would I add to change the font size or font family of the site Title + Tagline in the header?

]]>
https://themepalace.com/topic/editing-css/#post-115303 <![CDATA[Reply To: Editing CSS]]> https://themepalace.com/topic/editing-css/#post-115303 Wed, 29 Jan 2020 08:29:30 +0000 wensolutions Hello,

In the child theme, you can add the CSS or extra code as per your requirement. You can create a child theme by referring to the documentation below,

https://wptravel.io/how-to-create-a-child-theme/

Otherwise, you have to add edit by putting code in the Additional CSS section.

Regarding your other queries,

Response 1. In the latest version of the theme, you can change the layout following the path Admin Panel > Appearance > Customize > FrontPage > Main Slider and enable the Classic slider option.

Response 2. To remove the image/link in the footer section you can add CSS following the path Admin Panel > Appearance > Customize > Theme Options > Footer Options and remove the image and the details as per the requirement.

Response 3. To change the color of the top menu you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

#top-navigation {
    background-color: #212121;
}

To change the color of the main menu you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

#site-navigation {
    background-color: #212121;
}

Hope this helps.

If you have further queries, let us know.

Thank you.

]]>
https://themepalace.com/topic/editing-css/#post-115267 <![CDATA[Editing CSS]]> https://themepalace.com/topic/editing-css/#post-115267 Tue, 28 Jan 2020 20:36:03 +0000 Christian DiMarzio I have a few different requests/questions on things I want to change in customizing my theme. However, what would make this easier would just be the ability to actually edit the CSS of the theme. In the wordpress dashboard, under Appearance, the ‘Edit CSS’ button exists, but clicking it just takes me to add Additional CSS – not what I want to do, and doesn’t let me edit what’s already there.

Is there any way for me to actually access this with this theme that I’m missing?

Alternatively, some of the things I’d specifically like to do are,
1) Change the layout so the content takes up the full margins (no background image/padding)

2) Remove the image/link in the footer to the Magazinews Pro site – I paid for the pro theme, I shouldn’t be forced with this watermark

3) Change the color of the Primary and Secondary menu bars

]]>