verovenezuela
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to remove all cart funtions in wootique/woocommerceI have the same problem and have looked everywhere, please help!
how to remove all shopping cart functions from woocommerceForum: Themes and Templates
In reply to: parse errorThanks! it was a very hard work for me, but I made it!
Now i have the same problema that I started with, im unable to change my logos, header andd footer, I try to upload mine, but it just doesn′t recognize it! what could it be? I tried changing the code in funcions.php, but thats when I messed up
Forum: Themes and Templates
In reply to: parse errorClayton, would you explain me how to do so? I’m not that advance, I searched on my Control Panel and FTP client, but then I have no idea what to do. I have the original code, i copied it on Word, i hope i’ll work.
Thanks a lot
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Parse error completely crashes websiteHi, i have a huge problem!
I couldnt change my header logo, so i searched and it said to delete
a part of the code in Appearence-Editor-simplecatch functions…(the part I deleted is below), so, i deleted it, and i think i might had deleted another line, but i didnt realice.
now i try to open my site “retohippy.com” and it says"Parse error: syntax error, unexpected '}' in /home3/verovene/public_html/wp-content/themes/simple-catch/functions/simplecatch_functions.php on line 211" what can i do?? i can't even enter the site! "if( empty ($options[ 'remove_header_logo' ] ) ) { $simplecatch_headerdetails .= '<h1 id="site-logo"><a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">'; // if not empty featured_logo_footer on theme options if ( !empty( $options[ 'featured_logo_header' ] ) ) : $simplecatch_headerdetails .= '<img src="'.esc_url( $options[ 'featured_logo_header' ] ).'" alt="'.get_bloginfo( 'name' ).'" />'; else: // if empty featured_logo_footer on theme options, display default Header Logo $simplecatch_headerdetails .='<img src="'. get_template_directory_uri().'/images/logo-head.png" alt="logo" />'; endif;