• Hello!

    I use Optimizer theme.

    The problem is like in the title: when i try to use default WordPress shortcodes, nothing happens, they just displayed unchanged on a page.

    I can’t use theme shortcodes, because something wrong with their documentation. They say:

    How To Use:

    1. From Your Dashboard Go to Post Editor
    2. Click on Shortcodes -> Content Boxes -> Content
      Blocks

    But there’s no ‘shortcodes’ button at page/post editor!

    It would be great if you explain how can i use Optimizer shortcodes manually. But if you explain what can i do to make at least default wp shortcodes work, that would be good too.

    Thanks in advance!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    @lucifer63 This portion of documentation is only applicable for PRO users. The shortcodes are only available in PRO version.

    Thanks

    Thread Starter lucifer63

    (@lucifer63)

    lol, thanks)

    But what about default WordPress shortcodes? They do not work too

    Theme Author OptimizerWP

    (@layerthemes)

    @lucifer63 Ca you please let us know Which ones? Are these shortcodes not working?

    [audio]
    [caption]
    [embed]
    [gallery]
    [playlist]
    [video]

    Thread Starter lucifer63

    (@lucifer63)

    [gallery] doesn’t work as it described at gallery support page, it doesn’t change if i change columns or type.

    Also [contact-form] doesnt work at all. I use the code from contact form support page :

    [contact-form]
    [contact-field label="Name" type="name" required="true" /]
    [contact-field label="Email" type="email" required="true" /]
    [contact-field label="Website" type="url" /]
    [contact-field label="Comment" type="textarea" required="true" /]
    [/contact-form]
    Theme Author OptimizerWP

    (@layerthemes)

    @lucifer63 Are you trying to insert the shortcodes inside widgets? or posts?

    Thread Starter lucifer63

    (@lucifer63)

    Inside posts

    Theme Author OptimizerWP

    (@layerthemes)

    That shouldn’t happen. What happens when you use the gallery shortcode? Can you post a page link where you added the gallery and its not working. also a page where you added the contact form shortcode.

    Thanks

    Thread Starter lucifer63

    (@lucifer63)

    Also i don’t have those button which are described in wordpress manuals – ‘Add contact form’ and some other, i have only ‘Add media’.

    Here is the page – https://4isto4isto.ru/test/ , there are some gallery examples and one contact form example.

    Theme Author OptimizerWP

    (@layerthemes)

    @lucifer63 I just checked that page. I am getting 404 Not found error.

    Thread Starter lucifer63

    (@lucifer63)

    Sry) Forgot to make it public, check it again, https://4isto4isto.ru/test/

    Theme Author OptimizerWP

    (@layerthemes)

    The shortcodes are working fine,
    but the way you added them are wrong:

    a. [gallery type=”rectangular” ids=”134,133,131,130,117,116,109”] in this code, the double quotation mark should be " not . They may look same but they are different. And the default gallery shortcode doesn’t have a “type” parameter.

    b. Your Contact form shortcode structure is also wrong. your parameter values should be inside double quotation mark and I think every contact form shortcode should have an id parameter filled in.

    Thanks

    Thread Starter lucifer63

    (@lucifer63)

    Awesome, i like when people say something kinda “i think its wrong” or “man, may you first read a manual?”, especially when the discussion is about the code that i got from wordpress support pages.

    Lol, but anyway i finally got that crazy thing wordpress did about those .com and .org differences((

    Its not a default option, ok, ill use some plugins, thanks!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Theme: Optimizer] Neither default wp nor optimizer shortcodes not working’ is closed to new replies.