volvo_owmer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem install demo contentPorto theme
Forum: Plugins
In reply to: [Multiple Post Thumbnails] add mulltiple image uploadI have donload that plugin now, I whill try that….
Thanks.Forum: Plugins
In reply to: [Multiple Post Thumbnails] add mulltiple image uploadI have not find sollution to this.
I have try that plugin, and the plugin is god.But not what i′m locking for.
I whant to have a sollution so that the members can uppload image by them self on theres profile page.
Now i have the buddyblogg and rewrite it to fit me.
and use the GF to add text.
But i need some kind to uppload image.Forum: Fixing WordPress
In reply to: Use shortcode in content pagesBut i like this theme….
But i think i need to buy the theme to get all things to work, but i whant to try every thing before i buy it.Forum: Fixing WordPress
In reply to: Use shortcode in content pagesI have mail the support but dont get a answer, and i try here..
I find this text in one file, but i dont understand it…
* Additional shortcodes for the theme. * * To create new shortcode, get for example the shortcode [sample] already written. * Replace it with your code for shortcode and for other shortcodes, duplicate the first * and continue following. * * CONVENTIONS: * - The name of function MUST be: yiw_sc_SHORTCODENAME_func. * - All html output of shortcode, must be passed by an hook: apply_filters( 'yiw_sc_SHORTCODENAME_html', $html ). * NB: SHORTCODENAME is the name of shortcode and must be written in lowercase. * * For example, we'll add new shortcode [sample], so: * - the function must be: yiw_sc_sample_func(). * - the hooks to use will be: apply_filters( 'yiw_sc_sample_html', $html ). * * @package WordPress * @subpackage YIW Themes * @since 1.0 */ /** * SAMPLE * * @description * description of sample shortcode * * @example * [sample title="" incipit="" phone="" [class=""]] * * @attr * class (optional) - class of container of box call to action (optional) @default: 'call-to-action' * href - url of button * title - the title of call to action * incipit - the text below title **/
Forum: Fixing WordPress
In reply to: Use shortcode in content pagessheeva themes….
Forum: Fixing WordPress
In reply to: Use shortcode in content pagesI have check this many times, but i dont understand it.
I′m not writing my own shortcode, the shortcode is to the themes….Forum: Fixing WordPress
In reply to: Use shortcode in content pagesI test with this one:
shortcode: [bar]
Code:
function bar_demo( $atts ){ return "This is a demo for wordpress shortcut."; } // add to the post add_shortcode( 'bar', 'bar_demo' ); // add to the excerpts add_filter('the_excerpt', 'do_shortcode');
And i get this:
This is a demo for wordpress shortcut.So i now that is working…
Forum: Fixing WordPress
In reply to: Use shortcode in content pagesI test do_shortcode like this:
<?php echo do_shortcode('[toggle title="This is title"]Your Content…[/toggle]'); ?>
I the page I can se :
<!-- ?php echo do_shortcode('[toggle title="This is title"]Your Content…[/toggle]'); ? -->
I cant find anything on the theme dir like (toggle)
I past the : add_filter( ‘the_content’, ‘do_shortcode’ );
in to the function.php, nothing works….Forum: Fixing WordPress
In reply to: Use shortcode in content pagesCan you help me?
I think in my first design I use a code in function to use shortcode.
But i can remember how i did it.Forum: Fixing WordPress
In reply to: Use shortcode in content pagesI′m adding the code in wp-admin page editor.
make sure the shortcode exits
How do i do that…
Forum: Fixing WordPress
In reply to: Use shortcode in content pagesThis is of a content of a page…
I′m not using a plugin.Forum: Plugins
In reply to: [WP Bulletin Board] Database problemHello
Can you show that SQL Query, I have problem to create category….
I get Upload complete, but the image is not upploading…
In IE, firefox error, chrome errorPlease help….
I was manage to uppload image in IE, but on firefox it doesent work.