francescjp
Forum Replies Created
-
Hello @bcworkz :
I will try what you say.
Thank you very much.Forum: Fixing WordPress
In reply to: Get resolution width in theme on initWith css I don’t see how to reorder divs.
Thank you Joy for your help.Forum: Fixing WordPress
In reply to: Get resolution width in theme on initHello Joy:
Yes, I’ve heared about it. How can I rorder divs in new lines using javascript?
Thank you very uch for your help Joy.Francescjp
Forum: Developing with WordPress
In reply to: Load sql file into database from pluginThank you very much for your help.
Forum: Developing with WordPress
In reply to: dbdelta problem on activate event with large contentThank you very much for your help.
Forum: Fixing WordPress
In reply to: Add page title dinamically on pluginThank you very much for your help.
Forum: Plugins
In reply to: [Essential Real Estate] Shortcode that list properties of one cityI have found how to do it.
Thank you
Forum: Fixing WordPress
In reply to: store get_header content in a variableHello Joy:
I appreciate your help.
It has worked perfect!
Thank you very much for your solution.You have helped me a lot.
Francesc
- This reply was modified 5 years, 1 month ago by francescjp.
Forum: Fixing WordPress
In reply to: Painting svg in web pageI have used svg-injector plugin and it works.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Use calculation value from radioI have solved it using my own javascript code.
Francescjp
Hello Joy:
I will study this plugin. It seems very useful.
Thank you very much.
Francescjp
Forum: Plugins
In reply to: [Contact Form 7] Use custom attributes in form elementsHello Takayuki Miyoshi :
Thank you very much for your help.
Francescjp
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Use checkboxes as exclusiveI have looking through internet. I think an approximate solution could be something like this code? I have cut and pasted parts of code.
Putting the next code in the following function inside functions.php?
//function begins function wpb_hook_javascript() { ?> <script> jQuery(document).on('cf.form.init', function (event, data) { var state = data.state; //runs whenever a field of this form id enabled state.events.attatchEvent( 'cf.checked', function(fieldIdAttr,formIdAttr){ //check if the other checkboxes are cheked. If they are, uncheck them <blockquote>$('body').delegate('.myradio', 'click', function (e) { var $element = $(this)[0]; if ($(this).prop('checked') == false) { $(this).prop('checked', true); return; } $('.myradio').each(function () { if ($(this)[0] !== $element) $(this).prop('checked', false); } ); });</blockquote> } ); </script> <?php } add_action('wp_head', 'wpb_hook_javascript');
- This reply was modified 5 years, 4 months ago by francescjp.
Forum: Themes and Templates
In reply to: [Customizr] display controlled text in frontpageIt worked. Thank you very much.
francescjp
Forum: Themes and Templates
In reply to: [Customizr] Fit rounded images of first pageOk. I will do it by this way. Thanks a lot.
xescjp