Forum Replies Created
-
AuthorPosts
-
Found it!
– File: /js/shortcode.js
– Code:
Yours:send.dataObj[name] = encodeURIComponent(value);
> This code do the opposite of what we need, because it encodes, for instance, @ to %40mine:
send.dataObj[name] = decodeURIComponent(value);
> works (I mean it outputs well the special characters)
http://www.the-art-of-web.com/javascript/escape/Maybe I’m the only one who needs this…
I understand Devin :)
By the way i’m still looking for what is wrong and discover that the problem is not with your php class, it’s the Ajax submit for the form.
I totaly desactivated Javascript on my browser and send an email, so this one is only sent by PHP and it works fine: the special characters are ok… :)
So i’m searching where is the script who do Ajax Post for the forms but it’s hard to find…Yes Devin
I allready seen that the data for forms are urldecoded in the send mail send function and fortunately otherwise mails mails would be unreadables :-)I look at the class class-form-generator but I do not know how ti change it to work properly.
Jquery Color Box plugin do that since a long time, but you have to deactivate the new Enfold lightbox plugin…
Jquery Color Box plugin takes the Title Tag to make a caption, why Enfold do not the same… ?July 9, 2014 at 4:33 pm in reply to: Fullscreen slider and anchor #next-section with header transparent or not #289079Hello Ismael
I’m afraid you are not talking about the same thing as me…
You are talking about the scroll-down-link but no me.
Here is a screenshot from a new iPad Air:
Hello Devin
The question is about Enfold who not do not encode correcly special characters when he post a form.
That’s not a customization at all :)
Yes, it works but it works the wrong way it should be.
Please tell Kriesi to look at this, I am almost certain he will understand what I mean.
Thank youHello Ismael
I asked the same question: https://kriesi.at/support/topic/new-lightbox-plugin-questions/
In my test page: http://www.wp-master.org/sandbox-new-lightbox-plugin/ the second image do have a description but it do not show up.
And how do you add an image caption if you use tje Enfold element image ? There is no way to add such thing..
thank youI have setup a fresh wordpress install with the last version of Enfold 2.9
I have no plugins installed
Here is the page about HotSpots: http://www.wp-master.org/sandbox-image-with-hotspots/
I also I realized that the tooltip disappears if we move our mouse away. I supposed it was the you want it, but what if someone put a link inside his tooltip? He can’t click on it…
For instance, hover the (2)>There is another issue: the hotspot image is in a 3/4 column but do not care oh his parent…
Thank you
July 8, 2014 at 3:50 pm in reply to: Fullscreen slider and anchor #next-section with header transparent or not #288567I had already done but it does not change anything
July 8, 2014 at 3:43 pm in reply to: Fullscreen slider and anchor #next-section with header transparent or not #288561Hello Yigit
Well.. it works only for iPhone and only for the homepage… If I keep your CSS for the whole site: all my pages/posts layouts are broken because all content goes on top… /-)
So I use:
.responsive #top.home #header {position: absolute;}
(note that it do not change anything for the the iPad/landscape), i always have this:
July 7, 2014 at 8:06 am in reply to: Fullscreen slider and anchor #next-section with header transparent or not #287852Hello Devin
Yes it it on first load.
Here another screenshot, on my iPhone 5S but not with Safari, it’s Chrome:
Thank youMuch, much better:
function remove_menus_avia(){ remove_menu_page( 'avia' ); } add_action( 'admin_menu', 'remove_menus_avia', 9999);
> Closed :)
I have write the code below in the file: /enfold/framework/php/class-adminpages.php for the function attach_options_to_menu() and it works but don’t like to modify core Enfold file, do you have a better solution?`
function attach_options_to_menu()
{
if(!isset($this->avia_superobject->option_pages)) return;// BEGIN : MODIFICATION
if ( !is_super_admin() ) {
$current_user = wp_get_current_user();
if ( !($current_user instanceof WP_User) )
return;
$roles = $current_user->roles;
if (in_array(‘administrator’,$roles)) {return;}
}
// END : MODIFICATION…
…
`yes it is but if we use avia builder we need to override template-builder.php and include:
avia_social_share_links();
at the right place.
closed… but can be useful for anybody else.July 3, 2014 at 6:33 pm in reply to: New share on Twitter > it do not take the right permalink #286789okey, thanks for the explanation.
July 3, 2014 at 4:56 pm in reply to: New share on Twitter > it do not take the right permalink #286739Thank you Dude it worls now
But I wonder why for this file only Enfold do not look at if handle my own file?
An little issue.July 3, 2014 at 8:16 am in reply to: New share on Twitter > it do not take the right permalink #286533Hello Josue
I have changed it:
'twitter' => array("encode"=>true, "encode_urls"=>false, "pattern" => "http://twitter.com/home?status=[title]%20[permalink]"),
But it do not change anything…> I use a child theme, so I copy the file helper-social-media.php from Enfold includes folder to my child includes folder
It’s like my own helper-social-media.php was not read at all :(thank you
Thank you Ismael.
To be closed :)July 2, 2014 at 11:54 am in reply to: New share on Twitter > it do not take the right permalink #286160Thanks Josue.
—If you do not mind I will talk again about my initial resquest: the WordPress shortlink that appear if you use the Enfold Twitter share icon.
I made some tests and yes, that’s what iI was saying: Twitter has is own URL Shortener
It means that:
Blablabla blablabla blablabla … http://www.mysite.com/?p=478
become:
Blablabla blablabla blablabla … http://t.co/NOfDx6cypsThe shortened URL is hidden but the share URL is shown.
It is a question of aesthetics…Can you teel me where I can change the way the short URL is included?
Thanks
PS: maybe a good idea should be to have an Enfold option to use others URL Shortener like Google or Bitly?
That way, each link would be ShortenedJuly 1, 2014 at 5:29 pm in reply to: New share on Twitter > it do not take the right permalink #285811Back to this old post.
Enfold Tweet share has other issue.
Please go to this post: http://www.wax-interactive.com/paroles-d-experts/viuz-les-nouvelles-frontieres-du-marketing-digital
Try to share it with Twitter :
Forget the short URL (even if i don’t like it :-)
but look at the text:
My original post title is : Libéré de mes péchés digitaux…
Your title become :
Libéré de mes péchés digitaux & # 8 2 3 0 ; http://www.wax-interactive.com/?p=478close it ;-)
July 1, 2014 at 5:24 pm in reply to: fullscreen slider the anchor #next-section is not fully visible #285806Hello
You can close this post…
thanksHello Devin
Yes it is on my live site:@media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ .hidden-desktop {display:block !important;} .visible-desktop {display:none !important;} }
And I always see the fallback image on a iPad 2.
It works with a browser if you resize it (I see the simple YouTube Enfold element)
It works on my iPhone 5 (I also see the simple YouTube Enfold element)Can’t fire an iPad …
Thanks
Hello Ismael
It do not work.
I allready try this because I know how to target it but it has no effect.
I think Kriesi has hardcoded something special, like a sort of device detection, so css rules have not effectNot a css issue, it was the Cache plugin with have an experimental HTML/CSS compression.
It’s ok now:-)
Yes I know and I don’t know why.
The author plugin is aware about that@jansthh
Yes, it’s ShiftNav Pro but to do that you’ll have to do some PHP/CSS customizations to completly remove the default Enfold menu…
php > it”s in includes/helper-main-menu.php
css > look at my source code :)Hello everybody:
Here is my last two “Enfold babies”:
– http://www.wax-interactive.com
– http://www.sqli-enterprise.comThey are pretty new and because it was urgent to put them online, all is not yet optimised.
Yeeah, that’s why I love Enfold so much :)
thanksJune 16, 2014 at 2:13 pm in reply to: Show/hide Blog meta elements works only if it is a single? #279435Absolutly perfect :-)
thanks> I think it should be include in a next release, because if we want to not display blog meta elements, we want them to be not genereted everywhere in our sites, dont u think ?
-
AuthorPosts