AnnieM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I cannot get to my admin panelI changed the function.php page to
<?php
define(‘WP_HOME’,’https://annmariedavis.com’);
define(‘WP_SITEURL’,’https://annmariedavis.com’);I got into the admin panel and changed the urls to annmariedavis.com
I still have a problem with my file structure apparently. on https://annmariedavis.com/digital-art/ I have an error message,Fatal error: Call to undefined function portfoliopress_content_nav() in /home/annma5/public_html/annmariedavis.com/wp-content/themes/portfolio-press/content-portfolio.php on line 72
And also the widgets menus are not working properly. I can fix the widgets and menus, but I’m not quite sure it there is a more systemic problem.
Forum: Fixing WordPress
In reply to: I cannot get to my admin panelI think that there is something wrong with the way that they are being stored. I think they are going in the wrong folder, maybe a folder within a folder. So, I want to look at the folder structure.
Forum: Fixing WordPress
In reply to: I cannot get to my admin panelI took everything off of my function.php except
<?php
define(‘WP_HOME’,’https://annmariedavis.com’);
define(‘WP_SITEURL’,’https://annmariedavis.com’);in order to get into my my admin panel. Then I changed the urls back. ThenI put back in the original function.php and I it seemed to not find my page called about-2. I don’t know what folder wordpress puts those pages in and it the programs seems to not find them. I only change my pages through wordpress so I don’t know where they could have gone.
Forum: Themes and Templates
In reply to: Static page title color not matching blog title colorIt’s not working. I have tried the firebug thing before. I’ll come back at it on another day.
Forum: Themes and Templates
In reply to: Static page title color not matching blog title colorActually, Esmi, I realize that there is a lot of truth to what you are saying. My world is a bitch goddess sometimes, I’ve already looked at the obvious answers.
Forum: Themes and Templates
In reply to: Static page title color not matching blog title colorThank you WP yogi. I appreciate your generosity.
Esmi, I did consider hiring someone. I also considered the jail time I would do for knocking over a liquor store to pay them. But then, I would have lots and lots of time to finish all of my art and writing projects, not to mention all of the friends I would keep for life. Peace.
Forum: Themes and Templates
In reply to: Static page title color not matching blog title colorYes. Well. If wishes and buts were candy and nuts we’d all have a wonderful Christmas. I’m a poet/artist. I’m already out on the teeny branches. I need I need I need more chocolate in my life. More chocolate less dyslexia.
Forum: Themes and Templates
In reply to: Static page title color not matching blog title colorI did see it in firebug, but I’m trying to download the css and fix it in dreamweaver. I can see the code for the wrong color, I just don’t know the syntax well enough to fix it properly.
Forum: Themes and Templates
In reply to: Are Galin Simeonov themes worth working with?My client changed the theme. I made the mistake of showing him how to do that. Big mistake. I hope it works out for you. Peace.
Forum: Themes and Templates
In reply to: Are Galin Simeonov themes worth working with?Go to appearance, theme settings upload. I think you can also set background images there, but I didn’t to that.
Forum: Themes and Templates
In reply to: Are Galin Simeonov themes worth working with?I actually got the theme working pretty well. The problem was my fault. I haven’t tried the featured images, but I have put an image at the top now.
Forum: Themes and Templates
In reply to: Adding my own HTML for a form in the sidebarIt worked! Thanks.
Forum: Themes and Templates
In reply to: Adding my own HTML for a form in the sidebarSounds like a plan. I’ll try that. Thanks.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Failed to send your message.I cut and paste the code from a WP page that contact7 generated. I pasted the code on a static page called contact-2.
I no longer get the message in the red box. However, I’m not getting any message saying it was successfully sent.
Forum: Fixing WordPress
In reply to: IE 8 formatting issuesI’m not a coder so I can’t do line by line fixes. I used firebug to get the child theme from https://www.blackframemedia.com and dreamweaver to change the colors and font sizes and sidebar.
Also, I don’t understand why if the validater is showing problems with the theme and child theme, why are only the static pages having problems with IE and not with the blog and portfolio pages?