HappyListing
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Date Stamp ProblemGreat thanks for the help!
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Date Stamp ProblemOK the problem still persists.
Can I email you my sitemap in private?
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Date Stamp ProblemYes sir.
What I also did was increase and decrease the number of entries per sitemap page, and the problem was still evident.
Will keep you updated, thanks.
Forum: Reviews
In reply to: [EWWW Image Optimizer] Broke all imagesI have to go back and change the images on 6000 products, its actually easier for me to make an entire new website which is what I’m doing.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Products repeat problemI had the same problem.
The solution was include only the next page link element as opposed to the element that combines all the pages and next page link.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Getting Registration formI wrote the solution to your problem.
You need to go into the widget_out.php. Copy the registration form and include the 2 div tags before the form. Make sure all the css classes are left untouched because that’s how the plugin knows to process the form.
I ended up copying the form and putting it into a shortcode which works.
If you have any more questions let me know.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Getting Registration formI made comment here, why did it get deleted?
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Redirect after registrationSorry let me reclarify.
I am using Auto login when register plugin.
Would it be possible to do a refresh after registration? So that users can view gated content?
Thanks
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Redirect after registrationCertainly.
In the settings, there is an option where you can set the page to refresh/reload after logging in.
Can we have the same option when someone registers?
Forum: Reviews
In reply to: [Instagram] Very nice plugin with great optionsHi there, sorry for my tardy reply.
The URL is https://www.2tique.com.
If you go to any of the product pages such as: https://www.2tique.com/product/hermes-birkin-40-grizzly/
You see that circular button on the bottom left on the photo.
That’s where the conflict seems to be with a {border-bottom: none !important;} that seems to be in the inline CSS of the plugin.
From the inline:
.instagram-title{
font-weight: bold;font-size:18px;padding-bottom:20px; border-bottom:3px solid #f1f1f1; margin-bottom: 20px; text-align:center
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio:1.5) {
#ISW_container_392 .instalink-header-logo {
background: url(‘https://www.2tique.com/wp-content/plugins/instagram-shortcode-and-widget/images/instagram.GIF’) no-repeat;
background-size: 18px 18px;
}
}
#ISW_container_392 .instalink-cap::before {
background: url(‘https://www.2tique.com/wp-content/plugins/instagram-shortcode-and-widget/images/instagram.GIF’) no-repeat;
}#ISW_container_392{
margin-bottom:40px;
}
a {
border-bottom: none !important;
}Forum: Reviews
In reply to: [Calculated Fields Form] Very poor calculatorWell that’s fantastic, this example really helps, should have been included in the documentation.
My calculation was the following (after countless hours):
IF(fieldname2<=55000,(fieldname2*0.005),IF(fieldname2<=250000,((fieldname2*0.01)-275),IF(400000>=fieldname2,((fieldname2*0.015)-1525),IF(400000<fieldname2,((fieldname2*0.02)-3525),0))))
Too little too late I guess.
Have a nice day everyone!
Forum: Reviews
In reply to: [Calculated Fields Form] Very poor calculatorI’ll tell you what.
I will use your plugin some more, if it can do what I want it to do then I will change the rating to 4 stars in the case scenario.
There’s no way I can give this plugin 5 stars at all. The documentation was totally unhelpful.
At the end of the day I will leave you with this quote:
“Tell me and I forget, teach me and I may remember, involve me and I learn.”
The man who said that is on the $100 bill.
Forum: Plugins
In reply to: [Calculated Fields Form] If statementsOk I was able to get it but no thanks to your “documentation”
Forum: Plugins
In reply to: [Calculated Fields Form] If statementsIm sorry thats not a sufficient answer.
Both IF statements do not have the false condition so how do you explain that?
Why doesn’t the documentation have many examples not just how to calculate 1+1 because it seems that’s what this plugin is only good for.
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Custom MenusOK I found the solution
I commented out this line
echo RM_Transient::getTransientMenu( $data[‘RM’] );