Mariah_A_C
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] wonky fontFixed Great Thanks!
Forum: Plugins
In reply to: [Interactive Content – H5P] wonky fontI tried updating the plugin before posting, but didn’t know about the other steps. I will try them.
Thank you!
Forum: Plugins
In reply to: [Easy Video Player] Add id to actual videoThank you so much for doing this. It did add the id to the video, but as it turns out Google analytics records the click on the <div class=”fp-ui”> I was able to set up and event for class=”fp-ui” being clicked, so I can at least see if people are clicking on my videos, but because I have two videos on the same page I can’t tell which video is being clicked. Is there a way to give an id to that div?
Sorry! I wish I had realized this before.
Forum: Plugins
In reply to: [Easy Video Player] Video widthIt was the template=”mediaelement” I took it out and now it works.
Forum: Plugins
In reply to: [Easy Video Player] Video widthAny luck with this none of my videos are resizing and they are busting out of the containers as they get smaller.
Forum: Plugins
In reply to: [Easy Video Player] Video widthFor some reason the link didn’t show up. Here it is again.
Forum: Plugins
In reply to: [Easy Video Player] Video widthThe site isn’t live yet, but I did a screenshot.
And here is the short code I am using.
<blockquote>
[evp_embed_video url=”https://www.laurielaine.com/wp-content/uploads/2016/07/duo-feedback-apeal.mp4″ template=”mediaelement”]</blockquote>
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Move Woocommerce to a new siteThe only problem with that is I will loose any orders or new site registrations that happen after the site is duplicated.
I might end up doing it anyways, but I wish there was a better method for working on wordpress sites.
Forum: Plugins
In reply to: [WooCommerce] Move Woocommerce to a new siteThanks for the info.
Is there anyway to work on a wordpress site without working on the actual live site or loosing everything that happens on the old site while you build a new site?
I guess I just need to put up a maintenance page for a month or two while I revamp my site. Very frustrating.
Forum: Hacks
In reply to: Javascript not working in wordpressThank you! I found a plugin to create short code for snippets of code.
it is now working. Thanks for the help!Forum: Hacks
In reply to: Javascript not working in wordpressI am getting closer to a solution. The code is stored correctly in the database, but wordpress is wrapping every line in
<p></p>
. I don’t really want to turn this safety feature off for the whole site. Is there a good plugin for this or any suggestions on how to avoid the <p>.It is a theme off of Code Canyon find it here.
Forum: Plugins
In reply to: Get post_ids for all variations of a given woocommerce product.I think I just an answered my question post_parent in wp_posts.
Thanks I will turn off Guest Checkout.
Forum: Hacks
In reply to: Form input adding .It only shows up when I echo it in an input. It isn’t in the database unless I save again once it has been added in the input.