Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
Tagged: Hand of Midas
This topic has 19 replies, 2 voices, and was last updated 5 years, 2 months ago by Szabi – CodeRevolution.
-
AuthorPosts
-
-
September 13, 2019 at 2:15 am #459
Hello, Thanks for your efforts, I just purchased the plugin and already installed, tested, but i have some problems:
* How to make all thumbnails height the same as i get some data with very tall images?
* How i can hide the price and just write ( Direct Download )
-
September 13, 2019 at 5:46 am #460
Hello,
First of all, thank you for your purchase.
1. To resize images, please go to plugin’s ‘Main Settings’ -> set a default featured image size in the ‘Featured Image Resize Width’ and ‘Featured Image Resize Height’ settings fields. The plugin will resize all images to the specified size.
2. To hide the price, please add this CSS code to your website:
.crf_float_right
{display:none;}
To edit content, please go to importing rule settings (where you defined from where should the plugin import content) -> click ‘Settings’ for the rule you wish to edit -> edit the ‘Generated Post Content’ settings field -> add this code, to add the direct download link:
<a href=”%%item_url%%” target=”_blank”>Direct download</a>
Regards,
Szabi – CodeRevolution.
-
September 13, 2019 at 3:36 pm #462
Hi Szabi,
Thanks for your answer, There’s a problem on the grapped thumbnail from source, I think the plugin choose the wrong image to be thumbnail.
Check this : https://flyerspsd.com/
Also one more point:
You make on the setting that make the plugin work with EDD but check this page for the download product : https://flyerspsd.com/downloads/hard-electro-party-flyer-direct-download/
you will find this problems:
$8 – PURCHASE has the link from graphicriver direct while i made it redirect from bit.ly.
Is there any way to get direct chat with you to fix my problems?
-
September 13, 2019 at 7:46 pm #463
Hello,
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com
Regards, Szabi – CodeRevolution.
-
September 13, 2019 at 9:56 pm #464
Hi Szabi, i sent to you the login info, take your time , Thank you ))
-
September 14, 2019 at 6:25 am #468
Hello,To set the category for EDD items, you have to use the ‘Post Custom Taxonomies’ settings field, from rule settings.You have to set it to a value like this:download_category => wordpress-themesYou should replace the wordpress-themes with the slug of the category you wish to use.Regarding the EDD button, I fixed it with a plugin update, now it is properly shortened.Regarding images, the plugin imports the featured image that is set for the item on ThemeForest/CodeCanyon – this image might be very tall or large. Also, it seems that resizing these images does not help, because they become blurry.So, this issue should be solved from theme settings, the theme should be able to display large images cropped, to a max size. Please contact the author of the theme you are using and ask him if it is possible to display images with a “maximum image height” for very tall images.Regards,Szabi – CodeRevolution. -
September 23, 2019 at 4:12 am #490
Thanks for you help, I managed to finalize everything, Now just one problems is the TAGS, the plugin should add the tags automatically to EDD Download page, but i checked , its not fetching the tags from the source. Could you please check it? Same info at you email.
Attachments:
You must be logged in to view attached files. -
September 23, 2019 at 5:38 am #492
Hello,
To add the tags, you need to use the ‘Post Custom Taxonomies’ settings field, from importing rule settings (because the product tags are custom post taxonomies, assigned to products, by EDD).
So, to add what you wish, you should add this to the ‘Post Custom Taxonomies’ settings field, in importing rule settings:
download_tag => %%item_tags%%
Extended help on this feature:
Set the custom taxonomies that will be set for generated posts. The syntax for this field is the following: custom_taxonomy_name1 => custom_taxonomy_value1A, custom_taxonomy_value1B; custom_taxonomy_name2 => custom_taxonomy_value2A, custom_taxonomy_value2B; … . In custom_taxonomy_valueX, you can use shortcodes. Example (without quotes): ‘cats_taxonomy_field => manualtax1, %%item_title%%; tags_taxonomy_field => manualtax2, %%item_title%%’. You can use the following shortcodes: %%random_sentence%%, %%random_sentence2%%, %%see_more_button%%, %%buy_now_button%%, %%video_preview%%, %%video_preview_button%%, %%item_screenshots_button%%, %%item_rotating_preview_button%%, %%live_preview_button%%, %%generate_item_intro%%, %%generate_item_thumbnail%%, %%item_preview%%, %%item_title%%, %%item_description%%, %%item_description_plain_text%%, %%item_id%%, %%item_media_url%%, %%item_img_url%%, %%item_video_url%%, %%item_thumb_url%%, %%item_url%%, %%item_user%%, %%item_cost%%, %%item_cat%%, %%item_tags%%, %%item_uploaded%%, %%item_last_update%%, %%item_sales%%, %%item_rating%%
Regards.
-
September 23, 2019 at 7:55 am #493
Now the things i already added , do i need to delete everything and add again? or anyway to update them?
Thank you so much,
-
September 23, 2019 at 7:59 am #494
Content that was already created can be edited only manually, or deleted and re-imported again.
Unfortunately, this is the only way to bulk edit imported posts with similar changes.
-
September 23, 2019 at 8:11 am #495
Sorry for many messages, but im trying to add the new tags code
download_tag => %%item_tags%%
Its not working with the old one, even with adding , or ;
Check screenshot attached please
Attachments:
You must be logged in to view attached files. -
September 23, 2019 at 8:31 am #497
i tested the code alone but seems not working:
download_tag => %%item_tags%%
-
September 23, 2019 at 9:43 am #498
Now its working fine on adding the Categories & Tags , But the problem is that its not separated the tags, Its collecting all of them as a ONE Tag. Can you help on this?
Regards..
Attachments:
You must be logged in to view attached files. -
September 23, 2019 at 11:09 am #500
Hello,
Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.
Regards,
Szabi – CodeRevolution. -
September 23, 2019 at 11:17 am #501
Done sir
-
September 23, 2019 at 12:03 pm #502
Hello,Updated the plugin on your site (it seems that there was an issue in it). Please check if it is working well now.Regards,Szabi – CodeRevolution. -
September 23, 2019 at 12:11 pm #503
This is really great, Thank you so much, Just had a new error that the page not going to the selected category:
I use now :
download_category => graphics ; download_tag => %%item_tags%%
-
September 23, 2019 at 3:22 pm #506
Hello,
I updated the plugin once again, it should work now.
Regards.
-
September 23, 2019 at 3:42 pm #507
Thank you so much sir.
-
September 23, 2019 at 3:42 pm #508
I am happy to help.
Regards.
-
-
AuthorPosts
The topic ‘How to integrate Easy Digital Download with the plugin ( Hand of Midas )’ is closed to new replies.