Forum Replies Created
-
AuthorPosts
-
Hi,
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,
JordanHey jackiejackiejackie,
Thanks for reaching out to us!
Your site is password protected so I was unable to view and test this issue on your homepage. Could you please provide access so we can have a closer look.
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:
span.news-thumb.no-news-thumb { display: none; }
Best regards,
JordanHey cpdcngo,
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,
JordanBoa tarde Debora,
Por favor tente o seguinte código CSS. Também estou ainda olhando para o link _blank. Por favor, seja paciente.
.avia-content-slider .slide-meta { display: none !important; } a.more-link { color: #000000; border: none !important; } .html_elegant-blog .avia-content-slider .read-more-link { top: 15px; }
Obrigado,
JordanOctober 7, 2016 at 6:40 am in reply to: Problemas de posición de la Sidebar en portfolio items #696297Hola Daniel,
Por favor puede usted proporcionar datos de acceso a su sitio.
Saludos,
JordanHey mcutini,
Thanks for reaching out to us and sorry for the delay.
Responded to your issue here – https://kriesi.at/support/topic/character-display-error/
Best regards,
JordanHi,
Good to hear you found a workaround! Feel free to reach out to us again on the forum if you need anything else.
Best regards,
JordanOctober 7, 2016 at 6:21 am in reply to: Issues with the WPML plugin after updating to Enfold 3.8 #696288Hey AnineOlsen,
Could you also provide login details to your WordPress dashboard so that we can assist you further.
Best regards,
JordanOctober 7, 2016 at 6:05 am in reply to: Main menu has logo centered, though it's off on mobile #696281Hey Mitchell,
Thanks for reaching out to us!
Trying placing the code you added from the post between the following “{}“, replacing //Place code here in the code below:
@media screen and (min-width: 800px) { //Place code here }
Best regards,
JordanOctober 7, 2016 at 5:58 am in reply to: I Would like to display woo products on author page in 3 column. #696277Hey Hamadi,
Thanks for reaching out to us!
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,
You’re most welcome! Feel free to reach out to us again if you need assistance with anything else.
Best regards,
JordanOctober 7, 2016 at 5:41 am in reply to: Display only Images in Ajax Portfolio and remove the Text #696264Hey skynandi,
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,
JordanHey ilonka78,
That is the best way to add the address and phone number. We can help you with styling by providing some custom CSS. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header_color .container_wrap_meta { background: #ffffff; } .phone-info span { line-height: 1.5em; }
Best regards,
JordanHey mcutini,
Could you please also provide administrator login details to your WordPress dashboard, so that we can have a closer look. Place the details in the private data section of your reply.
Best regards,
JordanHey Guilherme,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .logo { display: none; }
Best regards,
JordanHey Dandelion222,
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 hear it worked!
Best regards,
JordanHey Donnykool,
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:
#header_meta { z-index: 1; } .html_cart_at_menu.html_bottom_nav_header #menu-item-shop { float: right; right: -80px; top: -60px; z-index: 999; }
Best regards,
JordanOctober 4, 2016 at 4:57 pm in reply to: Empty cart after adding product to cart (urgent fix needed) #695143Hi JD,
To find which plugin is causing the conflict please follow these steps:
1. Go to your plugins page > Deactivate all active Plugins
2. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.
3. If the problem appears again, then the last activated plugin is causing the conflict.I know it can be a slightly tedious process but it will help you to find the plugin that causes the issue.
Best regards,
JordanHey DigitalEssence,
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,
JordanOctober 4, 2016 at 8:41 am in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #694923Hi,
Thanks for getting back to us!
Would you mind also providing administrator login details to your WordPress site, so that we can have a closer look. You can place the information in the private data section of your reply.
Please also indicate the color sections that are to be hidden on desktop but shown on mobile and vice versa.
Best regards,
JordanHey Ikyo,
Thanks for reaching out to us!
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,
JordanOctober 4, 2016 at 4:29 am in reply to: How to hide a color section ID#001 on desktop and show ID#002 in its place, and: #694844Hey domainarchitect,
To achieve what you are looking for, you can do this by adding ID’s to your Color Sections in the element options and then show/hide them with CSS:
@media only screen and (min-width: 768px) { #002 { display:block; } #001 { display:none; } } @media only screen and (max-width: 767px) { #002 { display:none; } #001 { display:block; } }
Best regards,
JordanHey Justin,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-main-nav li > a:before { content: '//'; } .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text { border: none !important; } ul.sub-menu li > a:before { display: none; } ul#avia-menu > li:nth-child(1) > a:before { display: none; }
Best regards,
JordanHi,
Glad to hear it’s okay now!
Best regards,
JordanHi,
Thanks for getting back to me!
Go to edit the page on the dashboard and go to the Color Section “About Us” and click the edit icon. Then when the pop up window shows, go to the Section Background tab and change the picture.
This link can also help you:
Best regards,
JordanHi drimmerj,
@Guenni007 is correct. Please try to adjust the anchor in your link, because it is case sensitive.Let us know how it goes.
Best regards,
JordanHey Linda,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.breadcrumb.breadcrumbs.avia-breadcrumbs { display: none; }
Best regards,
JordanHi,
Glad to hear you figured it out! Feel free to reach out to us again if you need anything else.
Best regards,
Jordan -
AuthorPosts