Forum Replies Created
-
AuthorPosts
-
Hi,
I have applied this solution and it seems to have solve the issue. Please check.Best regards,
MikeHi,
I see your PHP version is 5.4.25 this has been a cause for several odd errors. I also see your WordPress and theme is out of date too.
Since your event is approaching, can you create a clone of your site to a sub-domain for testing the updates?Best regards,
MikeHi,
Thank you for sharing your solution, 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 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,
Mike -
AuthorPosts



