Craig
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Only search results page brokenI must say that it really bugged me (no pun intended) that it should not logically be an error on your part. I would clone the site for you but … I found an error on my part that only showed on that page.
It is still true that the search page was broken only when your optimizer was ‘on’ and not with it off. If you still want to investigate, I will gladly give you a platform to do it.
The issue was this code:<?php if ( is_search() ) { ?> <div id="search_page_delete"> <div style="text-align:right;"> <?php echo wp_delete_post_link('* DELETE *'); ?> </div> </div> <?php } ?>
The snippet that contained the
wp_delete_post_link
function was deactivated. Your optimizer broke the page in that state (because of my error). Making it active, thus a valid string being echo’d, all is well.
Hope that helps or if you want more info, let me know. THANK YOU for the quick offer of help.Forum: Plugins
In reply to: [Contact Form 7] Advice on using contact form 7 hookIn this example, what is the best way to get the $post_id of the post where the form is?
Forum: Plugins
In reply to: [The Events Calendar] Modify meta with publish hook not workingWow, thanks!
Forum: Themes and Templates
In reply to: [Mission News] No Response To AssistI am in the same postion, there appears to be a technical error with the compressed (.zip) file for the update. And I too have reported it and have not heard from Ben. I must say that he is typically very responsive and this is out of character. I say to give him a bit of slack, there may be some issue (family, health, etc.) and hopefully we will hear soon.
Forum: Themes and Templates
In reply to: [Mission News] Full-Width Elementor PagesThis is not working for me. The content goes way beyond the end the viewport. When I remove the “margin : 0” the left side is at the edge of the “layout-container” but the right side goes beyond the viewport. What container is this in? I would like the width to be equal to the layout-container.
Am I missing something?
Love the theme, by the way.Forum: Plugins
In reply to: [ICS Calendar] Postie conflict?So far, so good. THANK YOU.
Forum: Plugins
In reply to: [ICS Calendar] Postie conflict?Admin. There is one situation where I can have both active and I have not nailed that down. It may simply be deactivating and reactivating ICS, but not sure yet. Most of the time I need to deactivate your plugin, do my admin stuff in Postie, then reactivate ICS. You can see this if you simply install and activate Postie and try to use it. I guess there is the possibility of a third conflict, but purely activating and deactivating ICS works.
Forum: Plugins
In reply to: [ICS Calendar] Postie conflict?Hold off on this for a bit …
Forum: Plugins
In reply to: [ICS Calendar] M-F onlyTest it with this month. Keep an eye on the last row, right hand columns …
Forum: Plugins
In reply to: [ICS Calendar] M-F onlyActually, I need all three statements for it to work.
Forum: Plugins
In reply to: [ICS Calendar] M-F onlyIt appears I need to also add:
.ics-calendar-month-grid tr > *[data-dow='7'] { display: none; }
and then it works. Does that seem right to you?
Forum: Plugins
In reply to: [ICS Calendar] Multiple feedsThank you. I just found the user-error causing it. I had checked all of what you said earlier, but you made me think … it was an error in my CSS that I use to show and hide feeds as the user needs.
Fantastic plugin and great support. I would be happy to beta your pro version. My site is not yet known so it is still under test. Think about allowing us to make a template for how the data shows in a listing format. I have changed the text in records to be a “read more …” button for instance.
Keep up the great work. Thanks again.
Forum: Plugins
In reply to: [ICS Calendar] Multiple feedsAnything I can do to help track this down? Or is it user error?
Forum: Plugins
In reply to: [ICS Calendar] Multiple feedsLet me know if you want a login …
Forum: Plugins
In reply to: [ICS Calendar] Proper format of feed?Found the error … the feed needs to be https … and it now works.