Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Perfect. Thanks
Hi Mohammad,
I pasted the css and its better but still there is some extra space there.I have changed the px to to 10px in your code.
Please find a screenshot attached.
Thanks
Attachments:
You must be logged in to view attached files.Working fine. Thanks
Done
I have removed the blanks but there is still a lot of empty space especially at the top of the page and this is true for all the posts.
This reply has been marked as private.August 12, 2015 at 3:31 am in reply to: Header overlay not working after updating the themse #202969Hi team,
I’m having the same header overylay problem again after updating the theme today. The login details are the same as shared.
Ideally if you can tell me how you resolve it then i can do it myself next time.
Thanks
Yes
Thanks Mohammad.
This reply has been marked as private.Its done. I added this code in the functions.php
add_action( ‘template_redirect’, ‘wc_custom_redirect_after_purchase’ );
function wc_custom_redirect_after_purchase() {
global $wp;if ( is_checkout() && ! empty( $wp->query_vars[‘order-received’] ) ) {
wp_redirect( ‘http://www.yoururl.com/your-page/’ );
exit;
}
}
view rawThanks its working great.
Its the 404 error page. You can try this URL:
Thanks, it works perfect in the post but in the widget section the problem is still there.
-
Posted in: We hit Power Elite.