strategia
Forum Replies Created
-
I get this too on a site at hostgator. Apache. It has been happening for a while now.
Seems to be when I am doing an update to put in a new page. The page doesn’t get built even though I get a Done!
Last night I did what always have to do: reset the plugin and try again. I did it so often that eventually the site went down and was only showing the Apache list of folders in the directory. Hostgator chat support couldn’t find the problem. I looked at the index.html via ftp and it looked fine.
I made a Zip (normally I just update straight to live site). I finally found where that zip was and uploaded it the live folder and unzipped from cpanel file manager. It made no difference.
All I could do was to keep trying new generations until it finally worked. I have absolutely no idea what I did differently.
Lately this kind of update, instead of taking a couple of minutes as it was before, is now taking several hours.
Please can we get it fixed? I love this plugin but I can’t continue like this.
Forum: Plugins
In reply to: [LDD Directory Lite] Plugin destructs the template and the fontsFantastic. Looking forward to getting it. Thank you.
Forum: Plugins
In reply to: [LDD Directory Lite] Plugin destructs the template and the fontsFollow up: I see you asking for a link to the OP’s directory so you can check it out but that is not applicable in my case as I disable the plugin because it wrecks the site. I am happy to take before and after images and to copy any code for you.
Forum: Plugins
In reply to: [LDD Directory Lite] Plugin destructs the template and the fontsI’m trying out your plugin for my daughter’s new site.
I’m using twenty seventeen so I am surprised that LDD conflicts with that template. In my case it reduces all the font sizes to a very small size. I would really like to see how the plugin works so that we can use it for her directory.
I have installed a child theme according to the latest codex — is there a simple way to over-ride/correct the font sizing?
Thank you so much for that code – it worked for me too.
Andrew,
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
var anchortext = “Email Us”;
var mailpart1 = “service”;
var mailpart2 = “midwestlock.com.au”;
document.write(“<a href=” + “mail” + “to:” + mailpart1 +
“@” + mailpart2 + “>” + anchortext + ““)
// End –>
</script>I don’t actually know how to make that script work with the SEND form. But it will work to hide Mat’s email under the phone number on that page.
Here’s the form I am using; it looks crap compared to the form on your page though so you might want to do some modifying. At least this gives you a starting point:
<div style=”margin: 10px 0 70px 100px; width: 100%; padding: 8px;”><form action=”MAILTO:[email protected]” enctype=”text/plain” method=”post”>
<div><label for=”name”>Your Name: (required)? </label>
<input id=”name” name=”user_name” required=”required” size=”60%” type=”text” /></div>
<div><label for=”mail”>Your Email: (required) ? </label>
<input id=”mail” name=”user_email” required=”required” size=”60%” type=”email” /></div>
<div><label for=”msg”>Message: (required) ? </label>
<textarea id=”msg” cols=”30″ name=”user_message” rows=”8″></textarea></div>
<div class=”button”><button type=”submit”>?Send your message?</button></div>
<div class=”button”><button type=”reset”>?Reset</button></div>
</form></div>I don’t know how good this one is but there are tons of them when you search – javascript to hide email
<!– ONE STEP TO INSTALL HIDE E-MAIL ADDRESS:
1. Copy the coding into the BODY of your HTML document –>
<!– STEP ONE: Paste this code into the BODY of your HTML document –>
<BODY>
<SCRIPT LANGUAGE=”JavaScript”>
<!– This script and many more are available free online at –>
<!– The JavaScript Source!! https://www.javascriptsource.com –><!–
Edit the three var lines (anchortext, mailpart1, and mailpart2)
by entering your e-mail information. Then use this script where
you want to display your e-mail address.
–><!– Begin
var anchortext = “Email Me”;
var mailpart1 = “username”;
var mailpart2 = “domain.com”;
document.write(“<a href=” + “mail” + “to:” + mailpart1 +
“@” + mailpart2 + “>” + anchortext + ““)
// End –>
</script><p><center>
<font face=”arial, helvetica” size”-2″>Free JavaScripts provided<br>
by The JavaScript Source</font>
</center><p><!– Script Size: 0.85 KB –>
Andrew, I’m no expert but I faced the same problem and just assumed it would not work since there is no php operating on the static site (as far as I know).
I just built an html send-email form and then copied the code into the text version of the WordPress Page. It works fine from the static site.
However there are a couple of problems with it: your email address is shown in their email program once the person goes to send you a comment. And it is able to be crawled in the page source. There is a way to get around the page source. I used to have a little script that I found on the web. It hides actual email address in the source but it still shows in the email program (much lesser problem, I think).
I would love to see if anyone has a way to run the contact form without the email step.
Then we will both know ??
Wow, that looks pretty strange. It freaked me out so I just went into the source I generated last night (10 hours ago) and it is fine – no sign of those kinds of things. @wowsoquestion I wish you luck tracking down whatever is causing that.
Hey, I think I might have found it. I looked more closely at the instructions for Local Directory and removed the .com – the sitatic site regenerated OK.
I think I am OK now unless you can see something else.
I thought I had it. I changed delivery method and put in the address for the static site but when it generated, I got a lot of could not create directory notices for existing directories. Now I’m having to go back to zip ??
@d4rkegend I think that was my issue, too. At least that emoji line came up as a error and then it just would not complete. I couldn’t cancel and start again – it only went to Resume even when I disabled and re-enabled the plugin. I had to uninstall and reinstall to get it to work.
“Adjusting the BaseUrl in this path fixed the issue for me.” I’m at sea with that one – how exactly is that step done, please?
- This reply was modified 8 years ago by strategia.
I didn’t get the notification that you had replied 10 months ago but I did get the “resolved” notification. Thank you for your reply
Forum: Fixing WordPress
In reply to: How to remove inactive widgetsit’s Thesis 2.1.9 – the functions.php only references thesis.php =
Yes, I think it’s working now. I must have unknowingly hit the Add button myself and probably just refreshed the page instead of zeroing the total with the keyboard.
Is there any way of finding the link that is created by the paypal button so that I can use for another image click? So that a click on the image would also go to Paypal in the same way as the Cart button does?