This topic has 9 replies, 3 voices, and was last updated 11 years, 4 months ago by Wajid Khan.
Tagged: Removed login credentials
Viewing 10 posts - 1 through 10 (of 10 total)
Hello again, and thank you for your excellent customer service.
As the title says, when I go into the departments in the back-end, I tell it to display the right sidebar. I update it, and it displays it correctly on the front-end. After exiting said department and entering back in, it reverts back to no sidebar. This creates a problem, as someone who is not aware of this problem might edit a department, update it, and get rid of the sidebar and not realize it. Is there a way to fix this?
Thank you,
Novagiant Media
To fix the above side bar issue fallow the step below.
theme/framework/custom-meta/meta-generator.php
Find:
echo '<input value="'.$key.'" class="checkbox atp-radio-img-radio" type="radio" id="', $field['id'],$i,'" name="', $field['id'],'"'.$checked.' />';
Replace:
echo '<input value="'.$key.'" class="checkbox atp-radio-img-radio" type="radio" id="'.$field['id'].$i.'" name="'.$field['id'].'"'.$checked.' />';
This will fix you sidebar issue.
Regards,
Mawk
Everything is working fine now it doesn’t revert back. let me is there anything else i can assist you with?
Regards,
Mawk
If you can install me this plugin for me to edit the code the plugin name is WPide or you can provide me the FTP details. So that i can fix that.
Regards,
Mawk
If you can provide us FTP Details of your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your FTP details.
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.