It’s impossible to switch between plain and rich text editors when Magic Fields is enabled for any post type. And the WYSIWYG is MIA! [Screenshot]
]]>I have been unable to save new field values since upgrading the core to 4.4.1.
Does anyone have any tips and/or has anyone else run into this problem?
Thank you,
]]>I am currently unable to upload any media to my website and my homepage slider is completely broken. It does not move from slide to slide and the image/text for each one just displays broken – further down on the webpage.
I have deactivated every plugin one at a time and the issue seems to be with Magic Fields as everything I am having issues with disappears when I deactivate the plug. Problem is, so does 90% of my site content.
I was having problems yesterday and updated the plugin, but to no avail. Does anyone have any suggestions? I am fairly new to this, so I’m not sure what else to try.
]]>Hi
I’m hoping someone can help with this ??
I’ve just set up OptinMonster on my site and I have some checkboxes asking which post types to display my pop up on but my Magic Fields custom post types are not showing.
I have 2 custom post types created using Magic Fields on my site – these don’t seem to be visible at all to OptinMonster though…
Has anyone else found this? Any ideas on how to get it working?
Thanks
Chloe
]]>Checkbox list type does not seem to work. No custom fields generated for and checkbox selected.
]]>I’ve created a group which can be duplicated containing 2 fields which cannot be duplicated (WordPress 4.3.1 / Magic Fields 1.6.3.2)
I’m trying to output the values but I’m just getting a blank – no errors but no data either.
This is my code:
<?php
$nearest_locations = get_group('nearest_locations');
if($nearest_locations) {
foreach($nearest_locations as $nearest_location){
echo $nearest_location['nearest_locations_location_name'][1]."<br />";
echo $nearest_location['nearest_locations_location_distance'][1]."<br />";
}}
?>
I have read lots of threads on this and I don’t know what I’m doing wrong! Any help would be much appreciated ??
]]>Hello,
Since updating both Magic Fields to the latest and greatest and updating WP to 4.3.1 it seems the pages panel is missing from one of my pages. When I try to create another form the WP pages box does not appear. It happens only within a Magic fields page.
]]>Dear all,
I get the following error’s using magic fields. As a result the plugin takes the memory from my server. Any idea what is going wrong?
gr
Maarten
Notice: Undefined index: type in /xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 24
Notice: Undefined index: option in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 25
Notice: Undefined index: query_var in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 28
Notice: Undefined index: exclude_from_search in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 29
Notice: Undefined index: label in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 30
Notice: Undefined index: rewrite in /home/ireneoli/public_html/ligplaats.net/wp-content/plugins/magic-fields-2/mf_register.php on line 54
Notice: Undefined index: menu_position in /h/xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 61
Notice: Undefined index: capability_type in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 66
Notice: Undefined index: description in //xxxx/wp-content/plugins/magic-fields-2/mf_register.php on line 82
Notice: register_post_type werd verkeerd aangeroepen. Namen van bericht typen moeten tussen de 1 en 20 tekens zijn. Bezoek de Debugging in WordPress-pagina voor meer informatie. (Dit bericht is toegevoegd in versie 4.2.) in //xxxx/wp-includes/functions.php on line 3622
]]>Hi,
Is it possible to add .gpx extension for upload fields allowed format ?
Thanks.
]]>I get PHP errors like:
( ! ) Strict standards: Non-static method RCCWP_Application::InWritePostPanel() should not be called statically in /var/www/xxx/wp-content/plugins/magic-fields/Main.php on line 163
]]>Hi there,
One of the sites we have at my workplace that uses Magic Fields is not allowing uploads in any custom image fields. We are on WP version 4.2.2 and using Magic Fields plugin.
The areas that you would normally see a button to grab the image from your computer or image library, just says FORBIDDEN.
The developer that was looking at this, can’t see what the issue is and thinks it’s something to do with the server we host the site on.
I’m not convinced that’s the issue. Has anyone else had this issue? Do you know of a way to resolve it?
It’s causing a backlog of work because we haven’t been able to fix it yet. I’m unable to share the website URL on here as it’s a large company.
Any help or advice would be really appreciated. Thanks
]]>So I have this code I use for the magic fields it works on the main theme but on the mobile theme its been converted from twentyeleven. It keeps showing up as a news post when I want it to show up as its own posts like the code should be doing… Any idea why this is not working?
<h2 class="main">Videos</h2>
<ul id="videos-home">
<?php
$VideosHome = new WP_Query();
$VideosHome->query('showposts=9&cat=12');
while ($VideosHome->have_posts()) : $VideosHome->the_post(); ?>
<?php $count = 0; ?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail('video-home-thumb'); } else { ?>
<img src="<?php bloginfo('template_url');?>/images/no_image_available_r.jpg" alt="No Thumbnail" class="post_thumbnail">
<?php } ?>
</a>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><h2 class="video_title"><?php
$mytitle = get_the_title();
if ( strlen($mytitle) >80 )
$mytitle = substr($mytitle,0,80);
echo $mytitle;
?></h2></a>
<span class="video_home_added"><strong>Added:</strong> <?php the_time_ago() ?></span>
<span class="video_home_views"><strong>Views:</strong> <?php if(function_exists('the_views')) { the_views(); } ?></span>
</li>
<?php if ($count == 3) { ?>
<li class="clear"></li>
<?php } else { } ?>
<!--/post-<?php the_ID(); ?>-->
<?php $vidcount++; ?>
<?php endwhile; ?>
</ul>
<div class="clear"></div>
<div class="more">
<a href="/v5/category/videos/">More Videos</a>
</div>
<div class="clear"></div>
Like I said works on the main site but when I use the converted mobile twentyeleven site does not work? What do I need to fix and thanks…
]]>I know this plugin is not supported and I’m not sure if the author checks its info, but your magicfields website was hacked by someone.
I know id want to know if it happened to me.
Is there a function in Magic Fields 1.0 to select a different archive page – similar to the archive slug register in regular WordPress?
]]>When i try to add a new product option it just gets stuck and says
Adding – please wait…
any help?
thanks in advance.
]]>I am hoping someone can give me a hand with this. After I upgraded the site to 3.9.2, Magic Fields will no longer update or save any edits I make in the admin. There are no errors shown, the page refreshes and the edits haven’t taken. Magic Fields 2 is not backwards compatible, so upgrading it isn’t an option. Any help would be greatly appreciated.
Thank you.
]]>Hello,
when I activate the plugin, the Media Library dont work ?? I only see the loading graphic but no images are loaded. It works fine as soon as I disable MF Plugin.
The problem also existed with WP 3.9.2.
Does anyone have the same problem? Have a solution?
Thanks!
]]>Hello MF
Maybe I’m missing something but it seems as though Short Codes from other plugins do not work with Magic Fields 1.
The plugin short code in question is for Simple Paypal Shopping Cart…
Here’s the short code:
[wp_cart_display_product name=”Poster” price=”20.00 + Shipping” ]
Does anyone have a work around for this? Ideas?
Adam
]]>Hey guys, the media browser is being displayed really funny since 1.6.
https://www.dropbox.com/s/ohzz7ukwkf976vk/Screen%20Shot%202014-07-23%20at%206.26.56%20pm.png
Could you possibly add this to your admin.css
#media-upload .ui-sortable .media-item { clear: both; }
.describe input[type=text], .describe textarea { font-size: 12px; }
Hi,
A site has been using a function to display MF data. When I upgraded to WP 3.9 this stopped working. What may need to be updated below to get this working again?
<?
$query = new WP_Query();
$all_pages = $query->query(array('post_type' => 'page'));
$jobs = get_page_children(get_the_ID(), $all_pages);
foreach( $jobs as $job ): ?>
<p><a href="#job-<?= $job->ID ?>" class="fancybox"><?= $job->post_title ?></a></p>
<div class="job">
<div class="job-inner" id="job-<?= $job->ID ?>" >
<h2><?= $job->post_title ?></h2>
<?= format_content( $job->post_content ) ?>
]]>
The distraction free writing button should be hidden from Magic Fields tinymce as this only shows page title and default content fields.
]]>Using 1.6.2.1 all sorts of js errors: tinymce not defined is the most prominent. MCE does not appear on the editor anymore, and our custom fields show nothing but Loading Data on the backend. Any advise? Thanks,
]]>So, I have a site that was built several years back with Flutter as the custom fields plugin since Magic Fields was unknown to me at the time. Now, flash forward several years, and Flutter doesn’t work for crap anymore so I found the thread from Hunk & Gnugget on how to update Flutter to Magic Fields, swapped it over and all when well and shows up… Only problem is now I cannot upload images to the old image custom fields.
Anyone else ever had this issue or know of any resolutions?
]]>I have an problem with some my field doesn’t open after i select it.
so what the problem with it?
Hello, i need to add .html to URL of custom posts that created by magicfields 2.
for example: https://mydomain.com/custom_post_type/my_first_custom_post.html
now it works same but without .html at the end of string.
How i can add it?
Thanks!
Using WordPress 3.9, and Magic Fields 1.6.2, with a
custom write panel, containing several required fileds.
The 2nd required field is a multiline textbox. When all
required fields are filled in, clicking either Save Draft
or Publish, the multiline textbox shows an error:
“This field is required”.
But without making any changes, and clicking either Save Draft
or Publish again, the post is saved successfully.
Does anyone else have this problem?
Other custom write panels, containing required fields
but no multiline textbox, do not have this problem.
On WP 3.9, I just migrated from Flutter to Magic Fields 1.6.2.
The Custom Write Panel fields appear to be ok. Some fields are required. However when I edit a post that contains the required fields, and leave out a required field, and then Save Draft, there is no error message for the missing required field. Any other entered field values do get saved.
I just upgraded to 3.9 and the Visual Editor disappeared. It reappears when I deactivate Magic Fields, but my entire custom site depends on Magic Fields.
Any workarounds for a total WP newbie??
Help!
]]>Magic fields suppresses display of pages in the dashboard. Disabling the plugin restores the page list.
]]>The “Visual” Editor doesn’t load anymore for any multiline text field (wordpress 3.9 + Magicfields 1.6.1.1)
]]>