rickykpg
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Offet Not Working For Initial ScrollHello,
Thank you, works perfectly. You also saved me some time looking into the header bug so thank you for that as well.
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky Sidebar Briefly Appears TwiceI overlooked that when searching through style.css, did as you suggested and everything works perfectly!
Thank you very much!
Forum: Themes and Templates
In reply to: [Ascent] Change width for Full width pageI haven’t installed this theme yet but looking at the demo try the following.
.container { width: NUMBER; }Have you changed your permalinks setting?
Forum: Plugins
In reply to: [Sticky Element] Offset From The Top And Refresh Rate AddedI would double-check your settings and make sure each setting is filled out. Are you by chance running both versions of the plugin at the same time?
Forum: Plugins
In reply to: [Sticky Element] Offset From The Top And Refresh Rate AddedSorry for the late reply, running 4.5.1 on the site this plugin is installed on and everything works fine. Not quite sure why it doesn’t work for you Caleb Weeks. I would double-check sticky-element.php and make sure it matches what I posted.
Forum: Plugins
In reply to: [Sticky Element] Does not work..? Maybe I suck..?If you’d like you can e-mail me with login details so I can work on it.
[removed]
Just remove the spaces.
[Moderator Note: Please never give out your email address or offer direct access work on these forums: https://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff ]
Forum: Plugins
In reply to: [Sticky Element] Does not work..? Maybe I suck..?So you want the section headers (Company Profile, Projects) to stick to the top of the screen? What is the sticky element currently set to?
Try the following.
Sticky: .rep-h
Upward: #colophon or #colophon.site-footerForum: Plugins
In reply to: [Sticky Element] Does not work..? Maybe I suck..?Double-check what you’ve put for Element that pushes sticky upward as this is what makes the sticky work.
Can you link to your site on a page where the plugin is active?
Forum: Plugins
In reply to: [Sticky Element] Offset From The Top And Refresh Rate AddedI ended up making some changes and while it’s minor, I wanted to share it. I cleaned up the options menu a bit and added a description and general usage info for each setting that should clear up any confusion anyone might have.
Again Youdaman, feel free to include my changes if you’d like.
Replace the code in sticky-element.php with this.
http://pastebin.com/4sRL1Q2zForum: Plugins
In reply to: [Sticky Element] Fatal Error: conflict with DW PromobarTry this, replace all instances of
register_mysettings
with
register_mysettings_stickyelementHopefully that fixes the problem for you.
Forum: Themes and Templates
In reply to: Modifying CSS again…Hello,
Thanks for posting the link, the demo on the official site no longer works and I wanted to see what this theme looked like. Did you manage to fix your problem?
Try adding the following to your style.css
body { font-size: 14px !important; }p { font-size: 14px !important; }Forum: Plugins
In reply to: [Page scroll to id] Open Accordion On IDHello,
Thank you very much! Changing the block of text to
location.hash="#"+val;worked perfectly!
Marking as resolved, again thank you!
Forum: Plugins
In reply to: [Page scroll to id] Open Accordion On IDSure,
http://jmediamanager.org/faq/I’m using the last link on the menu, “How Do I Backup My Collection?” to test it.
Forum: Plugins
In reply to: [Page scroll to id] Open Accordion On IDHello,
Thank you for replying!
I placed the code below <?php wp_footer(); ?> in footer.php but sadly it didn’t work.