phildoughty
Forum Replies Created
-
Forum: Plugins
In reply to: [Strong Testimonials] Ugly notice messages on page. How to remove?define(‘WP_DEBUG’, false);
Appears to have worked for hiding the messages – thank you
Forum: Plugins
In reply to: [Strong Testimonials] Ugly notice messages on page. How to remove?Hi Mihaela, Thank you for the reply. Below are screenshots of the problem:
Thank you in advance
Thank you, works perfectly now
Forum: Plugins
In reply to: [Responsive Photo Gallery] Migrated to new host & short codes ignoredI’m actually going the other way because the site hosting will soon expire ie: examplesite.com → localhost
Thank you for your replies, I will try again later.
Forum: Plugins
In reply to: [Responsive Photo Gallery] Migrated to new host & short codes ignoredYour suggestion defeats the purpose of using the backed up database. I want to bring back the previous galleries without recreating them from scratch. Is this possible? Can it be done?
Forum: Plugins
In reply to: [Responsive Photo Gallery] Migrated to new host & short codes ignoredThis is a Screenshot of the page. I know that image doesn’t really help much but the migrated site is on my local machine. This is the empty gallery screenshot. Shouldn’t the gallery data be added to the main wordpress database?
I’ve deactivated all other plugins except Responsive Photo Gallery and still get the same problem. Is there any other code. This is the inspected code of where (I guess) the plugin markup should go:
<article class="post-11 page type-page status-publish hentry" id="post-11"> <header> <h1 class="entry-title">Gear</h1> </header> <div class="entry-content"> <script> jQuery.browser = {}; (function () { jQuery.browser.msie = false; jQuery.browser.version = 0; if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) { jQuery.browser.msie = true; jQuery.browser.version = RegExp.$1; } })(); </script> <style> .modal-backdrop.in { display:none !important; } .b-link-fade .b-wrapper, .b-link-fade .b-top-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-flow .b-wrapper, .b-link-flow .b-top-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-stroke .b-top-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-stroke .b-bottom-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-box .b-top-line{ border: 16px solid #31A3DD; } .b-link-box .b-bottom-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-stripe .b-line{ background: rgba(49, 163, 221, 0.5);; } .b-link-apart-horisontal .b-top-line, .b-link-apart-horisontal .b-top-line-up{ background: rgba(49, 163, 221, 0.5);; } .b-link-apart-horisontal .b-bottom-line, .b-link-apart-horisontal .b-bottom-line-up{ background: rgba(49, 163, 221, 0.5);; } .b-link-apart-vertical .b-top-line, .b-link-apart-vertical .b-top-line-up{ background: rgba(49, 163, 221, 0.5);; } .b-link-apart-vertical .b-bottom-line, .b-link-apart-vertical .b-bottom-line-up{ background: rgba(49, 163, 221, 0.5);; } .b-link-diagonal .b-line{ background: rgba(49, 163, 221, 0.5);; } .b-wrapper{ font-family:Georgia; // real name pass here } </style> <div id="gallery1" class="gal-container"> <!--get the post id--> <div id="gal-container-146" style="display: block; overflow:hidden;"> <!-- gallery title--> <div class="rpg-gal-title"> Toby’s Gear </div> <!-- gallery photos--> <div style=""> </div> </div> </div> </div> <footer> <p></p> </footer> </article>Forum: Themes and Templates
In reply to: Foundationpress HAMBURGER not opening on home pageI found the fix on the foundation forum (probably should’ve started there). Anyways the problem was with ‘JOYRIDE’. Once I removed this bit of js everything worked swimmingly.
<script> $(document).foundation().foundation('joyride', 'start'); </script>Big thanks to Malou Geurts
Forum: Plugins
In reply to: [Next Page] Not showing correct linksGave up and installed this instead. So far it’s working
Forum: Themes and Templates
In reply to: Foundationpress HAMBURGER not opening on home pageNo replies – Is this a difficult problem to solve?
Thanks tizz,
Works nicely
I have the exact same problem. I don’t understand why, it’s very frustrating.