Her Bar
Forum Replies Created
-
Thanx Jonradio for the plugin, I might wanna try that after I figure out what is actually wrong with the administration of my website.
Forum: Installing WordPress
In reply to: 3.4.2 New Install ProblemHi!
I had a similar problem for a client’s site. We encountered 404 errors on all but the home page, after changing the permalinks. We did not have issues with the dashboard.The fresh reinstall (it was freshly installed), did not due the trick.
Manually adding an .htaccess didn’t either. After deleting it I tried one more thing, hinted by your 777 remark.THIS WORKED: changing all file and directory attributes to 770!
Hope this will help you out!
Kind regards,
BarbaraHello Azad,
I took a look at your page, and I don’t see the header image change when I click around (I assume it’s the blue line with text).
I had to set the directory properties of wp-content/header-images/ to numeric value 770 to get the correct the level of writability.Maybe this helps you out?
Good luck!
BarbaraHello Tom,
just experience the same problem!
Don’t know if you solved the problem yet, but this is how you fix it:
- Naviagte to the plugin directory (i always do this locally).
Open the facebook-twitter-google.php with notepad++ or other editor.
Go to line 105 and remove the slash!
Save the php file.
And drag and drop it to the same directory on your website (with e.g. Filezilla).Good luck!
BarbaraHello Tom,
just experience the same problem!
Don’t know if you solved the problem yet, but this is how you fix it:
- Naviagte to the plugin directory (i always do this locally).
Open the facebook-twitter-google.php with notepad++ or other editor.
Go to line 105 and remove the slash!
Save the php file.
And drag and drop it to the same directory on your website (with e.g. Filezilla).Good luck!
BarbaraOK, I fixed it by reinstalling the Esplanade theme AND wordpress itself!
Only now the pages don’t work anymore…I get a 404 error.
Do I need the Twenty Ten or Twente Eleven themes for this?
Cause I threw them out…Thanks in advance!
BarbaraHello all,
i’ve got the same issue with the header in the Esplanande theme.
I uninstalled and reinstalled it but it’s not coming back.
I’ve plugged some widgets in, might they be interfering? Which one could that be?-
jquery-vertical-accordion-menu
multiple-featured-images (this isnt working yet)
my-twitter-widget
typekit-fonts-for-wordpressAlso, I thought that the Esplanade theme was using the twenty eleven and twenty ten, since they all of a sudden showed up in my filezilla.
But now that I’ve reinstalled Esplanande, they didnt come back with it…Thanks in advance!
Barbara
Forum: Themes and Templates
In reply to: Remove search box [Esplanade]Hi Daniel,
thanks for your quick respons!
I didn’t see my Esplanade theme folder on my site yet. How silly…
But I found it now, backed it up locally, changed the header.php and reloaded it.
It worked!
Thank you very much!!!
KR,
BarbaraForum: Themes and Templates
In reply to: [Esplanade] [Theme: Esplanade] Nav menu color helpHello,
I have successfully changed the color of the entire nav menu, but when I hoover over the top menu items, the blocks are still Esplanande-grey.I changed this code:
#access a:hover, #access li.current_page_item > a { background:#000000; background:-moz-linear-gradient(#777,#555); background:-webkit-linear-gradient(#777,#555); background:-o-linear-gradient(#777,#555); background:-ms-linear-gradient(#777,#555); background:linear-gradient(#777,#555); color:#ff0099; text-decoration:none; } #access li.current_page_item > a { background:#000000; background:-moz-linear-gradient(#252525,#151515); background:-webkit-linear-gradient(#252525,#151515); background:-o-linear-gradient(#252525,#151515); background:-ms-linear-gradient(#252525,#151515); background:linear-gradient(#252525,#151515); }into this:
#access a:hover, #access li.current_page_item > a { background:#990099; color:#ff0099; text-decoration:none; } #access li.current_page_item > a { background:#000000; }but nothing changed on the website.
Can somebody help me get rid of the grey stuff in the navigation menu?
Thanks in advance!
Barbara
Forum: Themes and Templates
In reply to: Remove search box [Esplanade]Hello,
I’m trying to remove the search box from the header in the Esplanande theme as well, but so far I’m not succesful.
Can you help me out?
I tried commenting out the entire get_search_form bit from the header.php (which is in the Twenty Eleven Theme folder):<?php // Has the text been hidden? if ( 'blank' == get_header_textcolor() ) : ?> <div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>"> <?php get_search_form(); ?> </div> <?php else : ?> <?php get_search_form(); ?> <?php endif; ?>I also tried commenting out just the line:
<?php get_search_form(); ?>
But that didn’t work either.What I’m doing wrong?
Thanks in advance!
BarbaraHi Marcus,
I’ve installed your plugin, but I’m having some trouble getting the ‘feature image’ panel to show up on my ‘Pages’ like you show in the screen shots.I’m using the Esplanade Theme, which is based on the Twenty Eleven & the Twenty Ten themes.
This means I actually have 3 functions.php files:
1. wordpress\wp-content\themes\twentyeleven
2. wordpress\wp-content\themes\twentyten
3. wordpress\wp-includesI copy-pasted this:
if( class_exists( 'kdMultipleFeaturedImages' ) ) { $args = array( 'id' => 'featured-image-2', 'post_type' => 'page', // Set this to post or page 'labels' => array( 'name' => 'Featured image 2', 'set' => 'Set featured image 2', 'remove' => 'Remove featured image 2', 'use' => 'Use as featured image 2', ) ); new kdMultipleFeaturedImages( $args ); }into the Twenty Eleven functions.php, but nothing happens.
Next to that, I also have 3 header.php files:
1. wordpress\wp-content\themes\twentyeleven
2. wordpress\wp-content\themes\twentyten
3. wordpress\wp-includes\theme-compatAgain, I copy-pasted this
if( class_exists( 'kdMultipleFeaturedImages' ) ) { kd_mfi_the_featured_image( 'featured-image-2', 'post' ); }into the Twenty Eleven header.php
Next to these issues, I also wonder if the location of the code within the php files makes a difference?
Hope you can help me with this?
Thanks in advance!
BarbaraForum: Themes and Templates
In reply to: remove "menu item" / "page title" grapheneHi Kjodle,
it didn’t work at first, but i changed post title to entry.title and it worked!
THANKS A LOT!
Bar