Robert Simons Posted June 12, 2012 Author Posted June 12, 2012 1) No need for that anymore 2) I'd manage to enlarge them, but not to reduce their height... How could I do that ? BTW, how could I give them a different color than the parent items of the primary nav ? Regards, 1) No need for that anymore 2) I'd manage to enlarge them, but not to reduce their height... How could I do that ? BTW, how could I give them a different color than the parent items of the primary nav ? Regards, depending on your version1.x.x 1) Not available 2) within the stylesheet .. the location within is well marked2.x.x 1) ProMenu > Settings > Menu Effects 2) within the stylesheet ..find #community_app_menu .submenu_container li a{ padding: 10px; } change the padding to increase your size .. want bigger font too .. add your font size there as well
Samourai Posted June 12, 2012 Posted June 12, 2012 1.x.x 1) Not available 2) within the stylesheet .. the location within is well markedWell... I found how to change the width, but not the height. Also, I would like to change that (as well as the colors) only for sub-items, and not for parent items... So I didn't find, as when I try to change that, it is changed for the both of them. Best regards, Atsuki.
Robert Simons Posted June 13, 2012 Author Posted June 13, 2012 Well... I found how to change the width, but not the height. Also, I would like to change that (as well as the colors) only for sub-items, and not for parent items... So I didn't find, as when I try to change that, it is changed for the both of them. Best regards, Atsuki. then do it like this #community_app_menu .submenu_container li a{ padding: 10px 0 10px 0; } adjusting the padding to suit your needs
Samourai Posted June 13, 2012 Posted June 13, 2012 After 2 hours exploring many templates & different CSS, I managed to do all that. Any way, thanks for your support :)
Robert Simons Posted June 13, 2012 Author Posted June 13, 2012 good .. its always better to learn on your own anyway rather than have someone tell you .. sticks better than way
ihn Posted June 15, 2012 Posted June 15, 2012 I can't seem to get it to work at all... whenever I turn it on, none of the menus display.
Robert Simons Posted June 15, 2012 Author Posted June 15, 2012 I can't seem to get it to work at all... whenever I turn it on, none of the menus display. what version of IPB are you running?
Robert Simons Posted June 15, 2012 Author Posted June 15, 2012 3.3.3 sending a link for a remote session in a pm .. we'll have a look and get you fixed up
Ravage Posted June 17, 2012 Posted June 17, 2012 sorry for bumping this topic but it has 40 pages so its hard to look prop ... any fix for the PM page not formatted issue?
CodingJungle Posted June 17, 2012 Posted June 17, 2012 done and yeah it was fixed. thanks bro np, hopefully in the next version of 2.0, me and robert can pin down that, as i can't reproduce it on my dev board, not sure if he can, but that is a work around for now at least.
Emissaries Posted June 24, 2012 Posted June 24, 2012 I was using this after I bought IP.Board and have ever since then been using this with the original skin. I just bought the skin Checkered by ipbforumskins.com and it seems like they don't work together. How will I fix this?
Robert Simons Posted June 24, 2012 Author Posted June 24, 2012 I was using this after I bought IP.Board and have ever since then been using this with the original skin. I just bought the skin Checkered by ipbforumskins.com and it seems like they don't work together. How will I fix this? you'll have to customize to the stylesheet for promenu .... or upgrade to the 2.x.x series . it will inherit the theme's main tier style .. but you would still have to alter the submenu colors within the appropriate stylesheet (2 series has a stylesheet for each display area) if you bought this application before the 20th of April, you will be able to download 2.x.x without a repurchase.
Emissaries Posted June 24, 2012 Posted June 24, 2012 you'll have to customize to the stylesheet for promenu .... or upgrade to the 2.x.x series . it will inherit the theme's main tier style .. but you would still have to alter the submenu colors within the appropriate stylesheet (2 series has a stylesheet for each display area) if you bought this application before the 20th of April, you will be able to download 2.x.x without a repurchase. Thanks for the quick reply. Okay, is it possible to get help with customizing it? (I have no clue at all how to do this). I bought the mod in may.
Robert Simons Posted June 24, 2012 Author Posted June 24, 2012 Thanks for the quick reply. Okay, is it possible to get help with customizing it? (I have no clue at all how to do this). I bought the mod in may. I offer a service for theme adjustments on this version .. its $5 to $10 per theme ... if you feel you cannot do it yourself I am available to do it .. though I suggest you look into the stylesheet yourself first .. as I do have everything well documented within that stylesheet, making it fairly easy to alter
Ravage Posted June 29, 2012 Posted June 29, 2012 minify still causes problems with latest versions. formatting issues :sad:
Robert Simons Posted June 29, 2012 Author Posted June 29, 2012 minify still causes problems with latest versions. formatting issues :sad: this happens on an untouched IPB default theme ... and minify disabled? what version of ipb and promenu?
Ravage Posted June 30, 2012 Posted June 30, 2012 ipb 3.3 and latest promenu 2.0.7 and yes untouched ipb skin
Robert Simons Posted June 30, 2012 Author Posted June 30, 2012 ipb 3.3 and latest promenu 2.0.7 and yes untouched ipb skin 1.) If this is a ProMenu 2.x.x issue, why are you posting in the 1.x.x support topic. Please use the appropriate support topic next time to avoid confusion. 2.) I cannot replicate .. I am currently running 3.3.3 and 2.0.7 and I cannot get minify to break the page format on pm's ... having it enabled or disabled has no effect .. this issue is actually well known in the marketplace, though not an IPB bug per say, more of an issue with third party applications and too many styles being loaded, causing minify to basically freak out as its over limits.http://community.inv...nify-max-files/ so..this isn't a ProMenu issue at all .. either look into some of the applications you have installed..or make a core edit and alter your minifiy stylesheet limits its located in publicminconfig.php search for $min_serveOptions['minApp']['maxFiles'] = 25; change to suit your needs .. keep in mind making core edits is never recommended
Ravage Posted June 30, 2012 Posted June 30, 2012 well IPB support told me its Pro Menu when it was v1.xx still. Hello, Please note that you need to disable the application itself, rather than just disable the hooks. You will need to contact the author of the ProMenu application and ask them for an update. Many thanks, Alan. i can contact them again to get the same answer if you want. I am sorry for posting on this support topic but this issue was detected when i was still on v1.x and now its not just PM is on any topic
CodingJungle Posted June 30, 2012 Posted June 30, 2012 have you actually done what was suggested, bumping the number of files that minify will use? if not, i suggest you do to see if that fixes the problem, if not, we will look into it AGAIN after it was original brought to our attention just a few weeks ago (to our records its only been reported twice before.) and in both cases it was minify that was the culprit, and searches in the forum, show similar happening, to other 3rd party apps, so its not really a 'promenu' problem, its a minify problem.
Robert Simons Posted June 30, 2012 Author Posted June 30, 2012 minify to 1000 didnt solve the issue thanks does disabling promenu resolve it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.