tycooko
Forum Replies Created
-
I didn’t design the site, but had a person do that for me.
Can you tell me exactly which lines of code should I remove? Thanks a lot!I’ve removed that script in the header (please, confirm it to me) and checked several times with dozens of posts on both Firefox and Safari: it still happens.
Forum: Themes and Templates
In reply to: Magellan floating menu is not responsiveI still haven’t found a solution. Anyone?
Forum: Plugins
In reply to: [Simple Lightbox] The plugin stopped workingSolved
Forum: Themes and Templates
In reply to: Magellan floating menu is not responsiveI was sure I had published another message. Anyway, apparently, the code works for Windows machines, making the menu responsive to the page size, but not on a Mac.
Forum: Fixing WordPress
In reply to: Site offline daily and have to reinstall 4.4 every timeFor the moment, I haven’t had any problem again, so I’ll set this as resolved. Thank you!
Forum: Fixing WordPress
In reply to: Site offline daily and have to reinstall 4.4 every timeJames, thank you so much for your patience and time.
I looked at the very first “index.php” file inside the newly downloaded WordPress 4.4 folder and it was as simple as this:<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', true); /** Loads the WordPress Environment and Template */ require( dirname( __FILE__ ) . '/wp-blog-header.php' );
While the same kind of file I had uploaded on FileZilla was the following:
[removed]
Even for an amateur like myself, this one looks radically different and pretty weird, compared to the original one that is supposed to be there, and all that code gobbledygook seems quite suspicious.
Could this be the problem?
Well, at least, what’s apparent is I’ve changed this to the official code of the index.php file and, for now, it seems to have brought my site back.Forum: Fixing WordPress
In reply to: Site offline daily and have to reinstall 4.4 every timeI use FileZilla, but I have no idea where “/web/htdocs/www.psmtickling.com/home/index.php” is.
The software doesn’t either display the directory or find it with its search engine.Forum: Fixing WordPress
In reply to: Site offline daily and have to reinstall 4.4 every timeNone of the above solutions worked. My server error log reads as follows:
[Mon Dec 21 04:43:43 2015] [error] [client 62.149.144.15:52959] – https://www.psmtickling.com – End of script output before headers: index.php
[Mon Dec 21 04:43:43 2015] [error] [client 62.149.144.15:52959] – https://www.psmtickling.com – AH01215: suexec policy violation: see suexec log for more details: /web/htdocs/www.psmtickling.com/home/index.phpForum: Themes and Templates
In reply to: Change colors for mobile menuOH MY GOD! I am SO SO sorry! I read it erroneously and judged your suggestion too hastily!
IT WORKED! I’ve been on this issue for like WEEKS! You, ma’am, are a life savior! ??
Thank you!Forum: Themes and Templates
In reply to: Change colors for mobile menuI’m afraid writing all that stuff could have resulted in a confusing post, on my part.
I’ll put here the actual issue: “what I’d like to do is to have different colors for the font and the background of an item of the menu when it is active (that is: when the user is on that page).”
What you’ve suggested makes for a static result, one which isn’t “triggered” by any particular activity or action (like clicking on one of the items of the menu). It will just stay there all the time.Forum: Themes and Templates
In reply to: Change colors for mobile menuOk. I’ll just have to warn you it’s a fetish-related site. ??
Forum: Themes and Templates
In reply to: Change colors for mobile menuHi Laura,
I’m talking about this: the mobile menu.Forum: Fixing WordPress
In reply to: Mobile header links to front page, not home pageDid it! It was in my “nav-offcanvas.php (partials/nav-offcanvas.php)” file.
Anybody here?