itivae
Forum Replies Created
-
The error above is in Chrome.
This is in Firefox (looks pretty much the same)
TypeError: document.getElementById(…) is nullOpera
Uncaught TypeError: Cannot set property ‘innerHTML’ of nullIE 11
SCRIPT5007: Unable to set property ‘innerHTML’ of undefined or null referenceThanks for the hard work. This error is now showing.
Uncaught TypeError: Cannot set property 'innerHTML' of null es-widget-page.js?ver=4.3.3:82
Would any of those errors cause the red “Loading” text to appear and stay on submit? The mail ends up sending but there doesn’t seem to be any confirmation to the user that the form has been submitted.
Marking the email as not spam after the fact seems to defeat the purpose of having an opt in. Any other suggestions?
Any luck with the errors?
Forum: Plugins
In reply to: [Fluid Responsive Slideshow] Escapes HTML in text box.Great. Thanks for the update. Great plugin.
I overrode most of these style. I am wondering what caused it to do this in the first place?
Forum: Plugins
In reply to: [Easy Responsive Tabs] Clicking on tabs doesn't go anywhereThank you. This is resolved.
Forum: Plugins
In reply to: [Easy Responsive Tabs] Clicking on tabs doesn't go anywhereHi Sorry about that. it should be working now. If not this one will not break. Thanks
https://sunstarco.com/solutions/Forum: Plugins
In reply to: [Easy Responsive Tabs] Clicking on tabs doesn't go anywhereSite url:
https://sunstarco.com/products/Forum: Fixing WordPress
In reply to: Check posts dates against other posts to find the 4 most recentThank you for the reply. Ill give that a try.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search All not displaying titleHi thanks for taking the time to try and help. I have a couple questions:
1. is the name
$v['name']
the label in the admin?
2. If I want to do multiple “Search all” i.e. “All Meals”, “All Food Types”, and “All Categories” do I just add ifelse statements to the above?Thanks.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search All not displaying titleHi. No I want to sub in whatever text is put into the “Search All” (taxonomy) text in the admin panel for this plugin.
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Search All not displaying titleHi. Thanks for taking the time to reply. I reviewed the link you posted but I am not sure how to sub in the ‘Search All’ text. I am assuming that this is the block that needs editing. Could you recommend how to make it use the “Search All” Text from admin?
if(isset($_GET['taxo']) ){ $taxterms = $_GET['taxo'];$sterm2 = ''; foreach( $taxterms as $v){ if(isset($v['term']) && $v['term'] !='wqsftaxoall')//exclude 'all text' in taxonomy term. You can use to display it with other text you like by responding the taxonomy. exp if($v['term'] =='wqsfcmfall' && $v['name'] == 'responding meta key'){$sterm[] = 'All cities' ; } {$sterm2 = $v['term'];} } if(is_array($sterm2)){ $searchterm2 = implode(", ", $sterm2);}//you can implode with your value as well. But this applied with all values (including null value) else{$searchterm2 = $sterm2;}
Forum: Plugins
In reply to: [Advance WP Query Search Filter] Sort by OrderCan you tell me which file the list is generated in? It also says that it can sort using meta data, but if left empty it sorts by date. Can you tell me where that is calculated?
Thanks