Forum Replies Created
-
AuthorPosts
-
Hey Roderick,
Please, to investigate it, may you share your WP credentials and the website link, please?
Best regards,
John TorvikHi,
To change the button height, use this custom CSS code:
.form_element input[type=submit] { height: 48px !important; }
And to solve the mobile problem, add this custom code:
@media screen and (max-width: 480px) { #newsletter fieldset .form_element { width: 100% !important; } .form_element input[type=submit] { width: 100% !important; } }
Best regards,
John TorvikHey ikaika72,
1. Please get your API Key: https://developers.google.com/maps/documentation/javascript/get-api-key#key
2. Then add following code to functions.php file of your child theme in Appearance > Editor
function gmaps_workaround(){ ?> <!--Google Maps JavaScript API --> <script src="https://maps.googleapis.com/maps/api/js?key=XXX" type="text/javascript"></script> <?php } add_action('wp_footer', 'gmaps_workaround');
please make sure to replace XXX in the code with your key
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHi,
I am sorry for the late response.
Please, where`s the area that this problem is occurring?
Best regards,
John TorvikHi,
Please, may you share the issues as text instead screenshot? Because I can`t read the problem completely.
Best regards,
John TorvikHey norbou,
Please, may you share your WP credentials with me, please?
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey jens992,
Please, may you share your WP credentials in the private content?
Best regards,
John TorvikHi,
Please, may you share a screenshot? Because I can`t see the spacing issue on the tabs.
Best regards,
John TorvikHey flowerjovia,
Please, ensure that you`re using the latest Enfold and all the plugins versions, if not, update all, but if all is right, share with me your WP credentials, please?
Best regards,
John TorvikHey octaviosalles,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.av-inner-masonry { margin-right: 0; }
Best regards,
John TorvikHey mcraig77,
May you share a screenshot about your issue, please?
Best regards,
John TorvikHey JPGlobal,
Just add this custom CSS code to change the color at Enfold Theme Options > General Styling > Quick CSS
#footer .social_bookmarks li a { color: #fff !important; }
Best regards,
John TorvikMarch 28, 2017 at 8:03 am in reply to: Fullscreen Slider Animation / zoom function on background image #767938Hi,
Yes! To include the Revolution Slider is easy, just add the shortcode inside a text block.
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikMarch 28, 2017 at 7:57 am in reply to: Add image logo to main menu to replace My Account text + prevent cart overlap #767935Hi,
Please, may you share a screenshot about the “processing button”?
Best regards,
John TorvikHey Terry,
I can provide to you a custom CSS code to change it, but you need to share with me your website link with this area that you mentioned in the question.
Best regards,
John TorvikHey laptophobo,
I recommend this plugin: https://wordpress.org/plugins/media-cleaner/
Best regards,
John TorvikHi,
You can check this article: https://codex.wordpress.org/Moving_WordPress
Best regards,
John TorvikHi,
Please, may you share your website link with this problem, please?
Best regards,
John TorvikHi,
I am sorry about these instructions, I misunderstood some points in your question.
To add a button in the Layer Slider, follow the steps below:
1 – Go to your Dashboard > Layer Slider and click on your slider
2 – Create a new text layer clicking here: http://prntscr.com/epbvpb
3 – After it, go to the Link & Attributes to add the link and in Styles to style your button.
4 – Let me know when you finish it because to have a hover effect will be necessary a custom CSS code, so, finish it and share with me the link that`s using this slider.
Best regards,
John TorvikHi,
Let us know if you have any other questions or issues :)
Best regards,
John TorvikHey cyber13,
This isn`t available on your theme by default, so, you can request it as a new feature here: https://kriesi.at/support/enfold-feature-requests/ or send your briefing here: kriesi.at/contact/customization
Best regards,
John TorvikMarch 28, 2017 at 6:47 am in reply to: Ninja Forms Issue After 4.0.3 Update – Form Doesn't Display with Chrome #767895Hey BiancaFrank,
Please, I`d like to take a look in your dashboard, may you share with me your WP credentials?
Best regards,
John TorvikMarch 28, 2017 at 6:44 am in reply to: Add Socket text text inline w/copyright, but far right #767891Hi,
I tried to access your link but there`s this error: http://prntscr.com/epbn9b
Best regards,
John TorvikHey zetharia,
Please, I
ve checked your dashboard and inspected it, but I didn
t find. So, may you enable the WP DEBUG following this tutorial: https://codex.wordpress.org/WP_DEBUGBest regards,
John TorvikHey Anrp,
Please, may you share with me more details like screenshots about the problem?
Best regards,
John TorvikHey EnlightenedMedia,
You need to enable the debug mode to see all the shortcodes following this tutorial: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and create and paste the button shortcode at Layer Slider.
Best regards,
John Torvik -
AuthorPosts