dietbros
Forum Replies Created
-
Tried that and it’s still returning a blank page. =/
Forum: Plugins
In reply to: [Nutrition Facts Vitamins] Plugin Crashes PageThat would be wonderful, Ruth! How can I stay in touch with them? Also, will be happy to follow-up once you’re back and have some time on your hands.
I’ll also get in touch with Tobias side-by-side to get things moving and see if there’s anything he can do from his end.
Forum: Plugins
In reply to: [Nutrition Facts Vitamins] Plugin Crashes PageHi Ruth,
Thank you so much for the prompt response! After 6 hours of testing, breaking my site and what not I finally managed to figure out which other plugin is clashing with this plugin. Tablepress, a plugin used to create tables. When either, Nutrition Facts Vitamin or Tablepress are deactivated, the page loads perfectly fine.
Here is the post I’m having issues with again:
https://dietbros.com/fat-burning/the-ultimate-fat-burning-foods-list/A couple of things I don’t get though and are quite bewildering:
1) As I stated earlier, a dupe post of the post with 50% of the content (foods) stripped out (compared to the original post) works perfectly well with the Tablepress plugin as well. When activated, the Tablepress plugin as well as the nutrition labels display perfectly well.2) Both the plugins have been running in harmony since they’ve been installed (for the last few months now) and there hasn’t been any update to the Tablepress plugin as well for the last 3 months. This issue has cropped up all of a sudden and I’m unsure what’s causing it when everything was running just fine up until now!
What’s the next step that we have to take? Is there anything additional I can do or any additional information I can provide you with? Let me know what to do, Ruth.
Again, I can’t thank you enough for taking the time out to address this issue. A lot of people are getting healthier thanks to you! 😀
P.S. On a side note, I must say that the developer (Tobias) of Tablepress is super responsive as well and a question I had posted on his plugin support page was answered by him in a couple of hours!
Forum: Plugins
In reply to: [Easy Footnotes] Change Position of FootnoteI used the shortcodes solution given earlier by another user to resolve the issue. Would be great if you could implement that or give options to the users as to where to place the footnotes. I’ve to manually place it every time now.
Forum: Plugins
In reply to: [Nutrition Facts Vitamins] Center label within column?.wp-nutrition-label {
margin= auto !important;
}Is this what you were looking for?
Forum: Plugins
In reply to: [External Links] Activated The Plugin, Doesn’t WorkHey Mike,
Thanks for the prompt response. My bad! I took the “open in new window” phrase quite literally and thought it would open as a pop-up and not a new tab. The issue has been resolved.
Another quick question. If I disable the plugin, does it “unrewrite” the code or does it stay?
Thanks!
Forum: Plugins
In reply to: [Easy Footnotes] Change location of footnotes at bottomI followed what you said, Jason, and up until I drop it down to 11, it shows right at the bottom of the post. If I make it anything lower than that, it doesn’t show at all. Also, agree with @rileyadamvoth. Would be hard to keep track of this when you update the plugin the next time around and it goes back to 20.
The URL I’m testing this on:
https://dietbros.com/ultimate-diet-guide/mediterranean-diet/Do let me know what I can do to bring it above the newsletter subscription box (within the main content box as there’s no margin on the left currently and it’s overlapping the social icons).
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Scroll Within SidebarI managed to parallely get some additional help and got it to work using a more tweaked code. I would really like to thank you for all the time and effort you have put in to this plugin and the tremendous support as well, all to serve the community. Thank you good sir!
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Scroll Within SidebarDoesn’t seem to work for my site. What do I replace the sidebar element with for it to work on (A couple of URLs for example):
https://dietbros.com/fat-burning/the-ultimate-fat-burning-foods-list/
https://dietbros.com/ultimate-diet-guide/keto-diet/Tried replacing .sidebar with .et_pb_widget_area_right but that didn’t seem to work too.
Edit:
And the previous JS was perfect! I need the sidebar to start scrolling only once the top of the sidebar is reached like in the earlier fiddle you gave. Don’t want it right from the top like the screencast. Would’ve been able to do it with CSS only (position: fixed) if I needed that 🙂- This reply was modified 9 years, 3 months ago by dietbros.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Scroll Within SidebarUnable to get this to work for my site for some reason. Could you tell me what I need to replace from the fiddle for it to work like the screencast below (except that the sidebar shouldn’t be fixed from the top of the page of course):
Here’s the fiddle w/ my CSS:
http://jsfiddle.net/WucN3/70/Screencast again for your reference:
http://screencast-o-matic.com/watch/cbnti86rdjScreenshot of the CSS applied in my browser:
http://pasteboard.co/DOYDDrjqI.pngWhat classes do I need to replace in the CSS and JS for it to work on my site? Would be wonderful if you could help me with this!
Probably would be super easy to roll out as a future update I’m hoping 🙂
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Scroll Within SidebarSo I did some tinkering and got this to partially work:
http://screencast-o-matic.com/watch/cbnti86rdj
Now there is one issue here, I don’t want the sidebar to be fixed right from the top of the page and I’m unable to get the sidebar to stay fixed only once the top of the sidebar touches the top of the viewport. Everything else works perfectly fine as you can see.Here’s what I added to the sidebar CSS:
http://pasteboard.co/DjGnQ6Y31.pngHere are a couple of examples of other sites getting this to work:
https://www.khanacademy.org/math/calculus-home/integration-calc
http://neat.bourbon.io/docs/1.8.0/Found something else that could be useful. You think we could use this to make it work?
http://jsfiddle.net/39james/WucN3/Regards,
K.Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Scroll Within SidebarHey Max,
Thanks for the prompt reply!
So if we want the top to be aligned with the top of the screen and the bottom with the bottom of the screen, can we do a top:0 and bottom:0 instead of having a fixed height?
Only thing is how do we get it to get attached to the top of the screen only once the person gets to the sidebar (as you can see in the link given above, the sidebar comes pretty far down in the page). How do you suggest we do this?
Regards,
K.