benwalsh
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] 403 Forbidden all overThanks Adam
these are all third parties and yes they are fine in browser
Broken link checker status details are
Link last checked: February 20, 2020
HTTP code: 403
Response time: 0.103 seconds
Final URL: https://www.bavariangrillhaus.com.au/
Redirect count: 0
Instance count: 4This link has failed 6 times.
This link has been broken for 5 days.
Log: === HTTP code : 403 ===Response headers
================
HTTP/1.1 403 Forbidden
Connection: close
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Expires: 0
Server: Apache/2.2.16 (Debian)
Content-Length: 13815Request headers
================
GET / HTTP/1.1
Host: https://www.bavariangrillhaus.com.au
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36
Accept: */*
Referer: https://www.discovertamborine.com.au
Connection: close
Range: bytes=0-2048Response HTML
================
<!DOCTYPE HTML>
<html lang=”en-US”>
<head>
<meta charset=”UTF-8″ />
<meta http-equiv=”content-type” content=”text/html; charset=utf-8″ />
<meta name=”robots” content=”noindex, nofollow” />
<meta name=”keywords”
content=”joomla, Joomla, joomla 1.5, wordpress 2.5, Drupal” />
<meta name=”description” content=”Joomla!” />
<meta name=”generator”
content=”Joomla! 1.5 – Open Source Content Management” />
<meta name=”generator” content=”WordPress 2.5″ /><meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″ />
<title>Waiting for the redirectiron…</title>
<style type=”text/css”>
body {background-color: #ffffff; font-family: “Helvetica Neue”, Helvetica,Arial,sans-serif;}
html, body {width: 100%; height: 100%; margin: 0; padding: 0;}
span {color: #878787; font-size: 12pt; text-align: center;}
h1 {color: #878787; font-size: 18pt; text-align: center;}
.link {margin-top: 40px;}
.sk-circle {margin: 80px auto;width: 100px;height: 100px;position: relative;}
.sk-circle .sk-child {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.sk-circle .sk-child:before {content: ”;display: block;margin: 0 auto;width: 15%;height: 15%;background-color: #666666;border-radius: 100%;-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;}
.sk-circle .sk-circle2 {-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg); }
.sk-circle .sk-circle3 {-webkit-transform: rotate(60deg);-ms-transform: rotate(60deg);transform: rotate(60deg); }
.sk-circle .sk-circle4 {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg); }
.sk-circle .sk-circle5 {-webkit-transform: rotate(120deg);-ms-transform: rotate(120
Link is broken.Forum: Plugins
In reply to: [Broken Link Checker] 403 Forbidden all overI too am starting to get 403s eg
Broken Link Checker has detected 2 new broken links on your site.
Here’s a list of the first 5 broken links:Link text : Website
Link URL : https://www.bavariangrillhaus.com.au/
Source : Bavarian Grill HausLink text : BavarianGrillHaus.com.au
Link URL : https://www.bavariangrillhaus.com.au/
Source : Bavarian Grill HausLink text : Website
Link URL : https://www.bavariangrillhaus.com.au/
Source : Red Baron Craft BreweryLink text : BavarianGrillHaus.com.au
Link URL : https://www.bavariangrillhaus.com.au/
Source : Red Baron Craft BreweryLink text : Website
Link URL : https://www.tamborineweddingchapel.com.au/
Source : Tamborine Wedding ChapelYou can see all broken links here:
https://www.discovertamborine.com.au/wp-admin/tools.php?page=view-broken-links
all 403 ForbiddenForum: Plugins
In reply to: [List category posts] Random listPlease confirm that this short code is still working
On my site is was fine but recently stopped displaying in random order
an example is https://yourtamborinemountainwedding.com.au/tamborine-wedding-venues/receptions-ceremonies/
which uses the following
[catlist name=Venues orderby=rand excerpt=full]Forum: Fixing WordPress
In reply to: Stop visual editor from changing codeTHANX All
I am only the webmaster (I am not completely happy with that term) and the business owner also edits pages but with the visual editor and each time he updates I have to recode the pop ups that I argued against in the first place,Forum: Plugins
In reply to: [Preserved HTML Editor Markup] Newer version of wordpress strips style tagsI have the same problem since upgrade editor is removing removing some code I wish to retain the code is
<a title="Click here to,," href="JavaScript:newPopup('https://url');">
when i switch to visual editor it becomes
<a title="Click here to..">
`I have installed plugins TinyMCE Advanced and Preserved HTML Editor Markup but no joy yet.
Any suggestions please?
array(‘choices’ =_ array(‘date’, ‘title’, ‘id’, ‘author’, ‘modified’, ‘rand’)));
works for me thanksForum: Plugins
In reply to: [Quick Post Widget] [Plugin: Quick Post Widget] Not appearing on website???Look under appearance > widgets to add the quick post form to your sidebar
Yes the fact that you are getting this message locally would say to me that all is well with the plugin, and once you are on a site with a mail server you will see it sent.
I am also searching for information about styling for the response messages mine have background colouring I am looking to change the styling of
<div class="wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok" style="display: block; ">Thank You Message</div>
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] submit button text colourWe use an image for this button on chapelhilldayspa.com, our code to do this is
<div class="input text name"><label>Name</label>[text* your-name]</div><div class="input text email"><label>Email</label>[email* your-email]</div><div class="input submit"><input type="image" src="https://www.chapelhilldayspa.com/wp-content/uploads/2012/02/SUBSCRIBE_BUTTON.gif>" alt="Subscribe"/><div class="ajax-submit">[submit]</div></div>
this is done at wp-admin/admin.php?page=wpcf7or you could attach styles to the class .wpcf7-submit,
I have not tried this but see talk of it at:
https://www.ads-software.com/support/topic/plugin-contact-form-7-css-style-for-just-submit-buttonForum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] Breaks my home page slidersI had similar problems disabling css minification worked for me.
I found the problem it is my theme
I have this error showing see
https://www.villadellarosa.com.au/gallery/I am using V1.8.0 and tried to the change to meta.php to no avail
Please advise
Forum: Fixing WordPress
In reply to: how to add a custom field to the rss feed?bump?
Forum: Installing WordPress
In reply to: Deleted some files; reinstallation error?or is it the theme?
at grindheadrecords.com/ausgrind/
I see<meta http-equiv="imagetoolbar" content="no" /> <title>Template by Mike Lothar</title>
is this familar to you? maybe try changing theme.
Forum: Installing WordPress
In reply to: Deleted some files; reinstallation error?I suggest install the latest wordpress 2.6.3
copy first your database and config file, also any themes