Forum Replies Created
-
AuthorPosts
-
Merhabalar,
https://wordpress.org/plugins/wordfence/ kullanmayi deneyebilirsiniz :)
Best regards,
YigitSeptember 6, 2017 at 1:52 am in reply to: Change hover icon and opacity of circle on portfolio item #848422Hi,
1- Code i added changes the icon. Attached a screenshot in private content field.
2- You have following code in Style.css file of your child theme
.avia_transform a:hover .image-overlay { opacity: 0.4 !important; }Please edit it and change opacity level to “1”.
Best regards,
YigitSeptember 6, 2017 at 1:50 am in reply to: Left logo and menu area are exceeding my content and footer length #848419Hi,
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,
@Mousavi76 Please go to Enfold theme options > Demo Import and import needed demo with a single click :)Best regards,
YigitHi,
Catalan language files were missing. They will be included in upcoming Enfold update :)
Best regards,
YigitHi,
@ott-werbeagentur Please use the code as following.html_header_top.html_logo_center .logo { left: auto; right: 0; -webkit-transform: none; -ms-transform: none; transform: none; }Best regards,
YigitSeptember 6, 2017 at 1:46 am in reply to: Getting Shopping Cart Aligned with Hamburger on Mobile #848414Hi,
I changed the code to following one
@media only screen and (max-width: 990px) { #top #header_main #menu-item-shop .cart_dropdown_link { line-height: 80px !important; height: 80px !important; }}Please flush cache and review your website
Best regards,
YigitHi Martin,
Please try changing the code to following one
ins:before { display: none !important; }If that still does not help, please create a temporary admin login and post it here privately so we can look into it.
Best regards,
YigitHey!
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and add whitespace/seperator element to the top of your element and choose to display it only on mobile
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,
YigitMerhabalar,
Kodu dosyaya siz eklemediniz degil mi? Eger siz eklemediyseniz, bir guvenlik eklentisi kurmanizi tavsiye ederiz :)
Best regards,
YigitSeptember 6, 2017 at 1:37 am in reply to: Can I put the map on the contact page somewhere else? #848404Hey Dandelion222!
Please add a column element to your page and place Google Maps element inside it. It will adapt its container size :)
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,
YigitHey Lars,
Thanks for contacting us!
We would like to inform you that we only provide support to our registered users.
You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.
Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)
Best regards,
YigitHi kwanumzen!
You may need to add some additional custom CSS code. Can you please post a link to your website and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Cheers!
YigitSeptember 6, 2017 at 1:33 am in reply to: Force Testimonials on Mobile View to Use Default Grid #848398Hi!
You should create two different elements and choose to display one on desktop and other one on mobile referring to the link i posted :)
Best regards,
YigitHi,
Glad you figured it out! :)
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,
YigitSeptember 5, 2017 at 8:43 pm in reply to: Alternate Method to Change Main Content Area on the Homepage #848321Hey Gail,
Can you please post a screenshot of showing the changes you would like to make and temporary admin logins in private content field? You can upload your screenshots on imgur.com or Dropbox public folder and attach the links here
Best regards,
YigitSeptember 5, 2017 at 8:37 pm in reply to: Force Testimonials on Mobile View to Use Default Grid #848320Hey metrocitygirl,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitSeptember 5, 2017 at 8:04 pm in reply to: Getting Shopping Cart Aligned with Hamburger on Mobile #848311Hey metrocitygirl,
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 (max-width: 990px) { #top #header_main #menu-item-shop .cart_dropdown_link { line-height: 80px; height: 80px; }}Best regards,
YigitSeptember 5, 2017 at 8:01 pm in reply to: Left logo and menu area are exceeding my content and footer length #848306Hey bhotzel,
I added following code to Quick CSS in Enfold theme options > General Styling
#footer { z-index: 501!important; }
and added following to functions.php file in Appearance > Editorfunction av_move_footer(){ ?> <script> jQuery(window).load(function(){ jQuery("#footer").detach().insertAfter('#main') }); </script> <?php } add_action('wp_footer', 'av_move_footer');Please review your website :)
Best regards,
Yigit-
This reply was modified 8 years, 7 months ago by
Yigit.
Hey Lara,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .main_menu ul:first-child > li.active-parent-item > a { color: #005eaa; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
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:
ins:before { display: none; }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 RRau!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Regards,
YigitHi,
Glad you figured it out! :)
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 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 (max-width: 1250px) { .av-burger-menu-main { display: block; } #top .av_mobile_menu_tablet .av-main-nav .menu-item { display: none; }}Best regards,
YigitHi,
You are welcome, glad we could help!
Let us know if you have any other questions!Best regards,
Yigit -
This reply was modified 8 years, 7 months ago by
-
AuthorPosts
