rantoker
Forum Replies Created
-
Hi Richard,
Thanks for replaying me 🙂
Appreciate it. Felt lost a little.
The thought of moving to another plugin and build again
20 plus posts just wan’t right…I’m using the AVADA theme via child theme.
The FB plugins used are:
1) Facebook Comments by Vivacity
2) FACEBOOK plugin (by facebook)I’ve also tested few other plugins, and the issue was the same, so it’s not a specific FB plugins issue. It looks like the mechanism of the the Easy testominails plugin combined with the AVADA one.
It looks as if the system treat the Easy Testimonial post as a “post inside a post” = provides 1 set of FB widget from the testimonial post contnet, and then provides the second identical set becasue of the end of AVADA’s contnet. That is why I don’t have this issue with the AVADA psots and pages, since there is only one set there.
I have spent hours and played with the code etc. Couldn’t seperate the 2 sets… When you cancel one, the other one dispears too.
So, at the end just decided to hide them completely on the testimonilas posts….
And yes, also played with the settings and the cycle 2 and the AVADA compatibilty etc. Tried it all. It didn’t change anything regarding this issue.
Thanks
RanOk…
I’m very disapointed that Richard didn’t responded to my request.
Support is EVERYTHING even if it’s the free version.But never the less… Found the soultion on my own and put it here in case someone else would have a similiar issue.
I have created custom css to hide all the FB elements in the testimonial posts, so instead of double show up of the elemnts in every post, such as the FB like button and FB comments etc, it’s better just to hide the whole thing.
You will need to use the “inspect element” function of your browser to see what are the names of the specific elelments you wnat to hide. Once you have the names right, the css would be the same for each one of them. The code is pasted here below.Wish you all the best
RanThe code was pasted in the custom css of the plugin settings:
.fb-comments.fb_iframe_widget {
display: none;
position: relative;
}.fb-social-plugin.fb-like.fb_iframe_widget
{
display: none;
position: relative;
}.coments-title
{
display: none;
position: relative;
}.date
{
display: none;
position: relative;
}Richard Hi!
I saw that you answered other question here day ago,
and was very happy to see you supporting,
so was hoping you can answer mine as well 🙂I really love to use your plugin and already build more then 20
post with it, so don’t want to start using another plugin and build everything from scratch… want to continue working with the plugin.The issue is that for some unknown reason, all the Facebook stuff that I add to any post and page on the website, appears twice only in the testimonials posts.
Please help me to solve this issue.
Thanks
RanForum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] 50x error after update to 1.7.12Hi Thomas,
just to verify what you wrote:
I have updated the plugin to version 1.7.13 and it works good now,
(no more 502 BAD GATEWAY ERRORS).thanks for the support
Ran