Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
templates
23-07-2011, 06:44 AM (This post was last modified: 23-07-2011 07:59 AM by user9089.)
Post: #1
templates
templates have become unstable after i added 171 pages the script and templates have become unstable now forced to use on one colon instead of two is there a fix for this i have alot of traffic and need a fix soon
user9089
seems to working fine again its must be the cache system i had a terrable time getting it to work again but is ok for now

user9089
Visit this user's website Find all posts by this user
Quote this message in a reply
23-07-2011, 09:58 AM
Post: #2
RE: templates
even when your site has many many pages...
it uses the same code for page 1...
as it does for page 1000...

if the problem happens again,
let us know and give us the link to your site so we may see the problem...

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
26-07-2011, 03:22 AM (This post was last modified: 26-07-2011 03:24 AM by user9089.)
Post: #3
RE: templates
(23-07-2011 09:58 AM)Punktured Wrote:  even when your site has many many pages...
it uses the same code for page 1...
as it does for page 1000...

if the problem happens again,
let us know and give us the link to your site so we may see the problem...

ok thanks it seems to be ok last night same issue i did clear and delete all cache
and some time i have too fool with different templates to get it straight again took about 15 minutes and fustration to.
here linkMY ADULT SITE
the other templates seem to have issues i like the one i have now but the other have issues as to the banners are mis-a-lined or other things but this templete i do like
Visit this user's website Find all posts by this user
Quote this message in a reply
26-07-2011, 04:28 AM
Post: #4
RE: templates
(26-07-2011 03:22 AM)user9089 Wrote:  
(23-07-2011 09:58 AM)Punktured Wrote:  even when your site has many many pages...
it uses the same code for page 1...
as it does for page 1000...

if the problem happens again,
let us know and give us the link to your site so we may see the problem...

ok thanks it seems to be ok last night same issue i did clear and delete all cache
and some time i have too fool with different templates to get it straight again took about 15 minutes and fustration to.
here linkMY ADULT SITE
the other templates seem to have issues i like the one i have now but the other have issues as to the banners are mis-a-lined or other things but this templete i do like

ok it just got messed up again i can not use any of the templates except the one that is up now all have no videos as i am not sure the H*** is going on i deleted all cache in script should i delete cache in server?
Visit this user's website Find all posts by this user
Quote this message in a reply
26-07-2011, 08:47 AM
Post: #5
RE: templates
first thing i am noticing,
is you have the infamous "tag bug"..

this can be fixed by reading this post...
http://forum.freeadultscript.com/showthread.php?tid=712

now, the banners being mis-aligned, is a small coding issue,
as the template creators dont know what size banners you will be using etc, they didnt include any < center > tags to center align banners...

when changing templates, all your videos should show, i dont see why they wouldnt, unless you have not cleared cache properly...
when clearing cache, clear all cache_*** files in:
/tmp
and in
/tmp/tablo

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
26-07-2011, 05:00 PM (This post was last modified: 26-07-2011 05:20 PM by user9089.)
Post: #6
RE: templates
(26-07-2011 08:47 AM)Punktured Wrote:  first thing i am noticing,
is you have the infamous "tag bug"..

this can be fixed by reading this post...
http://forum.freeadultscript.com/showthread.php?tid=712

now, the banners being mis-aligned, is a small coding issue,
as the template creators dont know what size banners you will be using etc, they didnt include any < center > tags to center align banners...

when changing templates, all your videos should show, i dont see why they wouldnt, unless you have not cleared cache properly...
when clearing cache, clear all cache_*** files in:
/tmp
and in
/tmp/tablo
well i just did removed the tags by adding that remove tag php that did not work
yes i uploaded in root araea

also none of the templates are working except that dam pink one the others have videos listed at bottom very fustrating since i am loosing traffic because of this dam template issue
the templates after i clear cache dont show videos at all except the newpink template i tryed downloading another copy of script but link is dead
Visit this user's website Find all posts by this user
Quote this message in a reply
26-07-2011, 06:05 PM (This post was last modified: 26-07-2011 06:06 PM by Punktured.)
Post: #7
RE: templates
i can think of two things...

see those big wide ads, that you have under your videos...
i suspect those pics have a width parameter which is too big for your center content,
making the content get pushed down below your sidebars.

somehow, somewhere, in functions.php, you have a coding error,
which is ending a table too early, too late...
something to that effect...
and your tags seem fixed to me...

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
26-07-2011, 06:15 PM (This post was last modified: 26-07-2011 06:23 PM by user9089.)
Post: #8
RE: templates
(26-07-2011 06:05 PM)Punktured Wrote:  i can think of two things...

see those big wide ads, that you have under your videos...
i suspect those pics have a width parameter which is too big for your center content,
making the content get pushed down below your sidebars.

somehow, somewhere, in functions.php, you have a coding error,
which is ending a table too early, too late...
something to that effect...
and your tags seem fixed to me...

yes i did see that after i ran it the only thing i can think of is that code for under the Videos you know the count video views maybe its that in functions php see the attachment below functions php maybe you can see what the deal in the file ok thanks
dan
Visit this user's website Find all posts by this user
Quote this message in a reply
26-07-2011, 06:23 PM
Post: #9
RE: templates
that, used how i provided it,
had no coding issues regarding templates.

which freehtml area did you place those big juicyads into?
the ones on your homepage under the videos.

reason, i am asking is because,
if your template has a fixed width, and those images are bigger than that fixed width.

your center content will be moved down until it can fit.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
26-07-2011, 06:24 PM
Post: #10
RE: templates
(26-07-2011 06:23 PM)Punktured Wrote:  that, used how i provided it,
had no coding issues regarding templates.

which freehtml area did you place those big juicyads into?
the ones on your homepage under the videos.

reason, i am asking is because,
if your template has a fixed width, and those images are bigger than that fixed width.

your center content will be moved down until it can fit.

yes i did maybe take them off then ?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: