Forum Replies Created
-
AuthorPosts
-
Hi!
The account provided doesn’t seem to work, please check.
Regards,
JosueDecember 10, 2015 at 1:39 pm in reply to: BUG in Contact Form: Escaping backslash to use comma disappears with new edit #550356Hi!
This is a known bug / limitation with the how the ALB popup script functions, a workaround could be to enable debug mode and edit the form options from there:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Regards,
JosueHi!
Have you got a chance of checking it on another PC? here’s what i get on Win 7 / IE11 – http://screencast.com/t/ywpMsme10F
Best regards,
JosueHey!
Are you using a layerslider o a fullwidth slider in your portfolio items? there’s a rule that will prevent the post nav from showing if one of those is present (because they overlap):
if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;Best regards,
JosueHi Vincent!
Try the following, open js/avia.js and look for:
if($.fn.avia_smoothscroll) $('a[href*=#]', container).avia_smoothscroll(container);Replace it by:
// if($.fn.avia_smoothscroll) // $('a[href*=#]', container).avia_smoothscroll(container);Best regards,
JosueHi,
Open js/shortcodes.js and look for line:
window.scrollTo(0, container.offset().top - 70);Try changing
70for something higher and see how that goes.Regards,
JosueDecember 9, 2015 at 12:37 pm in reply to: Contact Form > Select Element: Preselect option based on URL? #549641You are welcome Daniel, glad to help :)
Cheers!
JosueDecember 9, 2015 at 11:23 am in reply to: Contact Form > Select Element: Preselect option based on URL? #549595Correct.
Regards,
JosueDecember 9, 2015 at 10:56 am in reply to: Contact Form > Select Element: Preselect option based on URL? #549586That won’t work, the code is only reading a numeric value passed via hash (#), it doesn’t take the option value into account but the order of it. If you want the last option to be pre-selected link it this way:
http://url_to_contact_page/#option6Because the last element is the sixth. If for some reason you need the URL to contain the actual option value you’d need to mod the JS i provided, although it will get pretty complicated given the length of the options your form has.
Regards,
Josue-
This reply was modified 9 years, 11 months ago by
Josue.
December 9, 2015 at 9:32 am in reply to: Contact Form > Select Element: Preselect option based on URL? #549563Hi,
The code i posted is meant to work in a numeric basis, so #option1 will select the first option, #option2 the second one and so on (regardless of option value).
Best regards,
JosueHey!
It seems to be working on my end, try adding some content to the page to increase its height.
Best regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi!
Try using this CSS codes instead:
.wpcf7-form p br{display:none;} .wpcf7-form label {text-transform: uppercase; display:block; visibility: visible; position: relative; } .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;font-weight: normal !important;} .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;} .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; } .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;} .wpcf7-form .first_form{clear:both;margin-left:0;}Then in the form HTML wrap the labels with
labelelements and replace the yourdivcolumns bypwith their respective column classes (there’s no need to use clearfixes or rows with this method, also set a class ofbuttonto the button element).Best regards,
JosueHi,
Can you post the link to the website please?
Regards,
JosueHey!
I’m not familiar with that service, but the solution is pretty simple, make it so it doesn’t run in the backend, perhaps CloudFlare support can provide a better insight.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Do you have some sort of server-side email protection functionality running (or a plugin)? it seems something is replacing the address set in the Form with a email protection code and that ends up messing the whole element.
Best regards,
JosueHey!
It’s because of the image’s aspect ratio, try using a more square-like image (instead of a rectangle).
Regards,
JosueOk, i’ve added it now using a plugin, check if the upload issue persists.
I see, did you try the codes mentioned in this thread (in functions.php)?
Regards,
JosueDecember 9, 2015 at 6:33 am in reply to: change background color of top header menu bar (where telphone/social media are) #549501Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 9, 2015 at 12:45 am in reply to: Contact Form > Select Element: Preselect option based on URL? #549352Not sure what you mean, i could see all options with commas here – http://imgur.com/VzzCNvh
Regards,
JosueThat’s intended, in order to maintain a responsive layout, the dimensions of most elements are determined by the current window size.
Regards,
JosueYou are welcome, hope you manage to get this resolved :)
Regards,
JosueHey!
I tried logging with the access you provided in your first post but that doesn’t seems to be working at the moment, can you please check it?
Cheers!
JosueHi!
Can you try updating to the newest Enfold release (3.4.5)?
Best regards,
JosueHey!
Investigate a little bit on what custom meta fields are and how you can use them, this plugins could help you:
http://www.advancedcustomfields.com/Once you get that part right you should look into modifying the theme element source (make meta values appear) you’ll use to show your Posts, for example if you use a Post Slider – /config-templatebuilder/avia-shortcodes/postslider.php.
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve in mobile?
Best regards,
JosueDecember 8, 2015 at 2:20 pm in reply to: change background color of top header menu bar (where telphone/social media are) #548735Hey!
Try adding this code to the Quick CSS:
div#header_meta { background: red !important; }Cheers!
Josue -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
