Forum Replies Created

Viewing 30 posts - 2,641 through 2,670 (of 82,588 total)
  • Author
    Posts
  • 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

    in reply to: Login and Registration #1342727

    Hey,

    Thanks for contacting us!

    Are you currently using an eCommerce plugin such as WooCommerce? If so, you can add My Account page to your menu and enable registrations on account page in WooCommerce Settings.

    If you are not using WooCommerce or 3rd party membership plugins, you can use WordPress’ default register and login pages. After enabling membership in Settings > General, you can add registration link to your menu as custom link as following – your-domain.com/wp-login.php?action=register and for login page you can use your-domain.com/wp-login.php

    Best regards,
    Yigit

    in reply to: Enfole eCommerce #1342722

    Hi,

    Yes, we would gladly try to help but due to our policy, we only provide support to our registered users. So please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new thread under Enfold sub forum :)

    Cheers!
    Yigit

    in reply to: Contact form validation error #1342720

    Hi,

    You are welcome and thanks for your feedback :)

    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: Contact form validation error #1342716

    Hey,

    Yes, it will be fixed in upcoming version.

    If you would like to apply the fix, please replace /enfold/config-teCplatebuilder/avia-shortcodes/contact/contact.js file with this one – https://pastebin.com/4xgTwrbv in Appearance > Editor.

    If you would like us to update the file, please create temporary admin logins once again and post them here privately :)

    Cheers!
    Yigit

    in reply to: Pre-sales series #1342713

    Merhabalar,

    Please see private content field below :)

    Best regards,
    Yigit

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

    Hi,

    Your logo covers cart icon so it is not clickable but increasing z-index of cart icon would fix the issue.
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
      z-index: 9;
    }
    

    Regards,
    Yigit

Viewing 30 posts - 2,641 through 2,670 (of 82,588 total)