Forum Replies Created
-
AuthorPosts
-
Hey KK,
1. You have too many plugins we recommend deleting the ones that you don’t use and deactivate the rest for testing purpose.
2. Update the PHP version being used by your hosting server to PHP 7 by getting in touch with your hosting company.
Access your site with FTP or log in to your control panel and access the site via File Manager and perform the below steps:
3. Replace the header.php file in wp-content/themes/enfold folder with an updated version of the header.php file.
4. Access your WordPress site root folder and rename the current .htaccess file to .htaccess.bak. Login to WordPress admin area go to settings > permalinks > select “Post name” and save changes.
5. Define a higher memory limit in WordPress and if possible increasing the memory on the hosting server.
To increase the WordPress memory limit please access wp-config.php file and add the below line
define('WP_MEMORY_LIMIT', '256M');
For a detailed explanation please check this link http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
and you can contact your service provider to increase the memory limit.If none of the above works for you please go ahead and delete the “enfold” folder in wp-content/themes/ and upload a fresh copy of the “enfold” theme files.
Best regards,
VinayHi,
Please go to Enfold > Header > Header Layout > Menu and Logo Position > and select Logo center, menu below.
Best regards,
VinayHi,
Glad you figured this out please feel free to get in touch with us should you need any help.
Best regards,
VinayHey DROR,
Please refer to this link to change the category and archive page style.
Best regards,
VinayHi,
@jgarciamel thanks for sharing the tip.Let us know if you need further help.
Best regards,
VinayHi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VinayHey agentursaelzer,
It appears you already figured this one out? I see the video background on the site and it matches your description. If there is something you are still trying to achieve please upload a screenshot/mockup to imgur.com and share the link here so we can help you better :)
Best regards,
VinayHi,
Have you tried using a grid row element ( Set desired cell size ) and adding a background image to the right sidebar area?
Best regards,
VinayHi,
Would you mind providing a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayHi,
I checked your site and cleared the old JS and CSS files to force generate new ones. I cannot see the errors anywhere on the site. Let us know if you need any further help.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.modal-dialog { margin: 0!important; }
Best regards,
VinayHi,
For technical support please register here kriesi.at/support/register with your item purchase code .
Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
VinayHi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
VinayHi,
Please post your FTP details here so we can have a closer look at this issue.
Best regards,
VinayHi,
It appears you already managed to hide the logo.
If you still require any assistance please check this link to hide the logo.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
Once you add this move your secondary menu 30px or 25px up.
#header_meta { border-bottom: none; min-height: 0; height: 0; } #header_main.container_wrap { border-top: none!important; }
Best regards,
VinayHi,
I have tested the below code in my installation and I assure you it works 100%
First, remove all previous code.
Add the below function to your child theme functions.php
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= '<span>+49 711 656782-17</span>'; return $sub; }
Copy the below code to your style sheet or add it to Quick CSS in Enfold > General Styling
.logo .subtext span { font-weight: 600; z-index: 999; display: inline-block; position: absolute; top: 0; right: -100%; color: red; }
Best regards,
VinayHi,
Glad it’s working for you.
Thank you for using Enfold.
Best regards,
VinayApril 27, 2018 at 6:17 pm in reply to: How Do I: Add an image as a border to the socket footer? #948073Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad we could help :)
Thank you for using Enfold.
Best regards,
VinayHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive .av-burger-menu-main { display: none!important; }}
Best regards,
VinayHey UNID2017,
Please check this link to add the phone number or any text next to the logo.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHi,
Glad this is sorted for you.
Thank you for using Enfold.
Best regards,
VinayHi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
VinayHey Biggy,
I hope you found an answer to your question.
Thank you for contacting us.Best regards,
VinayApril 27, 2018 at 2:35 pm in reply to: 4.3 has broken two of my sites on two different hosts #947968Hey codecreative,
If you are able to access the WP backend
For testing purpose go to Enfold > Performance > and disable JS merging.
Deactivate all caching plugins.
Let us know if that works for you. If not please share the link to your site where we can see the error.
Best regards,
VinayHey comprompt,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.js_active .tab { height: 70px; }
Best regards,
VinayHi,
Thank you for getting in touch with us.
We are having high ticket volume at the moment please be patient and do not bump your ticket, it will push to the bottom.
We need WordPress admin login details to check for the issue.
Meanwhile you can try the easy steps mentioned here to resolve the ALB issue.
Best regards,
VinayHi,
Please do not bump your won ticket it will push the ticket to the bottom of the queue.
I tried to rename the enfold folder but it did not make any difference. It looks like a blank html file is showing instead of the WordPress site.
Did you check your hosting settings? Please get in touch with your hosting company and make sure that the WordPress site is your default site.
Best regards,
Vinay -
AuthorPosts