Forum Replies Created

Viewing 30 posts - 12,361 through 12,390 (of 34,910 total)
  • Author
    Posts
  • in reply to: Mobiles Menü Button Breite #1345274

    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

    in reply to: WooCommerce Fatal error after updated to 4.9 enfold #1345272

    Hi,
    Glad Yigit 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: Logo im Header soll breiter sein. #1345271

    Hey patrikbeneke,
    Vielen Dank für den Link zu Ihrer Website. Bitte versuchen Sie diesen Code im Feld General Styling ▸ Quick CSS oder im Feld WordPress ▸ Anpassen ▸ Zusätzliches CSS-Feld, dann löschen Sie nach dem Anwenden des CSS bitte Ihren Browser-Cache und überprüfen Sie es.

    #header_main .logo img {
        width: 450px;
    }

    — Translated with Google —

    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field, then after applying the css, please clear your browser cache and check.

    #header_main .logo img {
        width: 450px;
    }

    Best regards,
    Mike

    in reply to: Footer too wide on some pages #1345270

    Hey martystl,
    Thank for the link to your pages, I believe that you mean that the footer is too “high” as in that your pages have low content so the footer is showing higher than the bottom of the side bar menu. Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field to match the height of the page content with the side bar menu to hold the footer down.

    .html_header_sidebar #main > .container_wrap_first > .container {
    	 min-height: 1200px;
    }

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

    Best regards,
    Mike

    in reply to: Fullwidth Button immer gleiche Größe #1345268

    Hey patrikbeneke,
    Vielen Dank für den Link zu Ihrer Seite, ich sehe sechs Schaltflächen in voller Breite unter der Überschrift “Meine Angebote” und sie sind jeweils in einer 1/3-Spalte, aber sie sehen für mich alle gleich groß aus in Mobil und Desktop? Vielleicht verstehe ich das falsch? Um einen Screenshot hinzuzufügen, versuchen Sie bitte, einen Screenshot-Dienst zu verwenden und die Bild-URL in Ihren Beitrag einzufügen.

    — Translated with Google —

    Thank you for the link to your site, I see six full width buttons under the heading “Meine Angebote” and they are each in a 1/3 column, but they all look the same size to me in mobile and desktop? Perhaps I misunderstand? To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Duplicated thumbnails in gallery widget #1345266

    Hey mmathiesen,
    Thanks for the link to your page, but I don’t see any duplicated thumbnails, I see that you are using a gallery big with thumbnails below, the large image is selected and changes based on the small thumbnails below, so the small thumbnail and the large image matching is correct and not a duplication.

    Best regards,
    Mike

    in reply to: Font size for "paragraph" is smaller in Advanced layout #1345265

    Hey martystl,
    Thank you for the login, based on your /who-are-we/ I recommend adding this code in the General Styling ▸ Quick CSS field to match the Advanced Layout Builder text elements to your default paragraph font size:

    .avia_textblock > p,.avia_textblock li {
    	font-size: 14.95px;
    }

    the page you linked to had paragraphs and bullet points and this should work across your site, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: YouTube video not showing up – black screen #1345264

    Hey Julio,
    Thank you for the login, both of these pages were using the wrong video links, please follow the format show in the element:
    2022-03-19_001.jpg
    youtu.be is not the same as youtube.com
    please see the correct link in the Private Content area.
    I corrected your pages, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad to hear, to hide the header and mobile menu try this css:

    .responsive #top #wrap_all #header .av-hamburger {
    	visibility: hidden;
    }
    .responsive #top #wrap_all #header  {
    	height:0;
    }

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

    Best regards,
    Mike

    in reply to: [/av_toggle] [/av_toggle_container] [/av_one_full] #1345251

    Hi,
    Glad to hear that you have this sorted out, 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: Integrate Mightyslider Ken Burns on front-page #1345249

    Hi,
    Very well, 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: Completely remove entypo-fontello #1345246

    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

    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: Changement couleur et police ne fonctionne pas #1345229

    Hi,
    Thank you for the link to your site, I added a custom class to your shortcode after-price
    2022-03-19_003.jpg
    and this css:

    #main .after-price.avia-icon-pos-left {
        float: none;
    }
    #main .after-price.av_font_icon {
        display: inline-block;
    }

    and now the icon shows after the price, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Leere Seite #1345228

    Hi,
    Thank you for the link to your site, I found that you had the homepage set as your custom 404 page, I disabled this and now you can edit your homepage.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: YouTube Video Not Showing Thumbnail – Black Screen #1345225

    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: Differnet style audioplayer on pages #1345224

    Hey Soulshakin,
    Thanks for the login and link to your pages, I added this css to correct the color, but the homepage is the only one with multiple audios so it is the only one with a play list.

    #main #mep_0 a.mejs-horizontal-volume-slider {
    	color: #e44363;
    }
    #main .main_color #mep_0 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    #main .main_color #mep_0 .mejs-controls .mejs-time-rail .mejs-time-current {
    	background: #e44363;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey Magdalena,
    Thank you for your patience, but I addressed this issue in another thread that you opened, please check that thread and give your feedback there.
    I will close this duplicate thread, thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Logo not visible in mobile view #1345221

    Hi,
    Thanks for the login, your logo image has this added to it in the source code ?time=1647685881 so I believe that a plugin is either caching the image or delaying it from showing. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Special Headings over Color Section #1345220

    Hey macjeffff,
    Thank you for the link to your site, I many things to break the font size but couldn’t, and I have not seen this issue before.
    For peace of mind I would recommend adding a custom class to each and writing a backup css rule and then add it to the WordPress ▸ Customize ▸ Additional CSS field, since this one has the highest priority.
    This way whatever is causing the original css rule to break this backup one would solve.
    Sorry that I was not much help, but if I could see the error I probably would be able to help more.

    Best regards,
    Mike

    in reply to: Main Menu Not working with Portfolios #1345219

    Hey mattb1169,
    Thank you for your question, this is because your menu items only have the hash anchor, this is fine for a single page site but when you have multiple pages and you are using custom menu items you need to include the full URL to link back to the homepage.
    2022-03-19_002.jpg

    Best regards,
    Mike

    in reply to: YouTube Video Not Showing Thumbnail – Black Screen #1345217

    Hi,
    Glad to hear that you have this sorted out, and sorry for any confusion, this parameter is shown on the video element.
    2022-03-19_001.jpg
    Since this is sorted out shall we close this then?

    Best regards,
    Mike

    Hi,
    If your Page ID is 73 then use this css to change the title bar background color:

    #top.page-id-73 .title_container {
      background-color: #A78F4F;
    }

    If your Post ID is 73 then use this css:

    #top.postid-73 .title_container {
      background-color: #A78F4F;
    }

    To have the breadcrumbs on the left use this css:

    #top.postid-73 .title_container .breadcrumb {
        left: 50px;
    }
    

    and adjust for either Post or Page
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, and glad to see that you already found that the issue is with the Smush lazy load option, this issue is known to Smush and they have told Smush Pro users that they are working on it. For now please disable this feature until Smush is able to correct it. We can’t not modify a plugin error at the theme level, it must be done within the plugin files.

    Best regards,
    Mike

    Hi,
    For mobile landscape I added this css:

    @media only screen and (max-width: 990px) and (orientation: landscape) { 
      .responsive #top #main {margin-top: -80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: [/av_toggle] [/av_toggle_container] [/av_one_full] #1345212

    Hey jimboo64,
    Thanks for your question, the page you linked to seems to be a 404 error, if you have any unclosed tags in the element it can cause an error, such as using html tags in the title fields, sometimes you can remove these tags and save again to correct other times you will need to rebuild. Often these errors are saved in an element template and can not be corrected, so the template must be deleted.
    If none of these situations apply to you then link to an example with a admin login so we can examine the error, please explain the error well so we will know what to look for, screenshots typically help.

    Best regards,
    Mike

    in reply to: Integrate Mightyslider Ken Burns on front-page #1345210

    Hi,
    Glad to hear that you have this sorted out, setting the header to transparent is the correct method, it is how we get the layerslider and color sections to show full screen.
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Captions in Image List #1345209

    Hey joschro,
    Thank you for your patience, for the Ajax Portfolio Preview Settings to have the Preview Images display the gallery caption in the lightbox when the Image List is used.
    you would need to modify the \enfold\config-templatebuilder\avia-shortcodes\portfolio\portfolio.php file, in v4.9 lines 1467 – 1485 should look like this:

    			foreach( $attachments as $attachment )
    			{
    				//	create array with responsive info for lightbox
    				$img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'large' );
    
                    $alt = get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true );
                    $alt = ! empty( $alt ) ? esc_attr( $alt ) : '';
                    $title = trim( $attachment->post_title ) ? esc_attr( $attachment->post_title ) : '';
                    $description = trim( $attachment->post_content ) ? esc_attr( $attachment->post_content ) : '';
    
    				$img_tag = "<img src='{$img[0]}' title='{$title}' alt='{$alt}' />";
    				$img_tag = Av_Responsive_Images()->prepare_single_image( $img_tag, $attachment->ID, $this->atts['lazy_loading'] );
    
    				$lightbox_attr = Av_Responsive_Images()->html_attr_image_src( $img, false );
    
    				$output .= "<a {$lightbox_attr} class='portolio-preview-list-image' title='{$description}' >";
    				$output .=		$img_tag;
    				$output .= '</a>';
    			}

    change this block to this:

    			foreach( $attachments as $attachment )
    			{
    				//	create array with responsive info for lightbox
    				$img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'large' );
    
                    $alt = get_post_meta( $attachment->ID, '_wp_attachment_image_alt', true );
                    $alt = ! empty( $alt ) ? esc_attr( $alt ) : '';
                    $title = trim( $attachment->post_title ) ? esc_attr( $attachment->post_title ) : '';
                    $description = trim( $attachment->post_content ) ? esc_attr( $attachment->post_content ) : '';
                    $caption = trim( $attachment->post_excerpt ) ? wptexturize( $attachment->post_excerpt ) : '';
    
    				$img_tag = "<img src='{$img[0]}' title='{$title}' alt='{$alt}' />";
    				$img_tag = Av_Responsive_Images()->prepare_single_image( $img_tag, $attachment->ID, $this->atts['lazy_loading'] );
    
    				$lightbox_attr = Av_Responsive_Images()->html_attr_image_src( $img, false );
    
    				$output .= "<a {$lightbox_attr} class='portolio-preview-list-image' title='{$caption}' >";
    				$output .=		$img_tag;
    				$output .= '</a>';
    			}

    I recommend using a child theme, Read about using a Child Theme, so that this customization won’t be lost with updates. I have linked to the most current child theme below that includes the function to add customized theme elements:

    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );

    once you have installed the child theme and inported the parent theme settings as in our documentation above, then you can create a directory in your child theme for the portfolio file like this:
    /enfold-child/shortcodes/portfolio/portfolio.php
    I have included the custom portfolio.php file that I tested with below.

    Best regards,
    Mike

    in reply to: Portfolio items not showing #1345195

    Hi,
    Glad Nikko was 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: How to use transparent header on posts and archives #1345194

    Hey WebDevDept,
    Thank you for your patience and for the screenshots, it looks like your new header is created with css and a background image to create the blue wave, is this correct?
    If that is true then you should be able to target the archive pages by changing the classes.
    To force a transparent header for author & archive pages add this function to your child theme functions.php

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
    	if ( is_author() || is_archive()) {
    		
    		$header_settings['header_transparency'] .= " header_transparency";
    		$header_settings['header_class'] .= " av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_searchicon av_header_unstick_top_disabled av_minimal_header av_bottom_nav_disabled  av_alternate_logo_active av_header_border_disabled";
    	}
    	return $header_settings;
    }

    please note that with a transparent header the #main loses it’s 88px top padding so all of the content shifts up.

    Best regards,
    Mike

Viewing 30 posts - 12,361 through 12,390 (of 34,910 total)