magento-turpentine icon indicating copy to clipboard operation
magento-turpentine copied to clipboard

Widget slider Not working in SM Market theme

Open dartsuresh opened this issue 8 years ago • 2 comments

Hi,

We have the SM Market theme installed with turpentine, Everything working fine except we have the slider widget from the theme, The slider not showing up. PLease advise me, If need files please ask me i will post that. Help need urgent we have the lot of try but no success.

M Web site: dev.tresbizz.com

dartsuresh avatar Mar 06 '16 18:03 dartsuresh

@dartsuresh this is not a plug and play extension and it's not compatible out of the box with every theme in the market. Have you checked the wiki? What have you tried so far? Have you asked the theme seller about their compatibility with Turpentine?

miguelbalparda avatar Mar 07 '16 12:03 miguelbalparda

Hi,

I know that when first time we have the problem with lot of place, We fixed one by one. Finally we have the pending issue only in slider. So for in my theme they have add the slider inside the header

<block type="page/html_header" name="header" as="header">               
                <block type="searchboxpro/list" name="searchbox" template="sm/searchboxpro/default.phtml" />
                <block type="cartpro/cart_cartpro" name="linkscartpro" template="sm/cartpro/checkout/cart/linkscartpro.phtml">
                </block>
                <block type="page/template_links" name="top.links" as="topLinks"/>              
                <block type="page/switch" name="store_language" as="store_language" template="page/switch/flags.phtml"/>
                <block type="directory/currency" name="currency" as="currency" template="directory/currency.phtml"/>
                <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
                    <label>Page Header</label>
                    <action method="setElementClass"><value>top-container</value></action>
                </block>
                <block type="page/html_welcome" name="welcome" as="welcome"/>

                <block type="core/text_list" name="megaMenu" as="megaMenu" />
                <block type="core/text_list" name="megamenu-horizontal" as="megamenu-horizontal" />
                <block type="core/text_list" name="megamenu-vertical" as="megamenu-vertical" /> 
                <block type="core/text_list" name="top.menu" as="topMenu" />
                <block type="core/text_list" name="top.mobinav" as="mobiMenu" />                
                <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
                <block type="customer/form_login" name="customer_form_mini_login" template="customer/form/mini.login.phtml" />                
                <block type="core/text_list" name="dynamic-slideshow" as="dynamic-slideshow" translate="label">
                    <label>Dynamic Slideshow</label>
                </block>
                <block type="core/text_list" name="dynamic-slideshow-v2" as="dynamic-slideshow-v2" translate="label">
                    <label>Dynamic Slideshow v2</label>
                </block>
                <block type="deal/list" name="deal" as="deal" template="sm/deal/default.phtml">             
                </block>
                <block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="headerWishlist" before="catalog.compare.sidebar" template="wishlist/sidebar.phtml" />
                <block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" as="headerCompare" template="catalog/product/compare/sidebar.phtml"/>  </block>`

Above is the header block in the layout file. and they used widget.xml for slider

<widgets> <dynamicslideshow type="dynamicslideshow/sliders_preview" translate="name description"> <name>Sm Dynamic SlideShow</name> <description>Adds a slider to block / page</description> <parameters> <id translate="label"> <label>Slider ID</label> <visible>1</visible> <required>1</required> <type>select</type> <source_model>dynamicslideshow/source_sliders</source_model> </id> </parameters> </dynamicslideshow> </widgets>

I tried to check is there any problem in the slider calls But not yet get any idea. The theme we used is SM Market. I asked to developer the said not by default.

Please advise me.

dartsuresh avatar Mar 07 '16 13:03 dartsuresh