Tagged: shortcode
-
AuthorPosts
-
April 7, 2020 at 3:57 pm #1201637
Hello, I have a couple of plugins which use shortcodes but they do not seem to work. I have searched on Google for the answer and, although I cannot find a solution, it does appear to be an issue with Enfold WordPress theme. Are you able to help, please?
- This topic was modified 4 years, 7 months ago by gfriend70.
April 8, 2020 at 11:43 am #1201874Hello, is there any update on this please?
April 8, 2020 at 2:47 pm #1201923where do you like to use the shortcodes.
On default the shortcode usage isn’t activated for all places.
you can activate f.e. shortcode use on content or on widgets via child-theme functions.php:add_filter('widget_text', 'do_shortcode'); add_filter('the_content', 'do_shortcode');
April 8, 2020 at 7:43 pm #1201993Hello, I need shortcodes to be used on page main content areas and sidebar widgets. Is there a way to do this without using a child-theme and it’s all set up and looking good?
I have Enfold installed on a different website and there’s no issue with shortcodes on that site.
ThanksApril 9, 2020 at 4:10 am #1202101I’m having a similar issue. I’ve installed the Subscribe & Download plugin and non of the shortcodes it generates display in either posts or pages. The default WP contact form short code apepars to work on a page and post, but not this one.
Link and credentials sent along.
April 9, 2020 at 9:43 am #1202176I also notice the shortcode for Fomidable Forms works. But no other shotcodes appear to display.
April 9, 2020 at 1:17 pm #1202271can you check if the code above works for you.
open the parent theme functions.php and insert that code just in that place where the comment is:/* * register custom functions that are not related to the framework but necessary for the theme to run */
nearby lines 772ff
just before:
require_once( 'functions-enfold.php');
A child theme is not so hard to install. There are good instructions for this in the Enfold online documentation.
April 9, 2020 at 2:10 pm #1202306Hi, I have added the code but it has made no difference. Any chance you could log in and take a look please?
April 9, 2020 at 6:18 pm #1202424Hi MacMyDays,
Please start a separate thread, describe your issue there and give us a link to your website.
Best regards,
VictoriaApril 9, 2020 at 6:25 pm #1202425Hi gfriend70,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
VictoriaApril 10, 2020 at 10:21 am #1202631Hello again, I have done that with every plugin and it makes no difference. Thanks.
April 11, 2020 at 11:25 am #1202865Hello again, I really could do with some help with fixing this issue. I have done all that you have suggested to no avail. Any help would be very much appreciated. Thank you.
April 11, 2020 at 4:53 pm #1202963Hi gfriend70,
Best regards,
VictoriaApril 13, 2020 at 5:57 pm #1203324Hello, thanks. That has fixed it. I still cannot get the Facebook widget to wok on the footer. But it’s easier just to not use it.
April 13, 2020 at 11:32 pm #1203381Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Shortcodes do not seem to work’ is closed to new replies.