Viewing 30 posts - 1 through 30 (of 37 total)
  • Author
    Posts
  • #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.

    #311068

    Hey 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 plugins

    Best regards,
    Yigit

    #311071

    I 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.

    #311072

    Hi!

    Please add following code to Quick CSS in Enfold theme options > General Styling and adjust as needed

    .phone-info {
    font-size: 18px;
    }

    Cheers!
    Yigit

    #311081

    Everything 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.

    #311084

    ps:

    How can I centered my phone number .phone-info within the code you gave me?
    {
    font-size: 18px;
    }

    #311087

    Hey 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 plugins

    Best 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/

    #311142

    Hey!

    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!
    Ismael

    #312337

    Hello,

    Where is functions.php? I do not know where to had it.

    #312365

    Hey!

    Please go to Appearance > Editor and you will find functions.php file on the right hand side

    Regards,
    Yigit

    #312462

    Still not working.

    #312507

    Where should I add it precisely. I found the Appearance>Editor>functions.php but after this?

    #312510

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #312524

    I do not mind but how do I create a temporary admin login?

    #312533

    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,
    Yigit

    #312935

    Is it safe to post the login credential here?

    #312951

    Hi!

    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!
    Yigit

    #312959
    This reply has been marked as private.
    #313423
    This reply has been marked as private.
    #313552

    Hey!

    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,
    Devin

    #313625
    This reply has been marked as private.
    #313632

    Nothing 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)

    #313650

    But 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,
    Yigit

    #313660

    Hey!

    Login credentials do not work for me. Please check them once again

    Cheers!
    Yigit

    #314075
    This reply has been marked as private.
    #314077

    Hi!

    Are you able to login with these credentials because i still cannot?

    Best regards,
    Yigit

    #314084
    This reply has been marked as private.
    #314086
    This reply has been marked as private.
    #314087
    This reply has been marked as private.
    #314089

    Hey!

    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

Viewing 30 posts - 1 through 30 (of 37 total)
  • The topic ‘Website Slowdown’ is closed to new replies.