Forum Replies Created

Viewing 10 posts - 761 through 770 (of 6,341 total)
  • Author
    Posts
  • in reply to: Modifying css or php doesn't change anything #21297

    Hi

    These codes are only for the product category page. If you want to change the label of the products grid on the homepage, you should use the following CSS selector:

    .tmvs-grid .post .freeLabel{
        width: 50px;
        height: 50px;
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 10;
        text-align: center;
        line-height: 50px;
        background: #3ebab2;
        color: #fff;
        border-radius: 200px;
    } 

    By the way, I suggest you customize the theme based on the child theme. Do not modify the parent theme files.

    For changing the text, I recommend you use Loco translation plugin.

    Thanks

    in reply to: Download Category Column Increase #21260

    Hi

    1. Unfortunately, the download category page doesn’t support 5 or 6 columns. Currently, it only supports 2 and 3 columns. If set it to 5 or 6 columns, you can add the following custom CSS to Appearance > Customize > Additional CSS, but the buttons will be hidden, because space is not enough to display. See this screenshot https://www.dropbox.com/s/xniupxb4sh0brdf/Screenshot%202018-08-19%2001.59.30.png?dl=0, you will know what I say.

    .tmvs-grid .post{width:17%;}
    .tmvs-grid .post .tmvs-grid-title{font-size:14px;}
    .tmvs-grid-item{min-height:110px;}
    .text-desc .details, .text-desc .button{display:none;}
    

    2. Yes, it’s cool, thanks for this suggestion, we will try and add this feature to the new version soon.

    3. Yes, you can, but EDD Product Grid doesn’t infinite scrolling now, you can only enable pagination.

    Actually, recently we think to use Elementor page builder to instead of WP Bakery page builder, because we have already developed many more powerful widgets for this page builder such as this feature you request: infinite scrolling, but we haven’t added this feature to WP Bakery page builder yet. We want to know whether Elementor page builder is most wanted or not for DGWork, and the old DGWork users have to rebuild the pages if they want to change the page builder, it’s a question. Happy to hear your opinion.

    Thanks!

    in reply to: Free downloads plugin changes product layout #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.

    in reply to: Edit #colophon.site-footer. #21247

    Hi

    You can edit the footer text via Appearance > Theme Options > General, find “Copyright Text” field in this page.

    Thanks

    in reply to: Free downloads plugin changes product layout #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

    in reply to: Free downloads plugin changes product layout #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?

    in reply to: Issue of website on mobile landscape view #21188
    You must have valid license to access this content.
    in reply to: Logo in mobile and tablet #21170

    After you adjust those values, have you cleared the browser cache when refreshing the page?

    Please copy single.php to your child theme, find the following codes

     
    '.__('« Previous Post','Samsara').' %link'); ?> '.__('Next Post »','Samsara').'%link'); ?>

    Change to

    %link'); ?> %link'); ?>
    in reply to: Author Bio missing HTML capabilities #21166
    You must have valid license to access this content.
    in reply to: Free downloads plugin changes product layout #21162

    Hi

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

    Thanks

Viewing 10 posts - 761 through 770 (of 6,341 total)