forestrangermario
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer expands when theres no page content.I had taken off because it wasnt working, but yours did.
Thank you sir!Forum: Fixing WordPress
In reply to: Footer expands when theres no page content.I appreciate the suggestion but it did not work :/
Forum: Fixing WordPress
In reply to: Use WP_Query to pull content from external site.btw, I am also willing to pay someone to fix this for me.
[ email redacted ]
Forum: Fixing WordPress
In reply to: Use WP_Query to pull content from external site.Now I get this error.
Fatal error: Call to a member function item() on a non-object in /home/nvmain1/public_html/www2/wp-content/themes/theme/CherryFramework/loop/page-flower.php on line 32
but the template actually starts to load so theres progress!
This is line 32
var_dump($entries->item(0)->textContent);
Forum: Fixing WordPress
In reply to: Cannot modify header information.Turns out I had to take out all of
<script type='text/javascript'> jQuery(document).ready(function($) { $('#nav a').attr('title', ''); }); </script>
even thought just the end of it was line #16
Forum: Fixing WordPress
In reply to: Cannot modify header information.So from troubleshooting ive determined its line #16 in custom-js.php and if I open that file in the editor this is what I see.
<?php add_action( 'wp_enqueue_scripts', 'custom_scripts' ); function custom_scripts() { wp_enqueue_script( 'wpcf7', get_stylesheet_directory_uri() . '/js/wpcf7.js', array('jquery'), '1.0' ); if ( !wp_script_is( 'googlemapapis', 'enqueued' ) ) { wp_enqueue_script( 'googlemapapis', '//maps.googleapis.com/maps/api/js?v=3.exp&sensor=false', array( 'jquery' ), false, false ); } }?> <script type='text/javascript'> jQuery(document).ready(function($) { $('#nav a').attr('title', ''); }); </script>
and line 16 is the “</script>” part so I dont know what to do with it.
Forum: Fixing WordPress
In reply to: Display Map in Div and Centering Content.Dont know why my link is going back to the support page here