Edit Layout style

0
Edit Layout style 1
Jindřich
Jun 10, 2016 07:50 AM 1 Answers General
Member Since May 2016
Subscribed Subscribe Not subscribe
Flag(0)

Hi there,

I buy Your plugin, can You help me resolve this issues?:

  • how can I register new pec... function in Layout editor? I need support for booking button from plugin Pro events calendar - pec_event.
  • How can I translate load more button by ajax Load More navigation?
  • I have only sort part of Title. How can I add after Title "..."?
  • I have Flat grid Skin - how can I add in picture zoom css effect like in grid Skin SpinRightZoom?
0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Edit Layout style 2
PickPlugins
Jun 10, 2016
Flag(0)

Welcome to our forum,
 
#1. Sorry could not understand what you mean by "pec"
you can add any HTML/Short code via layout editor , if you events calendar provide any shortcode for Booking button just use on layout editor,
http://i.imgur.com/MBduDIE.png
Please read more here http://pickplugins.com/documentation/post-grid/#1465531868707
#2. Currently there is no support to change "Load More" text from settings , you need to edit file manually following file
post-grid/grid-items/nav-bottom.php line: 155
 
N.B. we are currently working for next version update, we added a filter hook so you can add your own text for "Load More" , please allow us one week to publish the plugin.
Read here: http://pickplugins.com/documentation/post-grid/#1465533267053
 
#3. Please use following code to filter title text on grid items

function post_grid_filter_grid_item_title($title){
    
    return $title.'...';
    
    }

add_filter('post_grid_filter_grid_item_title','post_grid_filter_grid_item_title');

 
#4. Do you have any problem to use "SpinRightZoom" skin ?
http://i.imgur.com/8VDI6mn.png
 
If you need more help please let me know.
 
Regards
 

Sign in to Reply
Replying as Submit