thePixelPixie
Forum Replies Created
-
Thanks loads. However, I think maybe I’m missing something here. In the documentation, it shows the following code needed for rendering on the front end:
if(has_flexible('flexible_content_field_name')): the_flexible('flexible_content_field_name'); endif;
Do you mean that this works similar to
have_rows()
and that I could add theget_row_index()
inside this statement in the same way?(obviously I’m going to give it a shot right now, but I figured someone else might have the same question if they look through this down the road)
Forum: Plugins
In reply to: [SVG Support] Not working on multisiteNevermind. I found the problem. I have a non-standard WP install, with wp-content outside of the root. I was getting a CORS error, and just added SVG to the mod_headers module.
Forum: Networking WordPress
In reply to: Change upload path for subsites in multisite@lsell – Where did you put this code? Theme functions?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Missing Nickname fieldThis worked great! Thank you so very much!
Forum: Plugins
In reply to: [SVG Support] Media/Content folder in sub-domain – style-svg not workingWell, here’s what I discovered: It appears to have been a CORS issue – it didn’t want to load the inline SVG from the sub-domain. So, even though I would rather have my media files outside of the main domain, I moved them to just another folder within the parent domain (but outside of the normal wp-content folder), defined ‘UPLOADS’ in the config file, and now everything seems to be working perfectly. It’s not my ideal solution, but it works.
Forum: Plugins
In reply to: [Easy Watermark] Problem with logo display in PNG formatWhy was my comment deleted? I’m having the same issue. I noticed that an update was just released for the plugin, and would like to know if this problem was addressed in that update.
Forum: Plugins
In reply to: [OpenTickets Community Edition] A number of issuesI gave up and finished developing my own ticketing system through WooCommerce. OpenTickets is way too buggy. I will be requesting a refund on the premium extensions.
Forum: Plugins
In reply to: [Timeline and History slider] Arrows not showingThanks anyhow. I built my own plugin for it instead.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Not working in WP 4.8Nevermind. It now works. I didn’t realize that the contact fields were required. I didn’t want to put my address and phone number in, but once I did, everything was fine and dandy. My bad.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Does not work in WordPress 4.8This is also not working on my WP4.8 live install. Thoughts? Exact same thing as mentioned in OP happens. I enter in the API, it saves it, but nothing else shows up to configure.
Forum: Plugins
In reply to: [OpenTickets Community Edition] Having difficulties with viewing eventsWell, I give up on getting any support for this plugin so I just created my own system. Thanks anyhow.
Forum: Plugins
In reply to: [OpenTickets Community Edition] Having difficulties with viewing eventsFor instance, I get nothing displaying on this page in terms of the 2 dates, venue, and tickets added to the event:
https://soh.themedev.thepixelpixie.com/soh-event/shakespeares-play-the-merry-wives-of-windsor/
Forum: Themes and Templates
In reply to: [Trending] Custom post type template?Nevermind…I had forgotten to reset the permalinks. All works fine now.
Forum: Plugins
In reply to: [wp-mpdf] Replace PDF link image?I’m sorry…*where* do I paste in the URLs that I want to use? That’s where I’m confused.
Forum: Plugins
In reply to: [SVG Support] Not converting in Uber menuThat did it. Thanks very much!