Forum Replies Created
-
AuthorPosts
-
Thanks Basilis! okay good to know.
Hi Ismael,
Thanks for responding. Links are actually working when I edit this line of code from line 433 on av-helper-masonry.php:
$this->loop[$key][‘content’] = $entry->post_excerpt;
to
$this->loop[$key][‘content’] = do_shortcode($entry->post_excerpt);but it just messed up the layout. Checkout http://dev.skprevention.ca/p/ if it’s okay.
Thanks,
RyanI am also wondering why it’s not displaying alphabetically properly. I have set the order by ‘Title’ and ‘Ascending’.
Thanks in advance
RyanHi Basilis,
Thanks for the quick response! So here is an example page http://dev.skprevention.ca/p/ our website is still in dev mode so I will give you login credentials below. I have set up a page pulling content for ‘topic are’ category using masonry. I wanted to display a custom menu widget I created and put it inside the excerpt. i added a shortcode [av_sidebar widget_area='Alcohol Front Page Menu'] to pull the menu widget and pasted in excerpt but it’s not working. I tried to do the code posted here https://kriesi.at/support/topic/add-shortcode-to-masonry-excerpt/ and it worked but the whole excerpt now got link and it ruined the masonry layout.
FYI, I removed the code I copied from the link above. I wanted to show you first what I want to achieve.
Thanks,
RyanJune 17, 2016 at 5:12 pm in reply to: Custom Post Type created with Toolset Types to show "Read More" Tag? #649897Hey Ismael thanks for your help!
June 14, 2016 at 2:46 pm in reply to: Custom Post Type created with Toolset Types to show "Read More" Tag? #648025Hi!
Sorry for the super late response I still hope you could help me guys.
if you could look at dev.skprevention.ca/test you will find a masonry layout with custom post types I created. I am just playing around and really don’t know what direction I would go. But with this layout I would want to have an option to have a “read more” tag so people will know that they can click on that post.
Thanks,
RYanHi jwferne,
Did you use a plugin for the team’s page? Nice!
Hi Elliott,
I have WooCommerce installed and I am not looking at the sort feature but the grid/list toggle view. Anyway I found a way to make it look better using CSS. Here is a link https://www.dropbox.com/s/ctks3ahrtutad0z/Shop%20Page.png?dl=0
much appreciated,
Ryan -
AuthorPosts