8 comments found.
Is it possible to have the categories of the posts displayed above the grid ?
Hi,
without change php code is not possible.
So you need to customize the php files for make it.
If you need support for make it open ticket https://adtheme.ticksy.com/
Kind Regards
is it possible to get excerpt from custom fields ?
Hi,
unfortunately no is not possible.
Kind Regards
when i press next button can i see posts just from same author? it is important for me thanks
i just want to navigate in same authors posts
Hi recknet,
unfortunately is not possible see post from same author.
Kind Regards
Looks good! Does this plugin support RTL themes / posts ?
Regards,
Hi TheAliZee,
currently we havve not tested this plugin with RTL theme.
Best Regards
Hi Can you advise if it will show in masonry style for posts that have a feature image as well as posts that are text only?
Hi cazza,
when the features image is not setting, the plugin get automatically an image demo (No Img),
look this http://demo.ad-theme.com/plugin/postnavigation/?page_id=76
Best Regards
That looks weird. Is it possible to just have the text show?
Currently no,
but is possible with a little modify code.
If you want open ticket here http://adtheme.ticksy.com/ and we will help you to change this code.
Best Regards
Are you able to provide the code?
yes after purchased open ticket and we will provide you to code or we will send you a new file functions.php with this modify.
Best Regards
Is it possible to make blog posts show up via a button rather than already seeing a list of articles? Could you send me an example?
Hi phillipfx,
no is not possible with this plugin.
Best Regards
hi ad-theme,
nice work, is it possible if i can see its admin ? please send me an email at softcircles@outlook.com.
regards, Kax
Hi
softcircles,
currently is not possible. But you can to see the video for to see as plugin work.
Best Regards
hello mate is possible in post popup window to view full post and scroll down to read it??
Hi kamilkus83,
thanks for purchased plugin.
With an simple change it’s possibile.
open functions.php
line 353 replace this code
.substr(get_the_excerpt(), 0, 500).
with
.the_content().
and open style.css
and replace this:
.adpostsnp .slideshow figure { width: 100%; height: 100%; background: #fff; border: 50px solid #fff; overflow: hidden; }
with
.adpostsnp .slideshow figure { width: 100%; height: 100%; background: #fff; border: 50px solid #fff; overflow: scroll; }
Best Regards
thanks a lot i changed a bit different way like for example in CSS: .adpostsnp .slideshow figure { .adpostsnp .slideshow ul { overflow:scroll; } in functions.php i just replaced 500 for 6000.
height:auto !important;
position:relative;
}
NOW SOMETHING DIFFERENT how to change in popup that text would be after img??
replied via email
Best Regards
