× Joomla Facebook Connect support forum

Topic-icon Is it possible to set up JFBConnect on temporary URL?

Support Specialist
11 years 5 months ago #28169 by alzander
Abhishek,
Thanks for adding that test code. As you can see, that appears in both places. Additionally, if you look at the HTML for the page, you'll even see that the "With 1-Year Manufacturer Warranty." text appears with both Like buttons and 123122 text. For some reason, your template is hiding that, but Virtuemart or something else is causing the Like button and that text to display twice.

Therefore, it's not something in JFBConnect that's causing the duplicate Like button. It's not our plugin at all, it's something on your site or with that component. We can't really help you further as I don't know what the cause is, but hopefully, this information helps you narrow down where to look or who to talk to.

Best of luck,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #28185 by abhsoo
Dear Alzander,

"With 1-Year Manufacturer Warranty." - This text is appearing fine there, no problem with this text. It's like When we put any text after the code {JFBCLike colorscheme=dark} so that any text is also getting repeated below the add to cart button on the left side.

Am I gone now?

Please help if possible.

Thank you!
The topic has been locked.
Support Specialist
11 years 5 months ago #28206 by alzander
I don't think you understand what I mean. I've provided a picture:
File Attachment:

In the picture, you'll see the HTML code underneath. The highlighted Like button is in the HTML. Directly above that Like button is also another line of text about the Warranty. It's hidden on the page, but the text is definitely in the HTML. So, something in your template is causing that text to be duplicated. It's not the Like button itself.

To test even further, I'd say to remove the Like button altogether and put a lot of text in the description area. I'm pretty sure you'll see it duplicated just like the Like button is. If so, again, that will prove that it's not the Like button causing problems, it's something with that view that is showing the description twice.

Hope that explains, but if not, please do the test with a lot of test (many sentences) and no like button to see if it's shown twice. Then, let us know when that test is up so we can see what's happening.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #28236 by abhsoo
Dear alzander,

I have put a lot of texts in the product description field and it is not showing any duplication......

biz104.inmotionhosting.com/~hifina5/inde...virtuemart&Itemid=29

So does it mean that this extension is causing some issues?

Thanks and Regards,
Abhishek
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #28252 by abhsoo
Dear alzander,

One more thing, When we click on the "send" button so a small box opens up so it is opening inside, not outside. Before it used to open outside of the block. What is causing this issue?

EDIT: Solved the small pop-up opening inside block issue.
The topic has been locked.
Support Specialist
11 years 5 months ago #28290 by alzander
Abhishek,
Thanks for performing the test of a lot of text. I think we've found a solution to your problem. The text is being added twice, but your template has the following style which is hiding the second block with the following style in the /templates/theme162/css/virtuemart.css file:
.descr2 p {
display: none;
}
I believe if you add the following to your CSS file (either the virtuemart one above, or your template's CSS file, it should hide the extra JFBCLike button just like your template is hiding the extra block:
.descr2 .jfbcLike {
display: none;
}
I'm still not sure why that block of text is being inserted into the page twice, just to be hidden by your template. That's the ultimate cause of the problem, but hiding it should be a fine solution.

Hope that helps, but if not, let us know.

Thanks,
Alex
The topic has been locked.