Suzette Franck
Forum Replies Created
-
I’m on version 4.1.4 and all the meta boxes are gone. If I toggle them in screen options, they do come back but the formatting is all off and the file uploader doesn’t work. When I go back into the CPT, the metaboxes have disappeared again after toggling them on! This plugin is very important, I will pay for it if needed but I just need it to work!
Forum: Reviews
In reply to: [Edit Flow] Clients will love this.<3 I love the custom statuses!
Forum: Reviews
In reply to: [Edit Flow] Love Edit FlowThanks Stephen! Edit Flow rocks! Here is a link to my speaker deck on it: https://speakerdeck.com/suzettefranck/edit-flow-0-dot-7-6
Someone suggested uninstalling and reinstalling Jetpack, so I tried this: deactivating Jetpack, deleted Jetpack, reinstalled Jetpack, reactivated it, reconnected it to WordPress.com did not work.
But… when I took the checkmark off “Put a chart showing 48 hours of views in the admin bar.” then saved it, clicked on Learn more, then deactivate, then reactivated it, clicked on the checkmark to enable the graph, and now it seems to be working after a few minutes.
Very strange indeed! So is this a bug or just a weird anomaly?
Forum: Plugins
In reply to: [LightPress Lightbox] Lightbox Dropping to Bottom Since WP 3.5 UpgradeAn awesome developer helped me discover the issue! He did a lot of troubleshooting and even set up another installation to test it. This is what he found:
The Doctype HTML declaration was at the top of the header.php file:
<!DOCTYPE html>
However, the <?php get_header(); ?> was not the first thing in the template files, I had other PHP code first, so I just moved the <?php get_header(); ?> to the top, like so:
<?php get_header(); ?>
<?php
$page = $_REQUEST[‘page’]; //gets page number for title
if (!$page) { //if page number is blank, it must be 1
$page = 1;
}
?>and now the lightbox is showing up correctly. Hope this can help someone else out as well!
Thanks,
mt_SuzetteForum: Plugins
In reply to: [LightPress Lightbox] Lightbox Dropping to Bottom Since WP 3.5 UpgradeThanks for your help, I will test further and see what I can find out.
Forum: Plugins
In reply to: [LightPress Lightbox] Lightbox Dropping to Bottom Since WP 3.5 UpgradeI don’t have a pinterest plugin, I just had a line in the header to add it manually, I took that out but the problem is still occurring.
I disabled all plugins and the problem is still occurring.
All of the social media buttons are a part of the template and not via a plugin.
Any other suggestions? Would it help to see my header file?
Forum: Plugins
In reply to: [WP Help] Embeded media no longer worksDid anything change? I have some with embedded media and it is still working afer the upgrade to 1.2