I appear to missing something as I am not able to add image to my launchscreen. There was a list of elements I could pick, but now its no longer there.
Related
I am creating custom content blocks and using WPBakery plugin to do so but the nested container doesn't work.
When I add the container I cannot remove it and the children items don't show at all. The icon is also different from the one shown in the example (it shows a square with a mouse pointer). Am I missing something?
The example I followed is this one: https://kb.wpbakery.com/docs/developers-how-tos/nested-shortcodes-container/ (I have also tried to implement this specific one without changes but I get the same).
I have mapped the blocks on the action "vc_after_init_base".
My current plugin version is 5.4.2 so it should support custom nested containers.
Right now I feel clueless so maybe someone has a similar issue?
*it seems that the js_view "VcColumnView" somehow breaks it. If I remove it at least I can edit/remove the container. The rest doesn't work.
If a blank demo row (denoted as (0)), gets created in a list by mistake you are able to see it in the 'Manage content-item lists' window, but they have no edit icon or any way to delete them. Is there another way to get rid of these extra unwanted items? they also don't show in the admin area.
Thanks!
The reason you don't see it is because it doesn't really exist yet. It's just a slot / placeholder. So there is no item.
Basically you should only have this in situations where you have list-enabled, hit the round (+) for add another placeholder-item. I believe the (-) is missing on the first item, because that could cause side-effects.
There is a way to go into advanced admin to remove it, but it's hard as this is not a normal thing to do - when you have a list, you usually want to add content.
Since you have not added any data yet, I would simply remove the module and add another one - that's easier than going the advanced admin.
I'm using aptana to work on a web document with a fair bit of javascript that's organised into functions. I want to be able to easily jump around the functions, so I selected aptana for the document explorer / outline view panel. It works fine, but when I'm typing the document it collapses all by itself, which drives me bananas.
How can I stop it doing this?
Thanks.
Under the little arrow in the top right corner is an option to "Link with Editor". Turn this off and the Outline view should stay as you leave it rather than trying to match what you are doing in the editor.
I tried doing what Sarah suggested and I was unable to get the Outline View to NOT collapse when editing a .js file.
I looked through the documentation and tried different settings within the Outline tab without success. Expand All did expand all of the functions, objects, and variables, but when I edited one of the objects or functions, that one would then collapse in the Outline View. The problem is it would never expand itself even when I moved in to another section of the document.
I would think that after editing a section of the document, the Outline View should update to reflects the change without collapsing. If it does collapse, then it should expand once saved.
It either collapses and expands by itself (link with editor is "on") or only collapses by itself when you change anything in the document (link with editor is "off"). I don't think this behaviour is what most of us, users, would expect. I hope they change it soon. It's one of the very flaws this otherwise great piece of software has.
I was on website on my iPhone and I encounter websites' guestbook. with those textFields. my keyboard appearance was totally change as you can see in screen below.
I am having many text fields in my app, I am wondering if I can create anything like that.
As I am new to development, still unknown what are the limits.
Can anyone guide me to right direction or to right documentation.
Is there is some regular way or its just total customization over Keybard.
I have one more doubt, does it matter what kind of keyboard is popping up as my all fields have numeric keyboard.
Well I just wanted to be helpful to someone who is following the same learning curve as me.
To achieve the affect in screenshot in question. UIToolbar control can be used to make those buttons. after the you need to just make this toolbar appear and disappear with the keyboard.
To make previous and next button work, you can use the tag property of textfield. on clicking on previous or next you can focus to previous or next text field.
Sorry about not posting code as I have not coded it yet but wanted to give pointer to anyone, who is looking.
We have a library bar filled with items, which can be dragged from and dropped onto it. Now the client wishes to see something like a scrollbar or arrows on the side, to have an indication if items are outside of the visible port.
As you can see in the librarybar template below, it contains a surface scrollviewer. Yet I don't seem to be able to reveal these scrollbars.
Any suggestions on how to resolve this issue?
The librarybar template:
http://pastebin.com/QVnvqbNm
Managed to solve it. Answer was easier then expected. Found out that the scrollbars were cleanly removed, but all properties regarding it were still present. Kind of misleading.
Easiest way to solve:
Open expression blend.
Insert SurfaceScrollViewer
Open Template from the SurfaceScrollViewer
Copy SurfaceScrollbars & necessary templates to the templates/resources
from your library bar
Adjust the templates to meet your requirements