Forum Replies Created

Viewing 30 posts - 50,821 through 50,850 (of 67,527 total)
  • Author
    Posts
  • in reply to: Icon in top bar #414540

    Hey!

    Replace the code with this:

    <span class="custom-text">Industrial Marketing & Consulting</span><span class="custom-number">[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='12px' position='left' color=''][/av_font_icon]281.969.7514MM</span>
    

    Add this to the Quick CSS field:

    span.custom-text {
      margin-right: 10px;
      border-right: 1px solid white;
      padding-right: 10px;
    }

    Cheers!
    Ismael

    in reply to: Images size for 3 columns? #414526

    Hey Mattias!

    Thank you for using Enfold.

    What do you mean by “before scaling begins”? The size of the images in the portfolio grid is set to 495x400px by default, given that the column is set to 2 or more. When column is set to 1, the portfolio image size is 1500x430px. You can also select the thumbnail size by setting the Portfolio Grid Image Size to manual.

    Cheers!
    Ismael

    in reply to: I want to like the image #414513

    Hey!

    You can customize the header using the Quick CSS field but I’m afraid we can’t help you with it. The modification that you’re asking is outside the scope of support. It’s better if you hire a freelance developer to modify it. You can start with this:

    .header-scrolled-full {
      width: 80% !important;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      transform: translate(-50%,0);
    }

    Best regards,
    Ismael

    in reply to: How to change layout of search results in loop-search? #414499

    Hey!

    Thank you for using Enfold.

    This kind of modification is considered as a custom work so you have to hire a freelance developer to edit the search page template. Anyway, you can try the mod provided here: https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161

    Cheers!
    Ismael

    Hey!

    @strom84: Thanks for sharing. ;)

    Cheers!
    Ismael

    in reply to: Revolution Slider Element Inside Layout Element? #414483

    Hey spidercreations!

    Thank you for using Enfold.

    I’m sorry but it’s not possible at the moment. You may have to add the slider shortcode manually using a text block or code block.

    Cheers!
    Ismael

    in reply to: Contact form doesn't work with yahoo mail #414473

    Hey therqworld!

    Thank you for using Enfold.

    Try to install this plugin: https://wordpress.org/plugins/wp-smtp/

    This is the yahoo smtp mail settings: http://email.about.com/od/accessingyahoomail/f/Yahoo_Mail_SMTP_Settings.htm

    Regards,
    Ismael

    in reply to: RESOLVED – Can't select variation in product drop down #414465

    Hey DigitalEssence!

    Glad it is fixed. I think we learned a good lesson here. Update everything first. :)

    Cheers!
    Ismael

    in reply to: Navigation overlapping logo #414462

    Hi!

    I’m sorry but it’s not possible. That will require custom modification that is beyond the scope of support. What we can do is to adjust the padding and font size when viewing on smaller screens:

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li > a {
      padding: 0 4px;
      font-size: 11px;
    }}

    Cheers!
    Ismael

    in reply to: Child theme change included files #414458

    Hey!

    Why do you need the functions-enfold.php file in the child theme? If you want to add new functions, you can add it directly to the child theme’s functions.php file. If you duplicate the functions-enfold.php file then you have to update it every time a new version of the theme or patch is available. Try to add this to the php.ini file, it should fix the session start issue:

    session.save_path = /tmp
    

    Regards,
    Ismael

    in reply to: Hover video icon #414442

    Hey!

    You can add this to the Quick CSS field:

    a.avia_image.mfp-iframe.lightbox-added:before {
      content: '\E897';
      font-family: 'entypo-fontello';
      position: absolute;
      border-radius: 50px;
      background: #2d5c88;
      height: 50px;
      width: 50px;
      line-height: 50px;
      left: 50%;
      top: 50%;
      margin: -40px 0 0 -40px;
      z-index: 500;
      text-align: center;
      color: #fff;
      opacity: .5;
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
    }
    
    .avia-image-container-inner:hover a.avia_image.mfp-iframe.lightbox-added:before {
      content: '';
      opacity: 0;
    }

    Cheers!
    Ismael

    in reply to: [3.1] Rotating Title Styling #414429

    Hi SeizeTheBeat!

    Thank you for using Enfold.

    You can change the style of the rotator in the Style panel. Edit the rotator element then click the Style tab. Adjust the Text Size and Colors.

    Cheers!
    Ismael

    in reply to: LAYOUT #414424

    Hey!

    A.) You can add the code to the Enfold > General Styling > Quick CSS field.

    B.) Use the page id attribute to change the color for different pages. Can you please provide a screenshot of what you’re trying to do? You can use imgur or dropbox.

    Regards,
    Ismael

    Hi DigitalEssence!

    Glad it is working now. :)

    Regards,
    Ismael

    in reply to: Blog Posts overview #414394

    Hey designspecialisten!

    Thank you for using Enfold.

    I don’t know if I understand you clearly so if possible, please provide a screenshot of what you’re trying to do. Are you trying to add a category overview page? There is no default element for that so you have to add it manually.

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    @DigitalEssense: Can you please provide a link to the dev site? We would like to check it.

    Best regards,
    Ismael

    in reply to: Custom Icon Header ( Houzz) #414388

    Hey!

    We don’t want to break the site as well so we have to make sure that you remove all modifications suggested above. Did you remove all of them? I tried to create a test page but when I update the page, I get this error:

    Fatal error: Internal Zend error – Missing class information for in /home/jmarkina/public_html/wp-content/plugins/google-analytics-for-wordpress/admin/api-libs/googleanalytics/class-api-googleanalytics.php on line 5

    Best regards,
    Ismael

    in reply to: Blog Support #414380

    Hi!

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials and learn about theme hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues. All blog options can be found on Enfold > Blog Layout panel. The current blog style is set to Grid layout.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    in reply to: Installing child theme: The parent theme is missing. #414377

    Hey Frannie!

    Thank you for using Enfold.

    Please provide a link to the website. We would like to check it. Edit the style.css file, make sure that the Template name is the same as the folder name of the parent theme:

    Template: enfold
    

    Regards,
    Ismael

    Hi darkroomillusions!

    Thank you for using Enfold.

    I checked the site in chrome and the country/state select or drop down element is working fine. The drop down element looks a bit different from the default select styling. Did you add any plugins to modify this element?

    Regards,
    Ismael

    in reply to: Partner logo element not working #414369

    Hi!

    I don’t see any partner/logo element on the page. Did you remove it? To fix the gallery, try to use images with the same size or dimension. Or set the Gallery Preview Image Size to your preferred thumbnail size. I think the “Square” size will do.

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    From what version of the theme did you update before 3.1? Try to toggle the position of the elements inside the page then update it. Revert it back afterwards.

    Cheers!
    Ismael

    in reply to: Accordion Toggle Horizontal Line #414367

    Hi Elindsay!

    Thank you for using Enfold.

    You have this custom css code which breaks the toggle symbol:

    .responsive, .responsive span, .responsive span iframe[style], .responsive span img {
      width: 100% !important;
    }

    Add this to the Quick CSS field:

    span.toggle_icon {
      width: 15px !important;
    }

    Regards,
    Ismael

    in reply to: Enfold menu not updating changes #414362

    Hi!


    @Rechard777
    : I was able to add a new menu item “My Shop” to your main menu. Please kindly remove that after checking. http://la-bellefleur.com/wp-admin/nav-menus.php


    @fandragon
    : Please open a new thread. Add the url of the site. Make sure that you have the latest version of the theme, 3.1, running on WordPress 4.1.1.

    Cheers!
    Ismael

    • This reply was modified 11 years ago by Ismael.

    Hey Corina!

    Thank you for using Enfold.

    Please undo all modifications made on theme. Add this to the functions.php file to remove the theme’s default flag switcher:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Go to the WPML > Languages panel. Enable the Display the language switcher in the WP Menu. Select your main or secondary menu. Set the Language switcher style to Drop-down menu.

    Best regards,
    Ismael

    in reply to: Style Issues for (GravityForm) elements #414357

    Hi!

    Thank you for using Enfold.

    Are you referring to the “select” element? Add this to the Quick CSS field to limit the width:

    #top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {
      max-width: 50%;
    }

    Cheers!
    Ismael

    in reply to: Get rid of shopping cart on mobile header #414355

    Hey veritywebsolutions!

    Thank you for using Enfold.

    Please update the theme to version 3.1. If the upgrade doesn’t work, add this to the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .cart_dropdown {
    right: -60px;
    }}

    Cheers!
    Ismael

    in reply to: Enfold Combo Widget Popular posts not updating #413566

    Hey!

    I’m sorry but it’s not possible without custom modification on the theme. I haven’t tried this personally but maybe this plugin will help:

    https://wordpress.org/plugins/google-analytics-top-posts-widget/

    You also need to install this one:

    https://wordpress.org/plugins/google-analytics-dashboard/

    The site should be registered in google analytics.

    Best regards,
    Ismael

    in reply to: Fixed image in Fullwidth Easy Slider #413561

    Hey!

    The css code above will only show 10% of the images. Try this:

    @media only screen and (max-width: 768px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img {
      height: 315px !important;
      width: 150% !important;
      left: -50%;
    }}
    
    @media only screen and (max-width: 480px) {
    #full_slider_1 .avia-slideshow-inner, #full_slider_1 img {
      height: 250px !important;
    }}

    It will not show exactly like the desktop view but you will get most part of the images. You should turn on the custom css class if you’re trying to modify a specific element such as the slider: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Regards,
    Ismael

    Hi!

    Thank you for using Enfold and sorry for the delay.

    1.) The first and second time, the video fails to load then the third time was successful. If you check the Page Analysis tab, there are 2 connection errors. I think this is because of the video file size. 6MB for a website is a bit too big. My suggestion is to convert the video to h.264 in order to compress the size then upload it in vimeo. Use the vimeo url as video background.

    2.) Did you use any SEO plugins? Try to use the WordPress SEO plugin. https://wordpress.org/plugins/wordpress-seo/

    Best regards,
    Ismael

Viewing 30 posts - 50,821 through 50,850 (of 67,527 total)