brycerafflesound
Forum Replies Created
-
Forum: Plugins
In reply to: [Novelist] Book Series & Book Genre links to missing pageNo.
Forum: Plugins
In reply to: [Novelist] Book Series & Book Genre links to missing pageHi, and thank you for the reply! That was a partial success! Pages are now displaying properly for book genres! Unfortunately, it did not work for book series.
For reference, this is one of my book series pages. It displays “Nothing found.”
Just wanted to check in to see if someone is following up on this? I have a product that is scheduled to launch in a few days, and I would like to make this available on my website using Easy Digital Downloads, if at all possible. Otherwise, will be switching to a different plugin.
Forum: Plugins
In reply to: [Firelight Lightbox] Fancybox not workingOops, meant to do that! https://www.brycerafflesound.com/portfolio/
I’m also having a couple of other issues with the plugin. 1. Clicking the buy button (for buy buttons created using the shortcode) is not adding the product to the cart. I did, however, manage to create a custom link after following the instructions on the easy digital downloads website; this does add the product to the cart, but that obviously lacks some features that the shortcode (should) have. 2. The checkout form looks like a complete mess.
Overall, this seems like an awesome plugin, so I would really like to get it working properly, but it seems like it’s conflicting with other plugins and with my theme… Again, any help would be greatly appreciated.
Before:
https://www.dropbox.com/s/el6ubhx8yt2s4wf/EDD-Deactivated.png?dl=0After:
https://www.dropbox.com/s/e9af3crrqj6ewtl/EDD-Activated.png?dl=0
^notice the white space at the top, the messed up bar at the top, the displaced Contact button, and the messed up twitter feed in the bottom right corner.Forum: Fixing WordPress
In reply to: Image over imageThanks for the reply. Really appreciate your time and the suggestion. Actually, that idea had occurred to me, but that’s exactly what I was hoping to avoid having to do.
If there is some way to do this with code or with a plugin rather than Photoshop, that would be much preferable – particularly because I post quite regularly and don’t want to have to open Photoshop every time I post a new video.
Forum: Plugins
In reply to: [WP Float] Disable from some pages?Thanks so much! It’s working now.
Actually, the first time I tried that, it didn’t work, but I found out when attempting to fix another plugin that my theme was using an older version of jquery.Here’s what I did to fix it:
Look inside functions.php to find this URL:
https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js
If it’s there, simply change it to:
https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js
But that will not be enough because upgrading the jQuery library will cause an error in a theme script file, which you can solve by editing the theme file js/vt.js. Find near the end of the file the part that starts with
// pf
and ends with
// end pf
and completely remove that partForum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Thanks so much! It’s working now. So happy. ??
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9I guess that explains it.
um, possibly, I’m using a bunch of plugins + a custom theme (Metropolis) from Themeforest
Akismet, Easy Fancybox, Flexo Archives, qTranslate, WP Twitter Timeline, and WP Float
Do you know how I might be able to figure out which one is causing the conflict and how I might fix that?
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Hi RavanH.
I installed the latest development version and am still having the same issue. I don’t think my issue is exactly the same as Mark’s – initially the issue was that I couldn’t disable scrollbars. Now that I’ve installed the latest development version my fancybox links are no longer opening as a fancybox.
https://www.brycerafflesound.com/portfolio/
Click on basically any of the images to see what I’m talking about. The floating contact button image is the one that I was trying to fix.
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9The dev version doesn’t work for me either. None of my links open in fancybox any more.
Forum: Plugins
In reply to: [Firelight Lightbox] Remove Scroll Bars Version 1.3.4.9Same question. Same version. Would like to remove scroll bars.
I read somewhere in the forums that
{scrolling:no}
might work:<a class="fancybox-iframe{scrolling:no}" href="https://www.brycerafflesound.com/contactform/"><img src="https://brycerafflesound.com/images/Contact-b.png" width="40" height="140" /></a>
…but that just causes the fancybox to stop working entirely so the link would open as a separate page instead of as a fancybox.I posted on google groups and RavanH was kind enough to redirect me here. He also suggested I try using inline content mode instead of iframe mode (was trying to remove scrollbars from a contact form in a pop-up iframe). When I tried that, my content became invisible, so not sure where I went wrong there.
Still hoping for a solution for removing scrollbars – I’m open to using inline content instead if A) scrollbars won’t be an issue and B) someone can help me to get the content to actually display. I copy-pasted the exact code from the FAQ.
Forum: Plugins
In reply to: [WP Float] Disable from some pages?Yes, it’s the Contact button. I used Settings >> WP Float Options to add the button.
(Basically what I’ve got going on is the floating contact button on all pages – when someone clicks that button it opens up the contact page in a pop-up window (which isn’t working either right now, but that’s beside the point). But yeah, I don’t want the floating contact button to show up in the pop-up contact page as it seems redundant.)
Forum: Plugins
In reply to: [WP Float] Disable from some pages?Thanks again for the reply. I tried that and oddly enough, it didn’t seem to do the trick.