moodra
Forum Replies Created
-
i discovered the video player element has this style applied
style=”max-width: calc(176.667vh); height: calc(56.6038vw);”what if I want to fill the space? where do I edit this? I cant seem to change it with CSS overrides
- This reply was modified 4 years, 7 months ago by moodra.
Forum: Themes and Templates
In reply to: [Capture] Mobile FunctionalityI have this problem also.
I am using the free version, and when i drag my browser window to a narrow format or view on a mobile device, the main menu disappears and the NAVIGATE label appears with the three line icon, but when pressed nothing happens. No menu appears. I ave tried IE, chrome, safri and mobile chrome.Forum: Plugins
In reply to: [Youtube Channel Gallery] Newest upload not appearing in playerI guess this also applies to videos that have a status change from “public” to “private”. I changed the status of some videos to private but they still show up hours later….
Forum: Plugins
In reply to: fold_page_list and colouring subpages in menushmmm I tried to style the subpage list in the sidebar using
#sidebar .current_page_item { color:#FF0000;} in the style.css file
It kind of works but I don’t think it is compatible with fold_page_list plugin. It only managed to colour the “>>” bullet but not the actual text, anyways the “>>” is only visible in firefox not IE??. CMS is starting to give me a headache
Forum: Plugins
In reply to: fold_page_list and colouring subpages in menusThanks Kalessin,
where do I use this code? In my sidebar.php?Here is the code I am using to display my pages now:
<?php wswwpx_fold_page_list(‘sort_column=menu_order&title_li=<h2>’ . __(‘Navigation’) . ‘</h2>’ ); ?>