This topic has 11 replies, 5 voices, and was last updated 10 years, 11 months ago by Fem.
Viewing 12 posts - 1 through 12 (of 12 total)
Hi ,
I really like your theme , So I bought it ..
I have a plugin which change post’s background , I made it to convert div ( .pagemid )
but I have a small problem with ajaxify , it never change when I change the page to another , So
Can you tell me how to reload this div ( .pagemid ) after ajax success .
than you ..
Hi ,
this problem happened when I’m working on ajaxified mode , this div didn’t change when I move from page to another , can you tell me how can I fix that , or how can I reload this div or any javascript file after ajax done .
I have another question :
one important things in music site is ” Music Widgets ”
Is there any widget for ( most played songs or albums ? ) or ( best artist ) or ( most favorite album or artist chosen by like button ) ??
thank you ..
The new updates are on the way by this week and sorry we don’t have any widget right now but we are adding this widget soon in the future release.
Regards,
Mawk
Hi,
Fixed!
The new updates are going to come tomorrow! Kindly please update the theme.
Hi,
I have applied Background Image for Albums and Artists. It is working fine now. Once check it let me know!
I’m sorry. I got your point. Actually content background option is not available currently. We’ll consider adding this feature in the coming updates soon.
If you are using this https://wordpress.org/plugins/all-in-one-custom-backgrounds-lite/ plugin, you have to call the callback function. Because all the plugins will not support the ajaxify functionality.
thank you so much ,
I will contact them , I preferred to ask you before them .
I have temporary solution for this ( to me ) ,
can you make me these codes to be open in target ( _blank ) tab , working when ajax enable .
<div class="arts_name">
<?php echo $audio_artist_name; ?>
</div>
<div class="custompost_entry">
<?php if( has_post_thumbnail()){ ?>
<div class="custompost_thumb port_img">
<?php
if ( get_option('atp_hovericon') ) {
echo '<figure><a href="' .get_permalink(). '" title="' . get_the_title() . '" >';
echo atp_resize( $post->ID, '', $width, $height, '', $img_alt_title );
echo '</a></figure>';
}else{
echo '<figure>'. atp_resize( $post->ID, '', $width, $height, '', $img_alt_title ) .'</figure>';
echo '<div class="hover_type">';
echo '<a class="hoverartist" href="' .get_permalink(). '" title="' . get_the_title() . '"></a>';
echo '</div>';
echo '<span class="imgoverlay"></span>';
}
?>
</div>
<?php } ?>
<div class="artist-desc">
<h2 class="entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf( __( "Permanent Link to %s", 'musicplay' ), esc_attr( get_the_title() ) ); ?>"><?php the_title(); ?></a></h2>
<?php if ( $artist_genres !='' ) { echo '<span>'. $artist_genres.'</span>'; } ?>
</div>
</div><!-- .custompost_entry -->
only that I want ,
thank you so much for your great support ..
Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.