I am working on TYPO3 and want to make every page 2 column-right layout. so please help me to remove second navigation from left side.
I commented the navigationSecondLevelMenu < menu.secondlevel from typoscript.
But it is not removed upto now.
Please help me
You probably can unset the lement aftewars with:
navigationSecondLevelMenu >
(> sign is comparable to PHP's unset) anyway if you won't give us more details, we won't try to guess your problem anymore.
Related
i am using magento 2.2. i want to make my configurable product attributes, like Product size, into dropdowns.
how do i do that. i noticed its possible from this picture on another forum
Thanks for the question...
Yes, it's possible.
To do that, please visit on following screenshots:-
1-
But Screenshot 1 is not enough due to the bug in Magento2, so please visit next screenshots to complete it.
2- In the table eav_attribute_option_swatch
3-
Reference
I've also tested by doing above steps & I achieve the result & hope you too.
I use TYPO3 LTS, last version. My problem occurs in the new RTE ck_editor. In short: i get non breaking space characters when i put a list in a table cell. The result in the frontend looks like this:
<td> <ul><li>text</li></ul></td>
In the TYPO3 backend all is correct: no non breaking space, either in the edit window of the RTE, nor in the code view of the RTE. I checked the database table but there is also no non breaking space.
Therefore it seems to to happen during the frontend rendering in TYPO3.
Any ideas how i can fix it?
Thanks!
Peter
I think you've run into this issue: https://forge.typo3.org/issues/83795
The latest comment suggests to use this TSConfig:
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.innerStdWrap_all.ifBlank >
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.innerStdWrap_all.ifBlank =
Could you tell us if it works for you? Please, may I ask you to update that issue? (Also, if you find some drawbacks). Thank you!
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!!!
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.
I encounter a strange error. On page-module level i´m not allowed to create new page elements. If i do the same via the list-module page-elements are created and i can edit them (even in the page-module).
Also, if i created a flexible content element - e.g. columns - (via the list module) i CAN create new elements in the flexible content element, even in page module.
New elements are always on TOP of the page, meaning the first entry, and i can´t drag and drop them. Well, i can, but changes do not come in effect. To sort the elements I have to edit the page properties, and sort content.
The user has every right(!) given by the user settings, and it is TYPO3 4.7.4
Does anyone know where i have to look for a solution? Thanks in advance!
Edit 1
This error appears in the log:
Attempt to insert record on page '[root-level]' (0) where this table, tt_content, is not allowed (msg#1.1.11)
Again: Creating Elements IS working via the List-Module.
This error is causen because the field t3ver_swapmode in the page table was removed since TYPO3 4.7 (Maybe in combination with TemplaVoila).
I dont know whats exactly going on here (didnt had the time to find that out), but the solution is of cource simple. I uploaded my fix to the TYPO repository under the key swapmodefix http://typo3.org/extensions/repository/view/swapmodefix
The extension appears in a couple of hours, good luck!
You need to select a page inside the pagetree first. You may not create content elements on the root page.
It might be that the selection is lost, but still visibel. Just click the page again.