jmodine
Forum Replies Created
-
what about using a payment gate way? could we request information chsnge point values that way. but instead of it taking a payment it would just transfer information?
Forum: Fixing WordPress
In reply to: Customized sidebars not showing on minamaze child themeUse custom side bar plug in to override the side bar. This will let you have a new sidebar per page. Now if you are trying to add second sidebar to the page you will have to register it in functions.php then adjust your sidebar.php to call the second sidbar. Remember div=Id should be used only time on the page so you will need to add to your css to override this. At the same time minamaze has a locked body layout. If you copied their css and only modified what you originally wanted adding a second sidebar will only appear under the first.
Forum: Themes and Templates
In reply to: [Minamaze] How to put a sidebar (change layout) on archives pagethere are two ways you can do this. one there are numerous plug ins that will let you make a side bar per page. or if your comfortable changing code you can go to functions.php register a new side bar. Then copy your sidabar.php file rename it to the name of the newly registered side bar and edit the code to call that side bar. If you need more than one custom sidebar i would recommend the plugin being easier of the two options is to install a plugin such as custom Sidebars which i know works with the minamaze theme.