Forum Replies Created
-
AuthorPosts
-
Hi,
I see that you have added a login, but could you please also include the url to your site.Best regards,
MikeHey SilviaNT,
Please try this code in the General Styling > Quick CSS field:#top.page .entry-content-header .page-thumb { display: none !important; }Best regards,
MikeHey quick-brown-fox,
To use PHP v4.5 you would need to use WordPress v3.1 please see: Minimum PHP Version Required to run WordPress
I don’t think the Enfold 4.0.4 will work for you, but I have linked to it in the Private Content area so you can try.As an alternative, perhaps you should try using a different webhost with up to date PHP.
One free webhost that I have tried that has no ads is https://hyper.hostBest regards,
MikeHey tijshensen,
I assume that you would like to remove all the CSS & jQuery of the theme for the homepage only, you can do this by adding:if ( !is_front_page() && !is_home() ) {before the “register js” & “register styles” in the functions.php, please go to line 358 and fine this code block:
//register js wp_enqueue_script( 'avia-compat', $template_url.'/js/avia-compat.js' , array(), $vn, false ); //needs to be loaded at the top to prevent bugs wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), $vn, true ); wp_enqueue_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery','avia-default'), $vn, true ); wp_enqueue_script( 'jquery' ); //register styles wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), $vn, 'all' ); //only include in childthemes. has no purpose in main theme wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), $vn, 'all' ); wp_enqueue_style( 'avia-grid' , $template_url."/css/grid.css", array(), $vn, 'all' ); wp_enqueue_style( 'avia-base' , $template_url."/css/base.css", array('avia-grid'), $vn, 'all' ); wp_enqueue_style( 'avia-layout', $template_url."/css/layout.css", array('avia-base'), $vn, 'all' ); wp_enqueue_style( 'avia-scs', $template_url."/css/shortcodes.css", array('avia-layout'), $vn, 'all' );and add the condition before and a single bracket after, like this:
if ( !is_front_page() && !is_home() ) { //register js wp_enqueue_script( 'avia-compat', $template_url.'/js/avia-compat.js' , array(), $vn, false ); //needs to be loaded at the top to prevent bugs wp_enqueue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), $vn, true ); wp_enqueue_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery','avia-default'), $vn, true ); wp_enqueue_script( 'jquery' ); //register styles wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), $vn, 'all' ); //only include in childthemes. has no purpose in main theme wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), $vn, 'all' ); wp_enqueue_style( 'avia-grid' , $template_url."/css/grid.css", array(), $vn, 'all' ); wp_enqueue_style( 'avia-base' , $template_url."/css/base.css", array('avia-grid'), $vn, 'all' ); wp_enqueue_style( 'avia-layout', $template_url."/css/layout.css", array('avia-base'), $vn, 'all' ); wp_enqueue_style( 'avia-scs', $template_url."/css/shortcodes.css", array('avia-layout'), $vn, 'all' ); }Best regards,
MikeHey ejearob,
Do you mean that the page will not load now on the frontend or on the backend, or both?
Can you please include a admin login in the private content area so we can take a closer look. Where you adding any custom code into the page when this occurred?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
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 see that you have many special headings on the page and I assume that you would like them bold though out the site, please try this css in your WordPress > Customize > Additional CSS field:#top .av-special-heading h2.av-special-heading-tag,#top .av-special-heading h1.av-special-heading-tag { font-weight: bolder !important; }Best regards,
MikeHi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey ginnywills,
Please try this code in the General Styling > Quick CSS field:.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { width: 1% !important; float: left !important; } .html_av-overlay-side .av-burger-overlay-scroll { left: 0 !important; }To add your own Google Font, please download your font at https://fonts.google.com/ and then add it to your theme at Enfold Theme Options > Import/Export > Custom Font Manager
Please read about this hereBest regards,
MikeHey Eefke,
UpdraftPlus WordPress Backup Plugin is a respected backup solution, please watch the video at the link to see how it works.
I would also recommend seeing what backup solutions are available in your webhost control panel, most webhosts have a “one-click” backup and restore solution built-in that will let you restore your site even if you can’t login to your wordpress site. This would be the best option for you, as often when a backup is needed the whole site is down.
If you have any questions on how to use your webhost backups, your webhost will be happy to assist.
It’s best to learn how to use it before you need it.Best regards,
MikeHey Stefan,
Please try this code in the General Styling > Quick CSS field:#text-5.widget input[type=text],#text-5.widget input[type=email],#text-5.widget textarea[name=your-message] { background-color: #fff !important; }please feel free to adjust the color to suit.
Please clear your browser cache and check.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.avia-builder-el-0 .container { padding-top: 0px !important; }Please clear your browser cache and check.
Best regards,
MikeHey bauchope,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { #top.page-id-519 #av_section_3 .entry-content-wrapper { display: flex !important; flex-wrap: wrap !important; } #top.page-id-519 #av_section_3 .flex_column.avia-builder-el-first { order: 2 !important; } #top.page-id-519 #av_section_3 .flex_column.avia-builder-el-last { order: 1 !important; } }Best regards,
MikeHi,
Please try updating via FTP by downloading v4.4.1 from your Theme Forest account and then via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold”
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”
If you don’t feel confident doing this we can assist if you provide admin & ftp access in the Private Content area and link to your theme file download in DropBox.Best regards,
MikeHi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look as to why it’s losing the bold when viewed as mobile and provide some css that will ensure this doesn’t happen.Best regards,
MikeSeptember 21, 2018 at 11:41 pm in reply to: how to change the typewriter color when the text is selected #1012946Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeSeptember 21, 2018 at 11:40 pm in reply to: color changing background and text on mouse over for columns? #1012944Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
I took a look at your page but I don’t see that the titles are jumping on or with the page load. Please see the screenshot in Private Content area to ensure that I’m looking at the correct element.
I was using Chrome on Windows, which browser are you using?Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { #top.page-id-444 .avia-table-1.avia-builder-el-22 .pricing-table-wrap:last-child { max-width: 230px !important; width: 230px !important; padding-right: 25%!important; } #top.page-id-444 .avia-table-1.avia-builder-el-22 .pricing-table-wrap:first-child { max-width: 230px !important; width: 230px !important; padding-left: 25%!important; } }Please see the screenshot in Private Content area for expected results.
Please clear your browser cache and check.Best regards,
MikeHey Ink_Eye,
I tried to view the page that you linked to, but it seems to require a login, please provide.Best regards,
MikeHey axpoitalia,
I have compared your site in IE11 & Chrome, but I don’t see a difference or any blurry fonts, please include a screenshot of what you are seeing.Best regards,
MikeHi,
I’m getting the “ERR_NAME_NOT_RESOLVED” error for your url, please check.
I have tried the link & the text, neither or working for me.Best regards,
MikeHi,
I took a look at your image, and found that it was linked with “http” instead of “https” so the CORS policy would not show it, I fixed the url and it seems to show correctly now.
Please clear your browser cache and check.Best regards,
MikeHey John,
Please try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 767px) { .avia_ajax_form.avia-mailchimp-form p { float: none !important; width: 23% !important; display: inline-block !important; } .avia_ajax_form.avia-mailchimp-form p:nth-child(-n+3) { margin-right: 1% !important; } }Best regards,
MikeHi,
That’s great news! We will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 21, 2018 at 12:28 pm in reply to: how to change the typewriter color when the text is selected #1012735Hi,
@SK-RE please include a url to the page in question so we can examine.
I tested this css on my localhost with the Headline Rotator over a color section with a background image, and when the text was highlighted the highlight was transparent and the text became white marking the point of the highlighting:.av-marked-text .av-rotator-text-single { background-color: transparent !important; }Best regards,
MikeSeptember 21, 2018 at 6:33 am in reply to: General Styling Colours different on desktop than on laptop #1012658Hey Deanna,
I took a look at your site and see your main color for your buttons, titles, bold text, and section dividers, for desktop & tablet sizes.
Are these the elements that you are seeing as a different color?Best regards,
MikeHey Kim,
Would you like the first row on columns to be centered in the page, as it is only two columns it looks like it is trying to fill the width.
Please include the url to the page in question so we can examine the elements.Best regards,
MikeSeptember 21, 2018 at 6:00 am in reply to: Change Blog Posts Title Colour (Grid) on ONE PAGE ONLY #1012651 -
AuthorPosts


