Forum Replies Created

Viewing 30 posts - 27,001 through 27,030 (of 34,581 total)
  • Author
    Posts
  • in reply to: Changing into Enfold #960113

    Hi,
    I have found that in your css your table header (th) is “text-transform: uppercase;”
    but in your case you want “text-transform: lowercase;” so please try:

    th {
        text-transform: lowercase !important; 
    }

    Best regards,
    Mike

    in reply to: Comments not showing in posts #960102

    Hi,
    Sorry, it looks as though in the old thread I was able to login, yet this time I was blocked.
    I believe this is due to geo ip blocking, and I believe your ip is from Venezuela.
    I tried my VPN, but I don’t have Venezuela on it, the closest was Brazil, which didn’t work.
    Please ask your webhost to disable the IP blocking so we can assist.

    Best regards,
    Mike

    in reply to: Gradient background with picture #960099

    Hi,
    Sorry for the confusion, this would be a great feature, yet this is not available at this time.
    Sorry, I wish we could have been more help.

    Best regards,
    Mike

    in reply to: Layer Slider, Background Video and Chrome #960097

    Hi,
    I see that you have this error:

    Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://www.solid-steelband.com').
    h.B @ www-widgetapi.js:99

    It is basically saying the you have a http site pointing to https
    try changing the link to YouTube to http

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959779

    Hi,
    I did deactivate all plugins to test, but I thought I had put them back the way they were, sorry.
    I’m sure we can figure out what went wrong with your update, but I felt it was important to get your client site back up first.
    Can you see if your webhost offers site staging, typically this is a option in your cPanel:
    2018-04-29_082202
    2018-04-29_082329
    This will make a copy of your site so we can test without having your client site down.

    Best regards,
    Mike

    in reply to: Easy slider not working correctly #959769

    Hi,
    Can you please include the url and admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: move social icons to bottom of left sidebar layout #959765

    Hi,
    Thanks for sharing, I believe this would be the best approach, I went ahead and added the header widget area for you and moved the widgets, and added this css in the Quick CSS to give the widgets the same padding as the other items:

    #search-3.widget, #custom_post_widget-2.widget {
    padding: 0 40px 40px 40px;
    }

    Please let us know if there is there anything else we can assist with on this.

    Best regards,
    Mike

    in reply to: Issues in the dynamic_avia css #959752

    Hi,
    This has to do with WP core image compression and the PHP extension used.
    This most frequently happens when using the GD library with PHP. If your webhost has it available, enable the Imagick extension (ImageMagick) for PHP. Your webhost will be able to help you enable it.

    A smaller set of dimensions doesn’t automatically translate to smaller filesize, because when you make the image smaller in dimensions, the pixels can’t get any smaller, so instead some are thrown out, and moved around, colors are changed, and more to make the image look mostly the same as the larger one. Then the general rule of compression comes in to play, smooth areas of images can be compressed better than rough areas that have lots of variation in color. A picture of the pure blue sky will be smaller than a picture of a bunch of flowers with different colors, because there are more jagged lines, more variation, less room for compression.

    If you don’t find changing the PHP extension used helps, there are plugins that use better compression and should help.
    Here’s some more info: 4 key wordpress image optimization tips

    Best regards,
    Mike

    Hi,
    Thank you, have a great day.

    Best regards,
    Mike

    in reply to: Using Child Theme – identifying 'whole function' #959711

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

    in reply to: Quick CSS funktioniert nicht #959546

    Hi,
    Für den E-Mail-Link fügen Sie im Feld “benutzerdefinierte CSS-Klasse” eine Klasse wie “E-Mail-Link” hinzu, damit Sie CSS-Regeln hinzufügen können:

    .email-link a {text-decoration:none!important; color:black!important;}

    2018-05-20_180708
    Ich habe für Sie hinzugefügt, löschen Sie bitte Ihren Browser-Cache und überprüfen Sie.

    Für die zweite Frage bin ich mir nicht sicher, was Sie meinen, bei der mobilen Größe sehe ich keinen Überlauftext. Bitte beraten:
    2018-05-20_181209
    ——————
    For the email link, the “custom css class” box is to add a class like “email-link” so you can add css rules:

    .email-link a {text-decoration:none!important; color:black!important;}

    2018-05-20_180708
    I added for you, please clear your browser cache and check.

    For the second question, I’m unsure what you mean, at mobile size I don’t see overflow text. Please advise:
    2018-05-20_181209

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959544

    Hi,
    That is your WPBakery Page Builder plugin, please disable.

    Best regards,
    Mike

    in reply to: move social icons to bottom of left sidebar layout #959542

    Hi,
    I understand, often it helps to see the classes and structure to determine how best to change something, and other times it’s not exactly the same on my localhost and the live site.
    Here’s a good example, I set up a localhost demo with the sidebar header, such as your screenshot, added the widget area in the sidebar header:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      dynamic_sidebar( 'header' );
    }

    so I could add the search bar and a text widget to match your site.
    Then I turn to the frontpage ready to figure out the changes needed to move the social icons down below the widget area, but I find there is no need to:
    2018-05-20_173714
    So, I wonder what I did different from you, and why my social icons are at the bottom and yours are not?

    Best regards,
    Mike

    in reply to: Footer #959531

    Hey newtonlinchen,
    Please go to Enfold Theme Options > Footer > Default Footer & Socket Settings, then in the drop down you will find the option.

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959530

    Hi,
    Thanks for that, I rolled back your theme and got your site back up, please check.
    I’m not sure about the error though, a quick search came up with nothing, and I have not seen this before, so I’ll have to research some more.

    Best regards,
    Mike

    in reply to: Can't disable the footer widget #959523

    Hey jeffwcy,
    When I look at your page I see a sidebar, please try disabling the sidebar on this page in the layout options to the right when editing.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    I checked and it is working for me, with Chrome.
    Perhaps try clearing your browser cache.

    Best regards,
    Mike

    in reply to: Google Map widget #959519

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

    Hi,
    Please try this also:

    @media only screen and (max-width: 1023px) { 
    #top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title {
        line-height: 6.3em !important; 
        font-size: 10px !important;
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1439px) { 
    #top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title {
        line-height: 3.3em !important; 
        font-size: 16px !important;
    }
    }

    Best regards,
    Mike

    in reply to: Create Form with Checkboxes #959515

    Hey allyson3,
    Try using the “Custom HTML” element in the form for your question headings, then use the check boxes below.
    2018-05-20_162537
    Test with this Avia Layout Builder Debug code:

    [av_contact  (Email address hidden if logged out) ' title=' WANT A FREE DESIGN CONSULTATION?' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' av_uid='av-jhf9q49b' custom_class='' admin_preview_bg='']
    [av_contact_field label='First Name' type='text' options='' check='' width='element_half' av_uid='av-rewm87'][/av_contact_field]
    [av_contact_field label='Last Name' type='text' options='' check='' width='element_half' av_uid='av-ozdol3'][/av_contact_field]
    [av_contact_field label='E-mail' type='text' options='' check='' width='element_half' av_uid='av-oo80pj'][/av_contact_field]
    [av_contact_field label='Phone' type='text' options='' check='' width='element_half' av_uid='av-mngul3'][/av_contact_field]
    [av_contact_field label='How do you prefer to be reached? (you can select more than one) ' type='html' options='' check='' width='' av_uid='av-k63gyv']
    How do you prefer to be reached? (you can select more than one)
    [/av_contact_field]
    [av_contact_field label='Phone' type='checkbox' options='' check='' width='element_third' av_uid='av-1x07gn'][/av_contact_field]
    [av_contact_field label='E-mail' type='checkbox' options='' check='' width='element_third' av_uid='av-i04z0n'][/av_contact_field]
    [av_contact_field label='Text Message' type='checkbox' options='' check='' width='element_third' av_uid='av-g1k193'][/av_contact_field]
    [av_contact_field label='Which type of order are you inquiring about? Please select all that apply.' type='html' options='' check='' width='' av_uid='av-e08xjb']
    Which type of order are you inquiring about? Please select all that apply.
    [/av_contact_field]
    [av_contact_field label='Individual' type='checkbox' options='' check='' width='element_third' av_uid='av-cauhx3'][/av_contact_field]
    [av_contact_field label='Team' type='checkbox' options='' check='' width='element_third' av_uid='av-amxv13'][/av_contact_field]
    [av_contact_field label='Club' type='checkbox' options='' check='' width='element_third' av_uid='av-8xdfd3'][/av_contact_field]
    [av_contact_field label='Organization' type='checkbox' options='' check='' width='element_third' av_uid='av-83bgqv'][/av_contact_field]
    [av_contact_field label='Special Event' type='checkbox' options='' check='' width='element_third' av_uid='av-5opyt3'][/av_contact_field]
    [av_contact_field label='Something Else' type='checkbox' options='' check='' width='element_third' av_uid='av-4wj3bb'][/av_contact_field]
    [av_contact_field label='If you answered Something Else, please describe your needs in as much detail as possible.' type='text' options='' check='' width='' av_uid='av-2aw1af'][/av_contact_field]
    [/av_contact]
    
    

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959510

    Hi,
    OK, I renamed your old theme folders with “old” which made wordpress use the twentyseventeen theme, and load.
    Then I uploaded a new enfold & child theme, via ftp, which makes your site give a 500 server error.
    Please check your webhost server logs for a clue as to what is going on.

    Best regards,
    Mike

    in reply to: Using Child Theme – identifying 'whole function' #959509

    Hey Sujohn,
    The whole function would begin with “if(”
    Try using this:

    if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    			$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            $output = "";
    
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    			$the_title 	= isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," ");
    			$link 		= isset($entry->av_custom_link)  ? $entry->av_custom_link  : get_permalink($entry->ID);
    			$image 		= isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail');
    			
                $tc1   = $tc2 = "";
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>{$the_title}</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}
    }

    Best regards,
    Mike

    Hey Dave,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-24 .av-magazine .av-magazine-content-wrap .av-magazine-title {
        line-height: 3.3em !important; 
    }

    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Demo data import into Enfold #959504

    Hi,
    Yes that is true.

    Best regards,
    Mike

    in reply to: Easy slider not working correctly #959502

    Hey Marijke82,
    Please try setting your header to transparent, in the layout options panel on the right, on the edit page.

    Best regards,
    Mike

    in reply to: Encountered Fatal Error #959501

    Hi,
    I read that you were updating the site, what version was the site?

    Best regards,
    Mike

    in reply to: Google Map widget #959497

    Hey Elberete,
    When I looked at your site I saw the footer map was working, but you had no content on your homepage, so I added a map to your homepage to test, it is working fine.
    Please check.

    Best regards,
    Mike

    in reply to: Demo data import into Enfold #959494

    Hey prana3stil,
    This was the old Enfold Default Demo, but please note that the demo doesn’t include most of the images and videos.
    The newer 2017 Demo does include this images.

    Best regards,
    Mike

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    in reply to: move social icons to bottom of left sidebar layout #959492

    Hey sky19er,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 27,001 through 27,030 (of 34,581 total)