Couple of questions

Responsive WordPress theme for musicians, bands, artists - easy to configure and various theme features.
GK User
Tue Sep 24, 2013 4:04 pm
Hello,

I changed the wordpress to fr_FR (changed the define language in the wp_config file. My site and its plugins is translated to french.

1 - In the SEO blogname I have written a word " l'avenir ". When I look at the Chrome tab I see " l'/avenir " and at different page load another / is added so I see the blogname as " l//////////'avenir "

2 - I changed the date format to "l j F Y". My posts though only shows SEPTEMBRE 12,2013

3 - There seems to be a conflict with the All in one calendar plugins where the buttons css enforced by the Rockwall theme. The buttons from the plugins are invisible until I hover over them, and then I see the button with the Style II css.
User avatar
Junior Boarder

GK User
Wed Sep 25, 2013 7:37 am
Hi,

1. Where exactly did you write "l'avenir"? title blogname option?

2. Where did you change the date format?

3. Please provide an URL to your website (here or via PM), then I'll be albe to help you with these issues.
User avatar
Moderator

GK User
Thu Sep 26, 2013 1:28 pm
1. I put it in Rockwall - Template Options - SEO - Set title blogname

2. Change was made in Settings - General - Date format personalized

3. Will send PM with IP
User avatar
Junior Boarder

GK User
Thu Sep 26, 2013 9:27 pm
1. This field is filtered from this kind of chars ( ' ), so you can disable Gavern SEO Settings and enter site title in general Wordpress settings or you can use ( ` ), you can also use gavern_blog_name filter to add your own title.

2. You have to edit Rockwall/gavern/helpers/helpers.layouts.fragments.php file and change this fragment (around line 231)
Code: Select all
<?php echo esc_html(get_the_date('F j, Y')); ?>


3. Edit css/template.css file (line 132) and remove !important from color: #fff!important value.
User avatar
Moderator

GK User
Fri Sep 27, 2013 12:31 am
Perfect, eveything works.

I put in SEO &quot; and now the blogname stays correct.

Thanks for the help
User avatar
Junior Boarder


cron