Code

Discussion on Shortcode Ultimate Plugin for Joomla

Discussion on Shortcode Ultimate Plugin for Joomla

Cart 1,581 sales

bdthemes does not currently provide support for this item.

347 comments found.

Hello. I use shortcode in the material case for the categories of K2. I want to repeat option, as here – http://bdthemes.net/demo/joomla/shortcode/en/shortcodes/showcase.html?showall=&start=7 But I have a miniature photo obtained large instead of as examples.

Hi, Please change the item_link=”single” so it will show like full screen image and text mode.

Ticket ID: FYY-554-29939 Subject: Cant get the shortcode to work Department: Shortcode Ultimate Joomla Type: Issue Status: Open Priority: Normal

Problem solved?

Yup… its solved.. thanks! Btw..how do i change the mouse icon to a “click finger” icon when i mouse over it? This would be good to let people know its clickable.

Hello, sorry for late reply. which shortcode?

Hi the plugin does not work on my template.. looking forward for an answer in your ticketing

Hello, can you tell me your ticket number?

Hi, thank you for great plugin. Is any way to add new shortcode Enlarge image on hover like this http://cssdemos.tupence.co.uk/image-popup.htm Thnx

Hello, I think you did not check all shortcode :) please look at here: http://bdthemes.net/demo/joomla/shortcode/en/shortcodes/image-zoom.html

Thank you for answer. No I did not find this possibility on page you show me. My wish is when mouse over image whole image is shown in popup. Please look at http://cssdemos.tupence.co.uk/image-popup.htm

Hi, most people need our style image zoom for that reason we add this style. it’s not a very big issue and you can do it by follow this tutorial. if it’s very popular things so we add it in our plugin. i hope you understand it.

Hi. I see that this shortcode supports also section area for video background in .mp4 format. The question is if it runs also on Chrome Browser. Thanks

Hello, yes it’s run on all major browser but not on mobile device.

Hello! Can i see an administration demo? Cant find any on the “demo site”

I want to know if the shortcodes are applied trough a button or how. Thank you!

Hello, here some snapshot:

shortcode generator: http://prntscr.com/alv9cd

interface of button generator: http://prntscr.com/alv9sb

live preview example: http://prntscr.com/alvae8

after insert the code in editor: http://prntscr.com/alvaot

Hello. How can I insert Shortcodes in a custom module in Joomla 3.5?

You forget to click on prepared content = YES in Option tab. look at here: http://docs.bdthemes.com/S5VGk

Aw, thank you very much. :D

You are welcome :)

Hello. The current version “Shortcode Ultimate” supports JoomShopping 4.12.3? If so, what is working correctly in JoomShopping?

Hi, i am sorry it’s not possible there are some limitation for that reason we did not add this support. but it’s working well in product details page. look at the example: http://prntscr.com/ajxbk9

Will work correctly “Shortcode Ultimate” in the second description JoomShopping product?

Link: www.webdesigner-profi.de/joomla-webdesign/shop/addons/second-description-for-product.html?lang=en

Hello, i am not sure we did not test yet. but we ensure in product description work correctly.

hello… how can i fix this when i import a table by csv : http://awesomescreenshot.com/0525pj6d38

Hi, Please look at here for csv example: http://bdthemes.net/demo/joomla/shortcode/en/shortcodes/table.html

just use semicolon instead of comma

Does this product work with SP Page Builder from Joomshaper?

