Forum Replies Created
-
AuthorPosts
-
i used below code and then i get my post category within masonry function.
but i want category link too.
how to get the category link?
add_filter( ‘avf_masonry_loop_prepare’, ‘post_category’);
function post_category( $key, $entries )
{
$categories = get_the_category($key[‘ID’]);
$separator = ‘ ‘;
$output = ‘<div class=”custom-masonry-cat”>’;
if ( ! empty( $categories ) ) {
foreach( $categories as $category ) {
$output .= esc_html( $category->name);
}
}
$output .= ‘</div>’;$key[‘text_before’] .= trim( $output, $separator );
return $key;
}- This reply was modified 7 years, 5 months ago by celebcomms.
November 9, 2015 at 11:06 am in reply to: When i resizing my web browser, Masonry gallery function is broken. #532464Sorry Ismael !
I solve the problem by myself.
Just, my css coding is wrong. :(.avia_sortable_active .isotope > div{padding: 20px;}
This coding is causing broken my masonry page.
Appreciate your help.
November 9, 2015 at 8:11 am in reply to: When i resizing my web browser, Masonry gallery function is broken. #532399Hi Ismael.
Unfortunately, this error is occured before intalled other plugins.
And then
Although liquid slider plugin deactiving, this error is not solving.Maybe.. Modifying Source file Masonry function it is JS or PHP…
please help me.Thanks Ismael!
please…
re check my info
Sorry Maybe Chile theme function.php file is broken.
Please re-check my admin info.
i do check my web server.
but it is Okay.Please re-check my FTP.
HOST: kimbongjour.com
ID: kimbongjour
PW: rlaqhdwns12Why don’t you say anything?
I suffer from headache..
Please Help me. :(please check my website.
- This reply was modified 9 years, 1 month ago by celebcomms.
October 11, 2015 at 4:24 pm in reply to: how to adding the php code after av_section or before after_section? #516986I try to your solution, but i still go through difficulty..
Like This..
Could you help me at my website backend?
I surely solving this problem…
Please Help me.P.s plug-in information
http://codecanyon.net/item/xbreadcrumbs-expandable-navigation-for-wordpress/7230130Plugin install and activating description:
Important: Please note that xBreadcrumbs will not appear automatically on the front-end of your website. You should edit your theme file(s), usually it’s header.php file of your WordPress theme and add the following snippet code: <?php if(function_exists(“xBreadcrumbs”)){ xBreadcrumbs(); } ?>
October 11, 2015 at 3:27 pm in reply to: how to adding the php code after av_section or before after_section? #516965Yes Of Course!
It’s Exactly!I use the one time color section each page.
It doesn’t matter to me.Please Help me.
:)hi Ismael
I am very very sad…..
I tried the 3.0.7 update it as you were , but not all objects are still clickingplease help me..
-
AuthorPosts