Lena P
Forum Replies Created
-
Hi Craig,
The site is password protected and I’d prefer not to post the development URL publicly in the forum.
I’m happy to share the link and login privately, if you provide an email address or another private contact method. Is that a possibility?Great! Now it all looks and works fine.
Thanks a lot for your help!
/ Lena
Thanks a lot 🙏
So greatful for your help!But you could use a : or ; instead of a , if that helps.
Hello again, no worries…
I download the CSV and I want to convert text to columns in my Excel. Correct, if I delete the comma sign between the date and time stamp all is fine. But if I don´t, for exemple the column for First Name, shows the time stamp. Are you saying I can change this somewhere in the settings?
You understand how I mean?
Hi Craig
I use english Excel, latest version Office 365. I wish not to open it with Google Sheets. And I don´t even know how to open it with Google Sheets when I have downloaded the .csv to my desktop.
Thank you so much and sorry for confusion.
/ Lena
No I don´t have premium och pro version.
But now I might think I solved my problem. Please confirm. I had both List, Month and Day selected in the View settings. Now I only have List selected. That should solve my problem right? I only want my event list to be indexed. Dont need the other pages.
My main concern is (I use DIVI), is also that I don´t know how to edit the layout of all those pages with DIVI builder. But I actually don´t want them to be indexed or be able to be found when searching on e.g. Google.
I have, on on website added this. Is that the wrong way to go?
add_action( 'wp_head', function() {
// Blockera månadsvy
if ( function_exists( 'tribe_is_month' ) && tribe_is_month() ) {
echo '<meta name="robots" content="noindex, follow">';
}
// Blockera dagsvy
if ( function_exists( 'tribe_is_day' ) && tribe_is_day() ) {
echo '<meta name="robots" content="noindex, follow">';
}
// Blockera veckovy
if ( function_exists( 'tribe_is_week' ) && tribe_is_week() ) {
echo '<meta name="robots" content="noindex, follow">';
}
// Blockera listvy (kommande, tidigare)
if ( function_exists( 'tribe_is_list_view' ) && tribe_is_list_view() ) {
echo '<meta name="robots" content="noindex, follow">';
}
// Blockera eventarkiv (kalenderstartsidan /events/)
if ( is_post_type_archive( 'tribe_events' ) ) {
echo '<meta name="robots" content="noindex, follow">';
}
}, 1 );Of course, my mistake… 🙏
Thank you so much! It does seem to work. 🤌
Update: When I am logged in as admin I also see the correct number of attendees. But if I log out I don´t.
My mistake, I missed to add the short code for the form. 🙈
I even rolled back to previous version but no, no registration button??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Filter and searchThanks for your reply.
But It must have been something in DIVI. I activated Safe Mode and deactivated it again, after that all tables work fine.
Forum: Plugins
In reply to: [Events Calendar Modules for Divi] Translation?If I am in the correct place in Loco Translate, nothing seems to be translated in the plugin?
- This reply was modified 11 months, 3 weeks ago by Lena P.