Forum Replies Created

Viewing 30 posts - 49,471 through 49,500 (of 66,166 total)
  • Author
    Posts
  • 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 10 years, 4 months 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

    Hey!

    Sorry for the delay. Did you install the bbPress plugin? Try to deactivate the bbPress plugin by renaming the plugin folder inside the wp-content > plugins folder. If it’s not working, try to override the theme files again. Make sure that the config-bbpress folder is included. Upload the theme files again via FTP.

    Regards,
    Ismael

    in reply to: graphic banner between header and breadcrumb #413541

    Hey!

    You can another dynamic_sidebar function inside the filter:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'forum' );
        dynamic_sidebar( 'single product pages' );
    }

    Change the name of the dynamic_sidebar.

    Cheers!
    Ismael

    in reply to: transparency and responsivness #413535

    Hi!

    LOL. Glad you figured it out. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you for your understanding. :)

    Best regards,
    Ismael

    in reply to: Odd image responsive behavior on iPad portrait layout #413532

    Hi stunna42!

    Thank you for using Enfold.

    It looks fine when I checked it. This issue is usually cause by an unwanted paragraph tag in between the columns or shortcodes. We don’t know why it’s generated but it’s there in a few cases. Did you switch between the default and advance layout builder while working on the page?

    If it happens again try to toggle the position of the columns then update the page. After that, revert the position back to normal then update the page again.

    Regards,
    Ismael

    Hey!


    @lucein1774
    : Yes, it will remove the shortcode wand.

    I tested the form in @Ethus installation and I was able to switch between visual and text editors without the page freezing. What is the browser that you’reusing?


    @Ethus
    : Did you comment out the line suggested on the previous post?

    Cheers!
    Ismael

    in reply to: Special Heading Size in Pixel Not Working #413464

    Hey!

    Yes, please contact the plugin author regarding the excerpt. We’ll keep the thread open. Feel free to update the thread when you fix the issue. Thank you.

    Regards,
    Ismael

    in reply to: Featured Image Not Displaying on Post Page #413462

    Hey Joshua!

    Thank you for using Enfold.

    All default elements including post meta info, featured image, title etc will be remove when you use the advance layout builder for posts. You need to add it manually using an image element or sliders. You still need to set the featured image if you want it to show on archive or category pages.

    Cheers!
    Ismael

    in reply to: Issue with Tab Element – broken on my page #413456

    Hey!

    We can’t help you unless you have the latest version of the theme. Did you add any files or modifications inside the child theme folder? Make sure to update those files as well. There are mixed content in the page. Please try to deactivate all plugins after the update.

    Best regards,
    Ismael

    in reply to: Custom color for each element problem #413455

    Hey!

    Alright. This should work:

    #top .av-masonry-entry:hover, #top .av-masonry-entry, #top .av-masonry-entry > * {
      border: 0;
      background: transparent;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    in reply to: Customise Side bar #413447

    Hey!

    You can add this to the Quick CSS field to increase the thumbnail container:

    .news-thumb, .news-thumb img {
      height: 50px;
      width: 50px;
    }

    Regards,
    Ismael

    in reply to: Tabs on mobile #413427

    Hey wcathro!

    Thank you for using Enfold.

    The tab should scroll up if the tab title is not in viewport. Please provide a link to the page with the issue. Make sure that you’re running Enfold 3.1 on WordPress 4.1.1.

    Best regards,
    Ismael

Viewing 30 posts - 49,471 through 49,500 (of 66,166 total)