Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 82,624 total)
  • Author
    Posts
  • in reply to: Layout issues (past few months) #1343000

    Hey,

    If you have server side cache, please clear it as well. Even though cache is disabled, I usually need to clear dynamic cache on SiteGround for my website in Speed > Caching > Dynamic Cache :)

    Best regards,
    Yigit

    in reply to: Change size of menu links when using side menu bar #1342999

    Hi ODP,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all .all_colors h1 {
      letter-spacing: 5px;
    }
    

    Regards,
    Yigit

    in reply to: Localize Google Fonts #1342998
    in reply to: Load Video after click #1342997

    Hi Jak,

    You can edit your video element and go to Advanced > Privacy Settings and choose to wait for user interaction in “Lazy Load videos” field :)

    Regards,
    Yigit

    in reply to: Mailchimp widget not working #1342995

    Hey,

    We are happy that Ismael could help you out!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Cheers!
    Yigit

    in reply to: child CSS no longer working #1342994

    Hi,

    There were some CSS errors in style.css file of your child theme. I corrected them.
    I attached the old version of your style.css file in private content field. If you would like to comment out a CSS code, you should do so as following

    
    #header { 
    /* background: purple; */
    }

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Enfold theme 4.7.6.3 – how to rebuy it ? #1342992

    Hey,

    Thanks for contacting us!

    Could you please try temporarily disabling Siteground Optimizer and check if that helps? If it does not, please register to our forums – https://kriesi.at/support/register/, login and post temporary FTP and WP admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    in reply to: Renewed support and can't use the forum #1342990

    Hey Robin,

    Please go to https://kriesi.at/support/forum/enfold#new-post and re-validate your purchase code (I shared it in private content field), after that you should be able to start new threads.

    Please let us know if you would like us to validate your purchase code for you but please note, we are going to need to reset your forum password to do so.

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
      font-weight: bold;
    }
    

    Best regards,
    Yigit

    in reply to: Layout issues (past few months) #1342989

    Hi,

    As I mentioned above, the issue is the stylesheet I linked in private content field. It is loaded via CDN and overwrites theme CSS. I thought the only issue was with H2 tagged elements and footer text but if it affects the whole site, you would need to disable it.

    Best regards,
    Yigit

    in reply to: New update – NEW problems !! #1342876

    Hey,

    I am happy that you are happy, Michael :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: New update – NEW problems !! #1342869

    Hi,

    Could you please go to /enfold/config-woocommerce/woocomerce-mod.css file and find following code and change z-index value from “-1” to “1”?

    		.responsive #top .cart_dropdown {
    		position: absolute;
    		top: 50%;
    		margin-top: -23px;
    		z-index: -1;
    		}

    This is the exact change that will be included in upcoming version.

    Best regards,
    Yigit

    in reply to: Border effect for for textbox #1342865

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Blurry logo #1342853

    Hi,

    Please insert the link I shared in private content field into logo field in Enfold theme options. If you would like us to do it for you, please create temporary admin logins and post them here privately :)

    Best regards,
    Yigit

    in reply to: Login and Registration #1342851

    Hey,

    Thanks for contacting us!

    I have replied to your thread here – https://kriesi.at/support/topic/login-and-registration/. If you would like to follow up, please reply to that thread :)

    Best regards,
    Yigit

    Hi Nik,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Cannot update Enfold on website #1342761

    Hey,

    Thanks for contacting us!

    1- There could be an error with your personal token. You can install Envato market plugin – https://www.envato.com/lp/market-plugin/ and insert your personal token there to check if throws any errors.

    2- No, the process you take is correct and should update the theme.

    3- I think an issue with your personal token is preventing auto update. As I mentioned in #1, Envato Market plugin would throw an error if that is the case. We can update the theme for you as well. If you would like us to do so, please post FTP and WP admin logins here privately :)

    Best regards,
    Yigit

    in reply to: Thumbnail size LATEST NEWS widget #1342760

    Hi,


    @Guenni007
    Thanks for your help :)

    Best regards,
    Yigit

    in reply to: Layout issues (past few months) #1342759

    Hi,

    You can use following code to set H2 font size to 22px

    #top #wrap_all .all_colors h2 {
      font-size: 22px;
    }

    I still see it in correct size but if you do not see it after adding the code, you could try adding !important rule as following

    #top #wrap_all .all_colors h2 {
      font-size: 22px !important;
    }

    Best regards,
    Yigit

    in reply to: Layout issues (past few months) #1342749

    Hi,

    H2 size is still correct on my end but the code I added for footer seems to be removed from Quick CSS field. Please add following code to bottom of Quick CSS field

    #footer p { color: #ddd !important; }

    Best regards,
    Yigit

    in reply to: Font responsiveness issues #1342746

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Layout issues (past few months) #1342744

    Hey,

    Thanks for contacting us!

    Additional styles are loaded via CDN and those seem to overwrite theme options. I added following code to bottom of Enfold theme options > General Styling > Quick CSS field to fix footer color issue

    #footer p { color: #ddd !important; }

    and edited H2 tagged elements in Enfold theme options > Advanced Styling and set it to 22px.

    Please review your website :)

    Regards,
    Yigit

    in reply to: Thumbnail size LATEST NEWS widget #1342743

    Hey,

    Thanks for contacting us!

    Please use this plugin – https://wordpress.org/plugins/simple-image-sizes/ and increase the image size of “widget” which is 36x36px by default. Please do not forget to regenerate thumbnails after changing them.

    Best regards,
    Yigit

    in reply to: Feature Request #1342742

    Hey,

    Thanks for contacting us!

    I have forwarded your request to our devs and added this thread as reference. We will update you on this thread :)

    Best regards,
    Yigit

    in reply to: Font responsiveness issues #1342741

    Hey,

    Could you please try adding !important rule and check if that helps?

    @media only screen and (max-width: 990px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 26px !important; }
    }
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 22px !important; }
    }
    @media only screen and (max-width: 480px) { 
    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1 { font-size: 18px !important; } 
    }

    Cheers!
    Yigit

    in reply to: New update – NEW problems !! #1342738

    Hey,

    No worries :)

    How could we reproduce the issue? You seem to be using the latest version of the theme so if it was one of the addressed issues, it should have been fixed on your installation. Have you tried de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    in reply to: Coloursection colour is not shown #1342736

    Hi,

    You are welcome :)

    Best regards,
    Yigit

    in reply to: Coloursection colour is not shown #1342733

    Hi Rixi,

    For your information, our devs have fixed the issue and it will be included in upcoming version :)

    Best regards,
    Yigit

    in reply to: New update – NEW problems !! #1342731

    Hey,

    I have reported the z-index issue to our devs and it will be fixed in upcoming version however the code I provided should not affect grid row. There could be an error in your custom CSS code. You can use this website – http://csslint.net/ to check if that is the case :)

    Regards,
    Yigit

    in reply to: Menu items do not fit on the screen #1342730

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 :)

    Regards,
    Yigit

    in reply to: Enfole eCommerce #1342728

    Hi,

    Thanks! I just replied to your thread. Let us continue there :)

    Best regards,
    Yigit

Viewing 30 posts - 2,671 through 2,700 (of 82,624 total)