Ampboy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Azera Shop] Azera Shop Companion stopped workingI had the same thing happen after I removed the text from the Testimonials section. I wanted only one Testimonial and I erased the others.
It threw this error.
printf(): Too few arguments in /home/****/wp-content/themes/azera-shop/functions.php on line 871I could never got it show again the customizer so I could add something there and fix it. You will probably have to check out that line of code and see if you can get it to accept a blank text box or removing content from that area.
Forum: Themes and Templates
In reply to: [Sugar and Spice] Facebook PixelYou want to go to appearance, then editor and find Theme Header (header.php) In that file, you want to add that link anywhere in this area:
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php if ( of_get_option( ‘favicon’ ) ) echo ‘<link rel=”shortcut icon” href=”‘.esc_url( of_get_option( ‘favicon’ ) ).'” />’; ?>
<?php wp_head(); ?>
</head>Forum: Plugins
In reply to: [WP Job Manager] Description Box not working/Bulk CategoriesGot it.. Thanks
Forum: Plugins
In reply to: [WP Job Manager] Description Box not working/Bulk CategoriesMike,
Thanks for your response.. I have an importer, but didn’t know if there was a schematic to use.. such as ID, Name, Type, etc..
I did find out it was a theme issue.. so now I get to address that..
Thanks again for your help and the great plugin!
Thanks… That worked well.. sorry for the delay on the Kudos!
Forum: Fixing WordPress
In reply to: End of Script ErrorsThanks for your help.. I tried the manual install and no luck.
I even tried to wipe out the install myself and do a clean one to see if I could get it going and nothing..
I am just going to ask my host to kill it and reinstall it and see what I can migrate from there. I have never had this much trouble with an upgrade.