Problem with UB Block – Black Friday

Hi -- here is my code for this block:
{{block class=”Ubertheme\UbContentSlider\Block\Slider” name=”ub.black.friday” template=”black-friday.phtml” title=”Latest Releases” show_title=”1″ content_type=”random_products” category_ids=”384″ show_desc=”0″ show_item_desc=”0″ desc_length=”0″ show_readmore=”0″ show_wishlist=”0″ show_compare=”0″ show_add_cart=”0″ show_paging=”0″ show_review=”0″ show_price=”1″ number_items=”5″ number_items_desktop=”5″ number_items_desktop_small=”5″ number_items_tablet=”5″ number_items_tablet_small=”4″ number_items_mobile=”3″ slide_transition=”backSlide” auto_run=”1″ addition_class=”block-bf”}}
It is not appearing as I would like (nor as I believe I have coded it).

  1. The product description is appearing underneath the product image, even though I have set the description length to 0
  2. READ MORE appears, even though the value is set to 0
  3. The Product name is truncated

Here is a screenshot of my block: https://gyazo.com/1f861a15998a80f448d8b19a69b50ca8
Can you please offer any advice ?
thanks -- Nick

5 answers

Profile photo of Ziven Staff 100280.00 $tone January 8, 2018
Public

Hi Nick,
Please resolved issue on the site like this question: https://www.ubertheme.com/question/unnecessary-links-on-product-page/
When done please notify me I will need to sign in to admin and check more details.
Best Regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone January 8, 2018
Public

Hi Nick,
I see this message via admin

1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory.
The following modules are outdated:
Magento_Tax schema: current version - 2.0.3, required version - 2.0.2
Magento_Tax data: current version - 2.0.3, required version - 2.0.2

Exception #0 (Magento\Framework\Exception\LocalizedException): Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory.
The following modules are outdated:
Magento_Tax schema: current version - 2.0.3, required version - 2.0.2
Magento_Tax data: current version - 2.0.3, required version - 2.0.2
#0 /home/tbsdev8/public_html/vendor/magento/framework/Interception/Interceptor.php(121): Magento\Framework\Module\Plugin\DbStatusValidator->beforeDispatch(Object(Magento\Framework\App\FrontController\Interceptor), Object(Magento\Framework\App\Request\Http))
#1 /home/tbsdev8/public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Framework\App\FrontController\Interceptor->Magento\Framework\Interception\{closure}(Object(Magento\Framework\App\Request\Http))
#2 /home/tbsdev8/public_html/generated/code/Magento/Framework/App/FrontController/Interceptor.php(26): Magento\Framework\App\FrontController\Interceptor->___callPlugins('dispatch', Array, Array)
#3 /home/tbsdev8/public_html/vendor/magento/framework/App/Http.php(135): Magento\Framework\App\FrontController\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#4 /home/tbsdev8/public_html/vendor/magento/framework/App/Bootstrap.php(256): Magento\Framework\App\Http->launch()
#5 /home/tbsdev8/public_html/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#6 {main}

Please resolved it and let me know again.
Best Regards,
Ziven.

#3
Profile photo of Ziven Staff 100280.00 $tone January 8, 2018
Public

Hi There,
#The product description is appearing underneath the product image, even though I have set the description length to 0.
#READ MORE appears, even though the value is set to 0.
-> I just go to admin and clean the cache. the description is hidden now. 
#The Product name is truncated
To show full name please go to the file app\design\frontend\Ubertheme\megamall\Ubertheme_UbContentSlider\web\css\source\_module.less at line 84 and remove this line: text-overflow: ellipsis;
when done please re-compile the LESS to CSS.
Please let me know if you need help further.
Best Regards,
Ziven.

#5

Please login or Register to Submit Answer

Written By

Comments