sitemap  |  contact

Sakic.Net Forum
23 November 2008, 16:29 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Email Directory goes free: http://www.sakic.net/products/free_products/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3
1  Products / AJAX series / Re: Floting box problem on safari on: 29 April 2008, 12:31
Hi xencut !

Sorry, i don't have Ajax Photo Album. So i can't give you the right way. But you can find CSS files here :
http://piktur-this.com/components/com_apa/css/apa.css
http://piktur-this.com/components/com_apa/scriptload.php?file
  • =css/slimbox.css&gzip=1

For Replicant theme, you can try this modification :

Open http://piktur-this.com/templates/rt_replicant/css/rokmoomenu.css

Find :
Code:
div#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
position: relative;
z-index: 50;
}

Replace with :
Code:
div#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
position: relative;
z-index: 1;
}

Hope it help !

Arnaud
2  Products / AJAX series / Re: New problem with PHP plugin on: 29 April 2008, 12:17
Arfff  Cry  Cry Cry

So I have to build 1 plugin per category. And if i wanted to offer a filter by author... same way Sad

One last question, please. I'd like to change the refresh picture. How can i do this ?
3  Products / SEF Advance / Re: SEF Advance trial + Ajax Listing + Opera = bug on: 29 April 2008, 12:02
Good job, Emir Wink

Problem solved !
4  Products / AJAX series / Re: New problem with PHP plugin on: 28 April 2008, 08:11
Debug mode :

Code:
echo "<pre> content : "; var_export($content);

Uncomment this line in my PHP plugin in place of :

Code:
return $content;

For your information Emir, my variable is well passed in the query string cause, as I previously said, in debug mode i can see my filtered content !
5  Products / AJAX series / Re: New problem with PHP plugin on: 27 April 2008, 18:22
Hi Emir !

Thanks for your reply. However, when debug mode is activated the content is well filtered and I can see it in $content variable. So, data selection is well done ! The problem is when I want to show it... If $content contain the data why the API is not able to show it ??
6  Products / SEF Advance / Re: SEF Advance trial + Ajax Listing + Opera = bug on: 27 April 2008, 08:15
Do you have found how to fix it ??
7  Products / AJAX series / Re: New problem with PHP plugin on: 27 April 2008, 08:13
1 month later, Emir, and i'm still waiting for your support !!  Angry
8  Products / AJAX series / Re: Floting box problem on safari on: 25 April 2008, 10:23
Salut xencut !

You need to set a "z-index :1" in the CSS menu and an other one for your Ajax Photo Album (z-index: 99).

Looak at Rockettheme's forums, there are topics about that problem Wink

@+
9  Products / SEF Advance / Re: SEF Advance trial + Ajax Listing + Opera = bug on: 21 April 2008, 07:28
Yes, it work with FF & IE7 (IE6 not tested).
10  Products / SEF Advance / SEF Advance trial + Ajax Listing + Opera = bug on: 20 April 2008, 18:19
Hi Emir !

You will finish by hating me but I have found a problem with the 3 listed components in title.

On the main page, the Ajax Listing module is loaded correctly. But if i switch to another page, the module content is not loaded and I just can see : Loading...
Here is the error console information :

Quote
JavaScript - http://domain.com/blogsection/9/
Unknown thread
Error:
name: TypeError
message: Statement on line 93: Could not convert undefined or null to object
Backtrace:
  Line 93 of linked script http://domain.com/modules/mod_ajaxlisting.js
    post = (lst_http_request.responseXML.getElementsByTagName("post").item(0)).firstChild.data;
  Line 71 of linked script http://domain.com/modules/mod_ajaxlisting.js
    lst_processContents(lst_http_request);
  At unknown location
    [statement source code not available]

Thank you for your help, Emir Wink

Arnaud


11  Products / SEF Advance / Free trial registration : no email on: 20 April 2008, 11:13
Hi Emir !

I've decided to test SEF Advance. However, i did not receive the email with download link after domain registration. Could you please send me it ? I've registered domain name used for Ajax Listing support (i'm still waiting for you Wink).

Thank you

Arnaud
12  Products / AJAX series / Re: New problem with PHP plugin on: 11 April 2008, 08:13
Here is what I have in my Firebug Console. Hope this can help !
13  Products / AJAX series / Re: ajax listing on: 07 April 2008, 15:01
This usually happen when 2 Ajax Listing modules are loaded on the same page.
14  Products / AJAX series / Re: New problem with PHP plugin on: 05 April 2008, 15:33
Hi Emir !

Do you have information about my plugin issue ?

Arnaud
15  Products / AJAX series / Re: Ajax Listing + Sh404SEF = Not working on: 02 April 2008, 18:23
Thank you very much for your help, Emir Wink

Gonna try it and inform the author !
Pages: [1] 2 3