figure2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login and media library issuesThanks kmessinger. After turning the plugins off one-by-one, I found that “Mappress Easy Google Maps brought the login screen back but the login was rejected, even though I knew it was right. Renaming the plugins folder got me in.
Do you recommend I delete and re-install all plugins or just look for the troublemakers?
Forum: Fixing WordPress
In reply to: Login and media library issuesThanks kmessinger. The theme is a child theme of “Portfolio Press” from the WP theme repository.
I have already identified 2 plugins which interfere with the media library: Google Forms plugin and WP Jquery Lightbox. When I disable these two, the media library displays its full contents. I have not yet done the same for the login issues.
All of these plugins are from the wp plugin repository and played well with each other, and the theme before my unfortunate overwriting of the site’s wp-config.php file. I would prefer not to get rid of any of them. If possible, I would like to find out what’s causing them to conflict now with the login screen and the media library where they didn’t before.
Forum: Themes and Templates
In reply to: [GeneratePress] Add a line of text below the site logoAll set Tom. Thanks. Dropped the logo function from
template-tags.phpinto my child theme functions file. Good to go now.
http://www.americandrystripping.com/home/Forum: Themes and Templates
In reply to: [GeneratePress] Add a line of text below the site logoHi Tom, here is where I am with this. This is my development site on my testing server so I can experiment without doing horrible things to my client’s site: http://americandrystripping.markhannondesign.com/home
There are 2 instances of the phone number added to the logo.
- The phone number directly underneath the logo was created by adding a p tag to the logo section in the
template-tags.phpfile in the parent folder. I tried moving a modified copy oftemplate-tags.phpto my child theme folder but my child theme only recognized the copy in the parent theme.
This solution is ideal because I can control the look, style and position of the phone number. But it’s also unworkable since the phone number will disappear as soon as you update the parent theme. - The other phone number to the right of the logo was created by using the add_action above. I realized that it places the content outside of the .site-logo div which causes it to be placed to the right of the logo rather than underneath.
Is there a hook that will allow me to override the logo code in
template-tags.php? This way I could place the phone number where it needs to go.Thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] Add a line of text below the site logoThanks Tom, is this theme premium or somehow different than the theme on the WordPress theme repository?
Also would I repalce the “Your content/code/whatever in here” with something like
echo "<p>123-456-7891</p>";?Forum: Plugins
In reply to: [Advanced Editor Tools] Possible conflict disabling visual editor link toolThanks. That fixed it. Not sure how that setting was changed.
Forum: Fixing WordPress
In reply to: Change in Visual Editor links toolThanks James. Your first sentence pointed me in the right direction. I disabled “TinyMCE Advanced” and the problem resolved itself. I will add a link to this forum topic on their support forum.
Worked great with the Advanced Custom Fields. Thanks.
http://www.bohoartexpressions.com/Thanks. I’ll give this a try.
I may still go with the Advanced Custom Fields approach. Clients feel more empowered when they can access all their website content without having to go into the code.
Forum: Themes and Templates
In reply to: [GeneratePress] Header logo disappeared in child themeResolved
Forum: Themes and Templates
In reply to: [GeneratePress] Header logo disappeared in child themeAll fixed. Thanks!
Almost as much work as remaking the slide. I would still like to see a “Change background image” button.
Pretty much how I’ve handled it too.
[Aside to the plugin developers] This is a needed feature.
Thanks! That worked.
Forum: Themes and Templates
In reply to: [Magazine Basic] site broken after updateMy child theme just went blank after the update. This theme has been nothing but trouble.
- The phone number directly underneath the logo was created by adding a p tag to the logo section in the