Forum Replies Created

Viewing 30 posts - 55,741 through 55,770 (of 67,482 total)
  • Author
    Posts
  • in reply to: Problem with video adding… #326110

    Hey erkuto!

    Thank you for using Enfold.

    Please use the correct Video URL. Open the video on vimeo then click Share. Look for the Link field. Copy the url that looks like this: http://vimeo.com/58270142

    Cheers!
    Ismael

    in reply to: Credit card number input field #326109

    Hi tremblayly!

    Thank you for using Enfold.

    The website is not loading. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    Hey omnyss!

    Thank you for using Enfold.

    Please go to Settings > Discussion > Other comment settings. Toggle the settings, see if anything changes.

    Cheers!
    Ismael

    in reply to: google maps js #326106

    Hi!

    Those are added by the google maps api, I don’t think we can control that. I might be mistaken so I’ll ask Dude to take a look.

    Best regards,
    Ismael

    in reply to: cross-browser issues #326105

    Hey melonmelon!

    Thank you for using Enfold.

    There are script errors that is coming from a third party plugin so it might be the fault of the issue. Try to deactivate the plugins then test it again. Have you really check it on an actual iPad? I’ll ask Josue to take a look.

    The script error is coming from the file bootstrap-shortcodes-popover.js. I can’t check the site on IE because of the error.

    Best regards,
    Ismael

    in reply to: custom featured image dimensions on post #326103

    Hey!

    The featured images on the masonry entries have the same dimension now. Please remove browser cache then check it again.

    Regards,
    Ismael

    in reply to: icons for menu items #326100

    Hey!

    Please give us a link to the actual page. We would like to check it. You can change the menu background of a menu item with this:

    li#menu-item-3195 {
    background-color: red !important;
    }

    The id might be different from yours so you have to use google inspector or firebug to get the correct menu id.

    Cheers!
    Ismael

    in reply to: Portfolio category in URL #326099

    Hi Yory!

    Thank you for using Enfold.

    Try using this plugin: https://wordpress.org/plugins/wp-permastructure/

    Cheers!
    Ismael

    in reply to: Social Sharing Buttons #326098

    Hi GOWD!

    Thank you for using Enfold.

    You can use this on functions.php if you want sharing section on pages:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }
    

    Edit this one, remove the hover part:

    #top #wrap_all .av-social-link-rss:hover	   	 a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook:hover  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter:hover   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail:hover      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble:hover  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin:hover  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search:hover    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus:hover     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance:hover   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr:hover    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst:hover    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace:hover   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr:hover    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo:hover     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube:hover   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype:hover 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud:hover  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing:hover 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk:hover 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit:hover 	 a{color:#fff; background-color:#FF4500; }

    Cheers!
    Ismael

    in reply to: Some bugs in Enfold #326096

    Hi!

    I’ll ask Josue and Devin to take a look on MAC. Maybe they could find something.

    Best regards,
    Ismael

    in reply to: portfolio issues #326093

    Hey!

    Thank you for the info. Is there supposed to be a sidebar on this page? alter-ego.it/demo

    Please post the login details here and set it as a private reply. We would like to check it.

    Regards,
    Ismael

    in reply to: Ajax Portfolio #326091

    Hey alteregousa!

    I’ll close this thread. Looks like the youtube issue has been fixed. Please avoid creating duplicated posts. We’ll continue here: https://kriesi.at/support/topic/portfolio-issues-8/

    Cheers!
    Ismael

    in reply to: Columns in Masonry Blog #326090

    Hi!

    You can try this:

    @media only screen and (max-width: 480px) {
    .avia-full-stretch {
    background-size: 100%;
    }
    }

    Cheers!
    Ismael

    in reply to: Layer Slider not working #326084

    Hi!

    Are you sure you didn’t install layer slider? It should be included on the theme by default. You didn’t buy a license? Please try adding this on functions.php:

    add_theme_support('deactivate_layerslider');
    

    Let us know what it does.

    Regards,
    Ismael

    in reply to: Fade out previous and next image and post #326083

    Hi!

    Thank you for the update. Have you tried toggling the Slideshow Image Size? Choose the “No Scaling” option.

    Cheers!
    Ismael

    in reply to: Scroll to Top button not working on desktop #326081

    Hey Chris!

    Thank you for using Enfold.

    Tested the site and the scroll to top is working fine.

    Regards,
    Ismael

    in reply to: Image and Hotspots #326080

    Hi martinguan!

    Thank you for using Enfold.

    No, unfortunately, that is not possible yet. You can vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

    in reply to: menu strange size change #326079

    Hi!

    You can change the width of the mega menu columns with this:

    #top .main_menu ul:first-child > li > ul > li, #top .main_menu ul:first-child > li > ul > li li {
    margin: 0;
    padding: 0;
    width: 200px;
    }

    Use media queries to adjust the size on different screens sizes.

    Regards,
    Ismael

    in reply to: Possible to open Portfolio grid on category other than "all" #325482

    Hey!

    Yes but that is a bit complicated and is beyond the scope of support. Please hire a freelance developer to modify the sort function for you. Anyway, I’ll ask the rest of the support team. Maybe they have an easy solution.

    Cheers!
    Ismael

    in reply to: Shortcodes in custom menu #325481

    Hey!

    The code should look like this:

    <?php echo do_shortcode('[google-translator]'); ?>
    

    Regards,
    Ismael

    in reply to: Portfolio grid styles #325479

    Hey!

    Please add this on Quick CSS or custom.css:

    #top .isotope-item {
    z-index: 2;
    border: 5px solid #ede5d5 !important;
    }

    The border will look like a gap between portfolio items.

    Regards,
    Ismael

    in reply to: Some main navigation menu links opening in new window #325478

    Hey!

    Not sure why it is applying target attribute on the menu link items. Please try to upgrade to WordPress 4.0 then update the theme to Enfold 2.9.2. Maybe, overriding the theme files will fix the issue.

    Regards,
    Ismael

    in reply to: Background video #325477

    Hi!

    Glad the solution worked. Please post the link to the actual page with the video background. We would like to inspect it. The video should be responsive by default.

    Cheers!
    Ismael

    in reply to: LayerSlider is not responsive #325475

    Hi!

    Please edit the text layers then go to the Attributes panel. Apply a custom css class on the Classes field. Use “mod-text” for example. On Quick CSS you can use media queries to alter the font style on smaller screens:

    @media only screen and (max-width: 767px) {
    .mod-text {
    font-size: 13px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Customizing Category Description #325462

    Hi!

    Thank you for the screenshot.

    You can try this plugin to allow html tags: https://wordpress.org/plugins/allow-html-in-category-descriptions/

    If this plugin doesn’t work, add this on functions.php:

    $filters = array('term_description','category_description','pre_term_description');
    foreach ( $filters as $filter ) {
    remove_filter($filter, 'wptexturize');
    remove_filter($filter, 'convert_chars');
    remove_filter($filter, 'wpautop');
    remove_filter($filter, 'wp_filter_kses');
    remove_filter($filter, 'strip_tags');
    }

    Best regards,
    Ismael

    in reply to: Problem after updates WP and Enfold – website broken #325432

    Hey!

    Unfortunately, we won’t be able to debug the issue if you don’t upgrade WP and Enfold. Please update the theme and WP then reconfigure the broken elements. Sometimes, clicking update on the page usually fix these issues. Please give us a link to the broken pages. We would like to check it.

    Regards,
    Ismael

    Hey!

    If you want to remove the meta infos, add this on Enfold > General Styling > Quick CSS field:

    span.post-meta-infos {
    display: none;
    }
    

    Regards,
    Ismael

    in reply to: DIsplaying last modified date #325428

    Hi m00n!

    Thank you for using Enfold.

    You can edit includes > loop-index.php. Add the the_modified_date function. Please refer to this link: http://codex.wordpress.org/Function_Reference/the_modified_date

    Best regards,
    Ismael

    in reply to: Certain pages seemingly randomly lose breadcrumbs area at top #325426

    Hi zDigitalProduction!

    Thank you for using Enfold.

    You’re not using the latest version of the theme. The current one is not compatible with WP 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    This is a random issue with the breadcrumb. If the theme update doesn’t fix it. Please try the fix here: https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/

    I tested it on one of the page and it works: http://alom.wpengine.com/?page_id=1302 (hosted on WPengine)

    Cheers!
    Ismael

    in reply to: Contact form Doesn't show a field after upgrading the them #325425

    Hi!

    I think you’re having issue with the comma symbol. Please refer to this link for a workaround: https://kriesi.at/support/topic/problems-with-avia-page-builder-contact-form/

    I created a test select element on this page. I’m sorry if I edited an existing page, please remove or modify the element after: http://www.franchiseelites.com/best-franchises-for-sale-franchise-opportunities-for-sale/building-storage-decoration-franchises

    The problem with this solution is you need to edit the select element in one go. Make sure that you use the correct comma symbol html entity code. I’ll Kriesi to take a look.

    Best regards,
    Ismael

Viewing 30 posts - 55,741 through 55,770 (of 67,482 total)