Advertisement:

Author Topic: (Resolved)Permalink problem when click on showas  (Read 161 times)

zasami

  • Full Member
  • ***
  • Posts: 210
(Resolved)Permalink problem when click on showas
« on: May 14, 2019, 10:50:29 am »
hi every bady..
Permalink problem when click on showas or order by price or date publication etc...
mod_rewrite is enabled
all others permalinks work fine
Thank for help
« Last Edit: May 14, 2019, 11:33:43 pm by zasami »

zasami

  • Full Member
  • ***
  • Posts: 210
Re: (Resolved)Permalink problem when click on showas
« Reply #1 on: May 14, 2019, 11:35:59 pm »
in head.php i call the global css file like this
Code: [Select]
osc_enqueue_style('all', '../../assets/css/all.min.css');
and i have change to
Code: [Select]
osc_enqueue_style('all', '/assets/css/all.min.css');
and all work like charm