- This topic has 3 replies, 2 voices, and was last updated 1 year ago by
David.
-
AuthorPosts
-
January 6, 2020 at 2:08 am #1123275
John
I am using review software for my company but i cant seem to add the code to website so the review bar shows in my heqader of my website. Im using navigation bar as header so i disbaled the reql header because it looks ugly and big. How or where can i add the code so it shows in the menu header?
This is code for bar widget for review software:
<!– Feedback Company Widget (start) –>
<script type=”text/javascript” id=”__fbcw__cd8b733d-1604-4e2c-9a94-efa80c99c21f”>
“use strict”;!function(){
window.FeedbackCompanyWidgets=window.FeedbackCompanyWidgets||{queue:[],loaders:[
]};var options={uuid:”cd8b733d-1604-4e2c-9a94-efa80c99c21f”,version:”1.2.1″,prefix:””};if(
void 0===window.FeedbackCompanyWidget){if(
window.FeedbackCompanyWidgets.queue.push(options),!document.getElementById(
“__fbcw_FeedbackCompanyWidget”)){var scriptTag=document.createElement(“script”)
;scriptTag.onload=function(){if(window.FeedbackCompanyWidget)for(
;0<window.FeedbackCompanyWidgets.queue.length;
)options=window.FeedbackCompanyWidgets.queue.pop(),
window.FeedbackCompanyWidgets.loaders.push(
new window.FeedbackCompanyWidgetLoader(options))},
scriptTag.id=”__fbcw_FeedbackCompanyWidget”,
scriptTag.src=”https://www.feedbackcompany.com/includes/widgets/feedback-company-widget.min.js”
,document.body.appendChild(scriptTag)}
}else window.FeedbackCompanyWidgets.loaders.push(
new window.FeedbackCompanyWidgetLoader(options))}();
</script>
<!– Feedback Company Widget (end) –>January 6, 2020 at 4:45 am #1123380David
StaffCustomer SupportHi there,
you can use a Hook Element to insert that code:
https://docs.generatepress.com/article/hooks-element-overview/
There is the
inside_navigation
hook – may require some CSS to position it but I would need to see the code in place to advise on that.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 8, 2020 at 5:51 am #1125512John
Thanks i tried this but nothing shows up. Added the code and chose inside navigation and tried afternoon er logo and tried alot of different options like excecute php and rules site wide or only front page but the bar wont show.
January 8, 2020 at 7:01 am #1125737David
StaffCustomer SupportCan you link me to the documentation regarding adding that code?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.