QuadWord
Forum Replies Created
-
Update: if i refresh the browser a lot of times it switches between 3 different results:
– a 10% clipped “corner” on the top left (47 Times out of 50 Refreshes)
– a 25% clipped “row” full width but only 25% height (2 Times out of 50 Refreshes)
– a 100% working display (1 Time out of 50 Refreshes)Maps are also clipped for me.
Tested on 2 different Machines running MAC/OSX: Safari, Firefox, ChromeI have the same issue. Did you solve it ?
Thanks,
AndreasForum: Plugins
In reply to: [Codepress Menu] Level 3 seems to be brokenmaybe it is easier to understand if we use more descriptive menu items.
if the underlying menu looks like this …- apples
- red
- half red
- full red
- green
- half green
- full green
- yellow
- half yellow
- full yellow
… and i navigate to “yellow” then the level 3 items of the active branch should be “half yellow” and “full yellow” but it shows only “half red”. And if i remember correctly even if you navigate to “red” then the result ist only “half red” and not both “half red” and “full red”.
Forum: Plugins
In reply to: [Codepress Menu] Level 3 seems to be brokenhi david,
thanks for your answer.
my example does not show the result (output) i want but only the underlying menu structure.
based on this example my usecase would be:
if i am on the page based on “Level_2-Item_3” then “Item_B” should be the level 3 child of the active branch. but with ‘level’ => ‘3’,’depth’ => 1 is does show “Item_A” which is wrong because it is a child of the (inactive) “Level_2-Item_1” branch.basically i would expect the same behavior for childrens of level 2 like it resolves childrens of level 1 (which is working fine).