Giulio Orsi
asked 8 years ago

Hi, On my site I have an issue when open category page, it show blank page.

Please,can you help me to solve it?

“`
information:
DW Focus 1.3.1
Wordpress 4.5.1
“`

Thanks

2 Answers
DominicStaff
answered 8 years ago

Please send me your site, I can not access your FTP.

To resolve this issue, you can ope the template-tags.php file in the inc folder then fine the line 241.

Repace the following code:

if ( 0 == $category[0]->parent ) {

With new code:

if ( 0 == $category->parent ) {

If you still face their issue, I will access your site and help you resolve this issue.

Hope this helps!

Giulio Orsi
replied 8 years ago

Hi, Dominic, It work fine, I see at line 255 there is other

if ( 0 == $category[0]->parent ) {

Change also this line?

Giulio Orsi
replied 8 years ago

Hi, Dominic, It work fine, I see at line 255 there is other

if ( 0 == $category[0]->parent ) {

Change also this line?

Dominic Staff
replied 8 years ago

You just change the line 241.

DominicStaff
answered 8 years ago

I have checked and see that it’s bug come from previous version we have updated. To resolve this issue you can update your theme again and check it, we have fixed this issue and uploaded a new package in the Yesterday.

If you still face their issue, you can send username & password of your site, I will help you resolve it now.

Giulio Orsi
replied 8 years ago

Hi Dominic, I have already update yestarday but not solve the issue.

How can I write you private message with login information?

Powered by DW Question & Answer Pro