adsantoli81
Forum Replies Created
-
Forum: Plugins
In reply to: [Logaster Logo Generator] not loadingI updated php to 7.0 and it now works
none of that worked. thanks for trying
error again:
take a look at my screen and tell me what im doing wrong:
I get the same error
Parse error: syntax error, unexpected ‘’’ (T_STRING) in /home3/adsantoli/public_html/wp-content/themes/keep-calm-and-e-comm/searchform.php on line 5
<?php
$Search_URL = esc_url( home_url(‘/’) );
$Track_Orders_Label = __(‘Search’, ‘keep-calm-and-e-comm’);
?>
<form id=”headerSearch” role=”search” method=”get” action=”<?php echo esc_url($Search_URL); ?>”>
<input type=”text” name=”s” id=”headerSearchCatalog” placeholder=”<?php echo esc_attr($Track_Orders_Label); ?>”>
</form>When I try to replace echo esc_url($Search_URL); with echo do_shortcode( ‘[aws_search_form]’ ); inside the searchform.php I get the error below:
Parse error: syntax error, unexpected ‘’’ (T_STRING) in /home3/adsantoli/public_html/wp-content/themes/keep-calm-and-e-comm/searchform.php on line 5
I also tried the second option adding the code at the bottom of the function.php file and it creates syntax errors, please advise
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] credit card fields not workingadded https to the domain fixed it