Top section of page is not visible while hints are off - magento-1.7

I am very new to magento and have developed theme.
When I try to use my theme I am unable to see header.phtml, head.phtml etc in my page.
In page source I am seeing all stuff but thats not visible on page.
When hints are on I am seeing all stuff correctly with hints.
Please help me out.
This is my URL..
http://216.12.194.46/~kartscom/kartsftp/magento/index.php/computer/sony.html
Regards,
Suraj.

It appears that your header-container (and possibly header) does not close itself correctly.
I suggest checking the file /app/design/frontend/my_company/default/template/page/html/header.phtml to make sure each div closes itself.
By enabling hints, the hint boxes (which are made by div tags) end up closing the containers, which is why it shows correctly with it on, except for the fact that the box labeled as "frontend/my_company/default/template/page/html/header.phtml" (Mage_Page_Block_Html_Header) in your hints extends all the way down the page.
The "header-container" div needs to close before the "main-container col2-right-layout" div. To help deduce any other errors, I suggest starting off by turning hints off and running your page through the W3C Html Validator, and trying to correct as many issues as possible.
The validator tool will definitely help in tracking down any tags that aren't being closed, plus I always strive to have pages that pass with 0 errors / 0 warnings.

Related

Rainloop - How to access DKIM and other header information in the Message View

I have a heavily modified Rainloop install. Figured out a lot of ways to modify it, but having the following issue:
Rainloop shows a DKIM signature indicator (with it's own interpretation) as a green checkmark.
If you hover your mouse pointer over it (when shown), it will show a "tool-tip" of the text in that header.
The problem here is, on mobile you can't "hover", generally speaking. How can I access the header data via JS, or how can I talk to the element for the "tool-tip" for the DKIM header info so I can put a click-listener on the indicator?
It's nice they show it on the mouse-over, but I can't seem to find any way to reference it.
In addition, it would be really grand to show that info in the "info" expandable box.
This is all pertaining to the Message View in Rainloop specifically.
Really nice program. But there is no documentation on their API.
Anyone have ideas on this? I can't seem to get a handle on it through devtools.
If I could just get a solid CSS selector to reference it by that would be grand.
All I seem to be coming up with on searches are similar expressions.
Hoping maybe someone on Stack might have found a clue on this, because DKIM is important, and ordinary users need simple indications as to trust.
This is something to help other people, not just me, so if anyone has a way can you share?
Okay. So right after I posted, I did find it. Not sure how I missed it before, but the dkim results header data can be found in the "dkim icon"'s title attribute-- the "icon" is an tag (rainloop hijacks the tag as UTF8 icon containers).
So the tooltip apparently is an actual tooltip, whereas I thought it was something like a hidden div being shown on a mouse-over.
I wonder if there is a way to get it to show on a click instead of a hover (preferably using CSS).

Styling Help Framework

I've read the documentation and I can't figure out how to override the help system framework that eclipse generates (eg. Search Scope All Topics etc). It shows as a grey boring style, and the plugins seem to build it automatically. I can add css to the toc.xml which affects my pages, but not the frame that goes around it. Is there a guide for this?
The modernization of the help system which is still based on HTML frames and which is not responsive has not yet been implemented (see Eclipse bug 501718). Eclipse is open source and help is welcome. ;-)
However, it is possible to create your own responsive HTML 5 page with an iFrame for the content and which loads TOC elements, search results, etc. via JavaScript from the Eclipse help system as it is. In this way, I realized a search field with search suggestions and a preview (see my blog post: Like to pimp your help, eh?).

Page pagination issue in Drupal website

I have an issue in drupal website ( http://www.perfectchoice.ae/properties-browse/ ) when I go to click on 2nd page number then no property comes there.
I don't have knowledge about Drupal. Looking for someone to help me please.
Page parameter is working:
http://www.perfectchoice.ae/properties-browse/?page=3
So some other is causing the problem. When you move to some page and it doesn't show anything try removing URL parameters one by one until you figure out which one is causing the problem. But in any case you will need some Drupal knowledge to solve this.
With the very less information provided in the description, it is difficult to figure out the issue/fix.
One probable reason would be your views is not getting displayed on the URLs other than 'properties-browse'. You need to make the visibility settings of the main block to 'properties-browse*'
Good Luck!!!

TYPO3 and Router ExtDirect Invalid security token

I know there is several posts on the Internet about this. But none of them solves my problem.
I use FireFox when working in TYPO3 Backend and I never see the pink boxes, but my customer uses Internet Explorer and right now she can't work in TYPO3 because of the small pink boxes saying
Router
ExtDirect: Invalid Security token
What triggers these errors and what can I do about it?
At the bootom of http://wiki.typo3.org/ExtDirect it says something about a small change that fixes it, but where should I change these lines?
I hope that someone can help me.
You need to add the $pageRenderer->addExtDirectCode(); in your backend module, assuming that the passed instance of the page renderer is inside the $pageRenderer variable.
This makes sure that the required code for the ExtDirect call is added.
Your customer should get a bunch of JavaScript errors too.

joomla tinymce editor problem

hi i am using joomla 1.5 for my site.
in this i fetched the problem of tinymce editor when i clicked on any article the image button are not shown. when i clicked on edit html source button It showing only “{$lang_theme_code_title}” on the Title bar and all body is blank.
so plz help me to resolved out from this problem.
thanks in advance
You should consider trying the JCE editor instead of trying to debug Tinymce. I'm running JCE error free on over 40 sites. It has a superior image manager, link manager, and code view. It installs easily and is highly configurable. The only caveat is that you should disable the Joomla insert image, page break, and read more buttons as JCE has those built in.
http://extensions.joomla.org/extensions/edition/editors/88
See this thread:
http://forum.joomla.org/viewtopic.php?t=62545
Try adding www. to your domain. Most often this is the problem.
I searched joomla project for vars $lang_theme_code_title... and related... There are not. Looked at Tinymce editor, it has javascript driven language file...
Most likely problem is cause by JavaScript. Try using different browser (firefox or chrome).
I read info on some other forums, some claim that temporarily disabling the antivirus solved the problem. I don't think that this will work, but you can try.
If none of this helps, you will need to give more information. Load firefox with firebug and see the NET tab for JavaScript files and Ajax Requests, most likely you'll find something interesting there (i think 500 Error)