skruglewicz
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Content is being generated underThanks for all your help. This should be going to production this week.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Content is being generated underOK I figured out that it was a rough plugin that was activated by mistake. This was writing the extra content described above. Feel free to close this ticket. Thanks for your help, I’m sort of a newbie to Word press.
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Content is being generated underThanks for the response.
the extra language selector code is placed within a body of class “shiftnav-enabled shiftnav-lock”
<body class="shiftnav-enabled shiftnav-lock"> <div class="shiftnav-wrap"> <div id="lang_sel_list" class="lang_sel_list_horizontal"> -- language Selector HTML is here---- not sure where this is coming from </div> </div> <div class="header-wrapper"> language selector html here -- this is generated with a call in my header.php to <?php do_action('icl_language_selector'); ?> </div>
I was able to stop the unwanted language by checking the following setting in the Shift Nav admin plugin>
on the “Toggle Bar” TAB
Display Toggle Bar [X] Uncheck this to disable the default toggle bar and add your own custom toggle
Not sure why this work?
OK. Very interesting. This is very helpful and I’ll give these suggestions a try. I’ve inherited this site from a former web developer and ‘m now responsible for Maintaining it.
Thanks again to the community for your input and guidance.
thanks for your help
i figure out a way
creating a hidden field and using the DOM document.title in script to create the field.<strong><input id="page" type="hidden" /></strong>
<script>
document.getElementById(“page”).innerHTML = ‘[simplehidden page “‘ + document.title + ‘”]’;
</script>`Thanks this is just the explanation I needed.
Another related question. How would you place header information the url of the page?
Forum: Plugins
In reply to: [Contact Form 7] Get URL of the page the message was sent fromThis is great but how can I use the special tag in the Form so CF7DB places them in a database?