Forum Replies Created

Viewing 30 posts - 9,901 through 9,930 (of 34,993 total)
  • Author
    Posts
  • Hi,
    For your other language page try this css:

    #top.page-id-1382 #main .container_wrap_first > .container > .content {
    	padding-top: 0;
    }

    I add the page ID because I don’t think you want this to occur on pages without the revolution slider, I not sure why this is occurring, it is probably related to your revolution slider as I have not seen it elsewhere.

    Best regards,
    Mike

    in reply to: Update Jquery in the documentation #1374067

    Hi,
    Ok, thanks for pointing this out I will submit to the Dev Team for their review.

    Best regards,
    Mike

    in reply to: Cookie bar, button and text formatting #1374056

    Hi,
    Thanks for the login, I added the css to the WordPress ▸ Customize ▸ Additional CSS field to bypass your siteground caching, it is now working, please clear your browser cache and check.
    2022-11-27_006.jpeg

    Best regards,
    Mike

    in reply to: Update Jquery in the documentation #1374055

    Hey testq1,
    Thank you for your question, but the assets in the documentation directory is only for the index.html file in the documentation directory, it is not for the theme.
    The theme doesn’t supply the jQuery file, it uses the file supplied by WordPress which is currently v3.6.1

    Best regards,
    Mike

    in reply to: Masonry gallery large gap compared to column one #1374051

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: custom icons on page #1374050

    Hey Marie,
    You could upload the icons as images to your media library and then add the images to your page, each one linked as you wish.

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1374049

    Hi,
    Ok, is your host a managed one that limits your cPanel options?
    Most hosts give you unlimited databases. Anyways hopefully it will work.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374048

    Hi,
    Let us know when you changed the video and we will look again.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374046

    Hi,
    Unfortunately not while your video is an iframe, we maybe able to round the corners if you self-host the video on your site.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot and the link to your site, this was from the Enfold Theme Options ▸ Sidebar Settings ▸ Page Sidebar navigation
    I disabled it for you.

    Best regards,
    Mike

    in reply to: Rounding corners on colour sections #1374042

    Hi,
    You could use this css:

    .mid_block .av-section-color-overlay {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }

    but since your video is a YouTube iframe the video will show in the corners because you can’t style the inner elements of an iframe.
    Try hosting the video on your site.

    Best regards,
    Mike

    in reply to: Cookie bar, button and text formatting #1374041

    Hey Christopher,
    Thank you for the link to your site, you can change the height of the buttons by changing the padding, try this css to reduce it some:

    .avia-cookie-consent .avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
        padding: 0.5em;
    }

    to change the “settings” text code, try this css:

    div.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-info-btn {
        color: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: category with excerpt and featured image not possible! #1374038

    Hey photoshopuzr,
    You can try these presets, try these codes in your child theme functions.php, only one at a time and then check your category page.

    //change category page layout to blog single small style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    //change category page layout to blog single big style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    //change category page layout to blog grid style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    //change category page layout to bloglist excerpt

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2);
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'bloglist-excerpt';
    return $layout;
    }

    Best regards,
    Mike

    in reply to: Layout Architekt keeps loading with no result #1374035

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Error: Trying to access array offset on value of type null #1374034

    Hi,
    When I try to create a new campaign I see mixed content errors in the console:
    2022-11-27_004.jpeg
    I found that your WordPress ▸ Settings ▸ General ▸ Site Address was not https, so I fixed this for you.
    But the plugin icegram is still giving 108 mixed content errors:
    2022-11-27_005.jpeg
    It looks like it is trying to get images from it’s website 'http://www.icegram.com/gallery/wp-content/uploads/2022/11/bfcm-popup.png' but http
    Try see if you can change this in any settings, or you will need to ask the plugin developer how it can load https images.

    Best regards,
    Mike

    in reply to: Web site down Since update 6.1 #1374032

    Hi,
    Glad to hear, let us know when you are done so we can close this thread.

    Best regards,
    Mike

    in reply to: Blog date bottom of post wrong formating #1374030

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshot, but I don’t see any difference in your screenshot or on your site, here is a close up of the two and it still looks the same to me:
    2022-11-27_104737.png
    As far as your caching, it looks like your server is using lightspeed caching, I would recommend disabling all of your caching until you are done building your site.

    Best regards,
    Mike

    in reply to: Layout Architekt keeps loading with no result #1374026

    Hi,
    I’m glad that you found the conflict, when I check your site the open sans font is from your OMGF plugin.
    2022-11-27_001.jpeg
    So after you remove the plugin, if you see a google font loading, first disable all of your plugins because most of the google font issues we are see are from plugins.
    If this doesn’t help then leave your plugins deactivated and let us know so we can check.

    Best regards,
    Mike

    in reply to: Web site down Since update 6.1 #1374025

    Hi,
    Thanks for the feedback, I see that your version of Enfold is v4.5 from 2018 this is not compatible with PHP v8+
    So please try changing your server PHP to v7.4 and restore your backup and do not update the WordPress version if asked until you have updated the theme first.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1374023

    Hi,
    I manually copied your site to my test server and have linked to it below with a login for you, please review it.
    If you are happy with it then we can install it on your server, have you ever used the Duplicator plugin?
    I think this would be the easiest way to move it, you just need a cPanel so you can create the new database.
    If you have not used it before can you give me access to your cPanel?

    BTW, I noticed that a few major theme options were missing from your site, so I believe your database is corrupt and that is why it is crashing and you couldn’t create a staging site from it.

    Best regards,
    Mike

    in reply to: Web site down Since update 6.1 #1373998

    Hey nonosapiens,
    Can you explain when was the last time the site was working and what was the last thing done before it crashed?
    Above it sounds like you added some css, can you tell us where you added the css?
    I have not seen this kind of error, and just adding css should not cause this error.
    I would recommend restoring a backup, most webhost automatically backup the site every so often, ask your webhost to restore the last working backup for you.

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1373997

    Hi,
    Thank you for updating the sftp login, I was able to login.
    Can you create a second WordPress install in a sub-directory for me to copy your site over to.
    I will copy your 9 pages over to the new install. (none of the woocommerce pages)
    Then after you review that the new install is working you can delete the old WP install and direct the site to the new sub-directory.
    Does this make sense?

    Best regards,
    Mike

    in reply to: Clickable Tab Section #1373992

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    The Zero is the default response:
    2022-11-26_014.jpeg
    /wp-admin/admin-ajax.php is not meant to be accessed directly

    Best regards,
    Mike

    in reply to: Blog list, keep article extract CSS in the Blog List view #1373990

    Hey Ad-Min747,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    if ( ! function_exists( 'wpse_custom_wp_trim_excerpt' ) ) : 
    
    	function wpse_custom_wp_trim_excerpt( $wpse_excerpt ) {
    
    	$raw_excerpt = $wpse_excerpt;
    		if ( '' == $wpse_excerpt ) {
    
    			$wpse_excerpt = get_the_content( '' );
    			$wpse_excerpt = strip_shortcodes( $wpse_excerpt );
    			$wpse_excerpt = apply_filters( 'the_content', $wpse_excerpt );
    			$wpse_excerpt = str_replace( ']]>', ']]>', $wpse_excerpt );
    
    			//Set the excerpt word count and only break after sentence is complete.
    			$excerpt_word_count = 75;
    			$excerpt_length = apply_filters( 'excerpt_length', $excerpt_word_count ); 
    			$tokens = array();
    			$excerptOutput = '';
    			$count = 0;
    
    			// Divide the string into tokens; HTML tags, or words, followed by any whitespace
    			preg_match_all( '/(<[^>]+>|[^<>\s]+)\s*/u', $wpse_excerpt, $tokens );
    
    			foreach ( $tokens[0] as $token ) { 
    
    				if ( $count >= $excerpt_length && preg_match( '/[\,\;\?\.\!]\s*$/uS', $token ) ) { 
    					// Limit reached, continue until , ; ? . or ! occur at the end
    					$excerptOutput .= trim( $token );
    					break;
    				}
    
    				// Add words to complete sentence
    				$count++;
    
    				// Append what's left of the token
    				$excerptOutput .= $token;
    			}
    
    			$wpse_excerpt = trim( force_balance_tags( $excerptOutput ) );
    
    				$excerpt_end = ' <a href="'. esc_url( get_permalink() ) . '">' . ' » ' . sprintf( __( 'Read more about: %s  »', 'wpse' ), get_the_title() ) . '</a>'; 
    				$excerpt_more = apply_filters( 'excerpt_more', ' ' . $excerpt_end ); 
    
    				$wpse_excerpt .= $excerpt_more; /* Add read more in new paragraph */
    
    			return $wpse_excerpt;   
    
    		}
    		return apply_filters( 'wpse_custom_wp_trim_excerpt', $wpse_excerpt, $raw_excerpt );
    	}
    
    endif; 
    
    remove_filter( 'get_the_excerpt', 'wp_trim_excerpt' );
    add_filter( 'get_the_excerpt', 'wpse_custom_wp_trim_excerpt' ); 

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: How do I place text at the bottom of a 100% color section? #1373988

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Blog date bottom of post wrong formating #1373987

    Hi,
    It looks like you will need to include a login for us to see the element:
    2022-11-26_013.jpeg

    Best regards,
    Mike

    in reply to: How do I place text at the bottom of a 100% color section? #1373985

    Hi,
    No, unfortunately not, the behavior of the inner content is set by the color section parent, not the inner elements.
    So for this we will need to start over, so we have a color section that is 100% height and two text elements inside:
    2022-11-26_010.jpeg
    and a custom class to each color section, either top-element or bottom-element
    2022-11-26_011.jpeg
    then use this css:

    .top-element {
        top: 0;
        position: absolute;	
    }
    .bottom-element {
        bottom: 0;
        position: absolute;
    }

    the result:
    2022-11-26_012.jpeg

    Best regards,
    Mike

    in reply to: Layout Architekt keeps loading with no result #1373984

    Hi,
    Thanks for the login, but when I checked the Advanced Layout Builder loaded correctly.
    I see that you are using text element shortcode addon plugins, if you experience further issues try deactivating these plugins they could be causing a conflict, TinyMCE Advanced has been known to cause random errors and other plugins that add extra options to the text element toolbar may cause issues.
    I see that you have quite a lot of plugins, typically most errors are a result of plugin conflicts so we recommend to first try to reproduce any errors with the plugins deactivated.

    Best regards,
    Mike

Viewing 30 posts - 9,901 through 9,930 (of 34,993 total)