Forum Replies Created
-
AuthorPosts
-
Hi,
Oh, I see the issue now, I solved with this css in your custom css:#top.page-template-default.page.stretched #socket .container:before { background-image: url(https://residenzeparadiso.com/wp-content/uploads/2018/01/whitebackground.png) !important; background-repeat: repeat; }
I designed it to match the rules for your background image, Please clear your browser cache and check.
Best regards,
MikeHi,
I took a look at both of them in the backend, one had sidebars on, so I changed it to “no sidebars” to match the other, the page width, font family & font size for paragraph text is the same, so no changes need there. The only other difference is one has the image at the top while the other is align right making the text wrap the image, but I thought you must have wanted that, did you?
Please check, if you see any differences please post a screenshot with the difference pointed out so we can investigate further.Best regards,
MikeHi,
I was not sure if you wanted this code to work on all pages or just some, so please try this code in the General Styling > Quick CSS field and advise if you need any adjustments.aside.sidebar.sidebar_right,div.template-page.content {padding-bottom: 0px!important; }
Best regards,
MikeHi,
Glad we could help, we will close this now. Thanks for using EnfoldBest regards,
MikeJanuary 11, 2018 at 8:42 pm in reply to: Hide overlay but display caption in masonry on mobile #896233Hi,
Glad we could help, we will close this now. Thanks for using Enfold.Best regards,
MikeJanuary 11, 2018 at 2:24 pm in reply to: Demo import probelm font-manager.class.php on line 488 #896167Hi,
Thanks for that. Unfortunately was not able to resolve the issue with linking the images that were FTP in. I tried another demo import but that didn’t solve either. In the interest of getting your site up I used the all-in-one-wp-migration plugin to import a clean copy of the Gym Demo. It is working correctly now, please check.Best regards,
MikeHi,
Thank you for sharing your solution, 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,
Please try adding:.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {height: 60px!important;}
Best regards,
MikeJanuary 11, 2018 at 12:29 pm in reply to: Hide overlay but display caption in masonry on mobile #896132Hi,
Sorry, I see you wanted this to hide the title only on a mobile, so I should have added the media query:@media only screen and (max-width: 767px) { .post-456 .av-inner-masonry-content-pos-content {display:none!important;} }
You could add it to the other one if you wish.
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top.home .avia-builder-el-1.av-special-heading.modern-centered { text-align: right!important; }
please see screenshot in Private Content area to ensure I was targeting the correct element
Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.main_color strong.av-related-title {color: #000 !important;}
Best regards,
MikeHey m_reiprich,
You can link to any ID on a page by adding the id to the url. Such as:http://127.0.0.1/#feature-list
To create a menu item, you can add the id in the url box (#feature-list) or the full url with id, as above.
If your site has many page the latter is preferred.Best regards,
MikeJanuary 11, 2018 at 11:23 am in reply to: Disable "Lightbox" in order to prohibit right-click on images #896094Hi,
Thank you for sharing your solution, 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,
Thank you for explaining, please try:#top.page-id-353 .container_wrap_first {background-color: antiquewhite!important; }
Best regards,
MikeJanuary 11, 2018 at 10:32 am in reply to: Demo import probelm font-manager.class.php on line 488 #896076Hi,
@yuyulg Please open a new support request, describing your issue with the url to the page in question so we can take a closer look.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,
MikeJanuary 11, 2018 at 10:20 am in reply to: Hide overlay but display caption in masonry on mobile #896068Hi,
Please try:.post-456 .av-inner-masonry-content-pos-content {display:none!important;}
Best regards,
MikeHi,
Good to hear it is working for you now, shall we close this then?Best regards,
MikeHey topmedialab,
It looks as though your header is now transparent, is this solved?
To center your logo, please try:span.logo {margin-left: 38%;}
Best regards,
MikeJanuary 11, 2018 at 5:03 am in reply to: The server is temporarily unable to service your request due to maintenance down #895970Hey c-vd-p,
Sorry I was not able to reproduce this error, I made a few changes to a few page and saved, the changed back and saved, with no errors.
I notice that not all of the admin options are available, perhaps you have a security plugin?
Did your error happen after updating to WordPress v4.9.1? This was a normal response for this update to happen once. Perhaps the first time didn’t work so WordPress tried again.
Otherwise did you try disabling your plugins?Best regards,
MikeJanuary 11, 2018 at 4:47 am in reply to: Hide overlay but display caption in masonry on mobile #895967Hi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,0)!important; } }
Best regards,
MikeHey jjsabatino,
It seems that you have found a solution already, because when I click home or work the menu stays highlighted.
Is this true?Best regards,
MikeHi,
Please try using a Child Theme so the customizations you make will not be overwritten by an update. For the Remove or fix Ajax search functionality solution that is in this thread, it called for editing the avia.js.
To add the avia.js to your child theme, Create a js folder then place a avia.js file inside. Add this on the child theme’s functions.php:function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );
Please feel free to request – or vote if already requested – adding a settings selector in the next update on Enfold feature request form.
Best regards,
Mike -
AuthorPosts