onlineipi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured product not coming up on the featured listI am using woo commerce. With that, I have made certain products as featured but the products shown as featured are the one on top of the custom order I created at the back end. It wouldn’t consider the products marked as featured.
I tried another link and followed this article
https://createandcode.com/broken-photo-gallery-and-lightbox-after-woocommerce-3-0-upgrade/
Also, I had to add the CSS into custom CSS as the theme was overriding the style.css.Its working now
I did that to no avail. you can see the same link. Its not working
Please use this link to verify
http://www.ipi-infrared.com.au/product/satir-hotfind-s-infrared-camera/Forum: Fixing WordPress
In reply to: Images from the gallery are all over the product pageThank you for your time and efforts.
Forum: Fixing WordPress
In reply to: Images from the gallery are all over the product pageThis problem occurred when I updated the woo-commerce plugins recently. I thought some other members might as well have encountered a similar problem. Please just take a look at it.
the user did have memberUltimate user Role. There is some sort of caching going on which I am unable to find.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Need to refresh the pageI am using this code
add_filter(‘wp_nav_menu_items’, ‘add_login_logout_link’, 10, 2); function add_login_logout_link($items, $args) { ob_start(); wp_loginout(‘index.php’); $loginoutlink = ob_get_contents(); ob_end_clean(); $items .= ‘- ‘. $loginoutlink .’
‘; return $items; }
to get a prompt login/logout button
and even after logging in; home page shows login instead of log out!
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Need to refresh the pageI am using forms provided by ultimate Member plugin and user is navigating through links.
Somehow the home page cannot contemplate that user is logged in until I refresh the page, for all other posts or pages, it works fine after loginForum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Need to refresh the pageI have no caching plugin installed.
I have following plugins only:
Adrotate
Aksimet
contactform
google no captcha
heartbeat control
motopress content editor
restrict content
simple custom post order
sucuri security
ultimate member
wordfence security
wordpress imported
yoast SEOIs there any other input that I can provide!
I have changed the login option as redirect to URL with URL as http://infraredcameras.net.au/ (https://drive.google.com/file/d/0B08w3d3S4VzNSmVsRnZzdk9ieDA/view?usp=sharing)
But after I login on the website and try to reach http://infraredcameras.net.au/terms (this is the page where I have aplied custom access setting using ultimate member – https://drive.google.com/file/d/0B08w3d3S4VzNZEstN0lDbHcyeU0/view), I get redirected to profile page with URL as
http://infraredcameras.net.au/login/?redirect_to=http%3A%2F%2Finfraredcameras.ipi-online.com.au%2Fterms%2FHere is the picture (https://drive.google.com/file/d/0B08w3d3S4VzNQ3Vqa3JZeGNvLUE/view?usp=sharing).
Thank you for your time!
I just want log in members to see the page.
Steps:
1. anonymous user must be directed to the login page but when login/register, he should be able to view the page.What’s happening is
the anonymous user is directed to the login page and even when he/she log in and try to view the page, he/she again is directed to the login page.just open the pictures in a new tab..they are accessible
Here are the settings.
which I have done