frankdan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Seasonal] Sidebar Background Overlay Opacity StuckCorrect. I’ll try deactivating plugins.
Forum: Themes and Templates
In reply to: [Seasonal] Sidebar Background Overlay Opacity StuckNO change.
Sorry, that was an attempt to fix it…Forum: Fixing WordPress
In reply to: Admin bar has disappearedHmm, maybe it’s the htaccess file(s).
There’s supposed to be one in the root AND one in the wp site’s folder (mine is called /wp/), right?The htaccess inside the /wp/ folder:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule># END WordPress
The htaccess in the root reads:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Is that any use?
Thanks again.
Forum: Fixing WordPress
In reply to: Admin bar has disappearedYes.
Forum: Fixing WordPress
In reply to: Moved from Directory to Root, but now I'm a MessOnce again, asking the question spurred me to find the answer.
I deleted the bottom part of the htaccess, now everything’s fine…
Forum: Fixing WordPress
In reply to: Moved from Directory to Root, but now I'm a MessI think the problem is with my htaccess file. It now reads:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /test/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /test/index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
As usual, I figured it out while waiting for an answer.
I also needed to change the index.php file to point to the new directory.
Everything seems fine now.
Forum: Plugins
In reply to: [FancyBox for WordPress] WordPress 3.7.1 & Gallery Image TitlesSame here – theme incompatibility? I’m using Pinboard.
Captions show on thumbnails, but no titles on large images, although it looks like there’s a space where the writing should be.
Help!
Forum: Themes and Templates
In reply to: Hum – remove search box?I figured it out – the code I removed from header.php in the Child Theme (Hum) was:
‘ <div class=”only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>”>
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
‘That did it – and I’m starting to “get” Child Themes…
Thanks, Max
Forum: Themes and Templates
In reply to: Hum – remove search box?Sorry – It’s called Hum –
https://debrakayecomposer.com/wordpress/
It’s a Child theme, built on TwentyEleven, but found through Install Themes.
I managed to drag a copy of header.php from Twentyeleven into Hum and I see this code:
wait – what are ‘backticks’?
Thanks
Forum: Fixing WordPress
In reply to: Address CorrectionOK – one step at a time…
But not truly resolved until it’s changed.
Forum: Fixing WordPress
In reply to: Address CorrectionI did look at this, but it’s kind of daunting, and seems to cover more than I need to do…
– can’t I just change the site address?
Back in action:
Got it – thanks!
Is it necessary to generate new fields using the Generator, or can I paste in the text from my previous forms?
Thanks again.
https://thesolitaryangler.com/images/contactformtrouble.jpg
https://thesolitaryangler.com/images/contactformtrouble2.jpgThe same warning appears in the Plugin menu, and under the top tool bar in the Dashboard. Eveything’s fine when I deactivate Contact Form 7.