krissydb
Forum Replies Created
-
Forum: Reviews
In reply to: [RTMKit] INVASIVEI think you meant to give 1 star
Forum: Reviews
In reply to: [RTMKit] Site breaking updateI think you meant to give 1 star
Forum: Fixing WordPress
In reply to: Random PDF Links of book titles appearing all overYes i do see my original content in the databases.
Forum: Fixing WordPress
In reply to: Random PDF Links of book titles appearing all overYes my webhosting was overloaded and I can access it now. So most of the sites are using a shared database apparently. And one is not and it doesn’t have the random links.
I will start looking…any tips on what to look for in the meantime?
Forum: Fixing WordPress
In reply to: Random PDF Links of book titles appearing all overHas anyone seen anything like this before? Thx
Forum: Fixing WordPress
In reply to: Random PDF Links of book titles appearing all overYes my sites are all hosted from the same hosting account. The website neotek.toocoolsolutions.com is not mine, the Rabinic Judaism pdf on caringforparents.ca (mine) links to that site and I see pdf links on the neotek site that lead to another site that has the pdf random link dropping on it as well.
But all the other sites mentioned are mine and are hosted in the same place as subfolders of kristinabradley.com
It is not a multisite installation (i dont think, they are all separate wordpress installations with separate databases).
Do you see the random pdf links on homesforsalelondon.ca? or in the source code for the other sites?Just tried to log in to phpmyadmin and got the error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
I am the only admin/author.
I do not have a backup.
Forum: Themes and Templates
In reply to: [Theme: Pure] HUGE resized imageFixed it! The last section of aq_resizer.php has a commented areaa
// Here is the point we allow to use larger image size than the original one.
Change
$aspect_ratio = $orig_w / $orig_h;
$new_w = $dest_w;
$new_h = $dest_h;to:
$aspect_ratio = $orig_w / $orig_h;
$new_w = $orig_w;
$new_h = $orig_h;which stops it from taking the container’s dimensions of 1170 width.
Forum: Themes and Templates
In reply to: [Theme: Pure] HUGE resized imageI have the same problem and I see various mentions of others having the same issue around the web but never a solution. Did you find one? I tried various edits of aq-resizer and functions.php for the past 8 hours to no avail. I do see the number 1170 in both files but changing it doesn’t change anything on my site, its still pulling images appended with 1170×1170. And if I delete them they are immediately recreated when the page loads.
` if (is_array($gt3_theme_pagebuilder[‘post-formats’][‘images’])) {
foreach ($gt3_theme_pagebuilder[‘post-formats’][‘images’] as $imgid => $img) {
$compile .= ‘
<img src=”‘ . aq_resize(wp_get_attachment_url($img[‘attach_id’]), “1170”, “563”, true, true, true) . ‘” data-thumb=”‘ . aq_resize(wp_get_attachment_url($img[‘attach_id’]), “1170”, “563”, true, true, true) . ‘” alt=”” />
‘;
`Forum: Everything else WordPress
In reply to: can a 301 redirect do this?I didn’t actually move the WordPress installation, it stayed right it was, this was a DNS issue not a WordPress issue. I have found a solution, thanks anyways!
Forum: Themes and Templates
In reply to: [Vantage] Embedded Video not working after plugin updateI had the same problem this morning, as soon as I deactivated the page builder plugin everything worked.
Forum: Fixing WordPress
In reply to: Form ContentGrrrr.
So I added a new page with a new form. Because the banner that says Free Estimate for you won’t show up unless I name the page the same as the old version I had to do that which means whatever is feeding the old form to that page name will cause it to still show up also.
http://www.weatherguardgutters.com/free_estimatesForum: Fixing WordPress
In reply to: Form ContentAll the plugins that did show up are inactive and none of them are a form plugin.
I have checked that page template and it uses the same one as all the others.. “default”. So weird. There’s absolutely no indication there is a form on this page within “Text” or “Visual” of the page editor starting with the code <table> but when I click view page within that wordpress page it views WITH the table and form. I’m stumped. I can recreate a new page which I am in the process of doing but I REALLY want to know how this works…I won’t sleep tonight 😉
Forum: Fixing WordPress
In reply to: Form ContentI just renamed it to plugins and a bunch of them have now appeared in WP Admin.
Forum: Fixing WordPress
In reply to: Form ContentAlso when I login through Dreamweaver I can see that the Plugins folder is actually named Plugins-BAK. Which I don’t believe is normal.
Forum: Fixing WordPress
In reply to: Form ContentAha!!
When I tried to install that plugin I got this error. Maybe this is another hint?Installing Plugin: Fast Secure Contact Form 3.1.8.2
Downloading install package from http://downloads.wordpress.org/plugin/si-contact-form.zip…Unpacking the package…
Installing the plugin…
Could not create directory. /mnt/target02/344557/361903/www.weatherguardgutters.com/web/content/wp-content/plugins/si-contact-form/
Plugin install failed.
Return to Plugin Installer