Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

exclamation-circle Problem When Page First Loads

More
8 years 1 month ago #11678 by Michael M. Kadrie
I am having an issue with the page when it first loads. The issue exists on the demo site as well so I'm thinking it's a problem with the template. When the site first loads, the slider is loaded above the menu (like it's loading in the "about" section when it loads). But I can't scroll up to the top to see it either. The only way it works properly is if it re-loads. If I hit re-fresh, the page reloads correctly.

I was able to replicate this in both Firefox and Safari. But in Chrome, it seemed to load properly right away.

Can you open your demo page in either Firefox or Safari and see if you are getting the same result and can you help to fix this?

Thanks!

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11710 by Sang Manh
Hello Michael,
Thanks for choosing our product.
About your question, I check in our demo site. You speak right. When the site first loads, it has problem.
Please send me your site and account via PM. I fix it help you.
Many thanks.

Sang Manh

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11715 by Michael M. Kadrie
Thank you.
I will send you a Private Message with that information.
Michael

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11727 by Sang Manh
Hi Micheal,
About your problem, I fixed it. You can check it.
If you have any questions, please contact us.
Thanks.

Sang Manh

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11730 by Michael M. Kadrie
Thank you so much. That's awesome!
First, can you tell me which file you changed so I can download it and add it to my archived site?
Also, in my Private Message to you, I asked about formatting the numbers to add a comma (since the numbers were getting kind of long).
I looked for a Joomla Plugin and couldn't find one that handled that. Is this something that can be fixed?

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11740 by Michael M. Kadrie
I've searched through all of the code and did as much detection as I could. I found where in, html.helper.php it's formatting the numbers properly. I checked the database and the "thousand_separator" is set to "," so all looks good. Just not sure why it's not working.

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11842 by Michael M. Kadrie
It's been about 4 or 5 days with no response.
Just checking in to see if you will be able to help me with this issue.
If not, I just need to know.
Thanks!

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11854 by NT
Replied by NT on topic Problem When Page First Loads
Hi Micheal,
Sorry for the late reply,
1. I have edited dreamer.php file (templates/jux_dreamer/html/mod_jux_charity_slideshow/dreamer.php)

2.
+ Please go to templates/jux_dreamer/html/mod_jux_list_causes/featured.php file
edit line 66
echo JUX_Charity_HubUtils::formatPrice($datas[$i]->goal);
=>
echo number_format($datas[$i]->goal,2);
+ templates/jux_dreamer/html/mod_jux_list_causes/recent.php file
edit line 82
echo JUX_Charity_HubUtils::formatPrice($item->goal);
=>
echo number_format($item->goal,2);

Hope help you.
Thanks!

****************
Best Regards
__DiepNT__
The following user(s) said Thank You: Michael M. Kadrie

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #11862 by Michael M. Kadrie
That's awesome, thanks! I had the right line, but the wrong code.
There were other pages that needed updated, but it was easy to find which ones and apply the same technique.

I have one more small issue, but I'll start another thread since it's a different topic.

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.050 seconds
Powered by Kunena Forum