Forum Replies Created

Viewing 30 posts - 55,711 through 55,740 (of 67,482 total)
  • Author
    Posts
  • in reply to: Disable button 2 on tablet for fullscreen slider #326345

    Hey glozemedia!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .avia_transform .active-slide .avia-slideshow-button-2 {
    display: none !important;
    }
    }

    Regards,
    Ismael

    in reply to: 2.9.2 Update Issues #326344

    Hi!

    Did you install the rtl WordPress version? Not sure why it is backwards but the body direction is set to rtl. Please try adding this on functions.php:

    add_action( 'admin_header', function(){
     echo '<style> .wpadmin { direction:ltr !important; } </style>';
    });

    Please download WordPress 4.0 again then override your installation.

    Cheers!
    Ismael

    in reply to: Remove Padding And Margin From Column Content #326343

    Hi goforyourdreams!

    Thank you for using Enfold.

    Please insert a Color Section then place the first 2/3 and 1/3 column inside. Apply a unique id on the For Developers: Section ID field. Use this on Quick CSS or custom.css:

    #full-width-section .container {
    width: 100%;
    max-width: none !important;
    padding: 0;
    }

    Best regards,
    Ismael

    in reply to: Customizes Slider Navigation Arrows #326338

    Hi!

    Thank you for using Enfold. Glad you figured it out. :)

    Regards,
    Ismael

    in reply to: Masonry portfolio tweaks #326337

    Hi mcraig77!

    Thank you for using Enfold.

    1.) You can use this on Quick CSS:

    span.inner_sort_button span {
    font-size: 18px;
    font-family: Arial;
    }

    2.) Change the background color with this:

    .av-masonry-sort.main_color {
    background: red;
    }

    3.) Use this for the load more:

    #top .av-masonry-load-more {
    font-size: 13px;
    }
    
    .main_color .av-masonry-pagination, .main_color .av-masonry-pagination:hover {
    background-color: red;
    }

    Cheers!
    Ismael

    in reply to: Custom Contact Forms #326336

    Hi!

    Thank you for the info.

    Do you mind placing the code on pastebin.com? We would like to try it. Note that you can use third party plugins such as Contact Form 7.

    Regards,
    Ismael

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

    Hi!

    Thank you for the info.

    1.) Please post the login details to We would like to test the testimonial shortcode. Have you tried recreating the testimonials? As I said, the update might break some of the elements so you need to reconfigure it.

    2.) Choose a thumbnail on the Gallery Big Preview Image Size.

    3.) The Portfolio Grid is now set to full width by default. Place it inside a 1/1 column to make it look like exactly as before.

    4.) We would like to check this. Please give us a temporary login details on the test site. **removed upon request**

    5.) The latest update is using a different lightbox. The old lightbox “prettyPhoto” is a bit outdated. We replaced it with MagnificPopup. If you still want to use prettyPhoto, deactivate MFP on Enfold > Theme Options > Lightbox Modal Window. Install prettyPhoto as a stand alone plugin.

    Regards,
    Ismael

    • This reply was modified 11 years, 6 months ago by Yigit.
    in reply to: Accordion slider suddenly not working #326329

    Hey!

    I tested the accordion slider on a test page and it works fine. I was able to edit the element without any problem. http://novabook.us/novabookblog/test-accordion/

    Looks like you added a lot of themes before Enfold. Deleting those items that you don’t use will not hurt.

    Cheers!
    Ismael

    in reply to: Commerce/shopping cart #326327

    Hey!

    Do you mind if we take a look at the page? Is the images not loading on the shop page? A screenshot of the issue will help.

    Cheers!
    Ismael

    in reply to: Enfold Accordion Slider Text Postion and Background Color #326326

    Hi annameis!

    Thank you for using Enfold.

    Please post the actual url of the thread or topic. A screenshot of what you’re trying to do will help.

    Regards,
    Ismael

    in reply to: Slider not being responsive #326325

    Hey Gurify!

    Thank you for using Enfold.

    Did you set the slider to Responsive on Slider Settings? Make sure that you fill in the Full-width slider settings. Default value is 1140.

    Regards,
    Ismael

    in reply to: Change font color of navigation #326323

    Hey rira!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    #top .alternate_color.title_container .main-title a {
    color: red;
    }

    If that doesn’t work, use this:

    #top .main_color.title_container .main-title a {
    color: red;
    }

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Are you using the Image element when adding the images? You can add google analytics tracking code on an onclick attribute. First, you need to add a unique selector to the image element. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Use “ga-track” for example. Add this on functions.php to apply the onclick attribute on the link:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".ga-track a").attr("onclick","_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Modify the tracking event code: https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking

    Best regards,
    Ismael

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

    Hi!

    Where is the actual contact form? I checked the page http://www.whitestagweddings.com/contact/ but I don’t see any contact form. Make sure that you use your own tracking code and the correct tracking id. Please refer to these links for more info:

    http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
    https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide#SettingUpEventTracking

    Cheers!
    Ismael

    in reply to: Drop-down Menu Text All Over Page #326318

    Hi!

    Thank you for the info.

    I’m sorry but we can only inspect the site once it’s live. Do you have any other plugins installed? What is the current version of PHP?

    Best regards,
    Ismael

    in reply to: Website Loading Slowly #326315

    Hey!

    Mind providing a screenshot of the issue? Try changing the background color of the html document:

    html {
    background-color: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Footer Layout Query #326314

    Hey!

    Try adding this on Quick CSS or custom.css:

    .widget li {
    clear: none;
    width: auto;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    }

    Please don’t created duplicated posts: https://kriesi.at/support/topic/footer-layout-query/

    Best regards,
    Ismael

    in reply to: Share this entry #326311

    Hi Mkieling!

    Thank you for using Enfold.

    What do you mean by “share the language of this sentence”? Do you want to change it?

    Regards,
    Ismael

    in reply to: Footer Responsive and more #326309

    Hey oneandonlyeric!

    Thank you for using Enfold.

    1.) You can use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #footer div .av_one_fourth.first {
    display: none;
    }
    }

    2.) Do you mind providing a screenshot of what you’re trying to do? You can try the layer slider.

    Best regards,
    Ismael

    in reply to: Outsourcing the creation of a LayerSlider #326308

    Hi bakbek!

    Thank you for using Enfold.

    You can try freelancer.com or odesk.com for that. Or visit Envato Studio and Werkpress for theme or layer slider customization.

    Cheers!
    Ismael

    in reply to: Shrinking Logo is too small #326306

    Hi bakbek!

    Thank you for using Enfold.

    You can increase the logo height on header shrink with this:

    .header-scrolled .logo, .header-scrolled .logo a, .header-scrolled .logo a img {
    max-height: 70px !important;
    top: -5px;
    }

    Best regards,
    Ismael

    in reply to: CKeditor + Enfold + Advanced LayerSlider #326305

    Hi avivitgolanschutz!

    Thank you for using Enfold.

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Cheers!
    Ismael

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

    Hey stjosephs!

    Thank you for using Enfold.

    You can generate the shortcode using the shortcode wand on a post or page. Copy the shortcode and place it as Menu Label on Appearance > Menus.

    Regards,
    Ismael

    in reply to: Query : Footer Layout #326303

    Hi curmi01!

    Thank you using Enfold.

    Please set the menu as Enfold Footer Menu on Appearance > Menus panel.

    Best regards,
    Ismael

    in reply to: Portfolio Post 404 #326302

    Hey surfaholic!

    Thank you for using Enfold.

    Please try to flush the permalink settings. Go to Settings > Permalink then click the Save button once.

    Cheers!
    Ismael

    in reply to: Sidebar stuff #326301

    Hey!

    Please post the actual pages with the sidebar issues. We would like to check it.

    Regards,
    Ismael

    in reply to: How to remove the WPML language flags from the menu? #326299

    Hey bakbek!

    Thank you for using Enfold.

    Please use this on functions.php:

    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 );
    }

    Regards,
    Ismael

    in reply to: Contact form does not send messages #326291

    Hey Vinícius!

    Thank you for using Enfold.

    Please try to use Contact Form 7. See if the email goes through. If not, switch to default WordPress themes then test the CF7 form again.

    Best regards,
    Ismael

    in reply to: Reduce padding between elements? #326117

    Hi!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to adjust the default content padding:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
    }

    Instead of using the text block, try to use the Special Heading element for the title.

    Regards,
    Ismael

    in reply to: Blog not working #326113

    Hi InspireCreations!

    Thank you for using Enfold.

    I don’t think this is a theme related issue. Please try to deactivate the plugins then test the links again. Also, try to the flush the permalink settings.

    Best regards,
    Ismael

Viewing 30 posts - 55,711 through 55,740 (of 67,482 total)