Forum Replies Created

Viewing 30 posts - 55,591 through 55,620 (of 67,482 total)
  • Author
    Posts
  • in reply to: Enfold Latest Portfolio Custom Link Won't Work #328768

    Hey Brian!

    Thank you for using Enfold.

    How did you add a custom link? Please give us a link to the actual page. We would like to check it.

    Best regards,
    Ismael

    in reply to: Masonry Gallery image Titles not saving #328764

    Hey!

    The login credentials are incorrect. Please check.

    Regards,
    Ismael

    in reply to: WPML Media Library Issue #328759

    Hi!

    I created a new page then test the gallery. All selected images are being shown properly. Do you mind providing a screenshot of the issue? This is the test page: http://www.franchiseelites.com/fa/test-gallery

    Best regards,
    Ismael

    Hi!

    Please try adding a border around the columns. It will act as space or gap between the items:

    #top .no_margin.av_one_third {
    width: 33.3%;
    border: 10px solid white;
    }

    Regards,
    Ismael

    in reply to: Embed featured image with lightbox #328747

    Hey!

    Is the Lightbox Modal Window enabled on Enfold > Theme Options? Please deactivate all plugins except for Events Calendar then test it again.

    Best regards,
    Ismael

    in reply to: Google Analytics tracking (Contact Form) #328744

    Hey!

    I’m sorry but you didn’t receive reports, maybe because you’re not using the correct tracking code. Please refer to the event tracking guide we posted above. Yes, there are certain issues on the contact form but it only occurs on servers with different configurations and limitations. Users managed to get them fixed after trying a few solutions either from here or any other support forums. Note that it takes time before trackers pick up results. You might need to wait a few hours.

    Best regards,
    Ismael

    in reply to: Google Maps Element #328740

    Hi sdbroker!

    Thank you for using Enfold.

    Yes, it is possible but you need to modify shortcode.js. Look for the AVIA MAPS API > _infoWindow.

    Cheers!
    Ismael

    Hey!

    I tested the template on my install and copied your layout as close as possible. The current-menu-item is working as it should. Did you add any modifications on the child theme? Please post the login details here. We would like to check it. If possible, please update the theme to Enfold 3.0.

    Best regards,
    Ismael

    in reply to: Home Layer Slider not displaying in Safari #328732

    Hi!

    I can see the layer slider fine on Safari. You’re using MAC OS? I’ll ask the rest of the support team to check this. Please wait for their response.

    Cheers!
    Ismael

    in reply to: Image Code Displaying in Avia #328721

    Hi!

    You can do something like this:

    <img class="alignleft" src="IMAGE URI HERE" alt="Abducted (46)" width="300" height="300" /></a>
    
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla non nisl sit amet orci gravida luctus. Integer eros mi, lobortis a quam a, pulvinar accumsan tellus. Vestibulum vitae vulputate massa. Quisque arcu dolor, laoreet eget faucibus non, finibus et leo. Nam vitae velit pulvinar, facilisis quam ac, sodales risus. Maecenas enim metus, placerat vitae aliquet at, ultrices a orci. Nullam eget hendrerit dolor. Phasellus diam nulla, finibus quis finibus rutrum, cursus malesuada justo. Nulla lobortis cursus congue. Nam malesuada nisi ut tellus ultrices pretium. Vivamus vel nisi hendrerit tellus sollicitudin tristique. Quisque imperdiet elit ut mattis elementum. Sed justo sapien, congue sed purus ut, consequat dignissim est. Vivamus sit amet finibus velit. Vestibulum efficitur, tellus vitae consectetur viverra, sapien risus accumsan nisl, sed tincidunt ligula orci non mauris.

    Give the image a css class of alignleft, aligncenter or alignright. Better yet, separate the text and images using column layouts. Anyway what you’re seeing on the page editor is not an issue. It just fails to render the html code of the wp default caption shortcode which is not native on the advance layout builder. You might want to use the Image element instead.

    Regards,
    Ismael

    in reply to: "Feeds, pingback and stuff" being duplicated in headers ? #328719

    Hi!

    Please update the theme to Enfold 3.0. Add this on functions.php:

    remove_action( 'wp_head', 'avia_set_rss_tag', 10, 0 );
    remove_action( 'wp_head', 'avia_set_pingback_tag', 10, 0 );
    remove_action( 'wp_head', 'avia_set_profile_tag', 10, 0 );

    Best regards,
    Ismael

    Hi!

    The code is working. Please remove browser cache then reload the page a few times. Yes, it is possible to use pixels but you’ll need to use multiple media queries to get them right on different screen sizes.

    Cheers!
    Ismael

    in reply to: Bug blog categories #328717

    Hey!

    I’m not sure what’s causing the issue but can hide the errors with define( ‘WP_DEBUG’, false ); on config.php. Please refer to the “Debugging WordPress” section of this page: http://www.wpbeginner.com/wp-tutorials/useful-wordpress-configuration-tricks-that-you-may-not-know/

    Best regards,
    Ismael

    in reply to: Portfolio Post 404 #328707

    Hi!

    Thank you for the info.

    1200px for slider height is a bit to tall in my opinion. Anyway, try adding this on Quick CSS or custom.css to fix the background:

    @media only screen and (max-width: 767px) {
    img.ls-bg.ls-preloaded {
    height: 100% !important;
    width: 100% !important;
    }
    }

    Regarding the portfolio, did you disable the Sortable? setting?

    Best regards,
    Ismael

    in reply to: Full Calendar Long Events #328705

    Hey!

    Not exactly sure what’s causing the issue here. Enfold 3.0 supports https://wordpress.org/plugins/the-events-calendar/ plugin. You might to want to switch plugins for better compatibility. Again, please contact the plugin author.

    Best regards,
    Ismael

    in reply to: Visual editor not working with WPEngine #328702

    Hi!

    Please use this on Quick CSS or custom.css:

    .phone-info span {
    padding: 0px 10px 0 0;
    margin: 0px 0 0 5px;
    }
    
    .phone-info {
    position: relative;
    top: 10px;
    }

    Best regards,
    Ismael

    in reply to: Article slider excerpt #328697

    Hey!

    Magazine element doesn’t show excerpts by default. How did you add the excerpts? You can’t control the excerpt size via filter. You may need to manually control the summary on the Excerpt meta box.

    Cheers!
    Ismael

    in reply to: Masonry-Portfolio Color Overlay #328696

    Hey!

    You can use this to adjust the position of the headlines on mobile device:

    @media only screen and (max-width: 767px) {
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content, .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
    position: absolute;
    bottom: 0;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
    line-height: 1.1em;
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    in reply to: Shopping Cart in the Sidebar – Formatting Issue #328694

    Hey chinmaytam!

    Thank you for using Enfold.

    Please refer to this link: https://kriesi.at/support/topic/woocommerce-shopping-cart-widget-layout-bug/

    Regards,
    Ismael

    in reply to: Blog page url keeps changing and image not showing up #328692

    Hi!

    Alright. Which of these pages is your blog page? Please set the blog page on Enfold > Theme Options > Where do you want to display blog? setting. Reset the setting on Settings > Reading to default. Please post the login details here and set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: Contactform: Optionfield: other seperator than comma #328687

    Hi ThomasYoung!

    Thank you for using the theme.

    Unfortunately, you need to use the html entity of the comma symbol. We reported this issue to Kriesi. Please refer to these links for a temporary fix:

    https://kriesi.at/support/topic/contact-form-doesnt-show-a-field-after-upgrading-the-them/
    https://kriesi.at/support/topic/problems-with-avia-page-builder-contact-form/

    Regards,
    Ismael

    in reply to: background video on mobiles #328684

    Hey Sophieja23!

    Thank you for using Enfold.

    Unfortunately, you’ll need to add a fallback image for mobile devices. Video backgrounds are disabled on mobile devices due to various incompatibility reasons. You can try to embed a video using the Layer Slider.

    Regards,
    Ismael

    Hi!

    Unfortunately, you still can’t add the layer slider or any other full width slider on top of the single event or event overview page. You’ll need to install layer slider as a standalone plugin to enable the slider shortcode. You can then edit template files on config-events-calendar > views folder. You can move the tribe events bar or filters with this:

    #tribe-events-bar {
    margin-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Menu goes behind logo on tablet only #327978

    Hi heideo!

    Thank you for using Enfold.

    Please go to Enfold > Header Layout > Mobile Menu panel. Choose the second option of the Header Mobile Menu activation setting.

    Regards,
    Ismael

    in reply to: LayerSlider Zoom Video To Fill Banner Space #327976

    Hi Tech!

    Thank you for using Enfold.

    Use the Video shortcode element. Generate the shortcode using the shortcode wand then copy it. Create a layer then switch to HTML mode. Create a new container then add the video shortcode inside:

    <div class="fullwidth-video">
    [av_video src='http://vimeo.com/1084537' format='16-9' width='16' height='9' custom_class='']
    </div>

    Go to the Transition panel then edit the Transition In options. Set the Scale Y and X to 0. And the Duration to 5000. The Delay set to 2000.

    Add this on Quick CSS or custom.css:

    .fullwidth-video .avia-video.avia-video-16-9 .avia-iframe-wrap {
    width: 100% !important;
    height: 100% !important;
    }

    Cheers!
    Ismael

    in reply to: new header styles – messed up my site – dang #327970

    Hi!

    Can you please provide a screenshot of the issue on mobile device? It looks fine when I checked it. This is what it looks like:

    Regards,
    Ismael

    Hi!

    I checked the site but I’m still not sure why the mobile menu is not showing. Did you modify anything on the theme files? Please try to deactivate all plugins then download the latest version of the theme, Enfold 3.0. Update the theme via FTP.

    Best regards,
    Ismael

    in reply to: Icon, Button, Link in Main Menu #327963

    Hey!

    What do you mean it won’t stay in the navigation bar permanently? Do you mind providing a screenshot? I checked the site but I don’t see any icon shortcodes on the main menu.

    Best regards,
    Ismael

    in reply to: Permalink / SEO Issue #327961

    Hi!

    Please refer on this link for a possible fix: https://kriesi.at/support/topic/yoast-seo-1-5-5-3-bug-may-affect-your-seo-please-downgrade-to-1-5-5/

    Best regards,
    Ismael

    in reply to: Can't load Advanced Layer Editor #327959

    Hi!

    Can you please post the login details here? Just set it as a private reply. No one can see it but us. We don’t usually use email for login credentials. I checked the website but it’s still using the default dummy data.

    Regards,
    Ismael

Viewing 30 posts - 55,591 through 55,620 (of 67,482 total)