Yes. That’s exactly what I’m looking looking for. Any suggestions on how to proceed?
Thanks, this helps. Is there a way to have the logo centered between the menu button and the search icon?
And is there a simple way to make the menu drop down from the button instead sliding the page across?
-
This reply was modified 8 years by
jmr.
For a little more detail. I’m in the theme javascript and I’ve set
isMobileDevice:true and isPhoneScreen : true but there must be more that needs to be adjusted because this alone didn’t make a difference. My thought was to “hardcode” that it’s always mobile and let the theme take care of the rest, but clearly I’ve missed something.
You can disregard and delete this thread. All good.
I also noticed the following errors in the console:
Uncaught SyntaxError: Unexpected token <
at eval (<anonymous>)
at load-scripts.php:2
at Function.globalEval (load-scripts.php:2)
at Ha (load-scripts.php:3)
at a.fn.init.prepend (load-scripts.php:3)
at Object.takeSnapshot (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:13)
at Object.changeData (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:210)
at Object._moveDraggedElement (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:54)
at Object.deactiveDraggedElement (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:35)
at HTMLDivElement.<anonymous> (/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=__td_aurora_deploy_version__:108)
But unexpected token is in this <!doctype html>
-
This reply was modified 8 years by
jmr.
Simion,
Thanks! I had define ( 'CONCATENATE_SCRIPTS', false ); in my wp-config. Updating to true worked perfectly. Thank you!
Upon further review…the above error is completely unrelated.
I’ve tried to edit the includes/wp_booster/td_wp_booster_functions.php file in both the WP editor and via SFPT for both my child and parent. Both have the line in the instructions you supplied commented out, but the og:image line still shows on my site. I also found that no changes I make to that file actually get rendered on my site. I have worked with a ton of people on my end to ensure this isn’t a cache issue, so the only thing left is an issue with the theme.
I’m getting two errors related to the td_wp_booster_functions.php
PHP Fatal error: Uncaught Error: Call to undefined function do_action() in /nas/content/live/rtchronicles/wp-content/themes/Newspaper-Child/includes/wp_booster/td_wp_booster_functions.php:8\nStack trace:\n#0 {main}\n thrown in /nas/content/live/rtchronicles/wp-content/themes/Newspaper-Child/includes/wp_booster/td_wp_booster_functions.php on line 8
Line 8 is: do_action(‘td_wp_booster_before’); //@todo is probably not used by anyone
To confirm this was a theme issue, I switched to twentyseventeen and the embeds worked fine. However, when I switched back to Newspaper, the embeds worked fine there as well. No idea why this worked, but it did. So, I’m all good here, but curious why you think this would fix things.
It looks like the URLs are all something like this: https://chronicles.roadtrippers.com/take-chairlift-reach-one-worlds-fastest-free-fall-waterslide/embed/ That embed added at the end makes the URL 404
Here’s one, but it’s not working anywhere: https://chronicles.roadtrippers.com/disney-world-shades-of-green/
Of note, the last URL on this post shows as 404, but is a perfectly valid URL.