nabhdeep
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media forbidden from public view. error 403I found the problem.
I am using a free server and the server admin says that they don’t allow hotlinking of media or direct opening of url of media in free servers.Thanks for your help.
https://ww.wp.xz.cn/search/parallax-one
The theme name is Parallax One.I think the problem is not with the theme.
The problem is with the attribute I entered.
After I entered the attribute in the contacts section of customize window of front page, the contacts section stopped showing up. So, now I am not able to delete the invalid argument.Is there any way through cpanel file documentation by which I can delete the invalid argument I’ve entered. I am not able to find the file in which all the data I enter gets saved.
/*Check if Repeater is empty*/ function parallax_one_general_repeater_is_empty($parallax_one_arr){ $parallax_one_services_decoded = json_decode($parallax_one_arr); foreach($parallax_one_services_decoded as $parallax_box){ if(!empty($parallax_box->choice) && $parallax_box->choice == 'parallax_none'){ $parallax_box->icon_value = ''; $parallax_box->image_url = ''; } foreach ($parallax_box as $key => $value){ if(!empty($value) && $key!='choice' && $key!='id' && ($value!='No Icon' && $key=='icon_value') ) { return false; } } } return true; }This is the part of the code where the page stops and shows error. Please tell me if I am less descriptive.
I tried replacing functions.php but the problem could not be solved.
I think the problem is not with the theme but with the content I have provided to the front page code.
Is there any way through file management system with which I can edit my html code of front page?