cseto
Forum Replies Created
-
Hi,
Thanks for the reply – copying the widget code into the header.php works!
Can I go further and move the styles into the stylesheet and the scripts to the footer?
Yes, I upgraded to pro after posting this thread. Thank you for addressing my issue.
Forum: Networking WordPress
In reply to: Default table name for main siteThanks for your reply.
As I was mulling over what I saw in phpMyAdmin, the thought did cross my mind because the sub-site tables are in the format wp_2_x and WP documentation states that the main site tables are unnumbered while sub-sites’ tables are numbered.
I checked wp-config.php and the table prefix is set to ‘wp_’ but searching the database yields no results for any unnumbered tables like ‘wp_options.’ Furthermore, in wp_1_options, the siteurl value is the main site’s url. So it would seem like someone manually deleted the true main site tables as well as the main site. This installation is pretty old ( Links Manager is still in use ) – maybe doing this with the main site tables was something they thought would be beneficial?
In this situation, would I be able to rename the wp_1_x tables created by the plugin to wp_x so that the plugin will actually find the tables? I don’t want to create the table manually, and since the plugin did create correctly formed tables, they should work better than something I’d try to recreate. What doesn’t sit well with me is the inconsistency of this set up – pulling data from two differently named sets of tables. Unless the name of the table is ‘superficial’ in the sense that it’s only a table name.
Hi,
I checked the database in phpMyAdmin and the main site’s tables are wp_1_x rather than wp_x.
So the plugin did create a table, but it is wp_1_em_events.What would be the solution for this situation?
Should I manually create a wp_em_events table?
If I do, would the fact that all of the main site’s tables are wp_1_x affect the plugin?Thanks
Hi,
I talked to support and they confirmed that the database user has the privileges and it is set properly.
Thanks
Hi,
I will check about the database permissions and update.
Thanks
Checking my pages, there is a set of Events, Tags, Booking, Categories, Locations pages from my initial install and for each time I uninstalled and re-installed it.
Forum: Networking WordPress
In reply to: In Multisite, can we reference widgets from our home site?Update: Added the code from the article to my functions.php and it’s working. To implement in the footer.php file, I replaced my
<?php if ( is_active_sidebar( 'footer-right' ) ) { dynamic_sidebar( 'footer-right' ); } ?>with
<?php example_multisite_sidebar( 'footer-right' ) ?>Main site widgets are appearing in my subsites, and updating widget information on main site also updates subsites’ widget information. Next steps for me would be to put this code in mu-plugin and prefix/rename the function to fit my theme.
Forum: Networking WordPress
In reply to: In Multisite, can we reference widgets from our home site?I found this article that could hold the answer: https://redtreewebdesign.com/sharing-caring-wordpress-multisite-sharing-widgets/
I also have widgets in the main site footer of a multisite that I thought I could use switch_to_blog() to access and display, but that function only works for menus. The article documents their process in which the widget data is stored in a transient, which is output on the subsite blog.
I am weighing my options between implementing this code versus using the switch_to_blog() function because my footer widgets are used just to display links. I could register menus for the footer instead so I can use the switch_to_blog() function. But if you want to have widgets in your subsites’ footers that reference the home site, you may need to use this code.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] CSV Email AttachmentDo either of these apply?
https://calderaforms.com/doc/caldera_forms_admin_csv/
https://calderaforms.com/doc/caldera_forms_email_csv_data/A question – for the CSV file that’s attached to the email, was checking the box ‘Attach a CSV version of the submission’ all that you needed to do?
- This reply was modified 7 years, 3 months ago by cseto. Reason: check email notification
Strange – looks like it’s now behaving correctly with all subsites’ events displaying again. Nothing was changed but happy that it worked out.
Forum: Plugins
In reply to: [GEO my WP] Add new feature: Multitaxonomy selector xprofile fieldHi all,
I am actually trying to solve the same issue as well for a project. Eyal, we’ve been corresponding recently over email regarding this question, and I very fortunately found this thread.
Miguel, you may have already done the work I’m doing now.
I am looking at the case for multiselect_custom_taxonomy in the templates, i.e. geo-my-wp\plugins\friends\includes\gmw-fl-template-fuctions.php, line 136.Currently the GeomyWP field will show the taxonomy name and not its terms. I’ve been researching how to show the terms and it looks like I need to nest another for loop in the current for loop. The existing outer one shows the taxonomy and the new inner one will list the terms of the taxonomy.
Would it be possible to discuss use of your code on my project while you and Eyal discuss the integration of your code into the plugin for the next release?
Thanks!
- This reply was modified 9 years, 3 months ago by cseto. Reason: added more information
Hi,
Could you point me to some documentation so I can see how to code this?
I’m in a similar situation where we’re using User Tags and BuddyPress, and would like to make a search field to search the taxonomy we created.
Thanks!
Forum: Fixing WordPress
In reply to: Breadcrumbs with English / Japanese language not show full pathHi, did you figure out how to solve the problem?
Forum: Plugins
In reply to: [XML Sitemap & Google News] sitemap-news.xml still pendingThanks Ravan, I’ll get in touch with hosting support to see if there’s any rule preventing the Google News spider access.
In Google News, I finally have Successes in Troubleshooting Sections and Articles today. So maybe it’ll take a bit to update? I’m going to resubmit the news sitemap for indexing and see.