How to integrate Easy Digital Download with the plugin ( Hand of Midas )

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Tagged: 

This topic has 19 replies, 2 voices, and was last updated 5 years, 2 months ago by Szabi – CodeRevolution.

Viewing 19 reply threads
  • Author
    Posts
    • #459


      Support – CodeRevolution
      Moderator
      Post count: 9

      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 )

       

    • #460


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      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.

    • #462


      Support – CodeRevolution
      Moderator
      Post count: 9

      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?

       

       

       

    • #463


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      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.

    • #464


      Support – CodeRevolution
      Moderator
      Post count: 9

      Hi Szabi, i sent to you the login info, take your time , Thank you ))

    • #468


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577
      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-themes
      You 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.
    • #490


      Support – CodeRevolution
      Moderator
      Post count: 9

      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.
    • #492


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      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.

    • #493


      Support – CodeRevolution
      Moderator
      Post count: 9

      Now the things i already added , do i need to delete everything and add again? or anyway to update them?

       

      Thank you so much,

    • #494


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      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.

    • #495


      Support – CodeRevolution
      Moderator
      Post count: 9

      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.
    • #497


      Support – CodeRevolution
      Moderator
      Post count: 9

      i tested the code alone but seems not working:

      download_tag => %%item_tags%%

    • #498


      Support – CodeRevolution
      Moderator
      Post count: 9

      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.
    • #500


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      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.

    • #501


      Support – CodeRevolution
      Moderator
      Post count: 9

      Done sir

    • #502


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577
      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.
    • #503


      Support – CodeRevolution
      Moderator
      Post count: 9

      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%%

    • #506


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      Hello,

      I updated the plugin once again, it should work now.

      Regards.

    • #507


      Support – CodeRevolution
      Moderator
      Post count: 9

      Thank you so much sir.

    • #508


      Szabi – CodeRevolution
      Keymaster
      Post count: 4577

      I am happy to help.

      Regards.

Viewing 19 reply threads

The topic ‘How to integrate Easy Digital Download with the plugin ( Hand of Midas )’ is closed to new replies.