tonton
asked 10 years ago

I’d like to change the Face book btn status in HOME template. But I could not find the setting in it and aound the related template.
Facebook btn panel in home page seems like to show status of your Facebook page or some statics value.
Please tell me how I can change the btn status to my own A.S.A.P. Thanks.

2 Answers
DominicStaff
answered 10 years ago

At the moment, You just possible change the word “on Facebook”, you can open the “\wp-content\themes\dw-fixel\inc” Find the line 175.
Hope this helps !

rinrinboo
replied 10 years ago

Thank you, Diminic.
From your advice, I found the following cords on L167-L172 in ajaxs.php.
———–
$facebook = $social_wall_settings['facebook-name'];
if( $facebook ) {
$result = json_decode( dw_file_get_content( 'http://graph.facebook.com/'.$facebook ) );
$link = isset($result->link) ? $result->link : 'http://facebook.com/' . $result->id;
$avatar = json_decode( dw_file_get_content( 'http://graph.facebook.com/'.$facebook.'?fields=picture' ) );
$avatar = $avatar->picture->data->url;
————

I think these cords is related to this setting.
It seems to fix the FB button settings.
But I don't know how I can change the status to my own.
Can you suggest me the way how I can replace these cords to my own location of FB?
If my FB name is "hello.world" and my FB page URL is "https://facebook.com/hello.world", how can I do?

rinrinboo
replied 10 years ago

Anyway, I checked your LiveDemo, and found your demo has active Facebook panel and button on blue background. It shows your Facebook page link well.
I think your theme has included wrong cord around that. You should check the theme cord itself. Otherwise, you must payback. It’s defective product.
Please check the theme itself with clean installation.

In my wordpress settings, Home Page setting has correct [Facebook Username] input data.
Like this. [ hello.world ] <-this part is my FB username.

tonton
replied 10 years ago

“on Facebook”, does not exist on “\wp-content\themes\dw-fixel\inc” , the line 175.
And I tried to find the correct cord, but your code has wrong bug and I can not.
I found your customers review seemed to have good stars but most of the reviews are claims. Did you tamper your reviews from customers?
Anyway, I need correct code and completely working theme.
Please support about the case or refund me.

DominicStaff
answered 10 years ago

Apologies for the delay in replying and about previous answer. I have confused. To resolve this issue, you can log in to Dashboard > Pages > Home page > Click Edit, then add your Facebook Username to the Social Wall Setting.
See the screenshot: http://i.imgur.com/gd5sO73.png
Hope this helps !

tonton
replied 10 years ago

Your reply does not help.

>you can log in to Dashboard > Pages > Home page > Click Edit, then add your Facebook Username to the Social Wall Setting.

Of course, I already did. So, I asked you to check the theme with clean install.
Your demo seems to work well, but the theme itself doesn’t work.

Check completely and reply the correct answer, please.

Powered by DW Question & Answer Pro