Forum Replies Created
-
AuthorPosts
-
June 24, 2016 at 8:55 am in reply to: Enfold Child theme. Transferring CSS code and adding new ones #652927
Hi,
Glad to have been of assistance!
Best regards,
JordanHey robertscott,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.special_amp { font-family: initial !important; }
Best regards,
JordanJune 24, 2016 at 8:44 am in reply to: Mobile Header Secondary Menu Font Color is White (invisible) #652922Hey shreinmedia,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){ #header_meta a { color: #000000 !important; } }
Best regards,
JordanHey ShortieD,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.hr-short .hr-inner { border-color: #1C2AB9; }
Best regards,
JordanHey hdpcr,
Could you please provide login details to your site, so that we can have a closer look at the element. You can place the information in the Private Content section of your reply.
Best regards,
JordanHey navindesigns,
Do you want the entire image to show in the background of the footer? The dimensions also depend on the height of the footer. 1500px in width should be good enough but the height is being cut off in the footer.
Let me know exactly how you want the image to be displayed.
Best regards,
JordanHey kilimats,
If you added the custom class “mobile” to the element then try changing the code to this:
/*HIDE ON DESKTOP*/ .mobile {display: none !important;} @media only screen and (max-width: 767px) { /*HIDE ON MOBILE*/ .desktop {display: none !important;} /*SHOW ON MOBIL*/ .mobile {display: block !important;} }
If that doesn’t work then could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Best regards,
JordanHey Wendy,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
margin-top: 35px;
}#header .textwidget {
margin-top: -40px;
}
}Best regards,
JordanHey chrispaes,
Thanks for getting in touch with us!
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
JordanHey amirmolatalab,
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,
JordanJune 24, 2016 at 7:31 am in reply to: Center socket\'s social icons but place them above the copyright info #652898Hi,
Glad to hear it worked! Feel free to reach out to us again on the forum if you need assistance with anything else.
Best regards,
JordanHey insentra,
Thanks for getting in touch with 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,
JordanHi,
Glad to hear that it works! Feel free to reach out to us again if you need assistance with anything else.
Best regards,
JordanHey marcosreal,
Thanks for getting in touch with us!
You can use the Fullscreen slider element and make sure to check “Display a scroll down arrow” – http://i.imgur.com/OhE4FW2.png
Let me know if you need further assistance.
Best regards,
JordanHi,
Using Google Chrome’s developer tools – https://developers.google.com/web/tools/chrome-devtools/?hl=en
Or you can use any other browser and inspect the element to find the id and classes of the elements.
Best regards,
JordanJune 23, 2016 at 6:50 pm in reply to: How to have colour section hide and layerslider display when viewed on mobiles? #652675Hey kieranvyas,
In order to achieve that ; you should give an “id” or “class” to your elements.
See – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Just an example :
Color section (Give a class : desktop)
> Put the elements that you want to show only on desktop
Layer Slider (Give another class : mobile)
> Put other elements that you want to show only on mobileIn the css style :
/*HIDE ON DESKTOP*/ #mobile {display: none !important;} @media only screen and (max-width: 767px) { /*HIDE ON MOBILE*/ #desktop {display: none !important;} /*SHOW ON MOBIL*/ #mobile {display: block !important;} }
Best regards,
JordanHi Kurt,
Glad to hear it worked!
Best regards,
JordanHey CloudChoice,
Thanks for getting in touch with us!
You can use the debug field for the Avia Layout Builder to get the shortcodes for the Color section on a page and insert the code into the post’s default editor – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Or create a draft page and edit a color section how you want and use that code in the posts.
Best regards,
JordanHey ayeshathawani,
Thanks for getting in touch with us!
Please update the theme to the latest version. The latest version is 3.6 and you are currently using 3.0.2.
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area.
Best regards,
JordanHey bradlangan,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-builder-el-33 .av-special-heading-tag { color: #ffffff !important; }
Best regards,
JordanHey sandboxes,
Unable to see the site. Please see screenshot in the private section of what is appearing on the page.
Best regards,
JordanHi,
Glad to hear everything is working great Nathan! Feel free to reach out to us if you need anything else.
Best regards,
JordanJune 22, 2016 at 9:59 pm in reply to: Enfold Child theme. Transferring CSS code and adding new ones #652383Hi,
It is not necessary to add the @import. Once the child theme is installed you can start adding your CSS to the child theme’s stylesheet.
Best regards,
JordanHi Anton,
Unfortunately, I doubt there is a plugin or script that can remove the malware from every PHP file that is in your WordPress installation. Removing the code might have to be done manually.
Best regards,
JordanJune 22, 2016 at 9:28 pm in reply to: Enfold Child theme. Transferring CSS code and adding new ones #652370Hey Harold,
Thanks for getting in touch with us!
If you are planning to do a lot of customization to your site then yes it is convenient to use a child theme. The features and styles from Enfold will still be in place when using the child theme. Here are instructions on creating or setting up the child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
Whatever code you have placed in the Quick CSS can be moved to the child theme’s stylesheet but it is not necessary. Just follow the video and instruction on the link and let us know if you need further information.
Best regards,
JordanHey Muhammad,
Where exactly are the errors being displayed? In the backend or on the frontend? I visited your site using Google Chrome and did not see any error messages.
If you still see the errors, 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,
JordanHi,
You’re welcome Doug! Thanks as well for your kind words and good to know you love the theme and it’s features :)
Best regards,
JordanJune 22, 2016 at 8:15 am in reply to: Identifying individual containers in order to edit css #651965Hey Dzimnikov,
Thanks for getting in touch with us!
Which elements are you trying to add borders to? If they are Avia Layout elements then you can add a custom class to the ones you wish to add the border to following the instructions here – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Let me know how it goes :)
Best regards,
JordanHey Harold,
Thanks for getting in touch with us!
Try the following CSS instead and let me know if it changes the hover color to black:
.social_bookmarks_twitter a:hover { background-color: #000000 !important; }
Best regards,
JordanJune 22, 2016 at 7:41 am in reply to: How to add padding to sticky header without making logo shrink #651954Hey spleeky,
Thanks for getting in touch with us!
The simpler thing to do would be to adjust the height of the logo container a bit. Note also that the logo is shrinking when padding is added because it cannot go up to the other top bar as that is another div.
Please try the following CSS:
.container.av-logo-container { height: 65px !important; }
Let me know if that helps.
Best regards,
Jordan -
AuthorPosts