f1logic
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert Html Snippet] Cannot add new html snippetsNothing happens ? Does it mean the add button is not working? Or is it showing some page with error? Try updating to latest version and see if it persists.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Cross Snippet FunctionsI guess you will have to write those functions in a separate php file, place it in some folder and use the include_once keyword to include that file in your snippets.
Forum: Plugins
In reply to: [Insert PHP Code Snippet] site is experiencing technical difficultiesHi
This means the error is from the php code used by you.
See “app/php/bootstrap.php” is not locatable and hence the require function failed.Forum: Plugins
In reply to: [Insert PHP Code Snippet] site is experiencing technical difficultiesPlease see if you have received any email with more details of the error
Or please try to see if any errors are loggedForum: Plugins
In reply to: [Insert PHP Code Snippet] SHOWING ERROR MESSAGEthis is addressed in latest update
Forum: Plugins
In reply to: [Insert Html Snippet] error in shortcode-handler.phpplease post the shortcode used by you
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Site became unusablehi
It sounds like some conflict with some other plugin
Could you please submit wp admin access at https://xyzscripts.com/support/ if you need us to debug thisForum: Plugins
In reply to: [Insert Html Snippet] Difficulty using in a link/href for a URLi guess you should be enclosing the href attribute in single quotes instead of double quotes and shortcode attributes in double quotes itself
or the vice-versa
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Issue after last updatehi
please provide wp version used you
also i assume that u are using the normal wordpress content editor.Forum: Plugins
In reply to: [Insert PHP Code Snippet] HTTP error 500hello there i beilve “insert-php” is a totally different plugin and you are posting in the wrong place
Forum: Plugins
In reply to: [Insert PHP Code Snippet] Need Global Scope of PHP Variables between snippetshi there
in order to get the variable across snippets in same page u can store them in php globals array like below
$GLOBALS[‘your_variable’]=”something”;
Then you can access the same anywhere in same requestForum: Plugins
In reply to: [Insert PHP Code Snippet] Avoid Cache?sorry about the delayed response.
i guess you exclude from cache, the page where the shortcode is placedForum: Plugins
In reply to: [Insert PHP Code Snippet] ShortCOde not working in Popupsi guess your popup plugin provider does not support shortcodes
Forum: Plugins
In reply to: [Insert PHP Code Snippet] header location and warning headers already senthi
could you try with latest versionForum: Reviews
In reply to: [WP2Social Auto Publish] Not workingplease check with latest version which allows you to use smapsolutions.com app