antpowerWD
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Plugin was working now ISN'T workingDiscovered how to set up with SMTP, apart from this issue it’s a great plugin.
Sorry for airing frustrations, it’s just important that this works.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Plugin was working now ISN'T workingI turned off Mail Function WordPress and turned it back on now it is working.
This plugin is highly buggy now the message to the end user post submit isn’t working.
Please make available a SMTP option for sending mail this is far more reliable, or explain how to do this. It is not one of the options.
As things stand the plugin is not safe to use for important/business purposes
Forum: Plugins
In reply to: [Fast Secure Contact Form] Plugin was working now ISN'T workingI need a fix for this immediately
Forum: Plugins
In reply to: [WP FullPage] FullPage settings won't saveMaybe ask the Plugin Dev to help, I gave you a solution to dev the fullpage.js into a WordPress site without using the plugin. If your using it with Visual Composer and the WP Plugin, wait for WP Plugin Dev to respond.
You could just write your CSS in style.css anyway!!!
Ant
Forum: Plugins
In reply to: [WP FullPage] FullPage settings won't saveHi
Yes install fullpage.js from the original developer:
https://github.com/alvarotrigo/fullPage.js/
Make sure you call the files in the footer, then:
<div id=”fullpage”>
<div class=”section”>Some section</div>
<div class=”section”>Some section</div>
<div class=”section”>Some section</div>
<div class=”section”>Some section</div>
</div>
In your WordPress Page where you want the effect, within each section will scroll the fullpage.js effect.Quite simple, I couldn’t get it to work until I called the files from the footer you call jquery.fullPage.css and jquery.fullPage.js
Then call:
jQuery(document).ready(function($){
$(‘#fullpage’).fullpage();
});
From a script.js from the footerThat should do it!!!
Forum: Plugins
In reply to: [WP FullPage] FullPage settings won't saveHi Julien
I just used fullpage.js instead, works fine!!!
Thanks
Ant
Forum: Plugins
In reply to: [WP FullPage] FullPage settings won't saveI manage to get the hero slider I want for the section the full width, however it keeps on reverting back to about 50px wide tiny at the top of the screen.
Also I created a second section, but there is no effect of transition between sections.
I’m struggling to intuit this plugin and how it is supposed to work!!!
It was a good opportunity to go on a CAPS LOCKS RANT!!!!
Ant:-)
Sorry got a bit annoyed, I fixed it a few weeks ago, but overlooked that I’d written separate HTML for mobile.
So, fixed now by adding the underscore!!
Just annoyed that the mobile version was broken for a few weeks, quite a popular site etc…
Obviously you notified on your site and were forced into doing that.
So understandable!!!
Thanks
Ant
Forum: Plugins
In reply to: [RSS Includes Pages] One PageDecided to go with adding Categories to Pages plugin, can then use that RSS to go to Mailchimp.
I could have written a PHP template, but would of got a bit complex!!!
Forum: Plugins
In reply to: [Page Transition] Flicker effect on "fade page in"Did you find a fix for this???
I’ve tried lots of ‘solutions’ on Stack Overflow, but can’t stop it!!!
Forum: Plugins
In reply to: [Easy Backstretch] Backstretch breaking on pinching on iPhoneThe problem also exists on Android 4.4 when going into landscape mode.
Forum: Fixing WordPress
In reply to: Old WordPress site modified into new siteHey Guys,
Thanks for the advice,….I went ahead and did a fresh manual install of WordPress, so then I had access to the dashboard configured to the database, learning that the front end is basically the theme and wp content, I transferred that across.
I’m now just making the alterations so the front end is nice and how the client wants it……
It’s a lot of fun doing stuff in the dashboard, when previously I’ve hard coded everything…..
Enjoyed learning it……….