dominokid
Forum Replies Created
-
Forum: Plugins
In reply to: [Logo Slider] Problem with arrowsHello there!
I had the same problem, but i found what was the cause.
If you have 5 logos in total and the slider is showing all 5 of them, then if you click the arrow you will be moved to the top of the page.
If you have 6 logos in total and you see the 5 of them, then clicking the arrow will laet you see the other one, thus, the slider works perfectly.You always have to have a logo not showing, so that the arrow will indeed have something to show.
I would like to ask the author something else though..
When in the admin i write the image links and press save, they disappear. Its like it doesn’t saves them.Any ideas what’s wrong?
Forum: Fixing WordPress
In reply to: Get category name from custom-type postDo i have to replace the
category-name
with the real category name? I cannot understand how it works. I’ve read every possible article in the wordpress codex, but as far for the custom categories i can’t find anything!
[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: I do not want commets or blog. how to remove?At the index.php or in general your homepage file, there should be a code that calls the comments (ie. <?php comments_template( $file, $separate_comments ); ?>)
Just delete this code and check if it shows again.
Forum: Fixing WordPress
In reply to: Make posts appear ASC but with custom coding.Great that worked perfectly!
I thank u very much. I have tried every single way to do this, but the $excluded_cats was always last..
You’re the man, thanks again mate!
Forum: Fixing WordPress
In reply to: Make posts appear ASC but with custom coding.You mean something like that:
$MainLoopArgs = array('cat' => $_GET['cat'], 'order' => 'ASC' . $excluded_cats);
It didn’t work. I think the excluded categories didn’t work and the order did. The important thing is that the posts after being filtered to show up or not, should be order ASC. Now it shows all recent posts in ASC without filtering if they exist in an excluded category.
You have anything in mind?
I have the exact problem! I have my whole site translated, but the hundreds of articles i have, contain only images, so it’s useless to translate them.
I just want them to show in every language i have installed.
Is that possible?
Forum: Plugins
In reply to: [Plugin: WPML Multilingual CMS] Different sidebar content for each languageHi there. You have to do it by yourself.
Create a new page template that loads a custom sidebar.