Viewing 30 results - 27,421 through 27,450 (of 244,621 total)
  • Author
    Search Results
  • 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

    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

    #1345333

    Hi. It looks absolutely hideous. It’s confusing to the visitor.

    I looked at the demo prior to purchasing the theme and it doesn’t do it on the demo. Now that’s very interesting, that you’ve taken it off your demo – but when one purchases the theme and creates a website, then we have to deal with this.

    I don’t understand why every other platform or theme doesn’t have the title popping up when you hover over an image, but Avia makes it mandatory.

    The SEO of those using Enfold shouldn’t have to be disrupted when no other platform does this with the title.

    I found one place on the 2017 demo that has the title popping up – the rest of the home page doesn’t. Wonder why? Screenshot is attached in the private area. It looks doubly horrible in the example I captured on the 2017 demo, home page.

    I have never been able to create a child theme successfully.

    Absolutely no clue where the functions.php is located that I’m supposed to add the code copied below.

    As many people as have requested the removing or hiding the title, I’d think something could be done either on the Enfold side or the Avia side. I didn’t complain for the first 5 years of using Enfold, but I didn’t like it.

    I have never heard anyone say, “Oh wow, I love having the title of the image popping up upon hovering over the image.”

    It just looks awful!! Probably explains why I’ve never, ever seen it before using Enfold.

    Where is this php file located and where in the file do I paste the following in? Thanks.

    function temporary_removal_title_tags(){
    ?>
    <script>
      window.onload = function() {
        //var links = document.querySelectorAll('a,img,div[title]');
          var links = document.getElementsByTagName("img");
          for (var i = 0; i < links.length; i++) {
              var link = links[i];
              link.onmouseover = function() {
                  this.setAttribute("org_title", this.title);
                  this.title = "";
              };
              link.onmouseout = function() {
                  this.title = this.getAttribute("org_title");
              };
              link.onclick = function() {
                  this.title = this.getAttribute("org_title");
              };
          }
      };
    </script>
    <?php
    }
    add_action('wp_footer', 'temporary_removal_title_tags');
    #1345314

    Hey tebitron gmbh,

    Thank you for the inquiry.

    This is possible but you will have to modify the enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.php around line 785, look for this code.

    	if( 'confirm_link' == $google_link )
    				{
    					$html_overlay = '<a href="#" class="av_gmaps_confirm_link av_text_confirm_link' . $button_class . '">';
    					$text_overlay = esc_html( $confirm_button );
    				}
    				else
    				{
    					$html_overlay .= '<a class="av_gmaps_page_only av_text_confirm_link' . $button_class . '" href="' . esc_url( $url ) . '" target="_blank">';
    					$text_overlay = esc_html( $page_link_text );
    				}
    

    Replace it with:

    $html_overlay = '<a href="#" class="av_gmaps_confirm_link av_text_confirm_link' . $button_class . '">';
    $text_overlay = esc_html( $confirm_button );
    

    This will replace the new tab link with the button that refreshes or loads the map on click.

    Have you tried setting the map’s Advanced > Conditional Load > Link to Google Maps settings to the second option (User must accept to show google maps)?

    Best regards,
    Ismael

    #1345296

    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

    #1345291

    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

    #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

    #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

    #1345262
    mmathiesen
    Participant

    I am having some issues with duplicated thumbnails in the gallery widget. See example here: https://www.musikkbooking.com/lyd-og-lys/leie-scene/
    What causes this issue? I have updated to the latest Enfold theme and WordPress. The issue appeared after updating to the latest version of Enfold.

    #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

    #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

    #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

    #1345238

    Hi schwabino,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.av-masonry-date, li.news-content span.news-time {
      display: none; 
    }

    Best regards,
    Rikard

    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

    #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

    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

    #1345211
    nemapo77
    Participant

    hi
    i have the issue, that all pages on my site are indexed, the only page with the noindex entry is the main shop page. i have no seo plugin installed, and the settings are set to allow indexing.

    i’m using the endold theme.

    what we found out with the wordpress and woocommerce support is that the <head> element is coming from something named dynamic avia, which seems to be a feature of the enfold theme.

    could you help me please? i need the shop page to be set to follow, index as all the other pages.

    site: https://nemapo.com

    thanks!

    #1345209

    In reply to: Captions in Image List

    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

    #1345203

    Hi,

    It’s in your child theme under /wp-content/themes/enfold-child/

    Best regards,
    Rikard

    Hi,

    Did you register your theme license? If not, then please follow this: https://kriesi.at/documentation/enfold/theme-registration/

    If that doesn’t work, then please try to install and configure this plugin: https://envato.com/market-plugin/

    If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1345199

    Hi,

    Thanks for the login details. Your settings start working when I deactivate file compression under Enfold->Performance, but I’m not sure why it’s not working when enabled. Could you share FTP login details with us as well please?

    Best regards,
    Rikard

    #1345197

    In reply to: Toggle

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #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

    #1345185

    In reply to: Favicon not showing up

    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

    #1345180
    smaxinc
    Participant

    Hello,

    I’ve used this theme multiple times and this has never happened before.

    I’m trying to customize and change styling via Enfold Theme Options > General Layout & General Styling.
    After I click “save all changes”, nothing is changing. The dimensions don’t change and the theme colors and fonts colors are not changing after I click save. Can someone help me why layout and styling are not changing through Enfold Theme Options.

    My login credentials are in the Private Content area.

    #1345175

    In reply to: Templates

    Hey daves1997,

    You can check all demos here: https://kriesi.at/themes/enfold-overview/

    Best regards,
    Rikard

    #1345163

    Topic: Templates

    in forum Enfold
    daves1997
    Participant

    Are there Enfold templates to make my site look more modern?
    Fort Myers Real Estate

    #1345162
    dolandr
    Participant

    Hi, I’m getting internal server error on WordPress site. http://dolanddesign.com/
    it is not consistent, sometimes it works and a minute later it no longer works. I have a really hard time even logging in.

    **********************************************************
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at (Email address hidden if logged out) to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    ***********************************************

    I went to the error log of Bluehost and got this:
    [18-Mar-2022 00:39:00 UTC] WordPress database error Table ‘dolandru_wrd2.wp_pwebcontact_forms’ doesn’t exist for query SELECT id, position FROM wp_pwebcontact_forms WHERE publish = 1 AND position = “footer” made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/enfold/404.php’), get_footer, locate_template, load_template, require_once(‘/themes/enfold/footer.php’), wp_footer, do_action(‘wp_footer’), WP_Hook->do_action, WP_Hook->apply_filters, PWebContact::displayFormsInFooter, PWebContact::getForms

    [17-Mar-2022 11:35:54 UTC] WordPress database error Table ‘dolandru_wrd2.wp_pwebcontact_forms’ doesn’t exist for query SELECT COUNT(id) FROM wp_pwebcontact_forms WHERE publish = 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/enfold/template-builder.php’), get_header, locate_template, load_template, require_once(‘/themes/enfold/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, PWebContact::displayHeader

    [18-Mar-2022 00:39:00 UTC] WordPress database error Table ‘dolandru_wrd2.wp_pwebcontact_forms’ doesn’t exist for query SELECT COUNT(id) FROM wp_pwebcontact_forms WHERE publish = 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/enfold/404.php’), get_header, locate_template, load_template, require_once(‘/themes/enfold/header.php’), wp_head, do_action(‘wp_head’), WP_Hook->do_action, WP_Hook->apply_filters, PWebContact::displayHeader

    There are hundreds of these lines. I just updated the Enfold to the latest. Also deleted the Perfect Web Contact plugin. Also tried disabling all plugins by renaming the plugins folder in the File Manager because I couldn’t log in to WordPress. None of this worked.

    #1345141

    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

    #1345140

    Hi Yigit,
    first of all: thank you very much for solving this and being so fast…
    Than: to be honest – I do not know how I can “update” the header.php – and I even do not understand why the footer display changes from one day to another. Was this perhaps happening together with an enfold-update? Sorry, hope that this is not a silly question.

    In every case thank you a lot for giving me help!
    Best regards
    Grobi

Viewing 30 results - 27,421 through 27,450 (of 244,621 total)