lassepappa
Forum Replies Created
-
I am also curious as to why you wont support qtranslate? Do you recommend another multilingual sollution?
Kindly Lasse
I have the same problem…
If I use [sv:]Swedish[:en]English[:fr]French
Only the english title appears on all languages.
I read reverting to an earlier version of wordpress SEO fixes the problem but thats not a very good sollution….
The script hack sollutions that worked on earlier version does not seem to apply.
Anyon knows how to add a dynamic textarea??
like [dinamictext xxx “CF7_GET key=’item_link'”]
???
Forum: Plugins
In reply to: [Photo Galleria] [Plugin: Photo Galleria] How the heck to you make a gallery?Ok!
– Activate plugin.
– In admin on the page/post you want your gallery, upload or link photos as you would normally do trough the media button located above the main textfield.There you have the option to insert gallery and photo-galleria will override wordpress normal gallery function.
So back at your page/post in html mode instead of visual(Top right corner of textfield) you shoud no see something like.
[gallery itemtag="div" icontag="span" captiontag="p" link="file"]
Or
[gallery]
I hope i was clear enough
Forum: Plugins
In reply to: [Photo Galleria] [Plugin: Photo Galleria] How the heck to you make a gallery?Hello!
Yuo simply use the shortcode in post or page and the plug in will add the images assigned to that specific page or post.(click the media image button above the text field to add pics no need to insert them into post).
the shortcode is the same as wordpress built in gallery shortcode:
ex.[gallery itemtag="div" icontag="span" captiontag="p" link="file"]
I hope this was helpfull
Hello!
I think im looking for the same thing.
I am building a webshop and I want to incorporate a link to contact form 7 on every item, that is easy enough since i have it set up on a page called contact, however I want to send the name of the item to my subject field in the form and im not sure how to do that can i do that by adding it to the url perhaps like so: xxxxxxxxxxxx/contact?itemname and retrieve somehopw in the field named subject,Thankful for help
/ Lasse
Forum: Fixing WordPress
In reply to: jguery ie6 problem in wordpressto clearify
the script works with show hide and fade in out but not the move part.
the script is as follows.`
$(document).ready(function() { //Flyttar menyn till mitten
menu_pos = document.documentElement.clientWidth / 2 – $(‘#menu’) .width()/2;
//alert (menu_pos);
//alert ($(‘#menu’) .width());
$(‘#div1′).stop().animate({top:’0px’, left:’0px’,’width’:’120px’},500);
$(‘#div2′).stop().animate({top:’0px’, left:’0px’,’width’:’120px’},500);
$(‘#div3′).stop().animate({top:’0px’, left:’0px’,’width’:’120px’},500);
$(‘#div4′).stop().animate({top:’0px’, left:’0px’,’width’:’120px’},500,function() { menu_pos = document.documentElement.clientWidth / 2 – $(‘#menu’) .width()/2 + 25; $(‘#menu’).animate({left: +menu_pos},500);});
});function animeraDiv(obj){
div_pos = +menu_pos – $(‘#’+obj) .width();
if(($(‘#div1’).css(‘top’)>’0′)||($(‘#div2’).css(‘top’)>’0′)||($(‘#div3’).css(‘top’)>’0′)||($(‘#div4’).css(‘top’)>’0′)){
//$(‘#menu’).animate({bottom:’0px’},200); //S?tter meny divven i r?tt niv?
$(‘#div1′).stop().animate({top:’0px’,left:’0px’,’width’:’120px’},500);
$(‘#div2′).stop().animate({top:’0px’,left:’0px’,’width’:’120px’},500);
$(‘#div3′).stop().animate({top:’0px’,left:’0px’,’width’:’120px’},500);
$(‘#div4′).stop().animate({top:’0px’,left:’0px’,’width’:’120px’},500,function() { menu_pos = document.documentElement.clientWidth / 2 – $(‘#menu’) .width()/2 + 25; $(‘#menu’).animate({left: +menu_pos},500);});
$(‘#menu p’).fadeOut(400);
$(‘#menu span’).fadeIn(500);}
if($(‘#’+obj).css(‘top’)<‘100’){
$(‘#menu’).stop().animate({‘top’:’0px’},200);//S?tter meny divven i r?tt niv?
$(‘#’+obj).stop().animate({‘top’:’100px’,’left’:’0px’,’width’:’300px’},500,function() { menu_pos = document.documentElement.clientWidth / 2 – $(‘#menu’) .width()/2 + 25; $(‘#menu’).animate({left: +menu_pos},500);});
$(‘#’+obj+’ span’).fadeOut(500);
$(‘#’+obj+’ p’).fadeIn(1000);//$(‘#’+obj’+’text).stop().animate({‘top’:’100px’,’left’:’0px’,’width’:’300px’},500);
} else {
$(‘#menu’).stop().animate({‘top’:’0px’},200); //S?tter meny divven i r?tt niv?
$(‘#’+obj).stop().animate({‘top’:’0px’, ‘left’:’0px’,’width’:’120px’},500,function() { menu_pos = document.documentElement.clientWidth / 2 – $(‘#menu’) .width()/2 + 25; $(‘#menu’).animate({left: +menu_pos},500);});
$(‘#’+obj+’ p’).fadeOut(400);
$(‘#’+obj+’ span’).fadeIn(500);}
}Forum: Plugins
In reply to: xlanguage with custom fieldsIf someone could still explain the filters for me since i dont really know why its working and how to choose filters I would be greatful
Lasse
Forum: Plugins
In reply to: xlanguage with custom fieldsOk i got it working thank you!
Forum: Plugins
In reply to: xlanguage with custom fieldsHello again i really dont get this filters part i still get output of two languages.
should i replace the_title with something?
<?php echo apply_filters('the_title', $partners['description'][$i]) ?>
please help