Forum Replies Created
-
AuthorPosts
-
Hey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#newsletter fieldset .form_element { width: 24%; margin-left: 1%; clear: none; }Best regards,
YigitMarch 28, 2017 at 4:08 pm in reply to: Navigation menus-can they be different on desktop and mobile #768252Hey Jenny,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitHi!
There were two “flaticon” font packs in Enfold theme options > Import & Export tab. I deleted one and it helped. Please review your website now
Regards,
YigitHi!
You are welcome!
Let us know if you have any other questions or issues :)Regards,
YigitMarch 28, 2017 at 4:05 pm in reply to: How to add google structured data markup helper output to enfold #768247Hey!
Please refer to this post – https://kriesi.at/support/topic/structured-data-html/#post-758419
Cheers!
YigitHi,
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header. Then you can use this plugin – https://wordpress.org/plugins/widget-logic/ to display different widget on header depending on what page you are on
Best regards,
YigitHey Josh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top label { font-size: 16px; }Best regards,
YigitHey!
Please try using this free software – https://poedit.net/ and try translating untranslated strings in enfold/lang folder. If that does not help, please create a temporary WP admin login and post it here privately with FTP logins.
Also, please post translations so we can look into itBest regards,
YigitHey!
That is because you only have Blog Posts element on your home page :)
Please edit your page and add desired elementsBest regards,
YigitHey al3ksey,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitHey Charlotte :)
Please add following code to Functions.php file in Appearance > Editor
function av_cr_custom_script(){ ?> <script async defer src="//widget.getyourguide.com/v2/core.js" onload="GYG.Widget(document.getElementById('gyg-widget'),{'q':'Paris'});"></script> <?php } add_action('wp_footer', 'av_cr_custom_script');Then you can simply add following code to your blog post in text tab
<div id="gyg-widget-58d97da382bee"></div><script async defer src="//widget.getyourguide.com/v2/core.js" onload="GYG.Widget(document.getElementById('gyg-widget-58d97da382bee'),{'currency':'USD','localeCode':'en-US','numberOfItems':'10','partnerId':'2065C5D','q':'New York'});"></script>Best regards,
YigitHi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ as Jordan suggested and then give your slider a custom class (“custom-slider-button” in example below) and then add following code to Functions.php file in Appearance > Editor
function av_custom_slider_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('.custom-slider-button a').attr('href',''); jQuery('.custom-slider-button a').attr('onClick','HERE GOES YOUR ON CLICK VALUE'); }); </script> <?php } add_action('wp_footer', 'av_custom_slider_attr');Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-msie nav.main_menu { min-width: 800px; }Best regards,
YigitHi Rob!
Please edit your slider and then click “Slider Settings” then you can rename your slider – http://i.imgur.com/Oibzp04.png :)
Best regards,
YigitHi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
Please enable custom css class name by placing a code snippet to your functions.php file as mentioned in this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your columns and give them a custom CSS class (“your-custom-class” in the example below) and then change the code to following one
@media only screen and (min-width: 1024px) { .your-custom-class { margin-left: 0% !important; width: 20% !important; }}Best regards,
YigitHey Jameel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mfp-counter { font-size: 16px; }Best regards,
YigitHey James,
You can edit your testimonials and switch to text tab and insert your starts using HTML – https://www.w3schools.com/tags/tag_img.asp
If you need further assistance, please create a temporary admin login and post it here privately. Also, please point out the page you are working on :)
Best regards,
YigitHey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {#top .avia-slideshow-button { margin-top: 0!important; }}Best regards,
YigitHi,
Glad you figured it out!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey misterfe,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Also, please point out the page where you are having issue
Best regards,
YigitMarch 28, 2017 at 3:12 pm in reply to: Enfold contact form email issues – Good read about common server problems #768188March 28, 2017 at 3:10 pm in reply to: *URGENT* Fullwidth Easy Slider: Increase padding between title ant text #768186Hi,
I logged in and wanted to check your homepage however i am redirected to following link in private content field.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .av_slideshow_full .avia-caption-title { margin-bottom: 50px; }Best regards,
YigitHi,
Can you please post a link to your website as well? :)
Also, please make sure that your pages are not privateBest regards,
YigitHi,
Can you please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/?
Best regards,
Yigit -
AuthorPosts
