Tushar Patel
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Portfolio] v1.2 breaks alignment of post/page images with linksHi j3rky,
Thanks for your information,
i will include css stylesheet in update my version.more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] How to add more custom fieldsHi Kavik,
Thanks for using my plugin.
how many custom field required, please give me field name.
to required customize current plugin.Still you need more help send me your detail in my email address.
[email protected] I will resolve it surely.
Thanks
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Tutorial how to use this plugin?Hi Graphoimet,
thanks for using my plugin.
help video are not available.you can use below Shortcode.
Show All Portfolio
[easy_portfolio]
Show Latest Portfolio
[ep_latest_portfolio limit = 2 order="DESC"] //Category filter are not available.
Show Latest Portfolio in List Order
[ep_latest_portfolio_list limit = 3 order="DESC"] //Category filter are not available.
category Wise Portfolio
[ep_portfolio_category slug="joomla,web-design" order="DESC"]
Still you need more help send me your detail in my email address.
[email protected] I will resolve it surely.Thanks
TusharForum: Plugins
In reply to: [Easy Portfolio] Broken search results – only in some casesHi TUBii,
Thanks for using my plugins.
it always redirected to the portfolio_details.php
open “easy-portfolio.php” in plugin root directory.
Line number 175
And replace below function//Portfolio Details Page function ep_template_post_detailspage(){ global $post, $posts; if('portfolio'== get_post_type()) { add_action('wp_head', 'ep_add_meta_tags'); require (PORTFOLIO_THEMES_DIR . "/portfolio_details.php"); exit(); } }
with
//Portfolio Details Page function ep_template_post_detailspage(){ global $post, $posts; if('portfolio'== get_post_type() && ! is_search()) { add_action('wp_head', 'ep_add_meta_tags'); require (PORTFOLIO_THEMES_DIR . "/portfolio_details.php"); exit(); } }
more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Content Slider] how to add php code in my custom theme?Hi wdraghwendra,
to use shortcode in page or page template you have to use below code.
<?php echo do_shortcode("[easy_slider category_id=2 limit=3]"); ?>
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Thumbnails sizesHi 14music,
you can apply Thumbnail box size use below any code.
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); // Thumbnail ?> <?php echo get_the_post_thumbnail($post->ID, 'medium'); // Medium resolution?> <?php echo get_the_post_thumbnail($post->ID, 'large'); // Large resolution?> <?php echo get_the_post_thumbnail($post->ID, 'full'); // Full resolution ?> <?php echo get_the_post_thumbnail($post->ID, array(100,100)); // custom resolution means 100X100 ?>
more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] 404 and Other ErrorsHi sarahmariealice,
currently i have not developed categories/Menu functionality.
more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] How to sort the portfolio category order issueHi LoreGI13,
Sorry for late replay.Portfolio category only display ASC and DESC order.
still require more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Category Wise Portfolio OptionsHi LoreGI13,
Sorry for late replay.currently i have not developed without showing the ALL button on the page functionality.
still require more help contact me on [email protected].
Thanks and regards
Tushar PatelForum: Plugins
In reply to: [Easy Portfolio] Any documentationHi dondemaio,
Sorry for late replay.uses below shotcode for show your Portfolio.
Show All Portfolio
[easy_portfolio]
Show Latest Portfolio
[ep_latest_portfolio limit = 2 order=”DESC”]
//Category filter are not available.
Show Latest Portfolio in List Order
[ep_latest_portfolio_list limit = 3 order=”DESC”]
//Category filter are not available.
Category Wise Portfolio
[ep_portfolio_category slug=”joomla,web-design” order=”DESC”]still require more help contact me on [email protected].
Thanks and regards
Tushar PatelHi nickwebdesign,
you can use below shot-code.
Show Latest Portfolio in List Order
[ep_latest_portfolio_list limit = 3 order=”DESC”]
//Category filter are not available.thanks
Forum: Plugins
In reply to: [Easy Portfolio] Change picture size/sourceHi eduardoteixeira,
open file following path easy-portfolio/themes/category_template.php
and Line Number 32.
below code are use for thumbnail images.
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); ?>
you can apply Thumbnail box size use below any code.
<?php echo get_the_post_thumbnail($post->ID, 'thumbnail'); // Thumbnail ?> <?php echo get_the_post_thumbnail($post->ID, 'medium'); // Medium resolution?> <?php echo get_the_post_thumbnail($post->ID, 'large'); // Large resolution?> <?php echo get_the_post_thumbnail($post->ID, 'full'); // Full resolution ?> <?php echo get_the_post_thumbnail($post->ID, array(100,100)); // custom resolution means 100X100 ?>
Forum: Plugins
In reply to: [Easy Portfolio] Change picture size/sourcehi eduardoteixeira,
Thanks for using my plugins.no i have not resizes the images.
which shortcode have you used?require more help contact me on [email protected].
ThanksForum: Plugins
In reply to: [Easy Portfolio] Version 1.2 contains errorForum: Plugins
In reply to: [Easy Portfolio] How to sort the portfolio category order issueHi,
Sorry for late replay.
currently i have not developed category order functionality.more help contact me on [email protected].
Thanks and regards
Tushar Patel