sunsetco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'Some minutes before I got your last reply I had found and activated theme ‘WP-Creativix’ by looking up at http://sunset-comfort.com/wp-admin/theme-install.php, I just searched it by the word ‘portfolio.’ It was installed and activated without paying any fees. I guess my question is whether it is supported in this forum in case of trouble.
As to the original post drive…the issue has been resolved, since I am not using the issued theme (Cloriato Lite) anymore. Thank you.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'OK my bad then… I started looking at the WordPress themes, but since I am looking for a static website format not so bloggish, odds are that I got drifted away. Could you advise how can I get a static looking theme from WordPress and replace the current one, please?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'Please do not consider this as bumping, but I do have to tell you that I actually was not aware that Cloriato “Lite” was a paid for theme, since I just installed it and activated it without having to pay any prior fee of any kind. I think that Cloriato (bear) is the premium one, so I am not getting support for my Lite version from InkThemes… coukd you help me please?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'issue not resolved yet, please help!
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'my page:
http://sunset-comfort.com/the current error message:
“Parse error: syntax error, unexpected ‘}’ in /home/sunsetco/public_html/wp-content/themes/cloriato-lite/front-page.php on line 31”… where ‘line 31’ is where
</h2>is :<h2>"><?php echo stripslashes(inkthemes_get_option('inkthemes_slideheading1')); ?></h2>…does it make any sense? Please advise.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'my page:
http://sunset-comfort.com/the current error message:
“Parse error: syntax error, unexpected ‘}’ in /home/sunsetco/public_html/wp-content/themes/cloriato-lite/front-page.php on line 31”… where ‘line 31’ is where
</h2>is :<h2><a>"><?php echo stripslashes(inkthemes_get_option('inkthemes_slideheading1')); ?></a></h2>…does it make any sense? Please advise.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'I need to get rid of the dummy text and the box it is in, without messing with the header pic, can it be done?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'<?php } else { ?> <h2><a href="#"><?php _e( 'Single Click Install WordPress Theme', 'cloriato'); ?></a></h2> <?php } ?> <?php if ( inkthemes_get_option('inkthemes_slidedescription1') !='' ) { ?> <p><?php echo stripslashes(inkthemes_get_option('inkthemes_slidedescription1')); ?></p> <?php } else { ?> <p><?php _e( 'Get Your Whole Site ready in an Instant. Just Upload the Theme and Press the Activate Button, Your whole site would be loaded with all the Dummy Content and all.', 'cloriato'); ?></p> <?php } ?>Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected '}'in that case, the the issue could lie in the following paragraphs, because without them, my site can actually be seen, but with a broken design—>
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser. Or use pastebin.com instead. ]
<?php } else { ?> <h2><a href="#"><?php _e( 'Single Click Install WordPress Theme', 'cloriato'); ?></a></h2> <?php } ?> <?php if ( inkthemes_get_option('inkthemes_slidedescription1') !='' ) { ?> <p><?php echo stripslashes( inkthemes_get_option('inkthemes_slidedescription1')); ?></p> <?php } else { ?> <p><?php _e( 'Get Your Whole Site ready in an Instant. Just Upload the Theme and Press the Activate Button, Your whole site would be loaded with all the Dummy Content and all.', 'cloriato'); ?></p> <?php } ?>