Forum Replies Created
-
AuthorPosts
-
Hey comelen!
Can you please post a mockup/screenshot showing the changes you would like to make so we can make sure that we are on the same page?
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.Best regards,
YigitHi Santiago!
Can you please try de-activating all active plugins and check if that helps? If not, please try re-updating the theme to the latest version 3.8.4 via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that too does not help, please create a temporary admin login and post it here privately.Regards,
YigitHi!
Have you tried inserting link as following
tel:+1800229933If you have and that did not help, please start a new thread and attach temporary admin logins in private content field so we can look into it. If you post them here, they will be visible to creator of this thread as well.
Best regards,
YigitDecember 21, 2016 at 5:32 pm in reply to: How to remove the border on the Sortable Grid Portfolio Titles? #727180December 21, 2016 at 5:31 pm in reply to: All content on site (incl headers, menu etc) the Google font Catamaran #727179Hey!
I added new Google font by referring to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and set it for headings and body font in Enfold theme options > General Styling > Fonts tab. Please review your website now
Best regards,
YigitDecember 21, 2016 at 5:26 pm in reply to: How to remove the border on the Sortable Grid Portfolio Titles? #727172Hey!
Please add following code to Quick CSS as well
.main_color .grid-content { padding-left: 0; }Cheers!
YigitDecember 21, 2016 at 5:25 pm in reply to: Different Logo when changing languange via Polylang #727171Hey!
Sorry for the late reply!
FTP logins are not working for me. Can you please check them once again?
I tried to add a custom code to Functions.php file which threw an error but it was reverted in few seconds. I suppose you have removed the code?Best regards,
YigitHey!
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 :)Happy holidays!
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 :)Happy holidays!
Regards,
YigitDecember 21, 2016 at 5:18 pm in reply to: How to remove the border on the Sortable Grid Portfolio Titles? #727158Hi Gabe
Please add following code to Quick CSS
.grid-entry .inner-entry { box-shadow: none !important; }Regards,
YigitHey!
If you are not on localhost, can you please post the link to your website? It would be a lot easier for us to provide you accurate solution. If you posted temporary admin logins here privately, that would be even better :)
Cheers!
YigitHey!
Please edit your table element and go to Table Options tab – http://i.imgur.com/soMAyuU.png :)
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-checkout .woocommerce-shipping-fields h3 { display: none; }Regards,
YigitHey Jelle,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { color: red; background: orange; border-color: green; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHey lijndiensten,
Please replace
beforeShowDay: function(date) { var day = date.getDay(); return [(day != 2)]; },with following one
beforeShowDay: function(date) { var day = date.getDay(); function IsChristmas(date) { var day = date.getDate(); var month = date.getMonth() + 1; return (day === 26 && month === 12); } return [(day != 0 && !IsChristmas(date))]; },Best regards,
YigitHi,
Have you made any customizations to theme files?
Please try to increase the allocated memory to 256M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitDecember 21, 2016 at 4:16 pm in reply to: Embed a shopify Buy Now button into enfold – not working! #727115Hey!
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, what should be buttons link?
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:
#footer .widget { margin: 0; }Height and min height is set to 400px on your element that is why there is a huge gap below. Please edit your columns and decrease the height
Best regards,
YigitHey Victor,
1- 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.
2- Please refer to this post – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
YigitDecember 21, 2016 at 4:08 pm in reply to: Please help met… I do not get any reply from support #727104Hi!
Will do :)
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 :)Happy holidays!
Regards,
YigitDecember 21, 2016 at 4:06 pm in reply to: Social Share Buttons from Layout Builder Not Working #727100Hey tapaway,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.el_after_av_social_share { clear: both; }Best regards,
YigitDecember 21, 2016 at 4:04 pm in reply to: Please help met… I do not get any reply from support #727097Hi,
I slightly adjusted custom CSS. Please review your website now and adjust values further if needed.
Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'woocommerce_checkout_fields' , 'alter_woocommerce_checkout_fields' ); function alter_woocommerce_checkout_fields( $fields ) { unset($fields['order']['order_comments']); return $fields; }Best regards,
YigitHey rikv,
Have you made any JS customization? If you have, please try disabling it temporarily and check if that helps. If not, please try de-activating all active plugins.
“ed” class continuously being added to related image as you can see in the screenshot i posted in private content fieldBest regards,
YigitHey Raphael,
Clicking “Hier Anfragen” opens in a new tab on my end. Please refer to this post – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
YigitHey Udo!
Please edit your table element and chose to make it scrollable on mobile.
If that does not help, please create a temporary admin login and post it here privately.Best regards,
YigitDecember 21, 2016 at 3:47 pm in reply to: Please help met… I do not get any reply from support #727082Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget { padding: 0; } #header .textwidget .flex_column { float: right; }Then decrease “205px” value in the code i posted in my previous post
Best regards,
YigitHey Corina,
Sorry for the late reply!
That is because the titles and excerpt lengths are not the same. I tried editing your element and chose to display captions on hover and they showed up fine. Please see screenshot in private content field belowBest regards,
YigitDecember 21, 2016 at 3:26 pm in reply to: Please help met… I do not get any reply from support #727074Hi,
I added following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #main { padding-top: 205px; }Please review your website now
Best regards,
Yigit -
AuthorPosts
