mmx0
Forum Replies Created
-
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Jetpack Options Not Found errorIts not a necessary line of code.
Just comment it out and your gallery will work. I just tried and it’s working great.Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Jetpack Options Not Found errorI have the same error too:
Fatal error: Class ‘Jetpack_Options’ not found in /srv/www/mysite/wp-content/plugins/tiled-gallery-carousel-without-jetpack/jetpack-carousel.php on line 249Yeah, just happened to me too.
Just go into your plugins directory (within wp-content/ directory) and rename the backwpup folder. You’ll be back up in no time.
??
MMXForum: Plugins
In reply to: [Plugin Organizer] wildcard or regex in URL admin?Ok, that’s quite understandable. However, would you consider streamlining the URL entry process?
Maybe use the regex just to make it easier on users to enter URLs, then expand the regex into the full URL’s before adding them to the db.
Maybe just reduce the number of clicks required to enter a URL. After I enter a URL, I have to click twice to get back the the URL input text box. How about present the text box in the screen that says “URL successfully added to the database.”?If I could enter
https://www.domain.com/[ja,pt,th]/path/to/page
and Plugin organizer entered all three URLs into the DB with the setting I check, that would be seriously helpful.Thanks,
MMX
Two more changes to make this work well …
In file: wp-content/plugins/hikari-category-permalink/hikari-category-permalink-core.php
Comment out the following line and replace it with the one below using the “wp_get_object_terms” function. you must add your own taxonomy slugs in the the “array (‘category’,’your_slug1′, ‘your_slug2’)”//$cats = wp_get_post_categories($post->ID); $cats = wp_get_object_terms($post->ID, array('category','events_categories','faq_category'), array('fields' => 'ids') );
In file: wp-content/plugins/hikari-category-permalink/scategory_permalink.js
Add the slugs again in the javascript file ….function onClick(event) { deselectAll(); var current = $(this).prev('label').find('input').val(); $('#in-popular-category-' + current + ',#in-category-' + current + ',#in-events_categories-' + current + ',#in-faq_category-' + current).each(function() { $(this).parent('label').css('fontWeight', 'bold'); $(this).attr('checked', true); }); $('#scategory_permalink').val(current); event.preventDefault(); }
Hi,
I have the same question, and what the OP (and I) need isn’t available. We have other plugins that get AFU (messed up) when Custom Post Type Permalinks is enabled. It doesn’t matter that you can set the structure per post type, we need to be able to tell the plugin to completely ignore certain post types. In my case its the time.ly “All in One Event Calendar”Can the author give us a checkbox to “Ignore” specific post types? Don’t add any rewrite rules for that post type. Please?
Thanks,
MMX
Forum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer qTranslateIs it possible to enter some sort of wildcard in the custom URL’s admin area? I’d like to enable a specific plugin on all URL’s that contain “frequent-questions” for example.
Thanks,
MMXForum: Plugins
In reply to: [Plugin Organizer] Plugin Organizer qTranslateCan you give me and example of the the “language URL” I would enter? I have a site with about 300 posts/pages/custom-posts and three foreign languages. Do I have to enter all 900 URLs in the URL admin? ??
Thanks,
MMXYeah, that did it. They appear now. So what was going on there?
I just checked my settings and i have 999 as the number of plugins to display on one page, and I still don’t see the icons.
Thanks for looking into this for us.
MMXI have all the plugins displayed on one page, and in fact, there is no visible way to control pagination on the plugins screen.
I’m on WP 3.4.2 and I just installed this plugin yesterday.
MMX
I’m having this problem. I don’t see any icons to change the plugin load order on my “installed plugins” page.
MMX