vonnieB
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Missing Google FontI found some code to update the Customizer list. This is specific to the OceanWP theme:
function my_new_fonts( $array ) { $array[] = 'Glory'; return $array; } add_filter( 'ocean_google_fonts_array', 'my_new_fonts' );
sorry, wrong forum!
That’s disappointing. Does EA have any other widget that could achieve this for me?
Forum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Transaction IDHi Justin,
The documentation doesn’t cover anything about the transaction ID that I could see. I have sent a message to your support but have not heard anything back yet.
Forum: Plugins
In reply to: [The Events Calendar] Keep Past EventsI’m looking to customize the event behaviour. Although since I created this question, I’ve been able to clarify some things.
I have 3 event categories. Two of them are designed to behave normally with events expiring and moving over to the “past events” page which is perfect. The third category is designed to be more of a listing rather than being date-dependant. I’ve included this category in your event plugin because the client wants them to appear on the calendar view. The problem is that the dates are very random, seasonal and don’t always follow a pattern such as weekly or monthly.
The main viewing access for this category of events is via a list view archive page. Currently the events expire and disappear from this page. I don’t want that to happen. I want to display all events in this category perpetually, regardless of event date (or post date when no event date is filled it).
Is this possible?
I’ve since set up a staging environment for this site so you can access it here. It’s the Clubs category:
It is still in development though so best to access on a larger device (desktop or laptop) as it is not mobile first.
If this cannot be achieved via a template or loop customization, one thought I had was to just input a date 10 years in the future (and hide the date from display) and leave those events off the calendar. That feels rather hacky though.
Forum: Fixing WordPress
In reply to: 301 redirects in .htaccessthank goodness!
Thanks for the swift reply James!
Forum: Fixing WordPress
In reply to: 301 redirects in .htaccessThe domain name is not changing, just the host.
Forum: Plugins
In reply to: [Contact Form 7] Success Message Container re-locatingI managed to get the messages sent to my email soon after I posted that thread. But your solution #1 worked like a charm to set the success message after the submit button and keep it there. Thanks so much!
SO I tested this last night and it seems like I can export an XML file and successfully import that into the new plugin on a different site. With some tweaks it should work just fine.
Thank you for your replies.
I didn’t see any documentation on exporting, just importing.
Assuming it’s a CSV file that gets exported, would that export file import well into a different directory plugin (by another developer/company), assuming the plugin accepts a CSV import? Or would it only be compatible with another installation of your Directory plugin?
Resolved!
Diagnosed as a corrupted total field by the guys at Ninja Forms. They deleted the offending field and recreated it and now it’s working fine.
Thanks Ninjas!
Forum: Fixing WordPress
In reply to: How to load my stylesheet lastI will try that, thank you for the link kmessinger. But wouldn’t this also be a general WordPress question that could apply to any theme?
Forum: Plugins
In reply to: [Plug-in: Ninja Forms] Conditional on system dateI am also sending the form to a Paypal Express payment, so basically I need to find a way for the price to change automatically after the early bird date.
Forum: Themes and Templates
In reply to: [Tempera] Adding Images to Presentation Page – Tempera Themefalse alarm. Resolved.
Forum: Fixing WordPress
In reply to: Permalinks redirecting to localhost after migration to serverI resolved the issue: had to edit the ‘home’ and ‘siteURL’ fields in the wp-options table of the database on the server to reflect my site’s URL. Not sure why I had to do it this time and not the half-dozen times I’ve migrated sites before but I am just very happy it is now resolved.