Forum Replies Created
-
AuthorPosts
-
Hey Rachel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#menu-item-3434 a { background: green; }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,
YigitHi!
Unfortunately JS is not my strongest suit. I will leave the thread open just in case my teammates have an idea but i am afraid you might need to hire a freelance developer for this one :/
Cheers!
YigitHi,
I changed the code to following one
add_action( 'wp_enqueue_scripts', 'wp_change_aviajs', 100 ); function wp_change_aviajs() { wp_deregister_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); }Please review your website now
Best regards,
YigitDecember 20, 2016 at 4:31 pm in reply to: Disable AJAX menu in the header and replace it with the default search function #726636Hey!
Yes, please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu”. Then add following code to Functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form'); function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('.only-mobile-menu-search a').removeAttr('href'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');then go to Appearance > Menus and add a new Custom Link with # for URL and [avia_search] for navigation field
Cheers!
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hey Dara!
You should add your featured image manually using Image element to your posts when creating your posts with ALB. The same goes for Comments and Social Share Buttons elements as well :)
Best regards,
YigitHi,
I edited the last image on your page and gave it a custom CSS class “custom-class” and it does work. Please review your website now.
Best regards,
YigitHey pimmesz,
Which font would you like to use?
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 Nabil,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
YigitHi!
Have you been able to figure it out already?
Your logo shows up fine on my retina macbook pro :)Regards,
YigitDecember 20, 2016 at 4:11 pm in reply to: How to change the phone number in the top menu for a specific page? #726613Hi DROR!
Since phone info field accepts HTML, you can wrap your text into span tag with custom class as following
<span class="usual-text">here is my text</span><span class="unusual-text">This is my other text</span>and then hide/display them on certain pages by adding code block element to those pages
<style> .usual-text { display: none !important; } </style>Cheers!
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hey!
Site currently does not work on Chrome and Firefox as well on my end. Can you please check it once again?
Regards,
YigitHey!
Please refer to post @tylerjmorrison posted above
@tylerjmorrison Thanks! :)Best regards,
YigitHi,
Can you please try adding following code to functions.php file in Appearance > Editor
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );Best regards,
YigitHi,
Please change the code to following one
span.av-hamburger:after { content: 'Menu '; font-size: 20px; float: left; margin-right: 5px; } div.av-burger-overlay-bg { background-color: white; } #top #wrap_all #av-burger-menu-ul li a { color: #999; } span.av-hamburger.is-active:after { opacity: 0; } span.av-hamburger-inner { width: 25px; }Best regards,
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,
YigitDecember 20, 2016 at 3:50 pm in reply to: How to find the ip address from person who filled out form… #726594Hi,
I am afraid that would not be possible for the mails you have already received.
Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
YigitHi,
According to this site – http://downforeveryoneorjustme.com/, your website is currently down. Can you please check it? :)
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 20, 2016 at 3:26 pm in reply to: How can i make enfold affiliate my domain and my license? #726582Merhabalar,
Bu gonderiye goz atmanizda fayda var – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
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,
YigitHi,
I added an API key that @vinay generated and inserted in Enfold theme options. It does work fine now. Please review your website :)
Best regards,
YigitDecember 20, 2016 at 3:11 pm in reply to: Textarea white font #fff with white background #fff #726574Hi,
Glad you figured it out!
Let us know if you have any other questions or issues :)Best regards,
YigitHi,
Can you please elaborate on the issue? It does show up fine on my end. I am on a retina display as well
Best regards,
YigitHi,
You added your products using shortcodes in column elements. You should change the page layout to use WooCommerce options and need to add Product Grid element to your page.
Best regards,
YigitDecember 20, 2016 at 3:04 pm in reply to: How to find the ip address from person who filled out form… #726569Hi,
It is actually. Following is what you need :)
[_remote_ip] - This tag will be replaced by the sender’s client IP address.Is not it? :)
Best regards,
YigitDecember 20, 2016 at 2:47 pm in reply to: How to find the ip address from person who filled out form… #726564Hi Boris!
Please try using a more advance plugin such as Contact Form 7 – https://wordpress.org/plugins/contact-form-7/ and refer to this post – http://contactform7.com/special-mail-tags/
Regards,
YigitHi Kuba!
Thank you for contacting us!
We have forwarded your message to Kriesi. If interested, he will contact you. Please kindly wait to hear from him :)
Also, please note that he is currently very busy working on theme updates so it may take some time :)Regards,
YigitHey Alphons!
Thank you for contacting us!
Please see private content field below
Regards,
Yigit -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts
