Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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 3 years, 11 months ago by gfriend70.
    #1201874

    Hello, is there any update on this please?

    #1201923

    where 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');
    #1201993

    Hello, 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.
    Thanks

    #1202101

    I’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.

    #1202176

    I also notice the shortcode for Fomidable Forms works. But no other shotcodes appear to display.

    #1202271

    can 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.

    #1202306

    Hi, I have added the code but it has made no difference. Any chance you could log in and take a look please?

    #1202424

    Hi MacMyDays,

    Please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

    #1202425

    Hi 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,
    Victoria

    #1202631

    Hello again, I have done that with every plugin and it makes no difference. Thanks.

    #1202865

    Hello 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.

    #1202963

    Hi gfriend70,

    Best regards,
    Victoria

    #1203324

    Hello, 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.

    #1203381

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Shortcodes do not seem to work’ is closed to new replies.