thumbnail image in prestashop 1.6 is not in position - php

i have installed prestashop 1.6 in my site at dtopengdistro.com
I have added category thumbnail image. I do not change anything from default page from prestashop.
The thumbnail image at top horizontal menu should be located at the bottom. But, when I added the thumbnail, it located on the right side.
I have tried to configure /mytheme/css/module/blocktopmenu/css/superfish-modified.css, but its not work.
try to edit module/blocktopmenu/blocktopmenu.php is not work too.
So, how can I make the thumbnail of category image located at the bottom like prestashop default page after installation?

You need to go back to previous version of this module (BLOCKTOPMENU). I had the same problem and now it is working fine.

Related

how to make a product image clickable and redirect to product details site in wordpress/woocommenrce/uncode theme

I couldn't find a tutorial or hint regarding making a product image in the wordpress theme "uncode" clickable. when clicking on the product image, it only opens the image in full size but doesnt rather redirect to the details page.
I assume it isn't a big thing that needs to be changed/added, but finding it seems quite difficult, as I have no experience regarding this theme at all.
thanks upfront!
EDIT: What I am trying to find out, is how to make this (tutorial for another theme https://slocumthemes.com/2015/10/how-to-make-woocommerce-thumbnails-clickable/) for my theme, uncode.
can anybody help? I think I found the line of code in one of the php files, but I have no proper experience of php
You can override woocommerce template.
Create a folder named woocommerce in your uncode theme and further corresponding folders where relevant file is added in woocommmerce plugin. e.g woocommerce/templates/single-product/product-image.php.
In that overridden file you can customize the HTML i.e link your image.

How to disable cropping in yith_woocompare plugin in wordpress

Today, I am unable to resolve the issue related to image, I am using yith_woocompare plugin for comparing the products.
In my shop website all the thumbnails and other images are display well, But when somebody wants compare the product then thumbnail is not same as displayed, i think it is automatically cropped by the plugin yith_woocompare,
I just want to disable this cropping in yith_woocompare plugin.
For live view : http://csjs.com/shop, After visit the link click on the double arrow icon displayed on the product grid near wishlist.
The option related to image cropping is given by the plugin itself in settings. configure the plugin to see the changes.
The settings that you'll see and need are in the below image.
Its better to uncheck hard cropping the image.
Lemme know if that resolved your issue.

Changing main image source on product page in magento

I need to change the way main image on product page is loaded (there is only one image) and make it be loaded from external url.
Now: image is loaded from media folder on my server.
Need: image is loaded from external url without being saved on my server
I have created an additional attribute "externalimg". Its value is eg "https://images.otto.de/is/image/mmo/12489608?$001PICT30$"
I tried editing media.php file which for some reason deliver no changes at all, even if I delete it from server. I use a custom theme.
I did this with catalog images and it worked fine. All products have different images, so changing base media path didn't work.
Thanks in advance.
UPDATE: I have now found out that with default magento theme changing media.phtml works fine. With my theme "yummy" it does not work. Any changes in media.phtml are just ignored.
You should be able to override /app/design/frontend/yournamespace/yourtheme/template/catalog/product/view/media.phtml
If it doesn't exist, copy it from base into your theme folder at the correct path.
However, your theme may also use an extension that is over-writing this default template file. You should be able to use something like https://github.com/AOEpeople/Aoe_TemplateHints to find the correct template, or simply find some specific HTML around the product image and then search your source code to find the relevant section to alter.

Get image from one page and show/add it on another page

We had one custom wordpress requirement that when we are adding images (for instance, a car image) on the homepage, any time after that, when creating a new page, that car image should appear on the right hand side by default. Thus, whenever I'm changing the homepage car image to some other image it will reflect on other pages also.
I'm using divi theme for reference. They are using a pagebuilder. We are adding the image in home page. I'm not using sidebar.
I have tried many plugins, but just unable implement this requirement.
You must delete the first, and then from the top delete add media button
then choose your image as you like.

Rename menu links magento

I am new to magento and I am interested in changing the menu from a magento website. I have installed the magento classic theme, I need to rename the 2 buttons from the main menu (Home and Products).
I've tried modifying some files from app/design/frontend/default/f002/template/page/html, but it didn't work. Any help is appreciated.
I have the community version installed.
Edit:
It was really makes me astonished! However I installed this theme only for you and observed that it was by default menu.Ok NO problem just change the menu name here
open the file app\design\frontend\default\f002\template\page\html\topmenu.phtml and rename as you wish .See the image
And I want to tell you how to know that form which file this menu comes.It is very easy to detect in Magento. Just follow the few images!Please save the images at first or drag and drop each image into the new tab browser to see the actual image for more clear!
Go to the main page (frontend) page

Categories