Forum Replies Created
-
AuthorPosts
-
Hi,
It is just not working for me, i am really not sure why.
Can you please post the content of your functions.php file here using http://pastebin.com/? So we can edit it and send you link so you can replace the content.Best regards,
YigitHi,
Sorry for the late reply! We were working on theme updates.
We have released Enfold 3.8.3 and we have added an option for grid cells to set height to 100%, 75%. 50% and 25% instead of the previous px based values only. Now you can make the layout you would like to replicate easier.
Please update Enfold to the latest version 3.8.3 – kriesi.at/documentation/enfold/updating-your-theme-files/ then we can continue :)Best regards,
YigitDecember 13, 2016 at 4:14 pm in reply to: After Enfold Update to 3.8.2. the left sidebar menu moved to the buttom! #723778Hey!
We have just released Enfold 3.8.3 to fix the issue. Can you please update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitDecember 13, 2016 at 4:14 pm in reply to: Saved Avia Layout "Templates (Vorlagen)" don't load anymore…… #723777Hey!
We have just released Enfold 3.8.3 to fix this issue. Please update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitHey LindaSherman,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file to remove border:
.sidebar,.content { border: none !important; }Please firstly update Enfold to the latest version 3.8.3 – kriesi.at/documentation/enfold/updating-your-theme-files/
Then you can edit your H1 tags that you have added manually and give them a custom CSS class and target them as following
h1.your-custom-class { color: orange; font-size: 20px; }If that was not what you meant, please elaborate once again and post screenshots here using imgur.com or Dropbox public folder. The link you posted above is very detailed and thanks a lot for that however it got me confused
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sidebar, .content { border: none!important; }Best regards,
YigitHey!
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 :)Regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) { .title_container .main-title { line-height: 30px; margin-bottom: 10px; }} @media only screen and (max-width: 990px) and (min-width: 481px) { .title_container .breadcrumb { left: 50px; top: 90%; }}Best regards,
YigitHey!
Thanks for the feedback everyone! Our devs have corrected the issue. We will release a minor update within an hour or so :)
Cheers!
YigitHi!
Please start a new thread under Enfold sub forum and attach temporary admin logins in private content field. If you post them here, they will be visible to creator of this thread as well
Regards,
YigitHey billysbuddies,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitDecember 13, 2016 at 3:03 pm in reply to: After Enfold Update to 3.8.2. the left sidebar menu moved to the buttom! #723738Hi!
Could you please post FTP logins here privately as well. You are having “template loading” issue as well. We would like to pass your credentials to our devs so they can look into it.
Regards,
YigitHey!
Not at all!
Let us know if you have any other questions and enjoy the rest of your day :)Cheers!
YigitDecember 13, 2016 at 2:57 pm in reply to: After Enfold Update to 3.8.2. the left sidebar menu moved to the buttom! #723730Hey Max,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitHi Daniel
Please try adding following code to Functions.php file in Appearance > Editor
/** * This fixes the issue with truncated links in Enfold theme with WPML 3.6.0 * WARNING: ILLEGAL STRING OFFSET 'LANGUAGE_CODE' IN …\WP-CONTENT\THEMES\ENFOLD\CONFIG-WPML\CONFIG.PHP ON LINE (number of line) */ add_action( 'init', 'wpmlcore_3776_temporary_fix' ); function WPMLcore_3776_temporary_fix() { remove_filter( 'WPML_filter_link','avia_change_wpml_home_link', 10 ); }Best regards,
YigitDecember 13, 2016 at 2:31 pm in reply to: How to make enfold-social-share-buttons availabe for other custom post types #723717Hi Marcus!
You mentioned you need further assistance. How can we help? :)
Best regards,
YigitHi,
I changed the API key to a one @vinay generated and it is working fine now. Please review your website :)
Best regards,
YigitHi Loretta!
Thank you for contacting us!
Licenses do not expire. You can simply login on ThemeForest with the account you used to purchase our theme and go to downloads section to find your purchase code to register to our forum – https://kriesi.at/support/register/
I have checked our database, there is no user registered with your email :)
Let us know if you have any other questions!
Regards,
YigitHi!
Can you please elaborate on the changes you would like to make?
Also, we may need temporary admin logins so please post them here privately if you do not mind.Cheers!
YigitHi,
Can you please temporarily switch to one of the default themes and try inserting your code and check if the same issue happens?
Best regards,
YigitHi,
You can alternatively wrap your number in a span with custom class as following
<span class="my-number">+1 902320910290</span>and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-number { font-weight: bold; font-color: orange; }Best regards,
YigitHey mmheather!
You had a closing curly bracket missing in your Quick CSS field. I added it. Please flush browser cache and review your website.
Cheers!
YigitHi Tim!
Please copy layout.css file into your child theme into a /css/ folder, apply the changes and then add following code to functions.php file of your child theme
add_action( 'wp_enqueue_scripts', 'wp_change_layoutcss', 20 ); function wp_change_layoutcss() { wp_dequeue_style( 'avia-layout' ); wp_enqueue_style( 'avia-layout-child', get_stylesheet_directory_uri().'/css/layout.css' ); }Regards,
YigitHey!
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 :)Regards,
YigitHi,
It seems like you figured it out already? :)
For future readers, please create a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and then copy enfold/comments.php file to your child theme and find
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";and change it as needed
Best regards,
YigitHey Luc,
It works fine on my end. Can you please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitHi,
Please refer to this post – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ :)
@crtdude Thanks for your help :)Best regards,
YigitHey Alexander!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.iconlist_title { padding-bottom: 2px; }Best regards,
YigitHey!
Sorry for the late reply!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: black; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit -
AuthorPosts
