i using quicktabs in my site and active Ajax load for any tabs
now when click on tabs progress bar loaded and show content tabs but progress bar freezes and appear
usually progress bar should be hidden
thank you
Check out the Quicktabs issue queue, specifically the "Progress bar doesn't go away when view selected" issue. Unfortunately, there doesn't appear to be a fix yet, but I'm sure they'd appreciate a patch. :)
UPDATE: After reading all the comments, it sounds like the issue may or may not be fixed in the latest dev release. There seem to be conflicting reports.
Related
Hi I'm currently using CodeLite for my IDE, and I cannot seem to find a way to bring back my menu bar. Originally I was just trying to add other bars back by clicking through, but I ended up un-checking the menu bar, and now it's completely hidden. Hidden menu bar image
The default keyboard for that is Ctrl-F11 (minimal view)
This includes:
Hide the menu bar
Hide the toolbar
Hide the docking windows captions
You can re-enable them all or separately:
Hit Ctrl-F11 again
From the Goto Anything (Ctrl-Shift-P), type menu bar and select it
From the menu bar (once it visible again) Menu -> View -> Show Tool Bar, Menu -> View -> Show Menu Bar etc
HTH,
Eran
You can reset CodeLite by deleting the following folder. Be sure to run the Setup Wizard again after doing this
Close CodeLite
Delete the following directory:
C:\Users\your_username\AppData\Roaming\codelite
Then restart CodeLite and rerun the Setup wizard. You will need to re-configure and re-make any templates you had saved, but you won't lose your work.
I know this is an extremely late answer haha, but I ran into the same issue a few days ago and just got it fixed. I hope anyone in the future who runs into the same issue sees this and save them the headache of waiting ages for help.
In Xcode 9, I haven't found a way yet to disable the title bar when the bezel is turned off. I'm trying to make the simulator go full screen for a demo on a touchscreen TV and the little gray bar at the top is preventing it from getting there. I've tried many different things from changing plist items to trying to add code for NStitlebar but to no avail. Does anyone know how to accomplish this?
This is what I see:
Simulator Image with Title Bar
This is what I want to see:
Mockup removing the title bar
So the best way I've found in my research is to do it not in the code of the app but through the hidden Internal menu option of Simulator. Apple has placed a hidden Internal menu with additional features that can only be enable through some Terminal commands.
Link here to a simple tutorial: http://www.cansurmeli.com/blog/enabling-hidden-xcode-simulator-features/
Once that is enabled, then turn the "Allow Fullscreen Mode" in the Internal menu as well as change the options in "Floating Name" to remove the bar and expand fully.
I implemented a rev slider in my wordpress site and im not very impressed.
The first carousel slider loads okay on page load but the next batch of carousel sliders seems to take ages before it assumes the actual size. Here is a snapshot to explain better.
This is the first carousel slider on the tab and displays by default on page load which looks great.
This second one on the secon tab just doesnt load quite right and will last forever in this size unless i refrest the page many times. Not cool at all.
I have the feeling i missed some configuration but cant seem to get any help throug google searches and will appreciate all the help i can get.
Thaks.
This is not a configuration issue but script conflict issue happening because sliders are in tabs so initially first tab content is visible while others are hidden so technically content of 2nd tab has 0 height. And since slider calculates the space it is going to occupy dynamically, it gets smaller height as tab scripts are loaded a bit after slider scripts are. Try contacting ThemePunch support and ask them for redraw code which will redraw slider using slider API forcing slider to force reload upon page load, resulting in loading slider properly the first time.
Unable to drag and drop widgets into sidebars from within wordpress. We have 60+ sidebars, so is this an issue? How can we fix it, thanks. It seems to be working fine for all the sidebars except the last few, we can't drag and drop anything successfully into those. When I try and drag widgets into those, the widgets are moved to the sidebar 3sidebars above.
Have already deactivated all plugins, but no difference.
Dashboard > Appearence > Widgets > Screen Option
Click on Disable accessibility mode.
Have you tried having your page refreshed? You should consider having a hard refresh on the page by using Ctrl + F5. I also encountered this and the solution I get is having my page hard refreshed.
I had a similar problem. I installed the Google Libraries Plugin and fixed this issue. You can download the plugin from this Link.
I believe that was some sort of JavaScript bug which was stopping JS from loading properly on the widgets page in the admin section.
This plugin is compatible upto 4.1.5. you can check using hit and trial iff it work with your wordpress version.
for my case, I close another application I'm using like photoshop or illustrator. it work for me
I have ported an Android app to BB10 and it works smoothly except for 1 0r 2 issues.
One being an issue with bottom navigation bar that holds "Back", "Hide", "Info" and "Overflow" buttons. It shows up by default when the app is launched and can be hidden using the "Hide" button. To retrieve it back on screen we use a BB10 gesture(Swipe from top bezel downwards) and pin it back.
The above behavior works fine in BB10 Simulator, but not in actual device(Z10), which may be due to OS issues as mentioned in some of the posts.
To overcome the issue I wanted to know is there anyway to Customize/Show(always)/Hide the navigation bar either through Android source code or any settings in Config. Please suggest a way to resolve the issue. Thanks in advance.
I have a similar issue. But based on official answers from the Blackberry forums it appears that they would give users some control only in a 'future' release. Please take a look at this link.
http://supportforums.blackberry.com/t5/Android-Runtime-Development/Detecting-navigation-bar-presence/m-p/2466821/highlight/true#M5243
This is the exact quote,
We are looking at an option to allow users to hide the navigation bar.
Hopefully this will be available in a future release.