[email protected]
Forum Replies Created
-
Done! Thanks
Forum: Plugins
In reply to: [WordPress Move] backup folder is writable but get errorUnfortunately the plugin will not work on all servers. I ended up moving it by hand. I have had the same issue on other servers and then others it works great with no issues. Must be something in the server settings that block the use.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search from another pagePerfect! Thank you. Ok you said Having two filter words is actually not directly possible with the Extension, but would require PHP code changes. How difficult would this be to do?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search from another pageThank you, I have added the form code you sent. Both plugins are installed and activated.
The serch box is here with the form
https://www.abcwebservice.net/wordpress/search/https://www.abcwebservice.net/wordpress/table-test/ has this short code [table_filter id=3 /] and displays the table
but when I try a search i get
Not Found
Apologies, but the page you requested could not be found. Perhaps searching will help.Thanks
TimForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Search from another pageHi thanks for your help. I added the extentions and have added a simple seerach form to a page. the code is below. When I search it just dies. Below is the code I am using. This is just a testing site. Am I even close to doing it correctly? I am try to match both a number and a name.
Like 20 and Houston to return the row matching both itemsform action=”https://www.abcwebservice.net/wordpress/table-test/?” method=”get”>
<p>
<input type=”search” />
number</p>
<p>
<input type=”search” name=”search” id=”search”>
surname</p>
<p>
<input type=”submit” name=”submit” id=”submit” value=”Submit”>
</p>
</form>Table page
https://www.abcwebservice.net/wordpress/table-testSearch page
https://www.abcwebservice.net/wordpress/search