Jump to content

Theme configuration pictures


Recommended Posts

Hi all,

 

Who can help me with a new problem.

I try in the Theme Configuration to change the pictures.  HOOK HOME - HOOK TOP, there are already pictures place with 2 pictures on the TOP (sale 25% and summer 45% pictures).

 

I want to change them but in ENGLISH it is going perfect, when i change back to my country language (DUTCH) i can't see the picture :(   My site is: www.gaysandgadgets.com

 

Here is what i mean:

This is what i see in the Back Office  (i see the picture DUTCH and ENGLISH)

back%20office.png


And this is what i see in the fron office:

On the ENGLISH page it is perfect, you see the picture

plaatje-en-iets.png


But on the Dutch page, you see nothing:
plaatje-nl-leeg.png


Who can help me? It is strange that ENGLISH is working and DUTCH not, and i have safe it perfect.

Link to comment
Share on other sites

Me too the same problem.

The uploaded image is in the folder of "modules/yourthemes name folder/img".
but the file name is not correct...

normally it should be like the name "banner-img1.jpg" but new uploaded file name is like "004ada564835556a283b6dba5d9f5707.jpg"...

I can't change the core file of module. so I uploaded correct name image file by FTP...
It's nonsense...

Link to comment
Share on other sites

Me too the same problem.

The uploaded image is in the folder of "modules/yourthemes name folder/img".

but the file name is not correct...

 

normally it should be like the name "banner-img1.jpg" but new uploaded file name is like "004ada564835556a283b6dba5d9f5707.jpg"...

 

I can't change the core file of module. so I uploaded correct name image file by FTP...

It's nonsense...

 

I know what you have to do!!

 

You have to change your default language (in your back office) to ENGLISH (no other language, that will nog work).

When you change that, you can change the picture and it works!

 

I have done it too and now i see the pictures perfect.

see www.gaysandgadgets.com

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

Hello,

 

I am facing a small issue in this module. In the Home piece, there are five default images - 3 in a row equally divided, and underneath one on the left and a footer banner on the right with the size 777x142 px.

 

Now, I just want to use the second row with the two images; however, when i delete the first row, the second row automatically takes the formatting of the first row (which is 3 images) and resizes the long banner into one of the small images.

 

Please if someone could provide input here. My shop is www.CarLEDIndia.com but is currently in maintenance mode.

 

PS: I am not a techy; however, can make small tweaks in php and tpl files using notepad; which is what i have been doing so far. :)

 

Thanks,
Abhey

Link to comment
Share on other sites

abhey.thareja open yourdomain/modules/themeconfigurator/css/hooks.css and find this code

#htmlcontent_home ul li.htmlcontent-item-5 {
    width: 66.6667%;
}

If you want two equal images in second row change above width to 50 %

 

and add this code

#htmlcontent_home ul li.htmlcontent-item-4 {
    width: 50%;
}
Edited by dioniz (see edit history)
  • Like 1
Link to comment
Share on other sites

hmmm...so the code there is: 

 

#htmlcontent_home ul li.htmlcontent-item-5 {
      width: 66.6667%; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
          width: 100%; } }
 
 
what do i change in here please?
 
I have attached an image to explain my issue more clearly. If i delete the first row, the image in the second row gets resized to the center image on the first row.
 
I simply want to keep the second row, the way it is looking now.
 
Thanks,
Abhey

post-728741-0-10159500-1398238503_thumb.jpg

Edited by abhey.thareja (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Hi all,

 

Who can help me with a new problem.

I try in the Theme Configuration to change the pictures.  HOOK HOME - HOOK TOP, there are already pictures place with 2 pictures on the TOP (sale 25% and summer 45% pictures).

 

I want to change them but in ENGLISH it is going perfect, when i change back to my country language (DUTCH) i can't see the picture :(   My site is: www.gaysandgadgets.com

 

Here is what i mean:

This is what i see in the Back Office  (i see the picture DUTCH and ENGLISH)

 

back%20office.png

 

 

And this is what i see in the fron office:

On the ENGLISH page it is perfect, you see the picture

plaatje-en-iets.png

 

 

But on the Dutch page, you see nothing:

plaatje-nl-leeg.png

 

 

Who can help me? It is strange that ENGLISH is working and DUTCH not, and i have safe it perfect.

Hoi heb je al een oplossing kunnen vinden? Ik heb namelijkk dezelfde probleem

Link to comment
Share on other sites

×
×
  • Create New...