Dave
Forum Replies Created
-
Thanks!
Forum: Plugins
In reply to: [Events Search For The Events Calendar] Making it work on IEMy mistake! It was my theme that was preventing it from working on IE 11. I had a custom script in there overriding the tribe-filterbar-js. It’s working now. Fantastic. Thank you!
Forum: Plugins
In reply to: [Events Search For The Events Calendar] Making it work on IEDarn. IE 11 is not old. Unfortunately, many of my clients are using it (university staff). Any suggestions on how I can make it compatible? or where to start? That’s a big question, I know. I’m just grasping at straws here.
Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] WP All Export Pro IssuesWow. Thank you for this. I had no idea that the cron URLs changed. That’s quite a big deal. Did you notify us of this change, and I just missed it? I imagine a lot of cron jobs stopped working suddenly, like mine. Or did the old URLs keep working after this update? Anyway, I’m glad I found this. I hope it fixes my issue (exporting a custom post type to localist doesn’t seem to be working anymore).
Forum: Plugins
In reply to: [Block Lab] Images won’t save in the editorNevermind! I just found this issue thread:
https://github.com/getblocklab/block-lab/issues/297
and the suggested fix worked for me. Just resaving the block worked.
Thanks!
Forum: Plugins
In reply to: [Custom Simple Rss] Multiple custom taxonomies?This was all I needed, in case anyone else is interested:
https://premium.wpmudev.org/blog/building-customized-urls-wordpress/
Forum: Plugins
In reply to: [Custom Simple Rss] Multiple custom taxonomies?I don’t understand. Shouldn’t anything between the dataset tags be available as a URL parameter?
<dc:dataset><_edit_lock><![CDATA[1535628602:1]]></_edit_lock><_edit_last><![CDATA[1]]></_edit_last><show_on_front_page><![CDATA[0]]></show_on_front_page><_show_on_front_page><![CDATA[field_5b8573024e96c]]></_show_on_front_page><announcement_category><![CDATA[a:1:{i:0;s:4:”News”;}]]></announcement_category><_announcement_category><![CDATA[field_5b87c2dd34076]]></_announcement_category><mailing_list><![CDATA[a:1:{i:0;s:9:”Bi-annual”;}]]></mailing_list><_mailing_list><![CDATA[field_5b87c3578741d]]></_mailing_list><issue><![CDATA[a:1:{i:0;s:9:”Fall 2012″;}]]></issue><_issue><![CDATA[field_5b87c3838741e]]></_issue><position><![CDATA[5]]></position><_position><![CDATA[field_5b87c41b87420]]></_position></dc:dataset>
Shouldn’t I be able to access these with csrp_meta_key and csrp_meta_value?
The only one that works is position:
&csrp_meta_key=position&csrp_meta_value=2
None of the others work, such as:
&csrp_meta_key=issue&csrp_meta_value=Fall 2012
or
&csrp_meta_key=announcement_category&csrp_meta_value=News
What am I doing wrong?
And as I said in my first question, would I be able to combine fields like:
“show all posts in the News category that have a mailing_list of Weekly and a position of 1”
- This reply was modified 6 years, 6 months ago by Dave.
Forum: Plugins
In reply to: [Smart Slider 3] Version 3.2.5 breaks the sliderYes! This is the problem. Thanks a lot for your support. I really appreciate it.
Forum: Plugins
In reply to: [Smart Slider 3] Version 3.2.5 breaks the sliderUpon further inspection, I believe my CSS is no longer working because the markup in the slider has changed. There is no longer a <div id=”slider_controls”> div wrapping the controls. I think it can be fixed with some CSS modifications.
Forum: Plugins
In reply to: [Smart Slider 3] Version 3.2.5 breaks the sliderHi, Gabor
Thanks for the quick reply. No, I’ve already tried 3.2.13 and the same problem occurs. I’m using the WP Rollback plugin, so I can try any version at any given time. None of the in-between versions work either. The last working version for me is 3.2.4.
Forum: Plugins
In reply to: [WordPress Importer] Issue with Menu importI just gave you the answer above, salam91. You have to create empty menus on the receiving site. And make sure they have the same exact names as the ones you are importing.
Forum: Plugins
In reply to: [WordPress Importer] Issue with Menu importWhen this happens, make sure that the receiving site has menus with matching slugs. In my case, the receiving site had NO menus, so I just created empty menus with the exact same names (slugs) and then the import filled up the menus as expected.
Thanks!
I was able to temporarily fix it by adding the class directly to the indicated file like this:
$box.addClass(customClass).addClass(‘sg-popup-content’);
$overlay.addClass(customClass).addClass(‘sg-popup-overlay’);because contentCustomClassName and overlayCutsomClassName are both undefined (lines 943 and 945).
Obviously this will not hold up after the next update, so please let me know what else I can do? Thanks.
Sorry, wrong plugin…