Archived
This topic is now archived and is closed to further replies.

What happened to shortcodes library and hooker?
By
art23130+, in Platform 5
Recommended Posts
-
Similar Content
-
By greatthingsllc+
Recently I noticed that the Social Share count were reset to zero across several sites I manage. Some had very high numbers that some clients liked to see. Can this be refreshed to get the old counts back?
-
By jeomiland+
Howdi
Am following a couple of tutorials about making custom shortcodes and making them available in your site. They recommend to make a "my_custom_shortcode.php" file in wp-content folder so it survives Core wordpress and Theme updates. However, they then say to place a couple lines of code in the theme functions.php file. The one in pl-framework theme folder does not look like the best place to put that code and I can't see a shortcodes.php file in the theme.
So where is the best place and way to add custom shortcodes to a Pl5 project?
Thanks
john erik
-
By petere21+
After changing protocol http to https I have lost all count information next to the icon in the Sharebar extension. All counts is set to zero. Is there any chance to give number of sharing take back?
thanks
-
By Jason+
Any chance you can add anchors to the tabs shortcode (similar to ultimate shortcode plugin)?
Just annoying having to use that plugin rather than pagelines one
<h2>Tabs anchors</h2> [su_tabs] [su_tab title="Tab 1" anchor="First"] Tab 1 content [/su_tab] [su_tab title="Tab 2" anchor="Second"] Tab 2 content [/su_tab] [su_tab title="Tab 3" anchor="Third"] Tab 3 content [/su_tab] [/su_tabs] Use next links to switch this tabs <a href="#First">Open tab 1</a> | <a href="#Second">Open tab 2</a> | <a href="#Third">Open tab 3</a>
-
By Jason+
Any solution to map section not rendering inside tab shortcode.
(Map sits inside 3rd tab so map not visible on page load)
Also this just seems to effect the map section. Map shortcode renders fine.
I want to use the map section for finer control over markers and locations
Renders fine if in first page.
Thanks
-