Forum Replies Created
-
AuthorPosts
-
Hey Elisa,
Can you please elaborate on the issue? Icons show up fine on my end.
Also, please see – http://kriesi.at/documentation/enfold/custom-social-icons/Best regards,
YigitDecember 14, 2016 at 5:39 pm in reply to: How to display a "ship to a different address?" on the checkout page ? #724395Hey mika2000!
Please go to WooCommerce > Settings > Shipping > Shipping Options and check “Default to customer shipping address” in shipping destination
Cheers!
YigitHi Chris!
This issues are LayerSlider related. We have not been able to update the integrated LayerSlider to the latest version just yet but we will soon and i believe errors will be gone :)
Regards,
YigitHi Sylvana,
Would you like to display page title below logo?
If so, please add following code to Functions.php file in Appearance > Editoradd_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_the_title(); return $sub; }Best regards,
YigitHey Eleina_Shinn!
Can you please post FTP logins and WP admin logins here privately so we can look into it?
Regards,
YigitHey ind-image!
Which version of Enfold have you tested?
We have released Enfold 3.8.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ which fixes the issues caused by PHP7.1Cheers!
YigitHi jimbeamkentucky!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” and make sure to check “Apply only to mouse hover state”
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 slider and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General styling tab
.your-custom-class .avia-slideshow-button:nth-child(3) { background: orange; } .your-custom-class .avia-slideshow-button:nth-child(4) { background: red; }Best regards,
YigitHey newpappa,
We have replied you here – https://kriesi.at/support/topic/how-can-i-use-media-queries-in-button-content-element-to-change-target-url/#post-724056
Let us continue there.Best regards,
YigitHey!
Please go to Appearance > Menus and create a new menu and add two new Custom Links and insert your images using HTML and then check “Enfold secondary menu” under Menu Settings and then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu in top bar on the right
Best regards,
YigitHi,
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
YigitHey!
Please add the code to functions.php file and not functions-enfold.php file. They are two different files.
If that still does not help, please create a temporary admin login and post it here privately.Cheers!
YigitHey!
1- Please try using a plugin such as Yoast for your sitemap and refer to this post – https://kb.yoast.com/kb/enable-xml-sitemaps-in-the-wordpress-seo-plugin/
2- I uploaded your logo once again in full size. Please review your website now :)
Best regards,
YigitHi,
Can you please post a link to your website?
Also, please make sure that you are using the latest version of Enfold which is currently 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
We have added an option for the fullwidth slider to set a minimum height for smaller devicesBest regards,
YigitHi,
I added following code to style.css file of your child theme
.tab.active_tab .avia-menu-fx { opacity: 1 !important; visibility: visible !important; bottom: 0; } .active_tab .avia-arrow-wrap { opacity: 1; visibility: visible; display: block; }and following one to functions.php file
function add_tab_fx(){ ?> <script> jQuery(window).load(function(){ jQuery('.tab').append('<span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span>'); }); </script> <?php } add_action('wp_footer', 'add_tab_fx');Please review your website now
Best regards,
YigitHey Jon Erik,
Please refer to this post – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Adding your anchor links as “#my-anchor” in Appearance > Menus to your Norwegian menu should work fine :)Best regards,
YigitHi!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” and decrease font size :)
Cheers!
YigitHey!
That was because you had extra /* in your footer.php file. I removed it but that did not help.
Have you made any changes regarding loading scripts in footer?Regards,
YigitHallo!
In that case, please use following code
.av-main-nav ul { width: 250px; }Best regards,
YigitHi,
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” hover state and set their color to “#999999” :)
We need to login to your site to check why style.css is not working. If you do not mind, please post temporary admin logins here privately
Best regards,
YigitHey HannaVogt,
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) { strong.heading.avia-animated-number-title { font-size: 30px!important; }}Best regards,
YigitHey rudelabs,
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,
YigitHey Matt!
Can you please update Enfold to the latest version 3.8.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/?
There was a PHP7.1 related issue and we fixed it with this update.Best regards,
YigitHey!
Have you tried contacting their support team? They should have better insight on what could be causing the issue
Cheers!
YigitHey!
Please try adding following code to functions.php file in Appearance > Editor
function avia_turn_off_detection(){ echo ''; } add_action('wp_head', 'avia_turn_off_detection');Regards,
YigitHi,
Please try adding following code to Functions.php file
function avia_custom_cardo_font() { wp_enqueue_style( 'Lato font', 'https://fonts.googleapis.com/css?family=Cardo' ); } add_action( 'wp_enqueue_scripts', 'avia_custom_cardo_font' );Then following code should work
#top .cardo { font-family: "Cardo"!important; }If that too does not help, please create a temporary admin login and post it here privately
Best regards,
YigitHi,
Sorry for the late reply Alexander.
We have been debugging issues for theme updates.
Have you tried using this plugin – https://wordpress.org/plugins/getresponse-integration/?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,
YigitDecember 14, 2016 at 2:55 pm in reply to: Change portfolio breadcrumbs to only display Breadcrumb parent page #724285Hi,
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,
Yigit -
AuthorPosts
