Forum Replies Created
-
AuthorPosts
-
Hi,
Here is an example CSS code
@media only screen and (max-width: 1024px) and (min-width: 769px) { .custom-image { position: relative; top: 40px; } } @media only screen and (max-width: 768px) { .custom-image { position: relative; top: 20px; } }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 :)Regards,
YigitHi,
We were planning to include in this update however possibility to break existing sliders of thousands of users is kind of a risk we cannot take.
Hopefully after new year it will be included :)Best regards,
YigitHallo,
Bitte!
Füge folgenden Code ins Quick CSS Feld ein:.av-main-nav ul { top: 85%; }Best regards,
YigitHi!
You are welcome, glad we could help :)
For your information, latest version of WPML 3.6.2 fixes the issue as well without needing a code :)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 :)Regards,
YigitDecember 14, 2016 at 3:14 am in reply to: Change portfolio breadcrumbs to only display Breadcrumb parent page #724064Hi,
Please try adding following code to Functions.php file in Appearance > Editor
add_filter('avf_title_args', 'fix_single_portfolio_title', 10, 2); function fix_single_portfolio_title($args,$id) { if (is_singular('portfolio') && in_category('team')) { $args['link'] = get_home_url() ."/who-we-are/"; } elseif(is_singular('portfolio') && !in_category('team')){ $args['link'] = get_home_url() ."/work/"; } return $args; }Best regards,
YigitHi Jimmy!
Our devs have fixed the issue on your installation. It was PHP7.1 related. We will release an udpate within few hours :)
Best regards,
YigitHi!
Our devs have fixed the issue. It was PHP7.1 related. We will release an update within few hours :)
Best regards,
YigitHi!
We are aware how frustrating this is for you however we have passed your credentials to our devs already and they are looking at the issue.
Issue seems to be specific to certain configurations.Once we figure out the issue, we will update you on this thread. Please kindly wait to hear from us.
Regards,
YigitHi,
Sorry for the late reply.
It seems like you have figured it out already!
Do you mind sharing your solution? :)Best regards,
YigitDecember 14, 2016 at 2:30 am in reply to: How can I use media queries in Button Content Element to change target URL ? #724056Hi,
Sorry for the late reply!
I believe the issue is in the links. Can you change links to something else just for testing purposes and check if that helps?Best regards,
YigitDecember 14, 2016 at 12:48 am in reply to: After Enfold Update to 3.8.2. the left sidebar menu moved to the buttom! #724047Hi!
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,
YigitHey Chris!
You can simply copy Detroit Hockey Academy line, paste it to following line and adjust it for the additional icon :)
Best regards,
YigitHey!
We have released Enfold 3.8.3 today to fix that issue. Please update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitHey!
Can you please try adding following code to wp-config.php file near top and check if that helps?
define('CONCATENATE_SCRIPTS', false);Cheers!
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
add_filter( 'widget_tag_cloud_args', 'avia_increase_tag_cloud_count' ); function avia_increase_tag_cloud_count($args) { if ( isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag' ){ $args['number'] = 60; } return $args; }Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_main > .container .main_menu ul:first-child > li > a { line-height: 90px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
If that does not help, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
YigitHey ind-image,
I have adjusted the code in Functions.php file and added an additional one. Please review your website now :)
Best regards,
YigitHallo Reinhard,
Füge folgenden Code ins Enfold theme options > General Styling > Quick CSS Feld ein:
#top #header.av_minimal_header .main_menu ul:first-child >li > ul, #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu { border-top: 3px solid orange; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHey!
Please go to files you see in the screenshot below and change the permissions
Best regards,
YigitDecember 13, 2016 at 10:09 pm in reply to: breadcrumb goes to the next line on mobile view and falls out of viewport #724005Hey Esliran,
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: 990px) and (min-width: 481px) { .title_container .breadcrumb { left: 50px; top: 90%; }} @media only screen and (max-width: 480px) { .title_container .main-title { line-height: 30px; margin-bottom: 10px; }}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:
#top #header_main > .container .main_menu ul:first-child > li > a { height: 30px; line-height: 30px; position: relative; top: 75px; } #header_meta .container { top: 30px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitHi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your text block elements above your buttons and give them a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { min-height: 400px; }You would need to adjust the value
Best regards,
YigitHey!
Can you please try adding following code to Quick CSS and check if it helps?
.logo img { -ms-interpolation-mode: bicubic; }Regards,
YigitDecember 13, 2016 at 9:51 pm in reply to: Error fetching content – please reload the page and try again #723992Hi!
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,
YigitHey!
I am afraid no. Because all of those columns should have a unique selector which other columns do not have. Only way of doing that is to edit and to give them a custom CSS class.
Regards,
YigitHi!
Thank you for contacting us!
We sell premium WordPress themes, provide support for our themes. Your example site was made using our Sentence WordPress theme (you can view theme demo here).
However, as Basilis mentioned, we would recommend Enfold.
Currently Enfold theme is the most popular, powerful, flexible and user friendly theme we have ever created therefore we would recommend you that one.
Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.
Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).
Enfold is $60 on ThemeForest and comes with a 6 month support, you can extend it to a year. After purchasing Enfold, you can register to our support forum – https://kriesi.at/support/register/ and start a new thread whenever you have a question or an issue and we will gladly try to help you.
Let us know if you have any other questions :)
Cheers!
YigitHi Kieran!
Thank you for contacting us!
Please refer to this post – https://codex.wordpress.org/Revision_Management or contact your hosting provider and request a recent backup.
You would need a valid purchase to register to our support forum to start new threads regarding the issues you are having. We only provide full support to our registered users.
Let us know if there is anything else we can do to help.
Best regards,
Yigit -
AuthorPosts
