JohnnyP
Forum Replies Created
-
Hi Guys, is there a way to make an image required for someone to post a listing? I am getting listing with no image and would like to make it required for someone to make their own listing.
Thanks,
JohnYou are the one who is wasting peoples time with your ridiculous questions. How about you add some value to this forum?
Do you realize the plugin is free? Do you realize that every time you ask one of your selfish questions that we all get the email that this thread has been updated?
Maybe web dev is not for you.Do you realize the plugin is free? Do you realize that every time you ask one of your selfish questions that we all get the email that this thread has been updated?
I dont have any problem with you asking questions on here its just that you are clearly taking advantage of the guys at AazzTech who have made the plugin free for you to use. If you knew how to modify functions.php or your own theme you could fix most of the questions you are asking.We just found that if we switched the user to an editor for a moment then we could assign it to him. THen we could change his user status back to subscriber and he would still be the author.
Keep up the good work guys. Thanks for all your help!You sure do ask a lot of questions regarding a free plugin?
If you are losing clients and need so many updates maybe you should invest in something more established or your own development to customize what you want. But to keep asking these guys to make your changes for free is ridiculous. You are responsible for your own business NOT the directorist developers.Add the code in your header.php – above the closed head tag </head>
or if you have a better solution let us know please. thank you
The slider is resizing the images uploaded and renaming the images but those renamed images are not showing up in the media library. Then they are not showing up in the slider.
We had to change the sorce of the images to get the original image not the resized images with javascript. This allows the images to show but they are not resized.<script>
jQuery( document ).ready(function()
{if (jQuery(‘div.single_image’).length) {
jQuery(‘.single_image img’).each(function(i, obj) {
jQuery(this).attr(‘src’,jQuery(this).attr(‘src’).replace(‘-740×580’,”));});
}
});
</script>If you can fix it in the plugin that would be great.
Thanks!we had the same problem.
Just learned it was a problem at my hosting company. They updated the php from 5.3 to 5.5 and when they turned it back to 5.3 for me the plugin worked fine. Hope this helps.
BTW. I love the Duplicator Plugin and willing to pay for pro versionsame thing has happened to me on ipower.com server.
What happened to the plugin? It was awesome until today!