Forum Replies Created
-
AuthorPosts
-
May 2, 2017 at 2:29 pm in reply to: How to add Noto Sans TC (Chinese Traditional) to Enfold styling session? #786370
Hi,
@AShinLiu Can you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it?
If you post them here, they will be visible to creator of this thread as well :)Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area_ls' ); function enfold_customization_header_widget_area_ls() { echo iso_list_menu('strtoupper'); }Then you can add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position
#header .widget { left: 50%; padding-top: 0; position: absolute; top: 0; transform: translate(-50%); z-index: 999; }Best regards,
YigitHi,
Not sure if i understood you clearly however when i tried to login to your account using the credentials i provided above, it worked just fine. Please try copying the password then you can change it in your profile.
If that is not what you meant, please elaborate :)
Best regards,
YigitHi,
Yes, you should add the code to functions.php file of your child theme in Appearance > Editor
Let us say you named your classes as “class-name-en” and “class-name-fr”, then you can target each languages as following
.class-name-en .main_menu { display: none; } .class-name-fr .main_menu { display: none; }If you have two languages and only one is RTL, then you can use following as well
.rtl .main_menu { display: none; }Best regards,
YigitHi,
Please see private content field below :)
After logging in, please go to Broadscope sub forum and start a new thread and attach temporary admin logins in private content field :)
Best regards,
YigitHey!
Replied you here – https://kriesi.at/support/topic/login-www-kriesi-atsupport/.
Let us continue there :)Best regards,
YigitMay 2, 2017 at 12:53 am in reply to: Navigation menus-can they be different on desktop and mobile #786053Hi!
You should name desktop menu “main-menu” and mobile menu “main-menu-mobile”. You can of course name them differently but you would need to update the names in the code as well :)
Best regards,
YigitHey Steve,
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or, You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Best regards,
YigitHi!
Please change the ID to “mobile-only” and then your CSS to
@media only screen and (min-width: 990px) { #mobile-only { display: none !important; }}Alternatively, you can enable custom CSS field and give your color section element a custom CSS class – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitHi Mark!
Thanks for contacting us!
The website you are currently working on is running a very old version of the theme. The latest version of the theme is 4.0.5 and updating the theme to the latest version would fix the issue you are having.
You will however need an access to ThemeForest account that was used to purchase the theme to download the latest version of the theme – kriesi.at/documentation/enfold/updating-your-theme-files/
Let us know if you have any other questions :)
Regards,
YigitHi,
I slightly adjusted Mike’s code and it did work fine for me. Can you please try following one
#gradient-section .av-section-color-overlay:before { content: ''; position: absolute!important; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(to bottom right,#007777,#dc4225)!important; opacity: .6!important; }Best regards,
YigitHi,
Sorry for the issues you are having. But please note that even though, this is out of the scope of our support, we still like to help as much as we can :)
You should simply follow the steps here – https://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database and correct the URLs. I changed .com’s to .org’s. You should do the same for other domains too
Best regards,
YigitHey!
Unfortunately it is not possible to add fullwidth elements inside fullwidth elements such as Tab Section element. If you can post a screenshot showing the changes you would like to make, we might be able to provide you a workaround :)
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHi,
Can you please post FTP logins here privately as well? Editor is missing under Appearance tab. I would like to check style.css file of your child theme :)
Best regards,
YigitHi,
I applied the same changes once again and it does load fine now :)
Best regards,
YigitHi,
With the last logins, i can only see database of promised.org and not the others. Can you please provide KAS logins for .com and .de too? :)
Best regards,
YigitHi,
I overwrote wp-includes/functions.php file with a fresh one. Please review your website now and add the code to enfold/functions.php file in Appearance > Editor :)
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitMay 1, 2017 at 6:33 pm in reply to: Avia Layout Builder not working – please help, I'm not a developer #785899Hi,
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitHey Julie,
Which version of the theme are you currently using? Please make sure that you are using the latest version 2.1 – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitHey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top div.woocommerce-message { display: none !important; }If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start a new thread under Enfold sub forum. We only provide support to our registered users :)
Best regards,
YigitHey Alexandre,
Thanks for contacting us!
I, unfortunately, did not understand the issue clearly. Can you please register to our support forum – https://kriesi.at/support/register/, login and elaborate on the issues you are having?
If it will be easier for you to explain, you can post screenshots here. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Best regards,
YigitHi,
Please flush caching and refresh your page a few times. If that too does not help, please create a temporary admin login and post it here private so we can look into it :)
Best regards,
YigitHi,
Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/
Best regards,
YigitHi,
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” as needed :)
Best regards,
YigitMerhabalar,
Rica ederim :)
Baska her hangi bir sorunuz veya sorununuz olursa lutfen tekrardan iletisime gecmekten cekinmeyin!Iyi gunler & iyi calismalar,
YigitMay 1, 2017 at 3:43 pm in reply to: Avia Layout Builder not working – please help, I'm not a developer #785798Hi,
@lauritschristensen Can you please firstly update Enfold to the latest version 4.0.5 – kriesi.at/documentation/enfold/updating-your-theme-files/?
If that does not help, please start a new thread under Enfold sub forum and attach WP admin and FTP logins there privately. When you post them here, they are visible to creator of this thread as well (i edited your post and remove them)Best regards,
Yigit -
AuthorPosts
