soberbobo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using is_page() in child functions.php fileIt is BeTheme. The function came from theme-shortcodes.php . I know the theme function works fine in the functions.php . I just don’t know how to make it conditional so it doesn’t display on one particular page. The page id, I don’t want it on, is 146.
Forum: Fixing WordPress
In reply to: Media Query Width 100%???I’m afraid I do not see how this will help me with my problem. I don’t believe my problem involves any images. Perhaps we do not understand each other? I want the white background section of the site to fill the screen 100% in the smaller sized media queries instead of having a side scroll bar.
Forum: Fixing WordPress
In reply to: Media Query Width 100%???What do you mean?
Forum: Fixing WordPress
In reply to: Dashboard RestrictionsThat is what I feared. Thank you.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaOk, so your comment on the white space and the wp=config-sample.php got me thinking. So what I did was format the file to be identical to how the sample was in notepad++. Extra lines and all, identical, and viola…..it works. Thanks for your time, without you I would have never got here. Sincere thanks for being involved and available.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaI read something about filezilla having complications with its formatting on transfers by someone but there were no replies so I wasn’t sure if that could actually be it.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaUTF-8 without BOM is selected.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaAbsolutely nothing changed. I saved a copy of the untouched original. Tried to re-upload that one and got the same message. I get the “Parse error: syntax error, unexpected $end in /home/twist/public_html/wp-config.php on line 1” when I put the original back up. I went and hit the enter button after the first run of comments because the FTP mashed it all together into one long line thus commenting everything out. So after the enter button notepad ++ read the code properly. That changed the error to line 2. So I formatted the rest of the code by putting each command on its own line. Thats when it changed to line 3. Thats where it sits now.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaI used notepad++
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaThis is what I was adding why I messed with it in the first place. define(‘WP_MEMORY_LIMIT’, ’96M’);
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaSorry, I used filezilla to download my wp-config.php then re-uploaded right back where it was.
Forum: Fixing WordPress
In reply to: uploading wp-config.php filezillaOriginally I had this error “Parse error: syntax error, unexpected $end in /home/twist/public_html/wp-config.php on line 1”
Forum: Fixing WordPress
In reply to: Span tags in the Site Title and Site DescriptionOk thanks, I’m going to copy this message to a Mantra Theme post. I dont see any solution in the header.php. I am using the Mantra theme so perhaps the Mantra forum will know where in the header.php I can resolve this. I greatly appreciate your help and your very timely responses.
Forum: Fixing WordPress
In reply to: Span tags in the Site Title and Site DescriptionUsing an FTP just copy it into the child theme folder?
Forum: Fixing WordPress
In reply to: Span tags in the Site Title and Site DescriptionSo this may need to be moved to another category, but, I have a child theme. When I set up my child theme it only creates CSS files. How do I get PHP into my child theme?