Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for getting back to me!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
ul.disc, .entry-content-wrapper ul { list-style: none outside !important; }
Best regards,
JordanHey Victor,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanHi,
Sorry about that, I made a mistake.
That should have been #element_avia_1_1 and #element_avia_2_1. I have made the correction for you.
Best regards,
JordanHey pauldevine78,
Could you please also provide login credentials to your site, so that we may take a closer look at the backend.
Best regards,
JordanHey Cihan,
Seems to be working for me. Try clearing your browser’s cache and refreshing the page.
Also you may want to add the property:
backface-visibility: hidden;
Add that to your above code as well and let me know if you need further assistance.
Best regards,
JordanHey Lyse,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
JordanSeptember 29, 2016 at 5:21 pm in reply to: Effect hover on Masonry Gallery and Masonry Portfolio #693259Hi,
Glad we could be of assistance! Feel free to reach out to us again if you need anything else :)
Best regards,
JordanHey natubat,
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,
JordanBom dia Debora,
Você poderia fornecer informações de login FTP.
Saudaçoes,
JordanHi,
I’m not sure I completely follow. What do you mean by put the logo on top of the menu? Do mean you would want the logo placed above the nav menu in a situation like that where it overlaps?
Best regards,
JordanHey Rachel,
Thanks for reaching out to us and sorry for the delayed response.
The sub menu text color is now grey. You may not see the changes until the cached files are cleared in your browser.
Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.
Best regards,
JordanHey Sébastien,
Sorry for the delay in response.
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,
JordanHi,
Glad to see you got it working and thanks for letting us know!
Best regards,
JordanHi,
Thanks for getting back to me.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.hr.hr-custom.hr-left.hr-icon-no { padding-left: 25px; }
Best regards,
JordanHi Dario,
Have you tried the code Yigit provided? The css only hides the cart when it is empty but there is a different class when the cart has something in it which displays the cart again.
Let us know if we are still misunderstanding.
Best regards,
JordanHey pistonluca,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend. Please point us to the portfolio entry as well.
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,
JordanHey 4paintaker,
The database may need to be repaired”, then you need to repair your database.
You can do this by adding the following line in your wp-config.php file. Add it just before ‘That’s all, stop editing! Happy blogging’ line wp-config.php.define('WP_ALLOW_REPAIR', true);
Once you have done that, you can see the settings by visiting this page: http://www.yoursite.com/wp-admin/maint/repair.php
Once you are done repairing and optimizing your database, make sure to remove this from your wp-config.php. Let us know how it goes.
Best regards,
JordanHey Janus,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
Best regards,
JordanBoa tarde,
Abrir config-templatebuilder> avia-shortcodes> testimonials.php, encontrar este código:
if($link) $output .= " – <a class='avia-testimonial-link' target='_blank' href='{$link}'>{$linktext}</a>";
Remover target = ‘_blank ‘.
Saudações,
JordanHi,
Great! Look forward to seeing your request.
Let us know if there is anything else you need assistance with by reaching out on the forum again.
Best regards,
JordanSeptember 29, 2016 at 10:40 am in reply to: Change header color when scroll down on sticky header #693034Hi Tarek,
Thanks for the further explanation.
We need a link to you homepage so that we can inspect the element and assist with the code to make those changes. You can place the link in the private data section.
Best regards,
JordanHey mcraig77,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon { font-size: 50px; }
You will need to add the section class to the code and replace the #top to target only that section’s icon.
Best regards,
JordanHey ttiagoo,
Could you please provide administrator login details to your WordPress dashboard so that we can have a closer look. You can place the information in the private data section.
Best regards,
JordanHi,
Thanks for reaching out to us!
Regarding the overlapping issue, please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
If that does not help, please create a temporary admin login and post it here privately.
Best regards,
JordanHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#element_avia_1_2, #element_avia_2_2 { display: none; }
To change the placeholder text try adding the following to your theme functions (using a Child theme preferably):
<script> document.getElementsByName('avia_0_2')[0].placeholder='new text for email'; </script>
Change new text for email to the text you want.
Best regards,
JordanHi,
Glad to hear it worked :) Feel free to reach out to us again on the forum when you need assist with anything else.
Best regards,
JordanHi,
Thanks for getting back in touch.
The first code you are using already affects the font size on the accordion slider and overrides Yigit’s code. You can remove the latter code and use yours. You may not be seeing the changes because you probably need to clear your browser’s cache but the effect does happen. Currently using your code I have set the font size to 20px on mobile and it is working.
Please check and let me know!
Best regards,
JordanSeptember 29, 2016 at 9:39 am in reply to: Social Media Icon: text-decoration and color change #692990Hey Martin,
Thanks for reaching out to us.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.social_bookmarks a { color: #ffffff !important; text-decoration: none !important; }
Best regards,
JordanHey kristin8,
Thanks for reaching out to us!
What exactly is the issue with the contact form? Are you unable to send emails or you receive no notifications? Could you please please provide a little more detail as to the issue you are experiencing.
Best regards,
JordanSeptember 28, 2016 at 9:53 pm in reply to: Change header color when scroll down on sticky header #692885Hey Tarek,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan -
AuthorPosts