Forum Replies Created
-
AuthorPosts
-
Of course.
Done.This reply has been marked as private.Hi,
Works nice.
BUT how I changed the code belllow in chield functions, the other Inline just to stop. How can I keep the two solutions?function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.open-popup-link <strong>a</strong>').magnificPopup({ type:'inline', midClick: true }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Hi,
Any idea?
THANKS
Hi,
Perfect.
THANKS.
<a class="open-popup-link" href="#logg">CLICK HERE</a>
Hi,
This is not the problem. The JS already in the fuctions.php.
My question is:
How can I put the link in the button?
I want to put this link:
CLICK HERE`
Inside the button.
THANKS
Hi,
Problem solved, it was just enough to use an element for the magnific understand the base of the popup.
THANKS
Hi,
Working now.
Thanks.
Hi
Any ideas?
Thanks
Hi,
It is not the ideal solution, but is working now.
Thanks!
Hi,
Using the ?rel=0 instead of &rel=0 works, but not the ideal solution. The video does not work automatically, and not back to the top.
Sorry,
here is the link again:
http://www.youtube.com/watch?v=2o4HqwItVN8&rel=0
Hi,
Not working. The link address in the image is:
The link is ok, (you can test) but the video is not working inside the ligtbox.
Okay Good.
Really thank you!
Hi,
It seems ok now. What changes were necessary?
Changed some privileges too for super-admin.
Hi,
I clear all caches and disable the W3 Total Cache. Probably now you can see the:
SC THEME EDITORDone.
This reply has been marked as private.SORRY Josue
Now, you can see.
THANKS
Hi,
Would have any suggestions?
Thanks
This reply has been marked as private.Hi,
I am not using the code:
#pp_full_res img { width: 100%!important; height: auto!important; }
I am just using:
<style type="text/css"> .pp_content div li { text-indent: 0; width: 70px; float: left; height: 50px; margin-bottom: 20px; text-decoration: none; font-size: 10px !important; } div.pp_pic_holder { width: 880px!important; align: center!important; } .pp_content { width: 850px!important; height: 280px!important; } a.pp_close { right: -5%; } </style>
This reply has been marked as private.Hi,
I saw… well may be is a combination of factors like plugins or others.
I will try recovery the exact mistaken code that resulted in the fatal error for you try emulate the same.Did you tried used <br> elements in the CODE BLOCK? Is normal theses elements be expunged?
Thanks
Hi,
Yes. In my case too! I used exact this:
<div style=”float: left;”><label for=”FirstName”>Primeiro Nome</label><input id=”” class=”FXDB” fx=”L:1″ name=”FirstName” type=”text” /></div>
<div style=”float: left; width: 30px;”></div>The problem apparently occurs on the same page when an error occurs within the text block. The autocorrect scans all reaching also the CODE BLOCK.
I suggest doing some tests creating incorrect attribute in the text block (as iframes, etc) and save.Hi,
Something like that:
CODE BLOCK:
Creating a personal ( FX=”” ) element inside IMG and IMPUT atributes and using <br>.
TEXT BLOCK
Trying create a IFRAME using prettyphoto.
The TEXT BLOCK returnig a crazy error and the autocorrection of this error change the elements inside the CODE BLOCK, sometimes justing removing the FX=”” element.
THANKS
Hi,
The problem occours when someone try use some softwares like Trados, to makes computer assisted translation (CAT).
The same not recognize the [avia] notation resulting in error. I did contact with tree translation agencies and the tree related the same problem.Do you have some advice or indication in this case?
THANKS
Hi,
Ok, no problem. For someone who has a similar problem, the above code on functions.php solved my problem.
function override_mce_options($initArray) {
$opts = ‘*[*]’;
$initArray[‘valid_elements’] = $opts;
$initArray[‘extended_valid_elements’] = $opts;
return $initArray;
}
add_filter(‘tiny_mce_before_init’, ‘override_mce_options’);Thanks
-
AuthorPosts