Tushar Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Portfolio] How to assign a pagination on a particular pageHi,
Sorry for late replay.
currently i have not developed pagination functionality.more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Change Page Locationhi,
you cant update plugin location because its core flow of wordpress but you can change plugin name before installation.
more help contact me on [email protected].
Thanks and regards,
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Limit items in one category with navigationHi,
currently i have not developed pagination functionality.
more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Thumbnail box sizehi Vanessa,
Which short-code you have use it?
Forum: Plugins
In reply to: [Easy Portfolio] Change Url when clicking in thumbnailHi @j.Parra,@eduardoteixeira
Sorry for late replay.
thanks for your information,
more help contact me on [email protected].
Thanks.Forum: Plugins
In reply to: [Easy Portfolio] Display bugHi,
thanks for using my plugins.
send me your ftp detail in my email address.
[email protected]?I will resolve it surely.Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404ok now i got what your problem was.
Thanks for sharing your idea with me.
I will update this in my next update.
Please give review to my plugin if it is helpful to you.
ThanksForum: Plugins
In reply to: [Easy Portfolio] item page no found 404you can edit easy-portfolio.php file below highlight slug also you have change.
function ep_portfolio_get_item_slug($post_id = null) { if ($post_id === null) return; $_terms = wp_get_post_terms($post_id, '<strong>portfolio_category</strong>'); foreach ($_terms as $_term) { echo $_term->slug.' '; } }
Still you need more help send me your detail in my email address.
[email protected] I will resolve it surely.Thanks
Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404@jettemadd
to use shortcode in page,page template or theme you have to use below code.
echo do_shortcode("[easy_portfolio]")
Forum: Plugins
In reply to: [Easy Portfolio] Thumbnails don't fit frame?hi,
which short have you used?
i have already tested on my website.
here is the screenshot.https://awesomescreenshot.com/09d32fzpe6
.send your credential to my email address
[email protected] if you don’t mind. I will resolve it surely.Thanks
Forum: Plugins
In reply to: [Easy Portfolio] Want to display sort tag ([easy_portfolio]) in text widgetHi monasnehalshah,
thanks for your information,Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404Hi delanor,
Sorry for late replay.
which sortcode you have used on this page?
If you want to use shortcode inside page then you have to use
[easy_portfolio]
.
If you required more help then please send me your site detail to my email address : [email protected].Forum: Plugins
In reply to: [Easy Portfolio] Thumbnail box sizehi escudero95,
this code are use for display Thumbnail box.
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>
you can apply Thumbnail box size use below code.
e.g “array(100,100)”.
<?php echo get_the_post_thumbnail($post->ID, array(100,100)); ?>
require more help contact me on [email protected].
Forum: Plugins
In reply to: [Easy Portfolio] Want to display sort tag ([easy_portfolio]) in text widgetShortcode are not working in widget area.
i will include this functionality in update my version.more help contact me on [email protected].
Forum: Plugins
In reply to: [Easy Portfolio] Change Default page templateopen file following path easy-portfolio/themes/portfolio_details.php
added below code in portfolio_details.php .<style> .site-content { width: 100%; } </style>
remove below style code.
.ep_entry-content{ width: 65.104166667%; }
now it working pls check this link. https://awesomescreenshot.com/0642zqgh90
more help contact me on [email protected].