Support for Envato Buyers Forums DGWork Free downloads plugin changes product layout

Viewing 57 reply threads
  • Author
    Posts
    • #21118
      YBZLLC
      Participant

      The EDD free downloads plugin modify’s the alignment of the buy now button when enabled.(Align right)

    • #21162

      Hi

      Sorry for the delay! Can you post a link that I can check it?

      Thanks

    • #21201
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21210

      Hi, it looks no problem, it’s aligned to left. https://www.dropbox.com/s/xuonm9bl7du8j8u/WechatIMG520.png?dl=0

      Am I missing anything?

    • #21218
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21225

      Hi

      1. Please try to add the following custom css to the style.css of your child theme or appearance > customize > additional css

      @media(min-width:2000px){
        .custom-edd-product-template .dgwork-preview{
         max-width:30%;
         right:20%;
        }
      }
      @media(min-width:1600px){
        .custom-edd-product-template .dgwork-preview{
         max-width:40%;
         right:10%;
        }
      }

      I will also include this css in the new version.

      2. I’m not sure where you exactly want to change, so please check the account page screen https://www.dropbox.com/s/cyck3dmj77rbm85/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202018-08-15%2016.52.47.png?dl=0

      let me know which part you want to change. Also, the account page is not editable by the page builder, so you have to manually change the page template file, I will tell you how to change it.

      3. If you don’t want to show the latest updated information, just leave it empty as https://www.dropbox.com/s/ibkencsjtr6mudl/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202018-08-15%2016.56.47.png?dl=0

      For adding your custom information to item detail area, just edit the product, and find “Additional Details” field, add your custom information as https://www.dropbox.com/s/hz3wplwildl59lp/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202018-08-15%2016.58.53.png?dl=0

      Custom Info: xxxxxxxxx

      We use font awesome for the icons, so you should replace “fa-icon-name” to the actual icon name, for example, fa-facebook, fa-shopping-cart. Please refer to https://fontawesome.com

      Thanks

      • #21243
        YBZLLC
        Participant
        This reply has been marked as private.
    • #21249

      Unfortunately, the account page header can’t be edited unless you customize the related function.

      I think the best way is that we will improve and add a new field to the editing screen of account page that allows you to add your shortcode. Please wait, we will release the next version this week.

      • #21365
        YBZLLC
        Participant

        Hello?

    • #21299
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21345
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21385

      Sorry for the delay.

      We have tried to add the shortcode to the account page header, but the page layout is broken, that’s why we haven’t added this feature to the new version.

      May I ask you that what you actually want to do with inserting the shortcode? Just want to change the header picture? Or append the new content to this page header?

      For the download button placement issue, I see it this time. Please add the following new CSS to Appearance > Customize > Additional CSS

      .edd_free_downloads_form_class{
         display:flex;
         justify-content: center;
      }

      Thanks

    • #21413
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21460

      Hi

      Please give a test. Just copy your shortcode to “Page Tagline” field when editing the account page. This field supports the shortcode.

      If the shortcode doesn’t work, is it possible to paste your JS/CSS code here or tell me what plugin you use for changing the page header background?

      Thanks

    • #21477
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21495

      Hi

      First of all, please upgrade your theme to v1.3.4 via Appearance > Themes.

      In this version, you can add your revolution slider shortcode to “Page Header Slider” field. (It’s a new field), then, all the old header content will be instead of the page title, tagline, and picture.

      Also, I don’t understand this “it also looks like there may be a conflict with this theme and revolution slider as see here ( right under product info )”

      It looks like you insert a fullwidth slider into the page section, no problem. Am I missing anything?

      Thanks

    • #21580
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21582
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21597

      1. I got it, you want to keep the page title, but make the slider as the background, it needs a lot of custom work to do, we will keep try.

      2. I’m not sure my understanding is correct, if you select the standard product template, it will show as that.

      3. You can fix the download button position issue by the following CSS

      .edd_free_downloads_form_class{margin-top:10px;}

      3. Did you mean the style of breadcrumb is incorrect?

      Thanks

    • #21606
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21619

      Hi

      I improved this issue, please upgrade the theme to 1.3.7.

      Also, in the new version, you can set the slider as the account header background and keep display the page title.

      Thanks

    • #21667
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21692

      Hi

      Fixed by the following CSS

      .no-main-background .dgwork-breadcrumbs, 
      .no-main-background .dgwork-breadcrumbs i, 
      .no-main-background .dgwork-breadcrumbs a{
      	color: #000 !important;
      }
      .custom-edd-product-template .dgwork-breadcrumbs{
      	margin-top: 20px;
      }
    • #21706
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21726

      I found you haven’t upgraded the theme to the latest version.
      So I have done just now, and check the breadcrumbs navigation again, it looks fine.

    • #21871
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21906

      Fixed the issues which I found.

      Note, everytime after you upgrade the theme, please purge the site cache.

    • #21957
      YBZLLC
      Participant
      This reply has been marked as private.
    • #21974

      Hi

      That’s because the description text height is not enough. If I add more words there, you can see the overlap issue is fixed. https://www.dropbox.com/s/sljr06npdt0ht4g/WechatIMG612.jpeg?dl=0

      Anyway, I increased the height of the description area by the following CSS

      .custom-edd-product-template #dgwork-page-header .subtitle{
      	padding-bottom: 50px;
      }

      Thanks

    • #22200
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22202
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22207

      Hi

      I’m not sure which is member page you said? Is it the account page? If Particle Background WP plugin provides shortcode for the background, you can try to copy the shortcode, then edit the account page, paste the shortcode to “Page Header Slider” field. https://www.dropbox.com/s/teyflpvroas22sh/Screenshot%202018-11-09%2000.17.08.png?dl=0

      Not sure how your search template display now, please go to Appearance > Theme options > Shop, check what template you select for “Product Search Layout” option.

      The last issue, Could you tell me more details about “information updates without having to reload the pages”? Did you mean show the product information such as update date, version, etc without refreshing the page?

    • #22209
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22236

      Sorry for the delay.

      If you want to change the search layout, you have to customize the search.php. I’m sorry that the support doesn’t include customization service.

      Can you remind what’s the issue about the video player? Maybe I missed anything so that I haven’t found any strange issue.

    • #22256
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22272

      Hi

      Please try to add the following custom CSS to Appearance > Customize > Additional CSS

      .custom-edd-product-template #dgwork-page-header{
         overflow: initial;
      }

      I will also fix this issue in the next version.

      Do you want to change the header background or page background for the default template?

    • #22308
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22323

      When you edit the product page, you can change the product header picture from the sidebar option: https://www.dropbox.com/s/1xu63r67s3m9i23/Screenshot%202018-11-22%2004.15.12.png?dl=0

      It doesn’t support to update the tab content without refresh the page for the tab now, but we will try to do that in the later version.

    • #22337
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22359

      Edit Account page, change the header picture via Common Custom Page Settings section.

      https://www.dropbox.com/s/d2n2uop43lsszgq/Screenshot%202018-11-24%2017.22.21.png?dl=0

    • #22445
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22454

      If so, you don’t set the page header picture separately, just go to Appearance > Customizer > Header Image, set the header picture here for the global site.

    • #22669
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22694
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22696
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22698
      YBZLLC
      Participant
      This reply has been marked as private.
    • #22728

      After you install a new site, have you also copied all custom CSS to the new site > Appearance > Customize > Additional CSS?

    • #23012
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23039

      Hi

      1. You can create the custom license option in product editing page https://www.dropbox.com/s/9qhz0p0n0x7hen9/Screenshot%202019-01-29%2001.58.21.png?dl=0

      2. Did you mean embed your own player? If so, now you can only embed the audio player in the content area.

    • #23250
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23287

      I have sent the request to watch your video.

      I checked your website, you must custom the layout for the new button by adding new CSS.

      Actually, this is the custom issue, it doesn’t include in the support. You can customize it to what style or layout you want, here is my CSS suggestion, you can change it.

      .edd-aa-login-purchase-normal-plus-aa-mode{
          float: left;
          height: 60px;
          overflow: hidden;
          width: 220px;
          margin-top: 0;
      }
      

      Remove

      a.edd-add-to-cart.button.blue.edd-submit.edd-has-js{
          top: -50px; */
          position: absolute;
      }
      

      For the breadcrumb navigation display issue, please add the following css, also, in the next version, we will fix it.

      #dgw-topbar.fixed-nav-bg{z-index:4;}
      

      Thanks

    • #23298
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23302
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23306

      The button position in the sticky menu look normal on my browser https://www.dropbox.com/s/oqt6l1cp9l78t47/Screenshot%202019-02-22%2016.12.26.png?dl=0 What is your browser?

      For EDD point, is there any public documentation of this addon? I need to know which function or shortcode can be used for output the point.

    • #23311
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23328

      Sorry, I haven’t found the php function which can be used to output the product point in the documentation, please contact the plugin author to tell you.

      I have to say that our support doesn’t include the customization. Just let you know the method so that you can do it by yourself.

      1. Put the PHP function of output point under price:
      Check dgwork/inc/functions/template-tags.php file, you can find

      if ( ! function_exists( 'dgwork_page_header' ) ) :
      function dgwork_page_header(){
        .....
      }
      endif;

      Copy the whole function to the functions.php of your child theme.

      Then you can find this code

      if(get_post_meta($post->ID, "_dgwork_product_template", true)<>'' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'0' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'3' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'4'){
          echo dgwork_buy_button($show='price');
      }

      You can put anything under echo dgwork_buy_button($show=’price’);

      2. I don’t know where you want to put the badge.

    • #23554
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23556
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23569
      YBZLLC
      Participant
      This reply has been marked as private.
    • #23709

      Hi

      Sorry for the delay, because we have moved our database to another server, but some replies data was lost.

      1. We like Elementor, but if we change the page builder to Elementor, I’m afraid some customers have to rebuild their website, so we shelved this plan.

      2. We release a new version to fix the sticky menu issue.

      3. For v1.6.x break your site, have you created your own child theme? If yes, can I log in the backend and check the codes in the child theme?

Viewing 57 reply threads
  • You must be logged in to reply to this topic.