- Posts: 8
- Thank you received: 0
Firefox bug
-
vishnugupta
Inactive member - Topic Author
- New Member
Less
More
11 years 6 months ago #30414
by vishnugupta
Firefox bug was created by vishnugupta
Hey!!
on my home page when you click on the featured product's plus sign Firefox open a new blank tab.
check out
azukaropes.com
on my home page when you click on the featured product's plus sign Firefox open a new blank tab.
check out
azukaropes.com
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #30422
by ivan.milic
Replied by ivan.milic on topic Firefox bug
Try this, open:
templates\hot_watches\html\com_virtuemart\virtuemart\default_products.php
line ~42:
<h3 class="intro_heading"><a href="javascript:;">
change to:
<h3 class="intro_heading"><a href="javascript:void(0);">
templates\hot_watches\html\com_virtuemart\virtuemart\default_products.php
line ~42:
<h3 class="intro_heading"><a href="javascript:;">
change to:
<h3 class="intro_heading"><a href="javascript:void(0);">
The following user(s) said Thank You: vishnugupta
Please Log in to join the conversation.
-
vishnugupta
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 6 months ago #30430
by vishnugupta
Replied by vishnugupta on topic Firefox bug
Thanks a lot it worked..
Can you please give me tips to make the website lite. It takes time to load.
deleting unpublished articles or products gonna help??
Can you please give me tips to make the website lite. It takes time to load.
deleting unpublished articles or products gonna help??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #30437
by ivan.milic
Replied by ivan.milic on topic Firefox bug
Generally images are problem , other optimizations are possible but images take most time of loading.
You can use chrome debug panel , just right click any-ware on page, click "Inspect Element", you will see "Network Tab" (3rd) click on it then refresh page to see loading times for each content part.
You can use chrome debug panel , just right click any-ware on page, click "Inspect Element", you will see "Network Tab" (3rd) click on it then refresh page to see loading times for each content part.
Please Log in to join the conversation.
Time to create page: 0.140 seconds