Forum Replies Created

Viewing 30 posts - 25,231 through 25,260 (of 35,058 total)
  • Author
    Posts
  • in reply to: Updating page is hanging #1013114

    Hi,
    I see that you have added a login, but could you please also include the url to your site.

    Best regards,
    Mike

    in reply to: Remove featured image from all pages #1013113

    Hey SilviaNT,
    Please try this code in the General Styling > Quick CSS field:

    #top.page .entry-content-header .page-thumb {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Old Version of Enfold Required #1013111

    Hey 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.host

    Best regards,
    Mike

    in reply to: Remove Theme css #1013108

    Hey 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,
    Mike

    in reply to: Updating page is hanging #1013099

    Hey 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,
    Mike

    in reply to: Pricingtables size #1012969

    Hi,
    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,
    Mike

    in reply to: How to Bold Special header #1012968

    Hi,
    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,
    Mike

    in reply to: Pricingtables size #1012966

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Burger Menu is centered #1012965

    Hey 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 here

    Best regards,
    Mike

    in reply to: Back-up #1012962

    Hey 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,
    Mike

    in reply to: Customise field color of footer form fields #1012960

    Hey 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,
    Mike

    in reply to: Remove space from Footer page #1012958

    Hi,
    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,
    Mike

    in reply to: Mobile page setup #1012954

    Hey 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,
    Mike

    in reply to: can't update 4.2.6 to 4.4.1 #1012951

    Hi,
    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,
    Mike

    in reply to: Mailchimp horizontal fields #1012949

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: How to Bold Special header #1012948

    Hi,
    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,
    Mike

    in reply to: how to change the typewriter color when the text is selected #1012946

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: color changing background and text on mouse over for columns? #1012944

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: enfold read more link in masonry portfolio #1012942

    Hi,
    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,
    Mike

    in reply to: Pricingtables size #1012931

    Hi,
    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,
    Mike

    in reply to: enfold read more link in masonry portfolio #1012782

    Hey Ink_Eye,
    I tried to view the page that you linked to, but it seems to require a login, please provide.

    Best regards,
    Mike

    in reply to: On IE11 font Avenir is blurry #1012780

    Hey 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,
    Mike

    in reply to: Pricingtables size #1012776

    Hi,
    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,
    Mike

    in reply to: enfold update #1012775

    Hi,
    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,
    Mike

    in reply to: Mailchimp horizontal fields #1012746

    Hey 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;  
    }
    }

    2018-09-21_064105

    Best regards,
    Mike

    in reply to: Menu burgen not showing on mobile #1012736

    Hi,
    That’s great news! We will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: how to change the typewriter color when the text is selected #1012735

    Hi,

    @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;
    }

    2018-09-21_062418

    Best regards,
    Mike

    in reply to: General Styling Colours different on desktop than on laptop #1012658

    Hey 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,
    Mike

    in reply to: Pricingtables size #1012656

    Hey 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,
    Mike

    in reply to: Change Blog Posts Title Colour (Grid) on ONE PAGE ONLY #1012651

    Hey Deanna,
    Please try this code in the General Styling > Quick CSS field:

    #top.page-id-701 h2.post-title a {
    color: #1a3282 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 25,231 through 25,260 (of 35,058 total)