Hi, I have a problem. The top menu works well on the WP, but when I navigate into the WHMCS and press on one of the items in the top menu, it navigate into a page with this error: Fatal error: Call-time pass-by-reference has been removed in /home/hatim/public_html/wp-content/themes/gent/framework/shortcodes/recent_post.php on line 197
note: this part in the link looks wierd: “public_html/wp-content” I don’t have a “wp-content” folder in my “public_html”. any help?
Hi There,
Sorry for the inconvenience.
Could you please provide us your website URL to review the issue?
Best Regards,
ThemeLooks Support Team
http://www.baitalweb.com/order/
try to navigate to Hosting page
the WP link is baitalweb.com/rockit
We have seen the issue.
To fix the issue, you need to add manually the menu anchor link based on your WP website menu link.
Please follow the steps below:
1. open header.tpl
file in editor
2. search the comment <!-- Header Nav Start -->
3. change the anchor link. Example: <li class="active"><a href="index.html">Home</a></li>
to <li class="active"><a href="http://baitalweb.com/rockit/">Home</a></li>
Please check the screenshot as reference http://prntscr.com/dxkgk7
Also, you need to change the WHMCS menu link on your WP website. We saw that, you are still using our demo WHMCS link (http://billing.ywhmcs.com/?systpl=HostWHMCSwp), change the link to your WHMCS link (http://www.baitalweb.com/order/) form Dashboard > Appearance > Menu
Best Regards,
ThemeLooks Support Team