Rabioso
Forum Replies Created
-
Forum: Plugins
In reply to: Zm ajax login ®ister buttons not workingIt totally depends on the theme and its functionalities (works just fine with twenty ten). I need to look at the plugin’s source code to find out how to fix the issue.
Forum: Themes and Templates
In reply to: How to make self made template follow the style.cssOkeeeeey, the problem is now solved. I had used both the parameters ‘loop’ and ‘page’ for the get_template_part function in the custom template’s content php code. I removed the loop and … voila , it works fine now.
Dear sir,
I live in a country that is under heavy sanctions (Iran) , therefore no financial interactions with the outside world is possible for me (our banks here has not gone international yet). I am looking for a way to at list be able to work with one of the Persian banks (Pasargad or Mellat for example). Would there be a tutorial to teach how I can introduce the characteristics of a bank system to this plug-in?
Thank you.Forum: Plugins
In reply to: Problem in widgetizing areasOMG, what a fault; I found the solution.
Sorry disturbing you.the code should be like this:
<?php if (is_active_sidebar(‘right-Sidebar’)) : else : ?>
<?php dynamic_sidebar( ‘right-Sidebar’ ); ?>
<?php endif; ?>