Forum Replies Created
-
AuthorPosts
-
Hi,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul.social_bookmarks:before { content: 'Visit us on…'; float: left; line-height: 30px; font-size: 12px; }Best regards,
YigitHi,
Authentication required. Can you please post logins in private content field?
Best regards,
YigitHey KidLoop,
Maybe you could add widget areas to those sections on your pages and simply adjust widgets in Appearance > Widgets and changes would be applied on all pages. Other than other, i am afraid it would not be easily possible without using templates
Best regards,
YigitHey Luisgasser,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { $lang = pll_current_language('locale'); switch ($lang) { case 'en_US': $logo .= "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; break; case 'fr_FR': $logo .= "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; break; } return $sub; }and change language codes
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-woo-purchase-button form { width: 135px; margin: auto; }Best regards,
YigitHey,
Please update Enfold to the latest version 4.0.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Since LayerSlider is bundled in Enfold, there is no purchase code for it. We include updated version of the slider to Enfold with updates :)
Best regards,
YigitHey Khalid,
Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
YigitHey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.main_menu { padding: 0; }Also, please see – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
YigitHi,
Please try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change themagazineimage size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.Best regards,
YigitHi,
Code was wrong. I corrected it. Please see private content field below for more information
Best regards,
YigitMay 31, 2017 at 9:27 pm in reply to: Remove space between main menu sublevel links and subcategory header #802197Hey Nick,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (min-width: 990px) { #top #header .avia_mega_div > .sub-menu > li > ul { top: -25px; }}Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitMay 31, 2017 at 9:19 pm in reply to: Just Updated to Enfold 4.0.7 – Now Navigation There but Pages all Blank #802194Hey Tony,
Please firstly try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please post FTP logins here privately so we can look further into it
Best regards,
YigitHey MiguelPj,
1- I cannot reproduce the issue on my end. Have you figured it out already? If you would like to remove padding around menu items, please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate .container { padding: 0; }2- Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add a widget area to your header to display your phone number :)
Best regards,
YigitHey,
Please edit your element and then click on the slide image you would like to add caption and go to “caption” tab – http://i.imgur.com/el4skau.png
Best regards,
YigitHey!
Default setting is non-transparent header therefore you would need to edit your pages with transparent header and choose not to display transparency manually
Best regards,
YigitHey hasbeat,
Please change your code to following one
<script>ga('create', 'UA-XXXXXXXX-X', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); </script> <script> var gaProperty = 'UA-XXXXXXX-X'; var disableStr = 'ga-disable-' + gaProperty; if (document.cookie.indexOf(disableStr + '=true') > -1) { window[disableStr] = true; } function gaOptout() { document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStr] = true; } </script>Best regards,
YigitHey Christian,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .logo img { width: 145px; }Best regards,
YigitMay 31, 2017 at 8:05 pm in reply to: how to Change Logo for Logged in users in all frontend pages #802160Hey,
Thanks for contacting us!
Unfortunately, such customization would be out of the scope of our forum however i would like to provide some pointers anyway :)
Please use this plugin – https://wordpress.org/plugins/advanced-custom-fields/ and add custom field to users page where users can upload their logos (you would get URLs) then add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(9) ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/users-logo.png"; } else { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/default-logo.png"; } return $logo; }and customize it to get the field, get user, then check if user uploaded a logo, if so, display that logo, if not, display default logo :)
Best regards,
YigitMay 31, 2017 at 7:41 pm in reply to: How to move the buy button on a product page to the right? #802157Hey DROR,
Please add following code to Quick CSS
.single form.cart .button, .single div form.cart div.quantity { float: right; } .single div form.cart div.quantity { margin: 0 0 5px 3%; } #top form.cart .button { font-size: 18px; }Best regards,
YigitMay 31, 2017 at 7:34 pm in reply to: How to change the color of the dotted line under catalog items #802155Hi,
Glad Sarah could help!
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,
YigitHey Claudia,
Please edit your page and choose not to display transparent header under Layout section – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ :)
Best regards,
YigitHey Christian,
Thanks for contacting us!
Even though the customers would not have an access to the backend, this would be the typical use of a network, which ThemeForest allows with the use of one extended license :)
You can find more information about licenses here – https://themeforest.net/licenses/standard
I hope that was helpful! If you have any other questions, please let us know :)
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,
Please add following code to Quick CSS as well
.cart_dropdown { top: 58%; }Best regards,
YigitHi,
Can you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/?
It does not seem like you have made changes on theme files on your child theme therefore, there should not be any issues.Best regards,
YigitHi,
Login credentials are not working for me. Can you please check them once again? :)
Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.cart_dropdown_first .cart_dropdown_link { font-size: 20px; }Best regards,
YigitHey Krissie,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide your slider on mobile and display another one. That would be easiest way :)
Best regards,
Yigit -
AuthorPosts
