Forum Replies Created
-
AuthorPosts
-
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
YigitHi neonlights79!
Please add following code to Quick CSS
.entry-content h2.p1, .entry-content h2.p2 { font-size: 18px; }Cheers!
YigitHey Marko!
Can you please login, start a new thread under Enfold sub forum and attach temporary admin logins in private content field, so we can loo into it? :)
Best regards,
YigitP.S.: If you would like to receive replies in German, please let us know so our German speaking moderators can help :)
Hi,
It seems like you have already figured it out? :)
For future readers: Please go to Appearance > Menus, click on your parent menu item and choose not to use it as a mega menuBest regards,
YigitHey Michael9001,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and choose to hide/display certain elements on mobile/desktop :)
Best regards,
YigitJanuary 30, 2017 at 7:29 pm in reply to: Enfold based contact form with anti-spam seems not to work. #740378Hi,
We have informed our devs regarding the issue.
If plugin did not work either that means issue is probably not theme related
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,
YigitHi Liliana!
Thanks for contacting us!
Yes, if you purchase Enfold, you can update it to the latest version 3.8.4 and it will work fine with WordPress 4.7.
And yes, you will receive future updates for free :)Let us know if you have any other questions!
Cheers!
YigitP.S.: If you would like to receive replies in Spanish, please let us know so our Spanish speaking moderators can reply :)
Hey!
Not at all!
You too have a nice day and let us know if you have any other questions or issuesBest regards,
YigitJanuary 30, 2017 at 7:21 pm in reply to: Post Slider Element for Events – display Event Date instead of Post Date? #740369Hi,
@Guenni007 Thanks for your input! :)We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
YigitHey Barnez1,
Login credentials are not working for me. Can you please check them once again?
Maybe you have figured it out already? :)Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-logo-container .social_bookmarks li a { font-size: 24px; }Regards,
YigitHey!
@seremot Can you please start a new thread and attach temporary WP admin logins and FTP logins there in private content field?
If you post them here, they will be visible to creator of this thread as well.Best regards,
YigitHey!
Can you please post FTP logins and WP admin logins here privately?
Edit: Google translated your query, everything is fine as i understood. Glad you figured it out! :)Cheers!
Yigit-
This reply was modified 9 years ago by
Yigit.
Hey!
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 hereBest regards,
YigitJanuary 30, 2017 at 7:03 pm in reply to: Website colours don't match General Styling preview and settings #740354Hi!
It looked something like this – http://i.imgur.com/mwVVtwx.png :)
You are welcome!
Let us know if you have any other questions or issuesCheers!
YigitHi!
I adjusted the code in functions.php file. Please review your website now
Cheers!
YigitJanuary 30, 2017 at 5:54 pm in reply to: Website colours don't match General Styling preview and settings #740325Hey!
“Alternate Background color” for Footer in General Styling was added incorrectly. I fixed it as well. It does seem to work fine now. Please review your website again :)
Regards,
YigitHi!
Please try changing the code to following one
function av_social_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.social_bookmarks li a').attr('target','_blank'); jQuery('.social_bookmarks li a').attr('title','This will open in a new window'); }); </script> <?php } add_action('wp_footer', 'av_social_target');If that too does not help, please post a screenshot and show the changes you would like to make. An example site would work too
Best regards,
YigitHey webWahine,
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,
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,
YigitJanuary 30, 2017 at 5:26 pm in reply to: How to prevent the transparent header on mobile to transform into normal header? #740311Hi,
Glad you figured it out and thank you for sharing your solution!
Please add following code to Functions.php file of your child theme
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );and move modified file inside /js folder
Best regards,
YigitJanuary 30, 2017 at 5:25 pm in reply to: Website colours don't match General Styling preview and settings #740305Hi,
The way you commented in your Quick CSS field was wrong in parent theme. Correct way is following
/* to make form fields full width */I fixed them. Can you please try once again?
Best regards,
YigitHey mcraig77,
Please add the code in private content field into text block element on text tab and then add following code to Quick CSS
.avia_textblock .social_bookmarks li { clear: none!important; } .avia_textblock .social_bookmarks li a { color: orange; }Best regards,
YigitHey!
Please change the code to following one
.apf_transparentblue { position: absolute; bottom: 10px; width: 100%; left: 0; }Cheers!
YigitHi,
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 Semito,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main { border-color: orange; }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:
.apf_transparentblue { position: absolute; bottom: 10px; }Best regards,
YigitHey!
Please coy the file and paste it into enfold-child/woocommerce/cart/ folder on your child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
YigitHey Jihad,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.rtl #mobile-advanced li > a:before, .rtl .html_header_mobile_behavior #mobile-advanced span > a:before, .rtl #mobile-advanced .mega_menu_title:before { left: auto; right: 0; margin-right: 10px; transform: rotate(180deg); } @media only screen and (min-width: 990px) { #top.rtl #header .social_bookmarks li:last-child { border-right: 1px solid #e2e2e2!important; }}Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit -
This reply was modified 9 years ago by
-
AuthorPosts
