dados
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] carousel portfoliogreat.. thanks
Forum: Themes and Templates
In reply to: [Virtue] carousel portfolioand there is no Post SEO Options in free version?
Forum: Themes and Templates
In reply to: jquery load in wp head…hmm.. I open View page Source of site with my theme and there is no jquery, I need to call it from function.php to load it?
Forum: Themes and Templates
In reply to: jquery load in wp head…and do I need this script “jquery-migrate.min.js”
Okay.. Thanks
Forum: Themes and Templates
In reply to: Page with custom post and page template open by archiveOkay.. sorry I think I found the reason why is this happen.. for all other custom posts in theme function when I crate this custom posts I add this ‘has_archive’ => false .. but for encyclopedia I add ‘has_archive’ => true .. when I change this.. the page template work great ??
Forum: Hacks
In reply to: Custom meta in custom search form not work any moreAfter couple of hours I found what was the problem… I use plugin “Sticky Custom Post Types” .. to use sticky option for custom posts.. and unfortunately its stick posts also on the search page.. And I just add this query on search.php “‘ignore_sticky_posts’ => 1” and now everything work perfect.. Only I am not sure why this have problem only if I custom meta fields for search.. when I search custom terms there is no problem at all.. ??
Forum: Themes and Templates
In reply to: Compare meta queriesnumbers is from custom meta cena.. its mean price …
Forum: Plugins
In reply to: [Attachments] not want to show images in loopgreat. .thank you very much for support
Forum: Plugins
In reply to: [Attachments] not want to show images in loopokay.. yes I enjoy it.. thank you for this great plugin… only one idea.. what you think, to write in tutorial, that coder must change this part of code, to replace it with own name of function.. ??
and one more question .. can this slider be responsive? if yes.. than you have best slider plugin on planet ??
Forum: Plugins
In reply to: [Attachments] not want to show images in loopokay.. I found why is this happen.. can you please change your tutorial.. I think you have error there .. and maybe will good to change it because it can be a little confused ??
When you create “Create Custom Instances” you will write function
function my_attachments( $attachments )
and then in loop you will have this
<?php $attachments = new Attachments( 'attachments' ); /* pass the instance name */ ?>
but this is not good you need to change to this
<?php $attachments = new Attachments( 'my_attachments' ); /* pass the instance name */ ?>
Forum: Themes and Templates
In reply to: customize thumbnail size for certain pagegreat.. thank you very much
thanks
Forum: Plugins
In reply to: [Plugin: WP e-commerce] valid and error messages for Payment Gateway FormAny idea?
Forum: Fixing WordPress
In reply to: Vbulletin Login in Sidebar work but not show WelcomeI think the problem is cookie can somebody help me maybe?