I added link widget blocks to try my Prestashop 1.7 web site. After the try, I removed the link widget blocks. But there are empty divs on the site. How do I remove these empty divs?
Thanks...
the divs are located in this file on the classic theme Prestashop 1.7 :
themes/classic/modules/ps_linklist/views/templates/hook/linkblock.tpl
The link widget module adds hooks to the positions page. On the positions page in admin panel I unhook the link lists hooks in displayNav2 position.
Related
I am using Magento 2.1 with a custom theme. The theme has the left sidebar file:
/app/design/frontend/.../Magento_Catalog/templates/navigation/left.phtml
How do I display this file on my homepage and category pages as a left sidebar? Do I need to create a new block and somehow reference this file?
I don't want to use another module when showing this sidebar should be so easy.
Download this free extension to show categories on homepage in Magento 2 in sidebar.
https://github.com/ibnab/magento2-home-categories
Looking forward adding page attributes to woocommerce product page as my website WordPress picks up default sidebar or custom sidebar of responsive theme. so how can I have custom widget on product page which includes woocommerce widgets n not default page widgets of theme.
Install WooSidebars plugin by Woothemes
In Admin panel, go to Appearance/Widget Areas, then create your custom widgets.
Kindly check image which explains well
I am new to cs-cart and I am trying to use hooks in cs-cart.
I had gone through some cs-cart website but not getting proper answer.
I want to override homepage content but not the banner with new content then how can i do it using hooks.
Homepage doesn't have any content at all, there are only blocks that can be managed from Homepage layout:
1
2
More details about the hooks can be found in the following documentation:
http://docs.cs-cart.com/4.3.x/addons/hooking/tpl_hooks.html
Here are also several articles where you can learn how to use blocks to customize your Home page in the required way:
http://kb.cs-cart.com/blocks
http://www.cs-cart.com/documentation/reference_guide/index.htmld?design_block_manager_blocks.htm
If you remove all blocks in layout > homepage then everything will be removed except for block which are in Default.
If you want to override homepage data then remove all blocks in homepage layout and add you own block.
See image below for more clear picture how to add your own block.
Please note you cannot override homepage but you can modify according to you.
I am implementing a new website with customized theme. I have added menus(structure-> Add menu) but its displaying only in the default theme.Its not appearing in my theme.How I can show the menu in customized theme
theme: I changed one html file to theme
drupal version 7.22
all menus are blocks and are displayed in regions of page
go to /admin/structure/block and put your menu block in proper region since different themes have different regions
Use ready module it will help to customize menu easily and also allow for multiple level menu
Nice menu
I create a submenu for the pages of my website. Each page will have a different submenu in the header. For example:
Inicio: menu 1
Sala de Investigación: menu2
Estudios Bíblicos: menu3
how can I do this using the if statement
Im creating my website using wordpress. My old web page is:justiciadedios.com
Very easy.
Use Wordpress 3.0
Use the "Custom Menu" plugin to create different custom menus, one menu for each page.
Go to Appearance > Widgets and place several Custom Menu widgets wherever you want the menu, one widget for each Custom menu.
Download and install the Widget Logic Plugin: http://wordpress.org/extend/plugins/widget-logic/
Read the Widget logic instructions and use the PHP shortcodes to select which page each wiget will appear on. Have fun!