Forum Replies Created
-
AuthorPosts
-
Hi,
I changed your link so it will work properly:<p><a href='javascript:void(0)' id='live-chat'>Send a message to our team and we'll call you back</a></p>
I found the answer on the WP Live Chat Support forum
Best regards,
MikeSeptember 28, 2017 at 2:36 am in reply to: Adding Map plugin shortcode to avia advanced layout page #857789Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 28, 2017 at 2:10 am in reply to: Wrong text color on featured image -> Product Grid #857773Hi,
Looks like your site is in maintenance, we will need to see the element to write code for it. Can you please include a admin login in the private content area so we can help.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
For my example please see this screenshot:
The page ID, which is really a class, targets only this page..page-id-1395
The element id is for only this element on this page, which is the first fullscreen slider on this page, note the zero.
#fullscreen_slider_0
for good measure we will add the element class, which in this case is the first builder element on this page, again note the zero.
.avia-builder-el-0
All together it looks like this:
.page-id-1395 #fullscreen_slider_0.avia-builder-el-0 {your code here}
There is a lot more to learn, like why I left a space between the page ID & the element ID, yet no space between the element ID & the element class, but you can search this on Google :)
Hope this helps.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey nadinedomnink,
Try this code in the General Styling > Quick CSS field:.postid-747 .av-section-bottom-logo {padding-bottom: 50px!important;}
adjust to suit.
Best regards,
MikeSeptember 27, 2017 at 2:39 am in reply to: Wrong text color on featured image -> Product Grid #857225Hey Lvk3,
Your screenshot didn’t work, please reup and include the url to the page in question so we can help.
What color do your want the text?Best regards,
MikeHey cipriana,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .titulos-sliders {line-height: 30px!important; }}
please see screenshot in Private Content area
Best regards,
MikeHey Carolin,
Try this code in the General Styling > Quick CSS field:.page-id-3777 .avia-builder-el-3 .iconbox_icon:hover:before, .page-id-3777 .avia-builder-el-5 .iconbox_icon:hover:before, .page-id-3777 .avia-builder-el-7 .iconbox_icon:hover:before{ color: darkgray; }
Best regards,
MikeSeptember 27, 2017 at 2:11 am in reply to: slider text gets cut off on left when window is resized #857222Hey Carolin,
Please check your settings, it looks like you are using a “negative left”
please see screenshot in Private Content areaBest regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey ladislavhrabal,
Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
MikeSeptember 27, 2017 at 1:45 am in reply to: I love Enfold but cannot upload the theme to new WP site #857216Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey gfieldsend,
How about adding a image to your portfolio page, above your text, and adding this code in the General Styling > Quick CSS field:.template-portfolio .page-thumb {display:none!important;}
This will hide the cropped image that is showing now.
please see screenshots in Private Content area.Best regards,
MikeHey tonydobrevski,
If you look in your developer tools in your browser, while on the site, you will see that each element has a different ID and class, you can target just one element if you like. Combine it with the page_id to be sure that only that one page is effected.Best regards,
MikeHey bobjonesdesigns,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { .av_entry_id_113693 {display:none!important;}}
Best regards,
MikeSeptember 27, 2017 at 12:46 am in reply to: I love Enfold but cannot upload the theme to new WP site #857204Hey Vince,
Look inside that zip file and you’ll find another called enfold.zip that is the one to upload.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 27, 2017 at 12:01 am in reply to: Variation images not showing with featured image on #857185Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I put your code in the code block on the page “test” and it is working, please review and see screenshot in Private Content area.<svg width="1280" height="8vw" version="1.1" class="pin-bottom col12 z10 mask mask-drop" viewBox="0 0 1280 100"> <path d="M1280 0 150 100 0 20l0 80 1280 0z" fill="#f4f7fb"></path> </svg>
Best regards,
MikeHi,
Please try this instead:@media only screen and (max-width: 767px) { .page-id-339 .avia-builder-el-0 ,.page-id-339 .avia-builder-el-1{ display:none!important; }}
Best regards,
MikeSeptember 26, 2017 at 10:58 am in reply to: Variation images not showing with featured image on #856870Hi,
I’m not sure if that plugin is, I would think it is, but this would be a question for the plugin author, try their support site to see how to make it WPML compatible.Best regards,
MikeHi,
1. this will change the current menu item to white text#top #mobile-advanced .current-menu-item .avia-menu-text { color: #fff !important; }
2. Replace Yigit’s code with this, it makes Yigit’s code only work on mobile
@media only screen and (max-width: 767px) { #top #main .avia-section .template-page { padding: 10px; }}
Best regards,
Mike -
AuthorPosts