Forum Replies Created
-
AuthorPosts
-
Hey gretabeneforti,
When I test I find the Chrome & Firefox goes to the anchor correctly, but Edge goes to the bottom of the page. One option to correcting this would be to try a plugin such as: Hash Link Scroll Offset or Page scroll to id
Another option would be to add an offset to the anchor, first add a class to the anchor like this:<a class="anchor" name="duetre"></a>then add this code in the General Styling > Quick CSS field:
.anchor { display: block!important; height: 100px!important; margin-top: -100px!important; visibility: hidden; }The advantage to using a plugin is that they add a js script that controls the offset across different browsers more efficiently.
Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('wp_footer', 'no_post_scroll'); function no_post_scroll() { if ( is_single()) { echo '<style> html, body { overflow: hidden; } </style>'; } }this will check that it is a single post page, and apply the css.
Best regards,
MikeHey AstridHaveman,
I see your webhost has PHP v5.4 installed, please ask to have PHP v7 installed.
The link to v4.2.4 is in the Private Content area.Best regards,
MikeHi,
@Keith
I applied the above fix by Ismael and it seems to have solved your issue, please check.Best regards,
MikeHey YCreative,
Please include ftp access in the Private Content area.Best regards,
MikeHey KelseyCurran,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeMarch 8, 2018 at 6:25 am in reply to: Contact Form Change font color and add padding to the right #923567Hey LindaK816,
I believe the code you are looking for is:.page-id-3249 .avia-builder-el-8 { padding-right: 60px; }Let us know if this helps.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I added this code in the General Styling > Quick CSS field:#top.home .main_color.container_wrap .container { background-image: url('https://Your_Site.com/wp-content/uploads/2018/03/Au-Taurus-1.jpg'); background-size: cover; background-repeat: no-repeat; }If you wish to remove the blue background around your login form, please remove the color from your column.
Please clear your browser cache and check.Best regards,
MikeMarch 8, 2018 at 5:12 am in reply to: Combo of Color Section and Advanced Layerslider won't work #923541Hi,
Sorry, but I’m not sure of the difference between your “design” and “current” images above, can you please explain a little more.Best regards,
MikeHey Jason,
Do you mean that you tried creating a new product with the advanced layout builder and when you view it, it is blank?
Can you please include a admin login in the private content area, and the url to your test product, so we can take a closer look.Best regards,
MikeHey clbdcnpafe,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey Petrucci86,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey maximusmarine,
We could assist with some css if you share the link to the background image you want to use that is hosted on your site, yet there are many plugins for customizing your login page available, that would be easy for you to use, such as Admin Custom LoginBest regards,
MikeHi,
Glad Yigit was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I added some classes to your element and this css to your General Styling > Quick CSS field:.inline-left { float: left; padding-right: 50px; } .inline-right { float: right; } .cncenter { display: flex; justify-content: center; }Your icons are now inline, with a spacing of 50px between them, if you want to change the spacing please adjust the “50px” in the code above.
Best regards,
MikeMarch 8, 2018 at 2:42 am in reply to: custom CSS not working after Enfold Version 4.1 Update #923510Hi,
Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login info and detail your issue, such as which css that is not taking effect.Best regards,
MikeHey Tim,
To create a boxed layout for your portfolio items, you can go to Enfold Theme Options > General Layout > Layout > Use stretched or boxed layout and choose boxed layout.
This this will change your whole site though, but changing just the portfolio items is an option that is not available.Best regards,
MikeMarch 7, 2018 at 1:34 pm in reply to: showing background image dirctly in blog contribution? #922979March 7, 2018 at 12:45 pm in reply to: H1 Tag inside Caption Title for Full Width Easy Slider #922927Hi,
Thanks for your input Guenni007, @cpetrie2001 let us know if we can be of more assistance.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
The css for the “special_amp” is added with the demo install, so it will be in your /wp-content/uploads/dynamic_avia/ folder in enfold.css or enfold_child.css, depending if you are using a child theme or not.Best regards,
MikeHi,
Please replace your header.php with this one: header.php
This error is typically due to having an older PHP version installed on your host, which could also explain your issue with the icon. I have successfully installed the fontello zip file on my localhost, so please ensure your webhost has PHP v7 installed.Best regards,
MikeHi,
Please link to the full zip file that you downloaded from fontello, as it includes a css file with the code to the icon.
Thanks.Best regards,
MikeHi,
Thanks, Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey verena_1992,
I took a look and found that you had a function in your functions.php with a different API key that override your API key.
I removed the function and now your maps are working.
The code I removed was:function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=KEY-IN-THE-Private-Content-Area', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');Best regards,
MikeMarch 7, 2018 at 4:14 am in reply to: H1 Tag inside Caption Title for Full Width Easy Slider #922709Hey cpetrie2001,
I have taken a look at your site and see your H2 & the Caption Title of the Full Width Easy Slider both seem to use the same font “Work Sans”, though one is a little larger, so I’m not sure what you want to substitute. For example, I’m looking at the H2 “8 Daily ‘Rich Habits’ Anyone Can Adopt”
Please advise.Best regards,
MikeHey pandaweb,
The current contact form is not saving data, Please see this post about GDPR Also notice the plugin recommended at the end of the thread.Best regards,
Mike -
AuthorPosts



