extendyourweb
Forum Replies Created
-
Hi cscottb,
Thank you very much for your post, its very helpfull for us to improve this plugin.
We just see that question that you tell us. It happen if you open video with browser not with youtube app. (for example, or other kind of app to open video in your mobile)
When we prove it, in our mobiles, when you reproduce a video, two options are showed, open with browser or open with youtube app. We select youtube app as predefined and works well.
Now we have proved open videos with browser, and we can see that they are opened in youtube page for mobiles.
We have proved with Opera Mobile Emulator and we can see that this software haven’t option to open video with youtube app (or other)and for that, you always see youtube lists.
In conclusion, you can see videos in your mobile using apps to open them (we think that it is the best way but we can be wrong).
We are now working to fix browser option.Thank you very much for your question. If you have more questions, you can write to [email protected] (faster) or here.
Thanks again!!
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] Problem with utf8 serbianThank you very much for your comment. In the next update of the plugin looketh to correct all the problems of coding languages.
Forum: Plugins
In reply to: [Easy menus] How do you create and assign the submenus?Thanks.
The submenus are created from the same menu, wordpress admin -> Appearance -> Menus.
Put a page in the menu and drag the button to the right resulting parent submenu button.
Forum: Plugins
In reply to: [ULTIMATE TABLES] Changing text and table colors?Thank you very much for your comments, alex_nodinx right. Future versions will more design options in the administrator, now you have to change the css.
Forum: Plugins
In reply to: [ULTIMATE TABLES] Add links to table items?Thank you very much for your comment, in future versions we will consider your directions. With the current version you can insert links as html. When writing text html note that the sign ” is invalid, use the caráter ‘
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] Video Description in Separate BoxThank you very much for your comment, the descriptions are loaded into flash so you can not do what I mention. For future versions we will consider what you say and give you more options to text.
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] language SupportThank you very much for your comment, in the next version to incorporate player Arabic characters.
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] Free version limited to 4 videos?It’s strange that I mention, if you have installed and activated the plugin would have to run shortcodes. It is very possible that you have some other plugin that causes conflict with the ultimate.
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] is this plugin D.O.A.?It’s strange that I mention, if you have installed and activated the plugin would have to run shortcodes. It is very possible that you have some other plugin that causes conflict with the ultimate.
Forum: Plugins
In reply to: [ULTIMATE VIDEO GALLERY] [Plugin: ULTIMATE VIDEO GALLERY] HelpWe close the topic. Thank you very much for using our plugin.
Trishahdee thanks for your message.
Are using “instant WordPress”?
The plugin does not import data from Excel or other programs. Allows editing and managing a table. That’s columns and rows. Within each cell can place html code, such as a picture or any other html element.
The plugin allows you to search and filter results by a single general field. The table can be sorted numerically and alphabetically for each column.
Hope that helped, but I suggest you try the plugin, as it is very easy and quick to use, so you will leave doubts.
Thank you very much LMPA
Forum: Plugins
In reply to: [ULTIMATE TABLES] [Plugin: ULTIMATE TABLES] Ultimate Tables column widthThanks.
We will updating the plugin to edit the column width manually from the administration.
To change the column width as the plugin is now:
– In the table administration seeks the parameter “Texts” found at the end of the options on the table.
– The parameter is for setting texts and language texts but you can add code to change the column width. The form looks like this:
Parameter texts:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
"oLanguage": { "sLengthMenu": "_MENU_ Display records per page" "sZeroRecords": "Nothing found - sorry" "sInfo": "Showing _START_ to _END_ of _TOTAL_ records" "sInfoEmpty": "Showing 0 to 0 of 0 records" "sInfoFiltered": "(filtered from Total _MAX_ records)" } Parameters texts with column 1 and 2 changed the width: "oLanguage": { "sLengthMenu": "_MENU_ Display records per page" "sZeroRecords": "Nothing found - sorry" "sInfo": "Showing _START_ to _END_ of _TOTAL_ records" "sInfoEmpty": "Showing 0 to 0 of 0 records" "sInfoFiltered": "(filtered from Total _MAX_ records)" }, "aoColumnDefs": [ {"SWidth": "10%", "aTargets": [0]}, {"SWidth": "10%", "aTargets": [1]} ]You can see that by adding the code:
"aoColumnDefs": [ {"SWidth": "10%", "aTargets": [0]}, {"SWidth": "10%", "aTargets": [1]} ]change column 0 and 1 to a width of 10%.
Thank you very much for consultation.
Make sure the gallery is set up. The width parameter must be a number with the ‘%’ or ‘px’. The height must be a number with nothing.
YouTube videos have automatic thumbnail. If you are using video flv advise you add your images to the thumbnails. To do this you must enter the path of the image in the parameter “Image thumbnail” underneath the video url.
With the latest update we’ve added support for mobile devices, such as Android or Apple.
From a mobile device, the plugin loads a gallery in jquery that loads youtube videos through the device application.
Thanks.