Jump to content

[SOLVED] icon-double-angle-right error


Recommended Posts

Hi,

 

I have a little problem. On my home page there is a right angle sign, however when I go to :

 

/modules/themeconfigurator/views/templates/hook/hook.tpl and remove this code:

 

<i class="icon-double-angle-right"></i>

 

The problem is solved but this solution gives javascript error and also doesn't let me change the products from admin menu. 

 

The url: http://karalibasim.com

 

Thans for your help.

 

Link to comment
Share on other sites

Thank you so much razaro,

 

I face with two problems when I remove the code. First, on the admin panel, I cannot change products' attributes, images, etc. and when I try to save it gives this error: product must be in at least one category but when I add the code again it doen't give the error.

 

Second problem is I cannot use PitchPrint module when I remove the code. This module is necesaary for my system. 

 

I have no idea how to solve :(

 

Thank you so much.

Link to comment
Share on other sites

Again that is simple html code, should not make any difference.

 

But if it is all working now when code is there, you can try to just hide it with css.

 

So try with this, open global.css and at the end add 

#htmlcontent_top .icon-double-angle-right {display:none}

Note that I think you could still saw those issues, even if I wish you solve all with this.

Still think it is not connected but you will see.

Link to comment
Share on other sites

Thank you razaro,

 

It removed the icon form homepage and solved the problem for backoffice. I can add new products and change them.

However, for PitchPrint module I cannot use, it shows always loading, but when I remove the codes you gave it works, maybe the problem is not related with code, how I can I go further for it? 

 

Thanks so much,

 

loading.jpg

Link to comment
Share on other sites

What browser do you use ?

 

And if any change cause some issue try first to clear cache in Advanced Preferences > Performance,

then also if you have some caching module also clear cache.

 

To me it works good on Chrome and on Firefox saw that issue but after refresh it was ok too.

 

Also if I may two small css changes on home page

#htmlcontent_top ul li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}

and 

.editorial_block {
  margin-bottom: 2em;
  clear: both;
}

Not sure of exact files, think it is editorial.css and global.css.

Link to comment
Share on other sites

Thank you so much razaro,

 

I use Chrome. For different browsers, I get different errors:

 

Chrome: It is ok. However sometimes, I cannot see the orange buttons, or it says only loading.

Internet Explorer: It always shows loading. 

Firefox: I cannot see the orange button.

 

I cleared the cache of my store and browsers and tried again, get the same error. 

 

For the css changes on homepage. They are very helpful. You are maestro. Thank you so much.

It would be great if these loading problems can be solved.

 

Thank you so much.

Link to comment
Share on other sites

To me both Chrome and Firefox it is fully working and IE yeah spinning always.

 

There are few cross domain issues with PayPal as you using temporal url that begins with xn-- .

So for test try to disable PayPal module and see if there is any difference.

Link to comment
Share on other sites

Thank you so much razaro,

 

It solved the problem for Chrome and Firefox. However, still have problems in IE. I think this is not related with my web site.

Is there any way to use Paypal without affecting these loading problems?

 

Thank you so much.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...