-
AuthorPosts
-
August 29, 2014 at 6:45 pm #311049
Good Afternoon,
I bought the Enfold theme and I am more than happy of it. However, I realized after few weeks that my new website is slow.
I already called my hosting provider and I am using only 25% of my CPU power.
They told me that it could be due to some Plugins or script mistakes. They told me to contact my theme provider because you master you product.
Best,
Benjamin Laville.
August 29, 2014 at 8:21 pm #311068Hey Benjamin!
Thank you for choosing Enfold!
Please try using a minifying plugin such as this one – https://wordpress.org/plugins/bwp-minify/ and try de-activating all unnecessary pluginsBest regards,
YigitAugust 29, 2014 at 8:39 pm #311071I will do it. Thanks.
I have another question:
In the Enfold “Theme Options”>”Header Layout”>”Extra elements”>”Phone Number or small info text”
I add the phone number but I want to change the size of it and I do not find how to do it. Can you help?
Best,
Benjamin.
August 29, 2014 at 8:42 pm #311072Hi!
Please add following code to Quick CSS in Enfold theme options > General Styling and adjust as needed
.phone-info { font-size: 18px; }
Cheers!
YigitAugust 29, 2014 at 9:16 pm #311081Everything is working just great. Thanks.
I hope I will explain myself clearly on the following:
I wish to add a ‘Portal’ with a ‘login’ and a ‘password’.
I wish to have the portal in the ‘header layout’ of my ‘homepage’, right next to the phone number located in the ‘extra elements’.
My clients should be redirected to a new page.Best,
Ben.
August 29, 2014 at 9:22 pm #311084ps:
How can I centered my phone number .phone-info within the code you gave me?
{
font-size: 18px;
}August 29, 2014 at 9:35 pm #311087Hey Benjamin!
Thank you for choosing Enfold!
Please try using a minifying plugin such as this one – https://wordpress.org/plugins/bwp-minify/ and try de-activating all unnecessary pluginsBest regards,
Yigit
I did download the given plugin above and installed it but my website is not running correctly. I do not know how to explain but I can only see the menu of my website on the left side of it in blue. http://rediant.com/
August 30, 2014 at 4:05 am #311142Hey!
Thank you for the update.
Please add this on functions.php to exclude the custom.css and layout.css when using the BWP minify plugin:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }
This should fix the styling issue. Regarding the login field, you can add html codes on the Phone Number or small info text field.
Cheers!
IsmaelSeptember 2, 2014 at 3:22 pm #312337Hello,
Where is functions.php? I do not know where to had it.
September 2, 2014 at 4:16 pm #312365Hey!
Please go to Appearance > Editor and you will find functions.php file on the right hand side
Regards,
YigitSeptember 2, 2014 at 6:41 pm #312462Still not working.
September 2, 2014 at 9:51 pm #312507Where should I add it precisely. I found the Appearance>Editor>functions.php but after this?
September 2, 2014 at 9:58 pm #312510Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitSeptember 2, 2014 at 10:13 pm #312524I do not mind but how do I create a temporary admin login?
September 2, 2014 at 10:32 pm #312533Hi!
Please go to Users > Add New and create a new user with Administrator role. You can use (Email address hidden if logged out) as email address but please post login credentials here
Regards,
YigitSeptember 3, 2014 at 3:33 pm #312935Is it safe to post the login credential here?
September 3, 2014 at 3:55 pm #312951Hi!
You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to make your post private
Cheers!
YigitSeptember 3, 2014 at 4:04 pm #312959This reply has been marked as private.September 4, 2014 at 3:27 pm #313423This reply has been marked as private.September 4, 2014 at 7:40 pm #313552Hey!
You can read about adding functions to your WordPress theme here: http://codex.wordpress.org/Functions_File_Explained
For more in depth resources on setting up minification plugins the best resource is that plugins documentation.
Best regards,
DevinSeptember 4, 2014 at 10:51 pm #313625This reply has been marked as private.September 4, 2014 at 11:02 pm #313632Nothing was done as far as I know. If you want to use the minifcation plugin and then keep the themes stylesheet from being used you can add the function in this post to your functions.php file: https://kriesi.at/support/topic/website-slowdown/#post-311142
Performance is a huge topic within WordPress as a whole so the best resource is outside of the support forums.
The customization above can be taken care of by a freelance developer but its outside the scope of what we cover in support (https://kriesi.at/support/topic/website-slowdown/#post-311081)
September 4, 2014 at 11:15 pm #313650But in Yigit ask me to create this temporary admin role in order to solve the problem as I do not know were to add this functions within the functions.php.
You can see this post below:
Hi!
Please go to Users > Add New and create a new user with Administrator role. You can use (Email address hidden if logged out) as email address but please post login credentials here
Regards,
YigitSeptember 4, 2014 at 11:43 pm #313660Hey!
Login credentials do not work for me. Please check them once again
Cheers!
YigitSeptember 5, 2014 at 3:36 pm #314075This reply has been marked as private.September 5, 2014 at 3:38 pm #314077Hi!
Are you able to login with these credentials because i still cannot?
Best regards,
YigitSeptember 5, 2014 at 3:46 pm #314084This reply has been marked as private.September 5, 2014 at 3:48 pm #314086This reply has been marked as private.September 5, 2014 at 3:49 pm #314087This reply has been marked as private.September 5, 2014 at 3:52 pm #314089Hey!
I copy&pasted username and password and tried variations but it is not working. Maybe you can try creating more simple username and password.
Just to be clear, I am just going to add the code Ismael posted inside Functions.php file – https://kriesi.at/support/topic/website-slowdown/#post-311142
As Devin mentioned, changes you would like here – https://kriesi.at/support/topic/website-slowdown/#post-311081 would need to be done by a freelance developer.Best regards,
Yigit -
AuthorPosts
- The topic ‘Website Slowdown’ is closed to new replies.