JetteMadd
Forum Replies Created
-
Forum: Plugins
In reply to: [Reusable Content Blocks] can’t edit componentHi, I have the same problem. Any help? Thanks!
Forum: Plugins
In reply to: [Reusable Content Blocks] WPBakery CSSAwesome! Thank you for the quick reply and update. Everything works great now! ??
Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404Thank you for your reply. I solved the problem with the search. it always redirected to the portfolio_details.php when i used the wordpress search. what i did is:
//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();
}
}Thank you, now everything is working ??
Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404Thank you Tushar for the answer. I didnt want to use it in a template. i am using it on a page in the backend. but the url just said not found but all the sudden it was working i dont know why. the base url is https://www.domain.com/portfolio/xxxx -> i changed the slug in the easy-portfolio.php to https://www.domain.com/ownslug/xxxx -> now it doesnt work again. do i have to change something somewhere else?
another problem is that since i am using that plugin and have portfolios, my search will mess up. it shows the portfolios found to the search term with the portfolio-navigation underneath instead of my search navigation and it will show other search results from pages with the whole content not only the excerpt.
Can you help me there?
Best regards, Jette
Forum: Plugins
In reply to: [Easy Portfolio] item page no found 404Hello,
I have the same problem. I am using the shortcode [easy_portfolio]. Do I have to put the theme somewhere?