prestashop character in the bottom of page - prestashop

i have a problem with a prestashop website and i have not found any solution in the web.
How you can see in the image, there is a character in the bottom of page, but i have not edit any files. How can i remove it? by css is impossible, if you see the 2nd image, it is not contained in any element.
what could be the problem?

I found the problem in 'footer.tpl' file.

Related

What is the correct .tpl file to edit the footer links in Prestashop

I need to edit the footer links in my Prestashop template ( just to add a wrapper). That's the link list that comes afterthe block-contact. This is the block that shows links to special offers, product categories, best sales...and then comes another block of links related to CMS pages.
Do you know which files i have to edit?
Thanks
Well finally i got it, for anyone who had the same issue, here's the correct .tpl :
modules\ps_linklist\views\templates\hook\linkblock.tpl

Yii framework not showing image link on menu array

very green on Yii... would appreciate any help.
the code below uses an image (home icon) as a link to obviously my Home page. The link works (its the first item on the menu) and the home page displays, but the image is not showing... any idea?
$top_menu[]=array('tag'=>"signup",CHtml::image(Yii::app()->request->baseUrl.'assets/images/home-blue.jpg',array("width"=>"100px" ,"height"=>"100px")),'url'=> websiteUrl());
According to documentation
Returns the relative URL for the application. This is similar to scriptUrl except that it does not have the script file name, and the ending slashes are stripped off.
So, add slash
Yii::app()->request->baseUrl . '/assets/images/home-blue.jpg'

WHMCS admin/configregistrars.php Header doesn't seem

I'm using WHMCS 1.5.10. And now I want to add the resellerclub API. But When I clicked "Domain Registrar" on admin page, it opens on a different page. But I'm seeing a corrupted page. Because, when I looking "admin/configregistrars.php" page's source code, the <head> section does not appear. Consequently, it does not work on the page buttons.
Example image on my admin/configregistrars.php:
I can't fix this problem because on configregistrars.php's code is encrypted with ioncube. Why do I have this problem? And how can I fix it? I can't click "deactivate" and "configure" buttons because they don't work.
I fixed this problem. I had a memory limit problem. If you have any problems with WHMCS, you can tick Setup-General Settings-Other page's bottom sections.

Joomla - Overlapping of modules required

I had to create a custom menu for the template we chose as the links were supposed to be added over a image. I have a header image which is called in as a module. When I select mod_mainmenu, the menu shows over the header image. However when I disable the mod_mainmenu and select the custom html mod , they come below the header image.
I need it also to come as the menu. Which will resolve the issue.
www.diaryboard.com/ship
This is the link. Could someone help me on this.
Regards
Edward
The first problem I see is in your template.css file on line 672 -
height: 448pxx;
Fix this typo first. You could probably do without the absolute positioning for the logo, but the typo will probably make the page look right.

Link a Blog into scrolling text of SWF file

I'm working on an entirely flash-based site for a client who has already been using Blogspot for his News/Homepage updates. He wants to continue updating through Blogspot, but wants the blog to automatically fill in the text box on the flash site Homepage. I'm not sure if this is possible, or how I would go about doing it.
Here is the blogspot page:
http://atmarsamps.blogspot.com/
Here is an example of what the scrolling SWF text box will be like:
http://eloquentcreative.com/
Is this possible? Any help would be absolutely amazing!
You can use URLLoader to load the page as text. I'm not sure of the best way to parse it though.
Maybe you can try looking for the CSS tag that is being used for the text in question and then grabbing the text in between those tags? There might be better ways to do this though.
Note, you can update values to the htmlText property of a text box, which will allow Flex to maintain some of the styles specified from the loaded page.