G. Andore
Forum Replies Created
-
Thanks @yorman, I’ve already deleted all hacked sites with 404 error, but they keep coming all the time, new 404 pages, and I am not sure why google keeps indexing them. How can I stop this
Forum: Fixing WordPress
In reply to: Posting HTML table don’t saveI am using the visual editor, however when I go to text editor it converts to table by html.
Forum: Fixing WordPress
In reply to: Top black bar menu sizeForum: Fixing WordPress
In reply to: Top black bar menu size@kimwhite hi, I have added the code but didn’t work. To be honest I am not so good at this, look to this https://cyberchimps.com/forum-topic/menu-large-bar-decrease/.
They used to help but no anymore but there you will see an idea. Thanks!
Forum: Fixing WordPress
In reply to: Sharing Links on my Site HackedThank you so much, I’ve already fixed the password and all secure logins. It’s all now working fine, however I want to remove the old Meta when sharing my site links on Any Social Media. Thanks.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Add more than 1 button to ‘Follow’Hey, sorry for reopening this ticket again. For some reason (i didn’t change anything) the custom social icons and data were working fine but now it is not working and it looks like broken links. Take a look how it looks on screenshot. Also find below my code.
function addtoany_add_follow_services( $services ) {
$services[‘example_follow_service’] = array(
‘name’ => ‘Ameba’,
‘icon_url’ => ‘https://s19.postimg.org/xfjap7mtf/246x0w.jpg’,
‘icon_width’ => 32,
‘icon_height’ => 32,
‘href’ => ‘Amebo Profile’,
);
$services[‘example_follow_service_2’] = array(
‘name’ => ‘Blogger’,
‘icon_url’ => ‘https://s19.postimg.org/ew1c0pwbn/blogger.png’,
‘icon_width’ => 32,
‘icon_height’ => 32,
‘href’ => ‘Blooger ID’,
);
$services[‘example_follow_service_3’] = array(
‘name’ => ‘ok.ru’,
‘icon_url’ => ‘https://s19.postimg.org/isuse0xoz/odnoklassniki-icon.png’,
‘icon_width’ => 32,
‘icon_height’ => 32,
‘href’ => ‘Ok.ru’,
);
return $services;
}
add_filter( ‘A2A_FOLLOW_services’, ‘addtoany_add_follow_services’, 10, 1 );- This reply was modified 6 years, 7 months ago by G. Andore.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Add new Follow Buttons please explain how to@micropat sorry for reopening ticket again, I was able to add one more, but how can I add more buttons? when I try to copy and paste the whole code again to duplicate it gives me an error. This is the code I have for now:
function addtoany_add_follow_services( $services ) {
$services[‘example_follow_service’] = array(
‘name’ => ‘Ameba’,
‘icon_url’ => ‘https://s19.postimg.org/xfjap7mtf/246x0w.jpg’,
‘icon_width’ => 32,
‘icon_height’ => 32,
‘href’ => ‘hhttps://ameblo.jp/gamersoundradio/’,
);
return $services;
}
add_filter( ‘A2A_FOLLOW_services’, ‘addtoany_add_follow_services’, 10, 1 );How can I add more? a new snip didn’t helped me too
Forum: Plugins
In reply to: [AddToAny Share Buttons] Add new Follow Buttons please explain how to@micropat hey you are wonderful! that is a 100% it worked. Thanks!