teigram
Forum Replies Created
-
It worked! I initially copied the code from an email. Then, I took the code from this thread and it worked. Thanks so much!
ok. It doesn’t like the first line, saying there’s an extra ‘&’. Are all the ‘&’ ok on that first line?
I checked my web host — it is PHP 5.4
I am not sure. Where do I find out which version I have? Do I check with my web hosting company?
It didn’t work near the top, I’m still getting the same message with the &. Here is the code in my functions file.
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_locale_css’ ) ):
function chld_thm_cfg_locale_css( $uri ){
if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . ‘/rtl.css’ ) )
$uri = get_template_directory_uri() . ‘/rtl.css’;
return $uri;
}
endif;
add_filter( ‘locale_stylesheet_uri’, ‘chld_thm_cfg_locale_css’ );if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’, array( ) );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’, 10 );// END ENQUEUE PARENT ACTION
Could you guide me where to place it in the functions file?
I place the code before the // END ENQUEUE PARENT ACTION
and got this error message. The code was pasted on line 24.Your PHP code changes were rolled back due to an error on line 24 of file wp-content/themes/twentysixteen-child/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&’yes, it looks like it works.
ok. I just disabled it.
Yes, I turned jetpack off with all the other plugins.
I’m having the same issue, but I am not able to preview the slideshow. It was working prior to the WordPress update 5.2.3. I have disabled all plugins and it still does not work. Is there a conflict with this new WP update?
Forum: Plugins
In reply to: [Easy Modal] Modal Height Size Option not savingHi–I just wanted to check in. Is v1.2 going to be available soon? Thanks.
Forum: Plugins
In reply to: [Easy Modal] Modal Height Size Option not savingThanks very much.