Okay
  Public Ticket #2319267
Directory
Closed

Comments

  • Riccardo started the conversation

    Hi guys! After demo import, this message appeared! How can i fix it?

    Sass Compiling Error/home/boclarkl/ppone.upeoplegroup.it/wp-content/plugins/wp-scss/cache/ "File Permission Error, permission denied. Please make the cache directory writable."
    /home/boclarkl/ppone.upeoplegroup.it/wp-content/plugins/wp-scss/cache/ "File Permission Error, permission denied. Please make the cache directory writable."
    /home/boclarkl/ppone.upeoplegroup.it/wp-content/plugins/wp-scss/cache/ "File Permission Error, permission denied. Please make the cache directory writable."
    
  •  1,634
    Andrey replied

    Hello, Dear Riccardo!

    In order to fix this issue, please create the folder with name "cache" in the plugin's directory: \wp-content\plugins\wp-scss

    Then reload customzier in a browser and change colors.

    Best Regards!

  • Riccardo replied

    Perfect! Done

    What a fast support! Great job

  •  1,634
    Andrey replied

    You are welcome, Dear Ricardo!smile.png

  • Riccardo replied

    ciao! One more question, 

    How can i change this color effect? (attachment)

  •  1,634
    Andrey replied

    Hello, Dear Riccardo!

    You can change this color effect with the following code in Additional Css:

    .icon-box.block-item:before {
        background: -moz-linear-gradient(left, #8073b2 0%, #14bca5 100%);
        background: -webkit-linear-gradient(left, #8073b2 0%, #14bca5 100%);
        background: linear-gradient(to right, #8073b2 0%, #3614bc 100%);
        opacity: 0;
    }
    

    http://prntscr.com/rchxit
    http://prntscr.com/rchy0z

    Best Regards!

  • Riccardo replied

    Perfect as always! 

    I'm sorry to bother you so many times, but i'd like to know one more thing: 

    I've change backround on the main slider( same size just different gradients colors) but the "intercrossed lines" are disappeared. How can I make them reappear again? 

    * Do you guys have the png image of the lines? I really love them 


  •  1,634
    Andrey replied

    Hello, Dear Riccardo!

    If you want to activated the Particle Effect in Slider Revolution, you need have your own Purchase Code. Please, see the screenshots:

    http://prntscr.com/rcj3qo

    http://prntscr.com/rcj43c

    Best Regards!

  • Riccardo replied

    Ciao guys! 

    How can i resize those titles?  (attachment) 

    Also how can i change the bottons colors of the all website ? 

  • Riccardo replied

    Hi guys have you been infected with coronavirus?

  •  1,634
    Andrey replied

    Hello, Dear Riccardo!

    1. If you want to resize the words in this section, you can use the following code:

    #box_wrapper .step-title {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0.2em;
    }

    2. In order to change the button colors, you can use the section Theme Color Scheme in Customizer or use Yellow Pencil plugin. You may download it here: https://drive.google.com/open?id=1QVYd_ztJ_PJVg7uF7D9wa_8vSgdfwrFi

    Also please visit this link in order to understand, how this plugin may change your website: 
    https://www.wpexplorer.com/customize-wordpress-theme-design/

    Best Regards!


  • Riccardo replied

    perfect! Thanks a lot! 


    1) What about the log in botton? how can i leave it from the topline menu. 

    2) Also i need to change the color when i use the fade the text/erase the text effect ( atach)

    3) The same with the menu fade effect 



  •  1,634
    Andrey replied

    Hello, Dear 

    1. Please, put the following code in the Additional CSS:

    In additional CSS:
    .registration__toggle {
        display: none;
    }
    .fa-user:before {
      content: "\f007";
        display: none;
    }
    

    2. In order to set up the color of text, please put the next code in the Additional CSS:

    @media (min-width: 1200px)
    .ls .sf-menu > li > a:hover, .ls .sf-menu > li.active > a {
        color: #100101f2;
    }
    

    Best Regards!