GridFX Displaying Code – UserPro Forums https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/feed/ Fri, 17 May 2024 09:05:40 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40360 <![CDATA[GridFX Displaying Code]]> https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40360 Fri, 06 Jun 2014 17:38:46 +0000 OutboundAdventurer Hi everyone,

Our GridFX plugin is displaying code for some of our blog post thumbnails, specifically the code associated with our picture inserts, as seen on the front page at . Not sure why this is occurring. Here’s the view from our homepage’s edit page:

[gridfx crop=”1″ columns=”2″ cat_list_orderby=”id” global_image_action=”post_url” posts_per_page=”6″ link_to_post=”4″ tags_filter=”0″ margin=”15″ crop_quickmode=”1″ excerpt_below_title=”50″ crop_height=”300″ crop_width=”400″ load_more_text=”More Adventures…” loaded_all_text=”All Adventures Loaded!” single_theme=”light” default_single_theme=”light” scrollbar_theme=”dark-thin” single_show_comments=”0″ single_image_action=”permalink” taxonomy_filter=”post_format” sortmenu=”0″ instantsearch=”0″ link_to_post_text=”Continue” show_views=”0″ show_likes=”0″ more_details_text=”read more” transparent=”1″ crop_pos=”b” show_overlay_title=”1″ show_overlay_title_class=”none” show_title=”0″ ]

…and the view from our Grid FX index.php:

<?php
/*
Plugin Name: Grid FX
Plugin URI: http://codecanyon.net/user/DeluxeThemes/portfolio?ref=DeluxeThemes
Description: An awesome ajax grid and masonry plugin that showcase anything beautifully.
Version: 1.2.1
Author: Deluxe Themes
Author URI: http://codecanyon.net/user/DeluxeThemes/portfolio?ref=DeluxeThemes
*/

define(‘gridfx_url’,plugin_dir_url(__FILE__ ));
define(‘gridfx_path’,plugin_dir_path(__FILE__ ));

/* init */
function gridfx_init() {
load_plugin_textdomain(‘gridfx’, false, dirname(plugin_basename(__FILE__)) . ‘/languages’);
}
add_action(‘init’, ‘gridfx_init’);

/* functions */
foreach (glob(gridfx_path . ‘functions/*.php’) as $filename) { require_once $filename; }

/* administration */
foreach (glob(gridfx_path . ‘admin/*.php’) as $filename) { include $filename; }

/* plugin links */
add_filter( ‘plugin_action_links’, ‘gridfx_admin_plugin_action_links’, 10, 2 );
function gridfx_admin_plugin_action_links( $links, $file ) {
if ( $file == plugin_basename(dirname(__FILE__) . ‘/index.php’) ) {
$link_a = ‘‘ . __(‘Settings’,’gridfx’) . ‘‘;
$link_b = ‘‘ . __(‘Generate’,’gridfx’) . ‘‘;
$link_c = ‘‘ . __(‘Docs’,’gridfx’) . ‘‘;
array_unshift($links, $link_c);
array_unshift($links, $link_b);
array_unshift($links, $link_a);
}
return $links;
}

We are using Adamos on WP.

Thanks for your help!

]]>
https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40394 <![CDATA[Reply To: GridFX Displaying Code]]> https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40394 Sat, 07 Jun 2014 10:35:13 +0000 admin What’s the error that you’re geting please?

]]>
https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40406 <![CDATA[Reply To: GridFX Displaying Code]]> https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-40406 Sat, 07 Jun 2014 15:35:38 +0000 OutboundAdventurer On our homepage, , we have a series of content blocks that display our most recent posts. Some of the posts end up displaying some of the code in the content block, rather than just the preview text for the blog post. For example:

I was six years old when I first heard about the town of Glen Rose, Texas. It is mentioned in countless dinosaur science books as a very special town, indeed. Dinosaurs adorn the town center benches. [caption id="attachment_1283" align="aligncenter" width="300"] So comfy![/caption] There are dinosaurs in the grocery store. [caption id="attachment_1284" align="aligncenter" width="300"]

That’s what it looks like on the front end. Not sure why it’s happening, thank you for your response and let me know if you need any more information!

]]>
https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-41765 <![CDATA[Reply To: GridFX Displaying Code]]> https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-41765 Fri, 15 Aug 2014 19:35:36 +0000 mikefas Did you ever solve this issue? I’m having the same problem. It looks like the caption tag is what’s getting pulled into the text.

]]>
https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-42350 <![CDATA[Reply To: GridFX Displaying Code]]> https://forum.userproplugin.com/forums/topic/gridfx-displaying-code/#post-42350 Thu, 11 Sep 2014 05:57:25 +0000 UserPro Support Team @mikefas ,
Can you please verify your purchase as mentioned in the Support Forum Instructions please ? Thank you.
How To:
1. open http://userproplugin.com/userpro/profile/edit/
2. copy & paste your purchase code into the “Envato Purchase Code” field
3. click on “Save Changes”

]]>