Poblem with slideshow and tabs in Gem Theme

Hi,
I install the quickstart and after update magento to 1.9.1.1, the slideshow images not displayed and the all tabs is broken, see this in the store http://www.bohemia-cristal.ro/development2/
In all 3 tabs I put like in first tab Trending just with different category ids, I dezactivate blocks Best seller and New arrival
 
Somebody of staf member to help me
 
 

29 answers

Profile photo of Ziven Staff 100280.00 $tone June 22, 2015
Public

Hi George,
I am sorry for not getting your points. It would be awesome if you can possibly include URL of your site and a screenshot with detailed explanation. I am happy to help you out.
Best Regards,
Ziven.

#1
Profile photo of george_ardeleanu 950.00 $tone June 23, 2015
Public

Hi,
How to avoid this conflict with extensions of theme? The owner of online store want to use this company for delivery prodtucts in all territory of Romania, Bulgaria and Hungary countrys, is a cheap delivery method for East Europe.
 
Thank you

#6
Profile photo of tuan le van 11570.00 $tone June 23, 2015
Public

Hi,

How to avoid this conflict with extensions of theme?

you can rename the file js/urgentcurier/jquery.min.js . Have a look and let’s me know how it goes.

The owner of online store want to use this company for delivery prodtucts in all territory of Romania, Bulgaria and Hungary countrys, is a cheap delivery method for East Europe.

Do you want to create a shipping method? 
Best regards,
Kan
 
 
 
 
 

#7
Profile photo of george_ardeleanu 950.00 $tone June 23, 2015
Public

The javascript file is part of module that will use for delivery, Urgent Curier is a company that make shipment. I will try to rename javscript file.
 
Thank you for tehnical support!
 
Best regards,
Constantine

#8
Profile photo of george_ardeleanu 950.00 $tone June 24, 2015
Public

Hi, yes is resolved
 
I have a question, how to tranlslate Quick shop, Deal of the days, See more and all line of theme for multi language store?
Thank you for all support!
Best regards,
Constantine
 

#10
Profile photo of tuan le van 11570.00 $tone June 24, 2015
Public

Hi 
you go to app\design\frontend\gem\default\template\joomlart\jmproductsdeal\home-deal.phtml line 35
change 

<h1><span><?php echo $config['title']; ?></span></h1>

to

<h1><span><?php echo $this->__($config['title']); ?></span></h1>

after you go to app\locale\your_language\Mage_Page.csv
add new line 
“Deal of the days”, “”
“Quick shop”, “”
Best regards,
kan
 

#11
Profile photo of george_ardeleanu 950.00 $tone June 24, 2015
Public

Hi,
I do it but I need to translate Time left: xxx days xx : xx : xx per store view.
I want to translate more lines, in header zone “Settings” and “My Account”, In all 3 Tabs the translation for “Quick product view” title atribute of pictogram “Product quick view” not work, in category is fine.
I want to add in Settings in header zone function to change curency
 
Thank you!
Best regards,
Constantine

#12
Profile photo of tuan le van 11570.00 $tone June 25, 2015
Public

Hi

I do it but I need to translate Time left: xxx days xx : xx : xx per store view.

=> you go to app\design\frontend\gem\default\template\joomlart\jmproductsdeal\home-deals.phtml
line 131.
change 

htmlTemplate: "%{d} <span class=\"cd-time\">days</span> %{h}<span class=\"cd-time\">:</span> %{m}<span class=\"cd-time\">:</span> %{s}",

to

htmlTemplate: "%{d} <span class=\"cd-time\"><?php echo $this->__("days");?></span> %{h}<span class=\"cd-time\">:</span> %{m}<span class=\"cd-time\">:</span> %{s}",

You go to app\design\frontend\gem\default\template\page\html\header.phtml
change line 55 
from <strong>Settings</strong> to <strong><?php echo $this->__(“Settings”);?></strong>
and change line 65 :
from <strong>My Account</strong> to  <strong><?php echo $this->__(“My Account”);?></strong>
You go to app\design\frontend\gem\default\template\joomlart\jmproductslider\default.phtml
in line 146 change $el.jmquickview({});      to           $el.jmquickview({quickViewTextTitle: “<?php echo $this->__(“Product quick view”); ?>”});
after you go to app\locale\your_language\Mage_Page.csv
add new line 
“days”,””
“My Account”,””
“Settings”,””
“Quick product view”,””
Best regards,
Kan

