shadow_boi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Messed up Category Pagemove <div id=”sidebar”>…</div> container into the <div id=”page”>…</div> container
so that u have:
<div id=”page”>
<div id=”content”>…</div>
<div id=”sidebar”>…</div>
</div>Thanks mrarrow for the input.
And then there’s the fun with setting a custom field as ‘URL’ and it still returns an error even when ‘required’ or ‘validation’ isn’t selected.
Ya, i have encountered that issue too. I also did the same workaround as you did.
Hope the plugin author can fix those bugs in future release.
any one has the following problem?
say, there are some required fields in your edit form.
When you save your form again or preview the form, without doing any change in the required fields.
Will the form give you error, saying those required fields are empty even they have values there?
maybe edit the posts using the same form? is it possible?
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] cannot check the “Original Submitter” optionnvm. figured it out.
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] cannot check the “Original Submitter” optionHm weird. How come i am not allowed to post screen shot links
https://www.sumsy.com/temp/Capture1.PNG
https://www.sumsy.com/temp/Capture2.PNGForum: Themes and Templates
In reply to: [GPL] game site templateyes, the same idea.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] compact style shows 1 album per row?haha, that was a fast reply.
actually my set up was wrong, i set up mutiply albums with only 1 gallery in it.
now i think it works. thanks. alexrabe
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] compact style shows 1 album per row?i know the cause now, but i donno why it happens.
the plugin will generate the codes like:
<div class="ngg-albumoverview"> <div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a class="Link" href="#" ><img class="Thumb" alt="Architecture" src="#"/></a> </div> </div> <h4><a class="ngg-album-desc" title="Architecture" href="#" >Architecture</a></h4> <p><strong>1</strong> Photos</p></div></div> <div class="ngg-clear"></div> <div class="ngg-albumoverview"> <div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a class="Link" href="#" ><img class="Thumb" alt="Abstract" src="#.jpg"/></a> </div> </div> <h4><a class="ngg-album-desc" title="Abstract" href="#" >Abstract</a></h4> <p><strong>270</strong> Photos</p></div></div> <div class="ngg-clear"></div>
but i look at html codes from other working sites like: https://www.joshimotions.de/galerien/
they have everything just inside one <div class=”ngg-albumoverview”> …</div>
Why my codes are different?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] sometimes nothing shows up but textsit is working now.
one of my plugin was the cause of this problem.
thanks.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] sometimes nothing shows up but textssince short codes are not working on my site,
can i use call some php functions to accomplish the same thing as using short codes [album] or [gallery]?
thanks.