Why is the Comments Plugin shifting to the right? - php

All of sudden today the comments plugin is out of its inteneded position, and it has shifted to the right thus creating inconvience. How do i fix it?
I have already tried updating to the latest code or whatever you wana call it.
Please help, how is the problem gone be fixed.
example url is http://apne.tv/episodes/episodes/181/Diya-Aur-Baati-Hum.html

Had the same problem. Added this to my page/site CSS:
.fb_iframe_widget iframe {position:relative; left:0px;}
Seems to solve my problem. I think the issue seems to has resolved itself though.

Related

Embed PHP in a Mediawiki page

I have been googling this for the best part of yesterday without any joy, so I'm here for the last hope for an answer before I give up!
Can anyone tell me if it's possible to embed a .php page in a MediaWiki page?
I was hoping for an extension of some sort or some other type of solution - I did see a post her somewhere during my search that suggested using a hook to make an extension - but I have absolutely no idea where to even start!
Essentially the problem I'm trying to solve is that I have a .php script that spits out the results of a couple of array queries, and I would like to present this directly on a MediaWiki page. I'm not bothered how, in an inline frame I assume..
Has anyone tried anything this and made it work?
Any pointers would be very much appreciated.
Thanks
OK, as I suspected - as soon as I asked this question, I would find the answer!!
So here it is..
You need this extension:
https://www.mediawiki.org/wiki/Extension:IframePage
After a little fettling I was able to embed a PHP script inside an inline frame on any WikiMedia page I wanted. Genius!
Thanks to everyone who took a look, and I hope this will help someone else!
Cheers!

Font-awesome Icons showing as squares on wordpress

I have been trying to solve this, I have zero experience with wordpress and the codex is confusing.
My apologies for lack of code, since I don't know what is necessary to link to provide insight for this question. I have been looking through this website and the answers I have found are not applicable to woocommerce.
this is the website in question: www.cazinco.com, i am still in the proccess of building it and this problem is holding me back. As you can see none of the icons are displaying and they just show empty squares.
Does anyone know where this problem stems from and how to solve it?

Opencart product.tpl not updating

I really hope someone is able to help as I'm totally losing my mind on this one.
I'm using Opencart Version 2.0.1.0 and for the life of me I can't work out why changes I'm making to theme/xxx/template/product/product.tpl is not updating on the live site.
I haven't edited that template in a couple of weeks so not sure if the issue originated today or some time before. All other templates seem to be updating correctly when being edited... just not this one.
Does anyone have any idea why this might be so? I've deleted the cache in both system/cache and also vqmod/vqcache.
Any help is really appreciated. I've wasted the whole day trying to work this out :(
go in modifications and click refresh,after restart page
Put code in this file home2/faucetan/public_html/vqmod/vqcache/vq2system_storage_modification_catalog_view_theme_default_template_product_product.tpl
and also here product.tpl so you see result

err-connection-reset-error-on-wamp; I figured out WHY but I don't know HOW!

After installing phpED, I had to change some lines on php.ini but phpmyadmin was working just fine but yesterday It started showing "Error 101 (net::ERR_CONNECTION_RESET):" error message!
Well I can browse databases but simply can not browse tables by clicking on their name on navigation panel.
When I click on any table name, this a typical request, "http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token&table=table_name&pos=0"
After a bit messing around, I simply put this, "http://localhost/phpmyadmin/index.php?db=databasename&token=cf4c8cd5d82_a_Token&table=table_name" look I simply removed that pos parameter and its working fine!
But its annoying...so wondering if anyone knows what is it?
Here is a relevant stackoverflow question on this topic
I had the similar problem, and i resolve it by turning off the *mod_socket*

Autocomplete in .php framework doesn't seem to work any longer

I have a basic Autocomplete and Add to the database function and , for some reason, it has stopped working completely and I don't get any useful information from Firebug or otherwise what could be the problem.
I am guessing it is something simple, but don't know where to look.
This is the library where I am making the call:
http://github.com/allyforce/AF-upload/blob/master/Library/Target1.class.php
What browser are you debugging on? Firefox displays Ajax errors correctly, but no others do unless you apply this patch (which will be in the next release of QCubed):
http://trac.qcu.be/projects/qcubed/ticket/432
Someone found the right answer in terms of remvoing a QEvent.

Categories