#13
Profile photo of tuan le van 11570.00 $tone June 25, 2015
Public

Hi 

I want to add in Settings in header zone function to change curency

=> You go to app\design\frontend\gem\default\template\page\html\header.phtml . you find “custom_currency_selector” to check.
Your theme has add this function.
Best regards,
Kan

#14
Profile photo of george_ardeleanu 950.00 $tone June 25, 2015
Public

Hi Kan,
In settings is display just one curency (euro and is use that for display all prices), the default curency is Ron but is not displayed
 
About this

You go to app\design\frontend\gem\default\template\joomlart\jmproductslider\default.phtml
in line 146 change $el.jmquickview({});      to           $el.jmquickview({quickViewTextTitle: “”});

Is working just with single quotes: 

Start your code here $el.jmquickview({quickViewTextTitle: “<?php echo $this->__('Product quick view'); ?>”});

but break the design again , please see here
 
Thank you!
 
Best regards,
Constantine

#15
Profile photo of tuan le van 11570.00 $tone June 25, 2015
Public

Hi
Please revert file  app\design\frontend\gem\default\template\joomlart\jmproductslider\default.phtml
in line 146 change $el.jmquickview({});      to           $el.jmquickview({quickViewTextTitle: “”});
Please provide me the FPT credentials again. 
Best regards,
Kan
 

#16
Profile photo of tuan le van 11570.00 $tone June 29, 2015
Public

Hi

Start your code here $el.jmquickview({quickViewTextTitle: “<?php echo $this->__('Product quick view'); ?>”});

but break the design again , please see here

Please check “” sign of you code.
Best regards,
Kan

#18
Profile photo of george_ardeleanu 950.00 $tone June 29, 2015
Public

Hi,
 
Please see the problem after insert you code…break the slider and image is bigger
Please give me solutiion about second problem in Settings menu in header not display second currency RON that is default, is display just eruo curency

#19
Profile photo of tuan le van 11570.00 $tone June 30, 2015
Public

Hi
you provide to me incorrect.
Your site works fine. i have created and backuped the file /development2/lib/Zend/Locale/Data/en.xml
Best regards,
Kan
 

#22
Profile photo of george_ardeleanu 950.00 $tone June 30, 2015
Public

Hi,
Sorry for wrong ftp date of username
The translation not work for  title of icon “Product quick view” in silideers of tabs
The currency not show second curency and after change currency to euro cannot change back to Lei, seem to nothing is resolved, do you work to directory /development2 ?

#23
Profile photo of george_ardeleanu 950.00 $tone June 30, 2015
Public

Hi ,
now is fine, please tell me the files and line of code (and what modifiaction do you make in code)  to save into a file to have in case of updates of theme, please tell me how do you fix last 2 problems.
I have another problem with editor, when try to insert a image in a static bloc and go to open image in directory I recive 404 error, how to fix that error.
Thank you!
Best regards,
Constantine
 

#25
Profile photo of tuan le van 11570.00 $tone July 1, 2015
Public

Hi george_ardeleanu,

The currency not show second curency and after change currency to euro cannot change back to

i go to the file /development2/lib/Zend/Locale/Data/ro.xml 
In 4431 : i added new line <symbol>RON</symbol> above line 4435

The translation not work for  title of icon “Product quick view” in silideers of tabs

I go to the file /development2/app/locale/ro_RO/Mage_Page.csv
In line 81 . change product quick view to Product quick view.

I have another problem with editor, when try to insert a image in a static bloc and go to open image in directory I recive 404 error, how to fix that error.

I can’t reproduce http://prntscr.com/7nd9qb . please provide me the steps to reproduce it.
Best regards,
Kan
 

#26
Profile photo of tuan le van 11570.00 $tone July 1, 2015
Public

Hi 
I can’t reproduce http://prntscr.com/7nd9qb. But you can fix it 
Open the javascript file at js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
and find to line 173, change:

var storeId = this.config.store_id !== null ? this.config.store_id : 0;
to
var storeId = this.config.store_id != null ? this.config.store_id : 0;

#28

This question is now closed

Written By

Comments