Forum Replies Created
-
AuthorPosts
-
January 6, 2018 at 1:07 am in reply to: Demo import probelm font-manager.class.php on line 488 #893913
Hi,
If I understand your question, typically you will lose your setting from one demo by importing another demo. Demos were designed to be a starting point to build on. Installing a new demo will not “reset” your site, but will make changes that will effect your layout.
If you are having issues installing to Gym Demo, I have had success helping others with difficult servers by installing a clean version on my localhost and exporting with all-in-one-wp-migration for them to import. This will “reset” your site, you will lose everything.
Let me know if you want to try this.So if you are first using Gym Demo, and then add Shop Demo there will be some changes. Please explain why you would like to do this as we might be able to help with a different solution.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJanuary 6, 2018 at 12:30 am in reply to: Blog Post Content Element – How to change the H1 tag to upper/lower case #893901Hi,
Ok, I have a Android, and the width is working good there, so I will ask a team member with a iPhone to review.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend and adjust the code.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeJanuary 6, 2018 at 12:00 am in reply to: Transparent header + colored section makes content invisible #893897Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Sorry, for a div inside a div the solution requires width dependent. Here is another example:@media only screen and (max-width: 767px) { .breadcrumb.breadcrumbs.avia-breadcrumbs { margin: 0 auto!important; width: 75%!important; } }
Here is a good article about the subject: The complete guide to centering a divBest regards,
MikeHi,
Ok, I understand now, sorry for the misunderstanding.
I have removed the code in the General Styling > Quick CSS field.
The simple solution for what you want to do, change the font for the underline tag, is to add this code in the General Styling > Quick CSS field:#top .all_colors u { font-family: 'riposteregular'!important; }
Your custom font will not be available in the Enfold Theme Options > Advanced Styling, to have a font show there it must be a Google Font. To use a Google Font in the Advanced Styling please read this.Best regards,
MikeJanuary 5, 2018 at 11:07 am in reply to: Transparent header + colored section makes content invisible #893671Hi,
Thank you for creating this test and for the debug code. When I tested on a clean install I could not reproduce the error.
I investigated your page further and found you have this css hiding the page:/* hide breadcrumb on home */ #main > div:first-child { display: none; }
but I don't have access to your child theme css to investigate further to see why it is triggered for header transparency.
Please check.Best regards,
MikeHi,
Please Try adding this code to the end of your functions.php file in Appearance > Editor:add_theme_support('avia_template_builder_custom_css');
this will allow you to add a custom class to your buttons.
then add this class to your css, for example the screenshot shows “bigbutton” as the class:.flex_cell_inner .bigbutton .avia-button.avia-button-fullwidth { background: transparent !important; } .avia-button-wrap.avia-button-center.bigbutton a{ height: 400px; }
When editing functions.php you should use the child theme, Read about it & Get it here
Best regards,
MikeHi,
To confine to the blog page please add “.page-id-25” to the code:.page-id-25 aside.sidebar.sidebar_right {display:none!important;} .page-id-25 main.template-page.content {width: 100%!important; border-right-style: none!important; }
Best regards,
MikeJanuary 5, 2018 at 3:53 am in reply to: Blog Post Content Element – How to change the H1 tag to upper/lower case #893545Hi,
If you are happy with with your “none” setting, then use this code in the General Styling > Quick CSS field for the widgets:.widgettitle { text-transform: none!important; }
Best regards,
MikeHi,
Oh it’s getting cut off on the edge, I thought it was the bottom.
Please try changing the iframe width & height back to 100% because I don’t think vw & vh will work directly, then try this css:div.track iframe { width: 80vw!important; height: 50vh!important; }
by changing the width down it should fit on your screen. What phone & browser are you using?
Best regards,
MikeHi,
Try this instead:@media only screen and (max-width: 767px) { #header.header_color.av_header_transparency #header_main { background-color: #fff)!important; }} @media only screen and (min-width: 768px) { #header.header_color.av_header_transparency #header_main { background-color: rgba(232, 188, 84, 0.5)!important; } .page-id-85 #header_main { background-color: #fff !important; }}
Best regards,
MikeHi,
That’s a tricky one, how about using this code instead:@media only screen and (min-width: 990px) { #header_meta {z-index: 0 !important; }}
it makes the header look a little bigger, but it may not be noticeable.
Best regards,
MikeHi,
I enabled your right sidebar on your blog and hide it with this code in your General Styling > Quick CSS field:aside.sidebar.sidebar_right {display:none!important;} main.template-page.content {width: 100%!important; border-right-style: none!important; }
It seems to be working well, please check.
Best regards,
MikeHi,
Sorry they are not. But you could use a plugin such as WP Mail Logging or Contact Form EmailBest regards,
MikeHi,
I didn’t see this on your site main, unless you have a staging site. Please see screenshot in Private Content area and the url.Best regards,
MikeHi,
I also was redirected, please let us know when the site is back up.Best regards,
MikeHey accurIT,
Try this css at the bottom of your custom css:#header.header_color.av_header_transparency #header_main { background-color: rgba(232, 188, 84, 0.5)!important; } .page-id-85 #header_main { background-color: #fff !important; }
The idea is that the top part of the code has a stronger value when the page is not scrolled, and the bottom part of the code does when the page is scrolled. Please try to remove your original colored custom code and Please clear any cache plugin and your browser cache.
Best regards,
MikeHey Sal,
Try this code in the General Styling > Quick CSS field:span.logo { top: -40px !important; }
Best regards,
MikeJanuary 5, 2018 at 1:32 am in reply to: Demo import probelm font-manager.class.php on line 488 #893511Hey goldsvk,
Try to go to Enfold > Import/Export > Iconfont Manager then remove flaticon-sports
You can then download the icon file from the link in the Private Content area and re-import in the Import/Export > Iconfont ManagerBest regards,
MikeHey Kevinmve,
Please try changing the height from 100% to 230px like this:<iframe src="https://track.mtnvly.com/cgi-bin/wbprotrk?=&button=TRACE" width="100%" height="230px" >
Best regards,
MikeHi,
Please go to Appearance > Widgets and create a new widget area and then go to Appearance > Editor and edit functions.php file and add following codeadd_action('ava_before_footer','avia_above_footer'); function avia_above_footer(){ dynamic_sidebar( 'abovefooter' ); }
replace “abovefooter” with the name of your newly created widget area
Best regards,
MikeHi,
That would require quite a bit of customization, but I did think of a way to move the socket up some so the sorting bar could rest under it:footer#socket { margin-bottom: 70px !important; }
Best regards,
MikeHi,
I changed your image to fixed from parallax, because at mobile view the image was behind the header with the background set to contain. For laptop to desktop view I set the image to cover so it would fill the screen. For mobile & tablet view I moved the special heading up to mid screen, as it was below the image.
This is the code I added to the General Styling > Quick CSS field to do all of this:#home-screen { background-size: contain !important; } @media only screen and (min-width: 1130px) { #home-screen { background-size: cover !important; } } @media only screen and (min-width: 460px) and (max-width: 546px) { #top.home .avia-builder-el-1 { margin-top: -50%; } } @media only screen and (max-width: 459px) { #top.home .avia-builder-el-1 { margin-top: -90%; } }
Please clear your browser cache and check.
Best regards,
MikeJanuary 5, 2018 at 12:10 am in reply to: change font, font size, font color on tab section layout element #893495Hi,
What color, size & font do you want it to be? Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHi,
Good news, so “riposteregular” is all set?
Yet I don’t see a pre-packaged tgat2 or tgat2 as a new installed font in your custom css.
Please advise.Best regards,
MikeJanuary 4, 2018 at 10:10 pm in reply to: Menu not central and extra space to the right of website #893435 -
AuthorPosts