You are using version 2.1.1 which had the issue with the sidebar not aligning properly. This issue is fixed with 2.1.2 which you can download off or www.remarpro.com right now.
I am looking at why the header isn’t uploading and I will get back to you on that one.
I was able to forage around in the WordPress code and found a solution. There is a function called is_active_widget() that allows you to check if a widget has been added to your sidebar in the backend. You can then use a PHP if statement to make something happen only if the widget has been added.
I encountered this issue today and resolved it by removing extra blank lines from before and after the beginning “<?php” and ending “?>” in the config.php file located in the main directory of my WordPress install. The extra lines sometimes occur when you upgrade through FTP and things go a little wonky. Also make sure you don’t have any blank lines in your functions.php file. Hope this helps.
I have the same issue. I have gone through the code but can’t figure it out. Unless it has something to do with this plugin using a semi-colon as a separator instead of a comma.
Viewing 7 replies - 691 through 697 (of 697 total)