sezgee
Forum Replies Created
-
Hi,
It works in the icognito borwser, but I still can’t get it to work on regular browsers for previous site visitors. I’ve cleared my browser cache and refreshed the site cache…Actually, no it didn’t fix it. I’m still seeing the default to box view in Firefox.
Yes, that seemed to work, thanks.
Okay, thanks. I turned off expiration on all of our events and then used these two codes:
[upcoming_events per_page=”30″ layout_type=”list” orderby=”event_start_date” order=”ASC”]
[events order=”DESC” orderby=”event_start_date” layout_type=”list”]It looks like upcoming events uses the past events template so I switched their templates as well.
One more questions. I have code associated with an optional additional field. The field has been added to my functions php, but I want the additional code to only be included if the field is not empty. Can you advise?
I tried !empty, but the return is always the same regardless of whether or not there is content.
<a href="#" class="expand">HIDE THIS LINK IF THERE IS NO CONTENT IN ABSTRACT</a> <div class="abstract"> <?php display_abstract( '', '', true, $post);?> </div>Forum: Plugins
In reply to: [Sitemap by click5] Can’t Disable PaginationGreat, that worked. Thanks. Sorry to hear there is no exclusion/inclusion. Not sure this will work for us, but will keep you in mind in the future.
Thanks.Forum: Plugins
In reply to: [Sitemap by click5] Can’t Disable PaginationActually, I’m also noticing that there is no hierarchy to my categories. I have 16 post categories with several levels of depth. The display doesn’t acknowledge category parents…is there any way to get a hierarchy?
Forum: Plugins
In reply to: [Simple Sitemap - Create a Responsive HTML Sitemap] Link Parents?Ah, I just found the “remove parent page links” checkbox in the settings. That was easy, all fixed!
Forum: Plugins
In reply to: [The Events Calendar] Import Additional Field Checklist (multiple values)Hi,
I followed the guidelines and after a ton of troubleshooting found I needed to import the fields like this:
value|value|value|valueThese should be in the documentation somewhere…
SezForum: Plugins
In reply to: [Posts in Sidebar] All Posts in Category + some ID’sThank you. I need to have them combined in a single widget as a single group. It looks like this plugin won’t be able to do that. Thank you for your help; I’ll try a different solution.
Forum: Reviews
In reply to: [The Events Calendar] Support is spottyGustavo, if it were just a review for you, it would have been 5+ stars. xo
Forum: Reviews
In reply to: [The Events Calendar] Support is spottyOH MY GOD. You have done it. You have solved what no one could. You have offered support when no one would. You are my hero. Thank you.
I’m updating this review. 😉
Thank you so much.
Forum: Reviews
In reply to: [The Events Calendar] Support is spottyAh, so close. I have the multiselect dropdown working in the admin, but when I save the event, it only saves one of the options.
I then copied the dropdown code into the checkbox option (since checkboxes are multi-select), but it still only saved one option for the event.
Okay, so, I’m trying a different approach now if multi-selects won’t work. I’m trying to add an ALL checkbox that selects all of the checkboxes….
I added this script:
echo"<script language='javascript'> function toggle(source) { checkboxes = document.getElementsByName('x'); for(var i=0, n=checkboxes.length;i<n;i++) { checkboxes[i].checked = source.checked; } } </script> ";And then I added this above the checkbox loop:
<div><label><input type=”checkbox” onClick=”toggle(this)” />All</label></div>The checkbox shows up, but alas, it does nothing. Can you offer any advice?
Forum: Reviews
In reply to: [The Events Calendar] Support is spottyThanks, Gustavo, progress has been made! Within event-meta I added “multiple” to the dropdown select. It now allows multiple selections!! Amazing!! You are my hero. Tell TEC to give you a raise. THANK YOU.
Forum: Plugins
In reply to: [Posts in Sidebar] Hierarchical PostsOh great! I found the option under styles > extras and see the category in the code! I then sorted by “post to parent order” and it seems that subcategories are now listed under the parent. I think this will work!
Thanks so much Aldo. Great support AND a great plugin. Leaving a review now! 🙂
Forum: Reviews
In reply to: [The Events Calendar] Support is spottyThank you Gustavo. I have two other tickets open.
This one has been open for 10 days with no response. It’s an easy one, I believe…
https://theeventscalendarsupport.zendesk.com/hc/en-us/requests/299858This one has been open 4 days with no response and has driven me insane
https://theeventscalendarsupport.zendesk.com/hc/en-us/requests/301526Anything you can do to expedite would be greatly appreciated.