Forum Replies Created
-
AuthorPosts
-
Hey!
I went to Enfold theme options > Blog Layout and choose to use Advanced Layout Builder to create your blog page however changes are not being applied. Can you please contact your hosting provider? There might be some sort of server side caching.
Cheers!
YigitJanuary 11, 2017 at 3:48 pm in reply to: "Error fetching content" when trying to load templates #732091Hey chartinboy!
Please update Enfold to the latest version which is currently 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush cache.
Cheers!
YigitHi Célia!
Thank you for contacting us!
I reviewed your mockups and surely you can create such layout using Enfold however not out of the box. You would need some CSS customization to achieve that layout.
Let us know if you have any other questions :)
Best regards,
YigitHi!
Thank you for contacting us!
Please register to our support forum here – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
Regards,
YigitJanuary 11, 2017 at 2:06 pm in reply to: Im Textfeld weisser Text / kann nicht umschalten von Visuell – Text #732047Hey Freund!
Thank you for contacting us!
Please make sure that you are using the latest version of the theme which is currently 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum
Best regards,
YigitHey Rabia!
Thank you for contacting us!
As I have already replied here – https://kriesi.at/support/topic/mega-menu-images-2/, Please register to our support forum here – https://kriesi.at/support/register/ and after logging in, please refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
Regards,
YigitHey Monique,
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!
I added your content into your footer columns and they show up fine on my end. Can you please refresh your page and review your website?
Best regards,
YigitHey!
I tried adding dummy text into your footer widget area in Appearance > Widgets and it worked fine on my end.
Can you please post the content you would like to insert into your footer columns here using – http://pastebin.com/?Regards,
YigitJanuary 10, 2017 at 10:17 pm in reply to: Remove title appearing when hovering on masonry (alt look, not the popup) #731746Hey Jurgen,
Please refer to this post – http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Best regards,
YigitHey
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,
YigitHey Max,
Which version of te theme are you using?
You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove image overlay in sidebars
.sidebar .image-overlay { display: none!important; }Best regards,
YigitJanuary 10, 2017 at 10:12 pm in reply to: Warning: Division by zero in …/themes/enfold-child/functions.php on line 145 #731740Hi,
Actually you can ignore the warnings. You should worry about errors rather than warnings :)
Best regards,
YigitHey!
Page titles show up in title bar on both pages on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If you still have the issues, please post a screenshot and show the issue. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Please also note that we may need temporary admin logins for both sites
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:
.mfp-img { -webkit-animation: none !important; animation: none !important; }Best regards,
YigitHey!
In that case please go to Settings > Discussion and make sure that discussion is disabled :)
Regards,
YigitHey mcraig77!
Please refer to this post – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mfp-img { -webkit-animation: none !important; animation: none !important; }We will include the fix in upcoming Enfold update
Best regards,
YigitHey!
Please edit your post and click “Screen options” on the top right corner and check “Discussion” then scroll below your post content and choose to enable discussion on your post
Regards,
YigitHey!
Can you please create a temporary admin login and post it here privately?
Regards,
YigitHey Marcel,
Glad you figured it out and thank you for sharing your solution :)
Let us know if you have any other questions or issues : )Best regards,
YigitHi!
Not at all!
Let us know if you have any other questions or issues and happy new year! :)
Regards,
YigitHi,
I adjusted code in functions.php file a little. Please review your website now :)
Best regards,
YigitJanuary 10, 2017 at 5:44 pm in reply to: remove little white arrows in portfolio pictures and sort categories #731648Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.grid-content .avia-arrow { display: none; }Best regards,
YigitHi!
Can you please change the code to following one
.archive .post_delimiter { border-bottom: 2px dotted grey; margin-bottom: 50px; }Regards,
YigitHey Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.category-hotel-chains.archive .post_delimiter { border-bottom: 2px dotted grey; margin-bottom: 50px; }Best regards,
YigitJanuary 10, 2017 at 4:44 pm in reply to: Problem – Enfold page redirection causing issue with form plugin. #731619Hi,
I tried choosing your frontpage and blog page in Settings > Reading instead of Enfold theme options to check if that helps but it did not. Could you please contact plugin author for more information? We do not have any experience with the plugin unfortunately.
Please also note that we do not provide support for 3rd party plugins but we do not mind taking a quick look :)Best regards,
YigitHey Marcel!
Please add following code to functions.php file in Appearance > Editor
add_filter('avf_title_tag','avia_new_title'); function avia_new_title() { if(is_page(5)){ $title = get_bloginfo('name'); } return $title; }You can also use a plugin such as Yoast to have more control over your page titles.
Regards,
YigitHallo Melanie!
Füge folgenden Code ins Quick CSS Feld ein:
.mfp-img { -webkit-animation: none !important; animation: none !important; }If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum :)
LG!
YigitHi Rabia!
Thank you for contacting us!
Please firstly register to our support forum here – https://kriesi.at/support/register/ and then refer to this post – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/ :)
Best regards,
Yigit -
AuthorPosts
