Vincent Vu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Import Stuck at Progress Barbig database and insufficient hosting can be another problem, also the imports take images from where it was exported. keep that in mind.
Forum: Plugins
In reply to: [WooCommerce] A heavy problem in payment and the siteWoocommerce rolled back the update, you should too.
Forum: Plugins
In reply to: [WooCommerce] wp rocket clears the cache of all products.The cache should only clear for the specific product but I would say this isn’t a woocommerce problem you should be asking wp-rocket
- This reply was modified 1 year, 2 months ago by Vincent Vu.
https://snipboard.io/umISTY.jpg
You see where I’ve circled, I typed it in as decoded symbol but when I save it comes out as the coded HTML entity.
To be more specific it’s showing HTML Entities even though ‘ was inputed.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] ITEM_TOTAL_MISMATCHThis update should really be pushed out, automatic updates keep pushing to the new one and its causing this error.
Yes I understand that the older version doesn’t have this issue but this is crucial
Forum: Themes and Templates
In reply to: [OceanWP] Ocean Sticky Header[28-Oct-2019 07:22:26 UTC] PHP Fatal error: Uncaught Error: Call to undefined function oceanwp_post_id() in /home/farmingr/public_html/wp-content/plugins/ocean-sticky-header/ocean-sticky-header.php:1381
Stack trace:
#0 /home/farmingr/public_html/wp-content/plugins/ocean-sticky-header/ocean-sticky-header.php(1397): Ocean_Sticky_Header->if_topbar_sticky()
#1 /home/farmingr/public_html/wp-includes/class-wp-hook.php(286): Ocean_Sticky_Header->topbar_sticky(Object(WP))
#2 /home/farmingr/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(false, Array)
#3 /home/farmingr/public_html/wp-includes/plugin.php(531): WP_Hook->do_action(Array)
#4 /home/farmingr/public_html/wp-includes/class-wp.php(750): do_action_ref_array(‘wp’, Array)
#5 /home/farmingr/public_html/wp-includes/functions.php(1105): WP->main(”)
#6 /home/farmingr/public_html/wp-blog-header.php(16): wp()
#7 /home/farmingr/public_html/index.php(17): require(‘/home/farmingr/…’)
#8 {main}
thrown in /home/farmingr/public_html/wp-content/plugins/ocean-sticky-header/ocean-sticky-header.php on line 1381How do I get the meta data to show again
File name was the issue
I’ve updated the coding to<?php /** * The template for display single Apply Online content * * @package WordPress * @subpackage Apply Online */ get_header(); while ( have_posts() ) : the_post(); // Include the single post content template. ?> <div id="wrapper-content" class="clearfix "> <div class="gf-page-title"> <div class="container"> <?php the_content(); ?> </div> </div> <div> <?php endwhile; get_footer(); ?>
Now its fine.
I wonder if its best if I provide you login to the ftp.
done i’m still on the parent theme, those codes are in the right pages, tried it with and without <?php the_content(); ?> still getting three forms.
facing the same issue, however, I now get 3 forms.
https://cyberscience.com.au/ads/cyber-security-trainer-penetration-tester/
Parent theme still has the same problem
Actually, this is the child theme header, didn’t realize it was there
<?php /** * The template for displaying the header * * Displays all of the head element and everything up until the "site-content" div. * * @package WordPress * @subpackage Theme_Name * @since Theme_Version 1.0 */ /** * @hooked - gf_set_preset_value_to_option - 1 * @hooked - gf_set_page_layout_setting - 5 * @hooked - gf_set_post_layout_settings - 10 **/ do_action('g5plus_header_before'); $header_layout = g5plus_get_option('header_layout', 'header-1'); $header_responsive = g5plus_get_option('header_responsive_breakpoint', '991px'); ?> <!DOCTYPE html> <!-- Open Html --> <html <?php language_attributes(); ?>> <!-- Open Head --> <head> <script src='https://www.google.com/recaptcha/api.js'></script> <?php wp_head(); ?> </head> <!-- Close Head --> <body <?php body_class(); ?> data-responsive="<?php echo esc_attr($header_responsive) ?>" data-header="<?php echo esc_attr($header_layout) ?>"> <?php /** * @hooked - g5plus_site_loading - 5 **/ do_action('g5plus_before_page_wrapper'); ?> <!-- Open Wrapper --> <div id="wrapper"> <?php /** * @hooked - g5plus_before_page_wrapper_content - 10 * @hooked - g5plus_page_header - 15 **/ do_action('g5plus_before_page_wrapper_content'); ?> <!-- Open Wrapper Content --> <div id="wrapper-content" class="clearfix "> <?php /** * * @hooked - g5plus_output_content_wrapper - 1 **/ do_action('g5plus_main_wrapper_content_start'); ?>
Its all html in the ad itself.