Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
BJKline
About
- Username
- BJKline
- Joined
- Visits
- 126
- Last Active
- Roles
- Member
Comments
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
I'm still not sure what caused it but I was able to use CSS to fix it. I added the following code to my CSS and now it works like I had intended. .flyout{ -webkit-max-logical-width: 299px; } View article...
-
It seems to be related to the login module. If I use the following code: <?php if (FLYOUT_SIDEBAR != 0) expTheme::module(array("controller"=>"navigation","action"=>"showall","view"=>"showall_flyout_sidebar","source"=>"navsidebar","…
-
Yes, its the navigation module flyout. I also tried using the default bootstrap3 theme. It also makes the navigation module stretch across the width of the screen View article...
-
I created a media player module a month ago and was able to display a YouTube video. Now today I noticed that the video doesn't appear. I tried using Firefox, Chrome and Safari and not one displayed the video. But when I placed the embed code from Y…
-
The zip file for 2.3.1 cannot be expanded. Is it supposed to be more than 128KB in size? I've tried downloading it 3 times and it's never bigger than that. Also I see that's what size it shows on SorceForge as well. View article...
-
So what do we do to roll back if the patch was installed? Specifically 2.3.1 patch 1. View article...
-
EDIT: I was able to figure it out. View article...
-
I was too quick to celebrate.. If my expTheme::head looks like this: expTheme::head(array( "xhtml"=>false, "framework"=>"bootstrap3", "css_core"=>array("common"), "css_links"=>true, "css_theme"=>true) ); I don't need the line defin…
-
I tried converting my existing theme to use bootstrap3. My theme is just coolwater with a few color changes. What I did was add "framework=>"bootstrap3", to expTheme::head(). In addition I made sure that I wasn't using YUI navigation, instead o…
-
I feel very stupid now! I read those two articles and didn't see the part about swatch. View article...
-
I tried converting my existing theme to use bootstrap3. My theme is just coolwater with a few color changes. What I did was add "framework=>"bootstrap3", to expHead. In addition I made sure that I wasn't using YUI navigation, instead of YUI Top…
-
I will definitely do that from now on! Now that the site is displaying I get this error message: Fatal error: Uncaught exception 'Less_Exception_Compiler' with message 'variable @menu_width is undefined in file /home/bjk03/bjkline.biz/framework…
-
I don't know what was different but when I retyped that line, things are working now. Now I just have to adjust the theme for using bootstrap3. View article...
-
reset.php is blank as well. View article...
-
Its 2.3.0 patch 4. I have error reporting turned on, and have deleted all the files in /tmp/views_c/. I still get a blank page. View article...
-
I've uploaded the file you sent me to /framework/modules/administration/views/administration. Then I cleared the cache, quit Firefox, opened it back up, went to the website, logged in, and then found that the system configuration page doesn't fully …
-
Minification is already turned off. Network tab gives a 404 error on yui-min.js. I can see that the file is present via ssh and ftp, also verified permission is set to 644. View article...
-
What do I need to to to implement this change? Edit: I meant how to make the newui slingbar be at the bottom. View article...
-
Here are the errors I'm getting. photo expErrors82614-1_zpsf8105dd4.png View article...
-
Is there any way to move the newui slingbar to the bottom of the screen? define("SLINGBAR_TOP",'0'); doesn't do it, neither does setting the value to 1. Also with 2.3.0 patch 4 did the old style slingbar get replaced? if I don't have newui set to …
-
Just go to the url listed in the screen shot (arcsolinc.com). View article...
-
Minification is already turned off and Minify and Combine Linked JS Scripts is unchecked. I just tried setting Development to 1 and then the sub menus appeared. I also cleared my browser cache three times. Now the sub menus work, even in multiple br…