Parshwa Nemi Jain
Forum Replies Created
-
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] What is the product orderby based on?Hmm, right now its using ID of post. Even if I change it to date, it wont effect (IMO) because its the creation date not publish date.
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] products page imagesPlease ask
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] two bugThanks. I will add the fix. Thanks again
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] products page imagesHi Sam, You can this in your style sheet:
.dpsc_image_tab {display: none;}
This will make them disappear.Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] products page imagesHi,
The two images, out of which one is smaller and other is large is for multiple images. If you have selected any image effect and hover on the smaller images, then the large image changes. If you will give me the site url, I can check it out.
Please feel free to ask anything.
Thanks ??Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] two bugThanks. I will add the fix. Thanks again
@daveyc: If you can give me your site url i will see what is going wrong with Add to Cart button. It should not keep spinning.
Forum: Plugins
In reply to: Dukapress: changed WP general settings and lost parts of dpYou can either change it manually in database via PHPMyAdmin or you can export the database in SQL file, open it in a code editor and do a search for old URL and replace it with new URL and then import it into the database after flushing the database.
But be careful while doing this. You should also take back-up before doing this.
Forum: Plugins
In reply to: Dukapress: changed WP general settings and lost parts of dpThe images are not working because you changed the wordpress url, but the images (whose URL is already stored in database) points to old server. You can check this in firebug. Here is the code which I saw:
<div class="dpsc_image_tab"> <ul class="dpsc_tabs"> <li><a rel="imgGroup" href="https://fruitforfish.com/hibredclothing.com/wp-content/uploads/2010/10/Streets.jpg" id="245" class="dpsc_thumb_tab fancybox current"> <img src="https://hibredclothing.com/wp-content/plugins/dukapress/lib/timthumb.php?src=https://fruitforfish.com/hibredclothing.com/wp-content/uploads/2010/10/Streets.jpg&w=50&h=63&zc=1"></a></li> </ul> </div>
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] Digital Downloads SecurityHi mssummer,
The digital files are stored in “/wp-content/uploads/dpsc_download_files/”
The link is generated by creating a temporary duplicate file in “/wp-content/uploads/dpsc_temp_download_files/”.
So all you have to do is disable directory listing for these directory and you can password protect the “/wp-content/uploads/dpsc_download_files/” for extra precaution.
You find the steps here:
https://www.techiecorner.com/106/how-to-disable-directory-browsing-using-htaccess-apache-web-server/https://www.openg.info/entry/making-var-www-codes-accessible-internet-apache
https://www.thesitewizard.com/apache/password-protect-directory.shtml
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] activation errorHi Henning,
I tried installing it and I didnt get the error. Can you provide me login details so I can check it out.
Warm Regards,
Parshwa@naylorsbr: In your theme, the css for title is being applied to class title (.title). In DukaPress, the title is inside “p” tag with class title. You can apply a CSS for “p.title”.
Forum: Installing WordPress
In reply to: Import Tool for Blogger Not WorkingEven in import tool also, when you import it doesnt import 100% posts and comments. I tried it many times but always ran in to problem. There is a website which deals with Blogger to WP migration [professional service link removed] I hope this would help.