-
AuthorPosts
-
March 9, 2019 at 12:48 am #1076508
I have a custom taxonomy.php file (taxonomy-market.php) for a taxonomy called market which is working great.
I am trying to drop in a masonry on the page using [av_masonry_entries]. I have WPDebug on and no errors show up but it’s just blank, nothing appears. Here is my code right now:
$shortcode = "[av_masonry_entries link='market' post_type='portfolio' items='3' columns='3' caption_elements='title excerpt'][/av_masonry_entries]"; echo do_shortcode($shortcode);
It might help to note I also have a shortcode in the footer (using a widget) that used to work and isn’t anymore.
- This topic was modified 5 years, 8 months ago by christiemade.
March 9, 2019 at 5:15 am #1076559Hey pippylu,
The dev team has found an error with shortcodes and has created a fix for this, If you include your admin login & ftp access I can upload it for you.Best regards,
MikeMarch 10, 2019 at 3:18 am #1076881Will it be available in the next Enfold update?
March 10, 2019 at 5:19 pm #1077039Hi,
Yes this is an advance of the next update. I was able to login to your ftp, but I don’t seem to have full access, I can only see some directories but no files. Nonetheless I tried to upload the new version but about halfway it froze saying I didn’t have permission.
If you want to try yourself, please follow these steps, assuming your parent theme is in the directory “enfold”:
First extract and upload the file in the Private Content area to create the directory “enfold-new”
Then rename your current theme directory to “enfold-old” via ftp, then change the directory “enfold-new” to “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason your site crashes or wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Or you can give me full access and I will do this for you.Best regards,
MikeMarch 11, 2019 at 1:33 am #1077170That did the trick! Thanks!
March 11, 2019 at 1:36 am #1077171 -
AuthorPosts
- The topic ‘Using Enfold shortcodes inside taxonomy.php’ is closed to new replies.