enigmaverse
Forum Replies Created
-
Solved my issue… set up as a sub-site the parent wordfence plugin was causing the 403. adjusted settings and all is good.
Forum: Fixing WordPress
In reply to: How to disable WP tooltips in editorDisabling Optimizely solved it for me too… didnt even realize it until you guys pointed it out. No response from Optimizely yet.
thanks @cvfergus for picking up on it. I disabled optimizely to solve my other issue. It was generating 5 CSS errors and one JS error in the admin.
Forum: Fixing WordPress
In reply to: How to disable WP tooltips in editorI see it in Safari, Mozilla, Chrome. Its not just in Edit Posts and Edit Pages, mousing over “activate” for example on the plugin page brings up a tool tip that says “Activate this plugin”
Forum: Fixing WordPress
In reply to: How to disable WP tooltips in editorI dont have an answer for you, but I do have the same problem…. joining for solidarity
Forum: Plugins
In reply to: [Testimonials Widget] Categories List in SidebarHow do I create categories specifc to the testimonials widget plugin? My only option appears to be to add categories to my blog post list, which I do not want to do. I would assume that if this is a custom post type, it also has custom categories… is that not the case?
Edit: Nevermind, I figured it out right after posting… READ the directions ??
Forum: Fixing WordPress
In reply to: "Preview" button displays 404 error on pages in multisite installI solved this by deactivating post types in the function file. Our custom theme is not using them, so its one less meta box on the page.
Forum: Plugins
In reply to: [Network Latest Posts] Changing date published to date modifiedI just updated and investigated.
Its close, but not what I’m looking for. If a user updates a post in the news feed, you are still showing the published date, I want to show the date it was updated… How do I change the $datepost to reflect the_modified_date()?
use_pub_date simply keeps the posts in the published order regardless of update.
Forum: Plugins
In reply to: [Network Latest Posts] Changing date published to date modifiedWhich version is this in? and is this accessible thought the widget?
Forum: Plugins
In reply to: [MediaElement.js - HTML5 Video & Audio Player] MP4 doesn't work in FirefoxAccording to wordpress, MediaElements.js is at the core of video functionality in wordpress:
https://make.www.ads-software.com/core/2013/04/08/audio-video-support-in-core/I’m fighting the same issue as you. Mine appears a little more complex as I get a flash fallback in Moz in windows xp, but just a spinning load screen in Win7 on Moz. By installing the plugin to get subtitle support, you may actually be downgrading the js code to a previous version. Try installing:
https://www.ads-software.com/plugins/accessible-video-library/to access and configure your subtitles
Forum: Plugins
In reply to: [Multisite Global Search] How Do I hide search options in templateI found my answer through another thread:
the function supports three option:
function ms_global_search_vertical_form( $page, $search_pages, $hide_options )so by changing this:
<?php Multisite_Global_Search::ms_global_search_horizontal_form(‘search-results’) ?>
to this:
<?php Multisite_Global_Search::ms_global_search_vertical_form(‘search-results’,”,’hide_options’); ?>you can hide options.
Having a similar issue, since the upgrade to 3.6, the datable options are no longer functioning…. this includes the alternating row style class disappearing. I cant get horizontal scroll, sort, search, pagination, etc to work.
Website is https://www.pagecentral.com/ecs-martinenclosures/
it is password protected for now, if you need access tobias, please contact me.
Forum: Plugins
In reply to: [WooSidebars] Custom Taxonomy terms not functioningrsabbagh: Dwain means you need to create a custom template for the taxonomy you want to use similar to what you would do for custom posts or pages. So in my case, I would need to create taxonomy-products.php as part of my theme. I havent implemented it yet, but I will give it a shot over the next couple days.
Forum: Plugins
In reply to: [Recent FB Posts] [Plugin: Recent Facebook Posts] API status: Not connectedI’ve also developed an issue with this. Mine was running sucessfully for a week and cant seem to connect now.
Check your FB app setting as I receieved an alert that the app was disabled until I made it compliant with the “JUly 2013 breaking changes”
I have not been able to get it working yet, but there were other issues with my FB app configuration as well.
Forum: Plugins
In reply to: [Recent FB Posts] Setting image widthI’ve got the same issue. It looks like he is grabbing the “picture” field from the open graph post object, but for some reason its only returning thumbnail size. I started digging into a month ago, but needed to move on to keep a project on schedule…
if we could somehow reference the photo object type it would give us the ability to scale the images. A setting on the tools page would be nice too.