Sorry, it’s not support with SP page builder. SP page builder not support with any shortcode plugin :(

Anything on the horizon for a content locker? Requires user to check a box or click a button to get access to the page (like social locker but for content).

Thanks, Ryan

Hello, Actually social loacker made for lock any type of content that you want to lock with social media. but it’s not possible automated for any default joomla content like article category, k2 category etc. you just keep lock some content in any page or article. hope you understand it.

Best Regards // Selim Rana

Hello! When I refresh your demo page, id element is changed to the new value. This creates a burden on the server. I want to know before you buy. Example: It was: a # subtn_56c2d24465aa2 {color: #FFFFFF; background-color: # 16a085; -webkit-border-radius: 2px; border-radius: 2px;} So: a # subtn_56c2d2b77757e {color: #FFFFFF; background-color: # 16a085; -webkit-border-radius: 2px; border-radius: 2px;}

Hello, it’s a dynamic id generate by shortcode plugin. if you want static id so you need to enable joomla caching system so it will not generate all time and stay with cached page once it generate first time.

On the Photo Gallery, can I just specify the folder source like:

[photo_gallery source=”media: images/gallery/”]

instead of putting the images one by one.

Yeah, i am working on it. hope you get that update in next version.

Hi, I have just bought the component, and I don’t understand how to align the different elements. Please see picture: http://prnt.sc/a2ecnk

Thank you

Hello, Please use icon_align=”left/right/top/title/top_left/top_right”.

Best Regards // Selim Rana

Thank you for your reply. Please, look my previous attachment: the icons are the only things aligned well.

I should obtain more columns like on this example: http://bdthemes.net/demo/joomla/shortcode/en/shortcodes/icon-list.html?showall=&start=5

Have I to create the columns using the shortcode Row and Columns and after the list icons?

yes exactly :)

you need to insert row and 3 colums for that style.

On the Pricing Table, how can I turn-off the $ sign or change it into different currency?

Hi, use before attribute for change $ to anything and after attribute for change price after text in your plan tag. for example:

[plan name="Standard Pack" before="€" price="19.98" after="only"]
    <ul>
        <li>Option 1</li>
        <li>Option 2</li>
        <li>Option 3</li>
    </ul>
[/plan]

Thank You. Works like a charm. Awesome plugin btw.

Welcome :)

Hi, how do I use column inside column? With the example below it doesn’t work, even if I add _ to the nested columns. Example:

[row] [column size="1/2"] [column size="1/4"] Your content here [/column] [column size="1/4"] Your content here [/column] [/column] [column size="1/2"] Your content here [/column] [/row]

Hello, it’s need to use look like this way:

[row]
    [column size="1/2"]
        [row_inner]
            [column_inner size="1/4"]
                Your content here
            [/column_inner]    
            [column_inner size="1/4"]
                Your content here
            [/column_inner] 
        [row_inner]
    [/column]
    [column size="1/2"]
        Your content here    
    [/column]
[/row]

Thank you for your reply, but the code you provided doesn’t work for me. I tried it on my test page and another one, different templates. Here it is on my test page (right at the top): http://clients.pamduart.com/joomtest/

The inner columns are both displayed in the same column, one above another. Changing the ratio of columns doesn’t make a difference. What’s the catch?

Hello, please send a support ticket with your site access so support team will take care about it :)

hi there, can you please explain how i can get the icons to align under the text well? please see my 2 examples:

How it looks: http://prntscr.com/9w71j4 How i want it to look: http://prntscr.com/9w726w

If i use space bar to push it over, it look s horrible on mobile. can you please explain. thank you.

Please email or send support ticket with your site access so i can check your problem closely.

Hi,

first of all thank you for this great plugin. :grin:

Is it possible to add Title & ALT for images in the photo gallery ?

Sorry for late reply, Yes it’s possible but you need to add your images as article/k2 item then you need to select source as article category or k2 category. so your article title used as image alter tag.

Hi, guys! it’s good job but not enough the Image Zoom

Hello, can you explain me what you want for which shortcode?

like here: http://web-sputnik.info/demo/cloudzoom/ zoom effect. this effect makes our plagin more cool :)

Thanks for your feedback, i will try to add that feature, near future :)

Hi there, so i need POST GRID wording to say VIEW PROFILE instead of VIEW POST. please see my picture here: http://prntscr.com/9l5hlv Where do i change this?

I checked language files and even /plugins/system/bdthemeshortcodes etc.. but no luck. thank you.

Hi, please look at language file administrator>language folder

Got it , thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey