Forum Replies Created
-
AuthorPosts
-
Hey!
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!
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 peernet!
New LayerSlider was breaking existing sliders that is why we had to push it to the next update unfortunately. We are aware that users are waiting for the update however we had to release the update for compatibility issues and LayerSlider integration needs a bit more work. Our dev team is in touch with LayerSlider team.
Thanks for your understanding though! :)
Regards,
YigitHi Beth!
I have adjusted your code a bit in functions.php file. Please review your website now :)
Best regards,
YigitDecember 12, 2016 at 6:20 pm in reply to: Images grayed out on page until I scroll to bottom of page #723277Hey!
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!
We have replied you here – https://kriesi.at/support/topic/advanced-layout-builder-not-working-4/. Let us continue there :)
Regards,
YigitHey!
Please go to Users > Add New and create a new user with Administrator role. You can use (Email address hidden if logged out) as email but please post credentials here privately so any available moderator can look into it.
After we check your site, you can remove that user :)Best regards,
YigitHey!
New LayerSlider was breaking existing sliders that is why we had to push it to the next update unfortunately. We are aware that users are waiting for the update however we had to release the update for compatibility issues and LayerSlider integration needs a bit more work. Our dev team is in touch with LayerSlider team.
Thanks for your understanding though! :)
Best regards,
YigitHey Alex!
Please add your number as following so it would show up highlighted and also it would have click to call function
<a href="tel:0412121212">tel:0412121212</a>Cheers!
YigitDecember 12, 2016 at 5:56 pm in reply to: Images grayed out on page until I scroll to bottom of page #723261Hey reamesr,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_transform .avia-gallery-thumb img { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none; animation: none; opacity: 1; -webkit-transform: scale(1); transform: scale(1); }Best regards,
YigitHi,
Your code is working fine however you are targetting the same element multiple times with different CSS codes. Please make sure to wrap all of them in media queries to apply the codes on certain screen sizes.
If you would like us to look into it for you, please post WP admin logins here privately and elaborate on the changes once again so we can make sure that we are on the same page.
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:
.page-id-51 .flex_column_table.av-equal-height-column-flextable { margin-top: 1px!important; margin-bottom: 1px!important; }Best regards,
YigitHey!
Your code just shows up in footer for some reason. Could you please try creating your form using Contact Form 7?
It should work just fine without needing adjustments :)Cheers!
YigitHi!
You can add Color Section element to your page and insert the elements you would like to display into it :)
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,
YigitDecember 12, 2016 at 5:33 pm in reply to: Error message: " Warning: Illegal string offset 'language_code' in…" #723239Hey Oren!
Please add 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 ); }Regards,
YigitHi!
After enabling custom CSS field ALB elements, please click on the element you would like to edit (in your case it is Video element and Fullscreen slider element) and you will see new “custom CSS” field in the element options :)
Edit: If you would like us to apply the changes for you, please create a temporary admin login and post it here privately
Regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
December 12, 2016 at 3:39 pm in reply to: Fullscreen slider block element which switches Portfolio pages #723192Hi!
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 12, 2016 at 3:39 pm in reply to: Illegal string-warning from config-wpml/config.php #723190Hi!
@tinaberendsohn Please start a new thread 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. Also, please see – http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/Best regards,
YigitHi!
I edited your code block element and gave it a custom CSS class and then added following code to functions.php file
function av_move_cs(){ ?> <script> jQuery(window).load(function(){ jQuery("div.grwf2-wrapper.wf2-embedded").detach().appendTo('.custom-script') }); </script> <?php } add_action('wp_footer', 'av_move_cs');Please review your website now :)
Cheers!
YigitHey!
– Please add both Fullscreen Slider element and Video element to your page
– Enable custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
– Edit your element that you would like to display only on desktop and give it a custom class “only-desktop”
– Edit your element that you would like to display only on mobile and give it a custom class “only-mobile”
– Add following code to Quick CSS in Enfold theme options under General Styling tab@media only screen and (max-width: 990px) { .only-desktop { display: none !important; }} @media only screen and (min-width: 990px) { .only-mobile { display: none !important; }}Best regards,
YigitHi!
First of all please make sure that you are inserting your custom background image in full size and then choose to display it centered and with no repeat – http://imgur.com/a/V1n2s
If that too does not help, please create a temporary admin login and post it here privatelyBest regards,
YigitHey sunshineandwater,
You are currently using an older version of the theme (3.2). Please update Enfold to the latest version 3.8.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
YigitDecember 12, 2016 at 3:08 pm in reply to: Icon list titles cutting off on larger tablet screens #723150Hi,
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 icon list elements and give them a custom CSS class and change the code to following one
@media only screen and (min-width: 768px) and (max-width: 990px) { .your-custom-class .iconlist_title { font-size:15px !important; } .your-custom-class .iconlist_title { font-size:12px !important; }}Best regards,
YigitHi,
I added following code to Functions.php file of your child theme
function av_move_ci(){ ?> <script> jQuery(window).load(function(){ jQuery(".page-id-26 .woocommerce-message").detach().prependTo('#av_section_1 .entry-content-wrapper') }); </script> <?php } add_action('wp_footer', 'av_move_ci');Please review your website now
Best regards,
YigitHey Stephanave34,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.gv-grid.gv-widgets-footer:nth-child(4), .gv-grid.gv-widgets-header:nth-child(2) { display: none; }You can also try adding your shortcode in Text tab of Text Block element :)
Best regards,
YigitHey!
It seems like you have figured it out already!
For future readers, please edit your page and click on “Screen options” on the top right corner and check “Discussion” and then scroll below your content and make sure that you have enabled discussion on your page :)
Best regards,
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
