webworklife
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Eventbrite Events] Eventbrite Cache RefreshThanks for the information on how the cache works and the transients manager plugin.
It ended up that my client never published the event on Eventbrite, it was in Draft status, so it would have never shown up no matter if the cache was updated or not. So I published the event, cleared the Transients and everything is working as expected.
Thanks again.
Forum: Plugins
In reply to: [Event Tickets and Registration] Change MessageI went through the whole process again, with one small change. I downloaded the .pot file from the plugins/event-tickets/lang folder and opened that in POedit, saved as a translation file, made my changes, then saved as .po and .mo. Uploaded to the language folder and now it is working.
Thanks for pointing me in the right direction and sticking with me until it was resolved.
Forum: Plugins
In reply to: [Event Tickets and Registration] Change MessageOK, my Site Language is “English (United States)” so I changed the file names to event-tickets-en_US.po and event-tickets-en_US.mo, based on the link you sent, but it is still not replacing the text.
Forum: Plugins
In reply to: [Event Tickets and Registration] Change MessageI changed the file names and it is still not working.
I did not see an English EN to download from the translate link you sent that is why I downloaded the GB file.Forum: Plugins
In reply to: [Event Tickets and Registration] Change MessageThanks for the information but this did not change the message.
I downloaded the po file “wp-plugins-event-tickets-stable-en-gb.po” from the link you provided. I used POEdit to translate the one line “Tickets are no longer available” to “Online Tickets are no longer available”. I then saved the file as “event-tickets-en_EN.po” and “event-tickets-en_EN.mo” and uploaded these two files to wp-content/languages/plugins. This folder didn’t exist so I had to create it.What am I missing?
Ok,
- Created a New dynamic Table
- Created a new page
- Added the table to the page
- Saved the page
- Rebuilt the Relevanssi index
I then searched for something in the table and the page showed up. So it looks like the cache is created when the table is created.
That did the trick! Thank you for the expert support and working with me to get this resolved. I will be purchasing the pro version, because of your great support.
There is a __ninja_cached_table_html that looks like it has all the table info.
So are you suggesting I contact Ninja Tables to ask how the data is being passed to the table? What exactly should I ask them?
That appears to be the issue, all my tables have the data source as wp-posts. I created a table with just straight entered data and put the table on a test page. Relevanssi indexed the test page and returned it in a search result.
It is dynamic, it pulls in data from a custom post type.
I edited the file in Relevanssi and below is the line in the PHP error log.
[08-Jun-2020 02:56:59 UTC] Indexing Ninja Table 1381
Ok, instead of editing the functions.php file in WP I edited it in cPanel. Then I got the following results:
Custom fields to index: Indexing post excerpt: Indexing post title. Title, tokenized: personnel directory Indexing post content. Post content after relevanssi_post_content: <h1> </h1> » About Us » Personnel Directory [ninja_tables id=”1381″] Content, tokenized: personnel directory Final indexing query: INSERT IGNORE INTO wp8k_relevanssi (doc, term, term_reverse, content, title, comment, tag, link, author, category, excerpt, taxonomy, customfield, type, taxonomy_detail, customfield_detail, mysqlcolumn) VALUES (30, ‘personnel’, REVERSE(‘personnel’), 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, ‘post’, ”, ”, 0), (30, ‘directory’, REVERSE(‘directory’), 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, ‘post’, ”, ”, 0)
I added the code from the link you sent to my functions.php file, but it wouldn’t save and gave me this error.
Your PHP code changes were rolled back due to an error on line 1279 of file wp-content/plugins/relevanssi/lib/indexing.php. Please fix and try saving again.
Object of class stdClass could not be converted to string
Indexing > Custom Fields set to “all” was “visible” previously. Rebuilt the index and still no pages with Ninja Tables showing in search results.