Give Away
Forum Replies Created
-
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Post Formats MovedHi,
With our plugin, you can choose post format as: https://prntscr.com/f1c54o
You can choose the post format and enter the required data.
If you don’t want to, please do as follows:
– Install and active “wp editor” plugin
– Do it: https://prntscr.com/f1c74y
Please try and let me know.
Thanks!Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] image grid doest work like example…Hi,
To use our plugin with multi style (Metro, Justified), multi features, please consider and purchase our paid version here: https://codecanyon.net/item/grid-plus-unlimited-grid-layout/19444153?s_rank=1
Thanks!Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] JS or JQuery Conflict?Yes,
I understand what you say.
I will be more careful in posting personal information as well as asking others about this issue.
Thanks for all.Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Grid shows empty / shows an errorPlease contact us with this infor:https://prntscr.com/f0goat
I can’t submit anything here. I’ll wait to solve your problem.
ThanksForum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] JS or JQuery Conflict?Hi @bdbrown, please update your website. Why can not users submit files here?
Agreed that some information may not be public, but information like skype, why not?
I’m really not happy about this.
@dtconner, please contact us with this info: https://prntscr.com/f0gkki
ThanksForum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Posts not displayingHi,
I have checked your site. There are quite a few javascript errors. Here: https://prntscr.com/f0ghy5
Do you use Skype? If yes, please add my skype: [removed]
We can talk more and i’ll fix your problem.
Thanks- This reply was modified 7 years, 11 months ago by bdbrown.
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Only want the enlarge icon and titleYes,
We will wait for you to do that. We would be happy to work with you.
Thank you very much!Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Grid shows empty / shows an errorAs you know: 8 items per page, 3 columns => but 3×3 = 9. So last item will be empty. It’s true.
This shortcode show 5 pages, can you review the posts number and orther param in this grid shortcode. I can’t access to your site so i can’t check it for you.
All other issue, please add my skype: [redacted]
And we’ll talk more details for your issue. I can check and fix for you faster.
Thanks.- This reply was modified 7 years, 11 months ago by bdbrown.
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Grid shows empty / shows an errorFor first problem: Your site does not display images because the posts you selected has not been set thumbnail images. Please review your posts. Empty frame is show, can be one of two reasons:
– Your posts is not enough to show 3 columns
– The number of posts you have selected in the grid is not sufficient to display in the column_num x row_num style. Example: the number of columns is 3, the number of lines you want to display is 3 => the number of posts you choose must be 9. Please reselect the number of posts as follow: https://prntscr.com/f01w29For second problem: Please open this grid and re-save it. Then go to edit your page, delete old shortcode and reselect new, as: https://prntscr.com/f01wyo
Please try it and let me know result.
ThanksForum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Grid shows empty / shows an errorHi,
Thank you for using our plugin.
For your problem, please give some screenshort or website url so i can check and fix it for you.
ThanksForum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Only want the enlarge icon and titleMy email address: [email removed]
I’ll help your first request, but not all.
If you want to custom more with our support, please consider and buy the paid version, here:
https://codecanyon.net/item/grid-plus-unlimited-grid-layout/19444153?s_rank=1
Thanks- This reply was modified 7 years, 11 months ago by bdbrown.
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Category Filter + signPlease use this version temporarily and do not update it. I will provide more options to fit your case in the next release.
Thank you.Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Post without images and read more buttonHi,
Thanks for used our plugin!
For your request, first you need to install and Activate “Wp Editor” plugin.
Then, do it: https://prntscr.com/ezd8fwMy code for replace:
<?php /** * Created by PhpStorm. * User: phuongth * Date: 12/17/2016 * Time: 3:03 PM * @var $thumbnail * @var $post_link * @var $title * @var $img_origin * @var $ico_gallery * @var $disable_link */ ?> <article class=”post-item thumbnail-title” data-post-info-class=”post-info”> <?php if(!empty($thumbnail)): ?> <div class=”thumbnail-image” data-img=”<?php echo esc_url($thumbnail); ?>”> ” alt=”<?php echo esc_html($title); ?>” > <div class=”hover-outer transition-30″> <?php if($disable_link != ‘true’): ?> ” title=”<?php echo esc_html($title); ?>”> <?php endif; ?> <div class=”hover-inner transition-50″> <div class=”icon-groups”> <?php if($disable_link != ‘true’): ?> ” class=”view-detail” ><i class=”fa fa-link”></i> <?php endif; ?> ” class=”view-gallery” data-post-id=”<?php echo get_the_ID(); ?>” data-ajax-url=”<?php echo esc_url(admin_url(‘admin-ajax.php’)) ?>”><i class=”<?php echo esc_attr($ico_gallery); ?>”></i> </div> </div> </div> </div> <?php endif; ?> <div class=”post-info”> <?php if(!empty($title)): ?> <div class=”title”> <?php if($disable_link != ‘true’): ?> ” title=”<?php echo esc_html($title); ?>”><?php echo esc_html($title); ?> <?php else: ?> <?php echo esc_html($title); ?> <?php endif; ?> </div> <?php endif; ?> <?php if(!empty($excerpt)): ?> <div class=”excerpt”><?php echo esc_html($excerpt); ?></div> <?php endif; ?> ” title=”<?php echo esc_html($title); ?>” class=”grid-read-more”><?php esc_html_e(‘Read More’, ‘grid-plus’); ?> </div> </article>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Please try and let me know result.
Thanks- This reply was modified 7 years, 11 months ago by bdbrown.
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] JS or JQuery Conflict?I have checked this problem in my localhost.
My localhost is use VC (Visual Composer) too and i have tried to add the code to js file in my theme. Now, it works well.
If you don’t know more about js, you can do as follows:
1, Install and Activate “WP Editor” plugin;
2, https://prntscr.com/ez6w5r
Code to replace here:[Large code/text excerpt removed by moderator per forum rules. Please use Pastebin or a Gist for all large code/text excerpts.]
Code block here:
https://pastebin.com/FwK3F7CEPlease try it and let me know result.
Thanks!- This reply was modified 7 years, 11 months ago by bdbrown.
Forum: Plugins
In reply to: [Grid Plus - Unlimited grid layout] Category Filter + signHi,
I’m really sorry for the omission.
After doing the above steps, you need to do one more step:https://prntscr.com/ez6kk5
Please try it and let me know result.
Thanks!