Morsus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom taxonomy templatesOkay lets try this again.
My custom category page (/cat/cat_term) is loading index.php even if archive.php exists.
Again the same page loads index.php even if archive.php, category.php, taxonomy.php, category-cat.php and taxonomy-cat.php all exist.My selected blog page (/news) is loading index.php if no home.php is present. (which is expected behaviour).
Altho soon as I create home.php both /cat/cat_term and /news load home.php even if all of the files mentioned above exist.Forum: Fixing WordPress
In reply to: Custom taxonomy templatesShouldn’t it load taxonomy-cat.php or archive.php via localhost/cat/cat-term/ by documentation?
- This reply was modified 7 years, 7 months ago by Morsus.
Forum: Themes and Templates
In reply to: Drop menu overlapingDunno why it didn’t work but now it does xD
Thanks thats great,really working like a charm,thanks a lot 🙂Forum: Themes and Templates
In reply to: Drop menu overlapingNope…still not working..
Chrome and Firefox.
I cleared cache on both..Forum: Themes and Templates
In reply to: Drop menu overlapingNot working :S
Forum: Themes and Templates
In reply to: Drop menu overlapingOh sry..here is my webs.
teslazr.edu.rs
i tried looking up with firebug but i couldn’t make it work :SForum: Themes and Templates
In reply to: Navigation bar problemPlease someone? :S
Forum: Themes and Templates
In reply to: Navigation bar problemAnyone?
Forum: Themes and Templates
In reply to: Navigation bar problemhave you tried to reducing the padding in the CSS between the list items so the dropped button fits in? Or do you really want a second nave bar?
I really want a second nav bar if that is possible cause i need to add 2 more buttons after..
A link to the site always helps too so people can take a look at how the build is.
I thought that it is against the rules to post the links xD
In that case,sure 🙂
LinkForum: Fixing WordPress
In reply to: Adding header,footer and side widgets to custom php pageGot it,for anyone who wants to do the same this just add this code on the beginning of your file:
<?php require('wp-load.php'); get_header(); ?>And this on the end:
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Adding header,footer and side widgets to custom php pageWordPress scope?
Forum: Fixing WordPress
In reply to: Adding header,footer and side widgets to custom php pageI can store that php file anywhere,just tell me witch files i need to include and in witch order.thanks 😀
Forum: Themes and Templates
In reply to: Changing link textHehe,solved,it’s in “functions.php”..
ThanksForum: Fixing WordPress
In reply to: Bad loading speedThanks 😀
Forum: Themes and Templates
In reply to: Theme running too slowCleaned that 😀 Thanks..is there any anti eval program or script?