Forum Replies Created

Viewing 30 posts - 37,411 through 37,440 (of 66,745 total)
  • Author
    Posts
  • Hi!

    Thank you for the update. We adjusted the code a bit. Please try it again.

    Regards,
    Ismael

    in reply to: Is there a place where the H1 tag is automatically inserted? #738803

    Hi!

    If I don’t use any H1 tag on my titles, pages or blog, do Enfold automatically uses the H1 tag anywhere?

    It depends on the template or element. In the full screen slider element, the default heading is set to h2. For the title container, it is set to h1 by default but you can use the following filter to adjust it.

    add_filter('avf_title_args','avf_title_args_mod', 10, 1);
    function avf_title_args_mod($args)
    {
    	$args['heading'] = 'h2'; // default value is h1
    	return $args;
    }

    Cheers!
    Ismael

    Hi,

    Alright. I can see it now. The problem is caused by the class attribute “av_header_transparency” being removed on scroll. Please replace the css code with the following:

    @media only screen and (max-width: 767px) {
      #top #wrap_all .header_color {
        background: transparent;
        position: absolute!important;
      }
    
      .responsive #top .header_color.av_alternate_logo_active .logo a > img {
        opacity: 0 !important;
      }
    
      .responsive #top .header_color .logo img.alternate {
        display: block !important;
      }
    
      .responsive #top .header_color #header_meta {
          -webkit-transition: none;
          transition: none;
          background: transparent;
      }
    
      .responsive #top .header_color .header_bg {
          opacity: 0;
          filter: alpha(opacity=0);
      }
    
      .responsive #top .header_color #header_main {
          border: none;
      }
    }

    Best regards,
    Ismael

    in reply to: Masonry customization #738757

    Hi,

    Thank you for the update.

    Please use this css code to remove the arrow.

    .avia-arrow {
        display: none !important;
    }

    For the color, please look for this css modification.

    .av-inner-masonry-content {
        background-color: black !important;
        opacity: 0.3;
    }

    .. replace it with:

    .av-inner-masonry-content {
        background-color: rgba(0,0,0,.5) !important;
    }

    Best regards,
    Ismael

    in reply to: Soporte #738754

    Hi,

    I’m sorry but Josue is no longer part of the team. Could you please translate the inquiry to English so that we can understand it better? I translated it via google and if I am not mistaken, you want to remove the top bar on scroll. Please go to the Enfold > Header > Header Behaviour panel then enable the “Unstick topbar” option. Also, please create new inquiries on a separate thread or topic so that we can close this one. Thank you!

    Best regards,
    Ismael

    Hi,

    If I had 20 child menus with this kind of problem should I have to find a menu item number for each one

    That is the ID of the top level menu items and I doubt that you will have more than 20 of such items in the menu. Still, this is an obvious issue in the theme so we will try to find an absolute solution for it.

    Best regards,
    Ismael

    in reply to: choosing a tumbnail on selfhosted video #738749

    Hi,

    What specific options are missing? I noticed that the visual editor is quite different from the default. Did you install any plugins?

    Hi there, is it possible to choose a thumbnail for a selfhosted mp4 video?

    You can try the actual video shortcode in a code or text block.

    // https://codex.wordpress.org/Video_Shortcode

    Add the “poster” parameter.

    Best regards,
    Ismael

    Hi,

    Great! Let us know if you encounter any issues again. :)

    Best regards,
    Ismael

    in reply to: Enfold not rendering correctly on mobile #738742

    Hi,

    Thank you for using Enfold.

    1.) It is displaying but it’s a little too big for the screen. Try to adjust the Background Image Position to “Center center” and Background Repeat to “Stretch to Fit”.

    2.) Which elements? Distorted how? Could you please provide a screenshot?

    3.) Would you like to change the background of the mobile menu? You can use this in the Quick CSS field.

    #mobile-advanced {
        background: red;
    }

    4.) Please change the alignment with this css code.

    @media only screen and (max-width: 767px) {
    .responsive .phone-info {
        text-align: left;
    }
    }

    If possible, please create a single thread or post for each of your inquiry. Thank you!

    Best regards,
    Ismael

    Hi,

    tried the contact form 7 , and still, the sender can get the auto reply, but I didn’t get any email from the sender, checked the spam folder and all the places it might stay.

    If this is still not working with the plugin then there’s something wrong with your email server. We cannot pinpoint the issue exactly so you will probably need additional help from your hosting provider.

    the email (auto reply to the sender) is not the same as the administrator’s email

    Did you add any filters in the functions.php file? Maybe, that is where the (Email address hidden if logged out) is coming from.

    Best regards,
    Ismael

    in reply to: Enfold is causing intermitten 503 and 502 errors #738735

    Hi,

    The admin-ajax.php file is utilize by many functions in a WordPress environment and I’m not sure how you can run a WordPress installation without it. Have you tried increasing the PHP and WP MEMORY LIMIT to at least 128M?

    // http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Best regards,
    Ismael

    in reply to: Make menu show by hovering 'Menu' #738731

    Hi,

    I reviewed the thread but I don’t see any menu in the “prisjakt.nu” site. All I see is a huge search bar and the login button. Could you please provide screenshots of the issue and the modification that you have in mind?

    Best regards,
    Ismael

    in reply to: Enfold Consulting Demo Pages missing TITLE #738729

    Hi,

    Please try the is_page() instead of the is_front_page() conditional function plus the ID of the current homepage.

    // https://developer.wordpress.org/reference/functions/is_page/

    Best regards,
    Ismael

    Hi,

    Looks like you managed to change the transition from slide to fade and the “magnifying glass” function looks cool. :)

    Best regards,
    Ismael

    in reply to: Element issues on my translated page #738716

    Hi,

    Thank you for the update.

    1.) Adjust the color value or add this code below the others.

    #top .av_header_glassy.av_header_transparency .social_bookmarks li:last-child {
        border-right: 1px solid rgba(255,255,255,0.25) !important;
    }

    2.) I’m not sure if I understand this. The screenshot doesn’t show me anything.

    3.) Please add this css for the social share border.

    .rtl .av-share-box ul li:first-child {
        border-left-style: solid;
        border-left-width: 1px;
    }

    Best regards,
    Ismael

    in reply to: Changes are not being reflected on Chrome and Edge #738715

    Hi,

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Changes are not being reflected on Chrome and Edge #738714

    Hi,

    The blog posts are displaying on Chrome, Windows 7. Screenshots here:

    // http://i.imgur.com/p73YDTP.png
    // http://i.imgur.com/DR95fno.png

    I just spoke with both companies hosting each website and they say it is due to the theme not the hosting

    Did they elaborate on the issue? Maybe, they can provide more info about this so that we can check it.

    Best regards,
    Ismael

    Hi,

    We are very sorry for the late response.

    Disabling the “Hide Mobile Menu Submenu Items” option will render the parent menu items clickable. Unfortunately, the mobile menu script will disable the link of the top level menu items when the submenus are hidden. One workaround is to add a duplicate of the parent menu item in the sub menu list OR create a “gotolink” as described here.

    // https://kriesi.at/support/topic/mobile-menu-links/#post-637296

    The script will create an extra link beside the top level menu items.

    Best regards,
    Ismael

    in reply to: Mobile Menu Modifications #738711

    Hi,

    We replaced the css modification with the following.

    #menu-item-173 > a, #menu-item-174 > a, #menu-item-48 > a {
        pointer-events: none;
    }

    Please upgrade the theme to the latest version, 3.8.3.

    Best regards,
    Ismael

    in reply to: Enfold Page Builder is not working #738709

    Hi,

    We deactivated some of the plugins and the editor started to work again. I think it’s the Meta Box plugin that is causing the issue. Please activate the plugins one at a time, just to make sure.

    Best regards,
    Ismael

    in reply to: portfolio elements order by in the admin area #738708

    Hi Andrea!

    Thank you for using Enfold.

    I’m sorry but this is not possible even on the default posts. You can install a plugin but you have to sort the items manually.

    // https://wordpress.org/plugins/post-types-order/

    Best regards,
    Ismael

    in reply to: Anchor tag not lining up with bottom of header #738706

    Hi!

    Yes, it will enable you to choose a specific height for the header. After setting the Header Size settings, a new option called Header Custom Height will display where you can select a specific pixel value.

    Best regards,
    Ismael

    in reply to: Search – SearchWP and relevanssi #738704

    Hey dfds!

    Thank you for using Enfold.

    Please provide a link to the page with the search widget and post the login details in the private field. If you want to use the SearchWP plugin, please follow this documentation.

    // http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Regards,
    Ismael

    in reply to: display bug in the admin since upgrading to 3.8 #738698

    Hi!

    I’ve checked a few rtl sites recently and they don’t have this kind of issue so it’s probably cause by a plugin or a custom modification in the theme. I’m sorry but we don’t provide that kind of information here. If possible, please whitelist the countries listed here.

    // http://kriesi.at/about

    Regards,
    Ismael

    in reply to: Standard Editor on post loads archive page #738697

    Hi,

    This is weird. Is it OK if we deactivate the plugins while working on the site? Did you modify the .htaccess file? Why do you have a lot 301 redirects?

    Best regards,
    Ismael

    in reply to: Slider Content #738696

    Hi,

    We are very sorry for the late response. The Construction Demo does not contain any layer slider. You should import the Default Demo which contains two layer sliders.

    Best regards,
    Ismael

    in reply to: Add excerpt to Events Calendar Upcoming list #738695

    Hi,

    Please replace the code with this.

    $excerpt = !empty(get_the_excerpt($entry->ID)) ? get_the_excerpt($entry->ID) :  get_the_content($entry->ID);
    if($excerpt) $output .= "<span class='av-upcoming-event-excerpt'>{$excerpt}</span>";
    

    Make sure that it is inside the foreach loop.

    Best regards,
    Ismael

    in reply to: Woocommerce CSS control of A links #738694

    Hi,

    We are very sorry for the late response. Please add this code in the Quick CSS field to remove the underline.

    div .products .product a, div .products .product a:hover {
        text-decoration: none !important;
    }

    If this is not working, please provide a link to the actual page with the issue.

    Best regards,
    Ismael

    in reply to: Portfolio order is not making sense #738209

    Hi,

    Did you copy the code from your email? Please copy the snippets directly from this forum. Anyway, we added the code in the functions.php file and it doesn’t cause any issue. Please remove browser cache before checking the page.

    Best regards,
    Ismael

    in reply to: LayerSlider Loading Slow or No At All #738203

    Hi avidsram!

    Thank you for using Enfold.

    Where is the site hosted? Is this a shared hosting plan? Please try to install a cache and minify plugin to improve the loading speed.

    // https://wordpress.org/plugins/w3-total-cache/

    And optimize the images as suggested here.

    // http://kriesi.at/archives/4-key-wordpress-image-optimization-tips

    Best regards,
    Ismael

Viewing 30 posts - 37,411 through 37,440 (of 66,745 total)