Forum Replies Created

Viewing 30 posts - 50,761 through 50,790 (of 66,306 total)
  • Author
    Posts
  • in reply to: Increase scroll menu speed? #389889

    Hey crewneck!

    Thank you for using Enfold.

    You can edit js > avia.js file, find this code on line 726:

    duration= data.duration || 1200,
    

    Decrease the value. Remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Height of the Color section #389222

    Hi!

    Thank you for using Enfold.

    Did you add the id on the For Developers: Section ID field? Remove the hashtag symbol. You need to set the min-height property and maybe remove the padding. For example:

    #navf { min-height: 10px; height: 10px; }
    

    Why do you need to set the section height?

    Regards,
    Ismael

    in reply to: Header CSS visible in main body of email blog posts #389220

    Hey!

    Can you please provide a screenshot of the issue? I don’t think we can control the email content format.

    Regards,
    Ismael

    in reply to: Problem with H2 Styling on Special Heading #389218

    Hey!

    Thank you for using Enfold.


    @magpie6
    : You can’t change the special heading styling on the element option? Can you please provide a screenshot of the issue?


    @begrafiks
    : Thanks for helping out.

    Regards,
    Ismael

    in reply to: Mobile Layout #389215

    Hi!


    @darranreadman
    : Please provide a screenshot of the issue and a link to the actual site. Make sure that you’re running Enfold 3.0.8 on WordPress 4.1.

    Cheers!
    Ismael

    in reply to: Single Post Header Problem #389214

    Hi!

    The texts are using the correct font family which is Alegreya Sans. Isn’t that what you want? If not, please provide a screenshot. When you say “Header 3”, do you mean “h3”?

    Cheers!
    Ismael

    in reply to: responsive Video in Footer-Widget #389211

    Hey Bernd!

    Thank you for using Enfold.

    Try this on Quick CSS:

    div#example_video_id_185212883 {
    width: 100% !important;
    height: 174px !important;
    }

    Unfortunately, we can’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.

    Cheers!
    Ismael

    in reply to: Distance between Blogposts in Widgets #389207

    Hey Bernd!

    Thank you for the screenshots.

    Adjust the bottom margin with this:

    ul.dpe-flexible-posts li {
    margin-bottom: 20px;
    }

    Cheers!
    Ismael

    in reply to: Float header logo between main and secondary nav #389206

    Hey Joe!

    Thank you for using Enfold.

    Just add this on Quick CSS:

    #header_main {
    z-index: 10;
    }

    Cheers!
    Ismael

    Hey!

    Place it inside the css media query:

    @media only screen and (max-width: 767px) {
    #top #header_meta, #top #header_meta nav ul ul li, #top #header_meta nav ul ul a, #top #header_meta nav ul ul {
    background-color: #ff4d47 !important;
    }
    }

    Cheers!
    Ismael

    in reply to: Setting Logo Size Different for Home Page #389199

    Hey!

    Alright. First, you need to set the black logo as the default logo then disable header shrinking but keep the behavior fixed or sticky. After that, we’ll figure out the home page header. Remove this code to keep the menu container aligned:

    .av-main-nav li {
    top: -30px;
    }

    Add this to disable the shrinking on inner pages:

    add_action('wp_footer', 'avf_header_rev', 1);
    function avf_header_rev(){
    ?>
    <script>
    (function($){
        $(window).scroll(function() {
    		var home   = $('body').hasClass('home'),
    		 	header = $('.html_header_top.html_header_sticky #header');
    		if(!home) {
    			$(header).removeClass('av_header_shrinking');
    		}
        }).scroll();
    })(jQuery);
    </script>
    <?php
    }

    Regards,
    Ismael

    in reply to: Main Menu : Align to Top of Logo #389188

    Hey!

    I think this is the same inquiry as this one: https://kriesi.at/support/topic/setting-logo-size-different-for-home-page/

    We’ll close this one.

    Regards,
    Ismael

    in reply to: Partner/Logo Element Columns Mobile #389182

    Hi zerodi!

    Thank you for using Enfold.

    Try this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .avia-content-slider .slide-entry-wrap {
    width: 48%;
    margin-bottom: 40px !important;
    margin-left: 1% !important;
    }}

    Cheers!
    Ismael

    in reply to: Troubles with the header (fixed/responsive/height…) #389181

    Hey!

    Please check the site. We added this on Quick CSS to change the background of the shrinked header:

    .header-scrolled.header_color .header_bg {
    background: #ffffff;
    }

    Adjust the background color value.

    Regards,
    Ismael

    in reply to: 2 column tables #389177

    Hey!

    You can share images via link when using dropbox. https://www.dropbox.com/en/help/498

    It is easier to share images using imgur. You don’t need an account.

    Regards,
    Ismael

    in reply to: Not rendering on mobile #389176

    Hey!

    I tested it on an iPod Touch 5, hardware specification is almost the same, and it loads fine even after multiple refresh. Try to restart the device, remove browser cache then test it again. The website looks nice, btw.

    Regards,
    Ismael

    in reply to: Linking two sites #389171

    Hi!

    You have two different installation of WP, right? Please use this for http://theimplantexperts.com site.

    add_action('ava_after_main_menu','custom_things');
    function custom_things() {
    	echo '<div class="secondary-logo">
           <a href=" http://dentists.theimplantexperts.com/">
           <img src="http://theimplantexperts.com/wp-content/uploads/2015/01/TIE_WebHeader_Patientslink.png" />
           </a>
           </div>';
    }

    And this one for the other site:

    add_action('ava_after_main_menu','custom_things');
    function custom_things() {
    	echo '<div class="secondary-logo">
           <a href=" http://www.theimplantexperts.com/">
           <img src="http://dentists.theimplantexperts.com/wp-content/uploads/sites/2/2015/01/TIE_WebHeader_Patientslink1.png" />
           </a>
           </div>';
    }

    Use the same css for both sites.

    Cheers!
    Ismael

    in reply to: Color section showing up in footer on home page.. #389169

    Hi!

    Thank you for using Enfold.

    I’m sorry but you’re using an outdated version of the theme, 3.0.4. Please download the latest version, 3.0.8 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/

    After the update, please switch the builder to debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Ismael

    in reply to: Can't change number of gallery rows on gallery feature #389168

    Hey!

    The internal styling which calculates the gallery thumbnail size fails to render on your home page but I’m not sure why. For a temporary fix, you can add this on Quick CSS or custom.css to change the columns to 4:

    .home #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: 25% !important;
    }

    Is OK for us to disable the plugin while testing the site? The Hide My WP plugin might hinder us from accessing the site once deactivated.

    Cheers!
    Ismael

    in reply to: Full width submenu displaying main menu? #389166

    Hi!

    Glad it worked. :)

    Cheers!
    Ismael

    in reply to: Bullet List mit default font #389165

    Hi Werner!

    Thank you for using Enfold.

    I’m not sure if I understand the inquiry correctly but if you want to change the bullet points of the list element, add this on Quick CSS:

    ul.disc, .entry-content-wrapper ul {
    list-style: square outside;
    }

    Refer to this link for more list styles option: http://www.w3schools.com/cssref/pr_list-style-type.asp

    Cheers!
    Ismael

    in reply to: Border lines within featured images #389163

    Hi!

    The code above works fine on our installation. Please provide a link to the actual page with the featured image.

    Best regards,
    Ismael

    in reply to: Center logo on all mobile devices? #389161

    Hey crewneck!

    Thank you for using Enfold.

    Try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a {
    display: inline-block;
    vertical-align: middle;
    }
    
    .responsive .logo {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    }
    }

    Regards,
    Ismael

    in reply to: Sandwich Menu Botton doesn't open in iPad landscape mode #389159

    Hey!

    Thank you for using Enfold.

    Please remove the modifications above then go to Enfold > Header >Mobile Menu panel. Set the Header Mobile Menu activation settings to the second option.

    Best regards,
    Ismael

    in reply to: Portfolio Tags #389158

    Hey!

    Thank you for the update.

    How did you add the element? You can place the code on pastebin.com. I think you’re missing the third entry on the required attribute which is the value of the Add Title’s subtype “Show”. If you have this code to render the “Add Title” setting:

    array ( "name" 	=> __("Add Title", 'avia_framework' ),
    							"desc" 	=> __("Description here", 'avia_framework' ),
    							"id" 	=> "src",
    							"type" 	=> "select",
    							"std" 	=> "no-title",
    							"subtype" => array(
    												__('None',  'avia_framework' ) =>'no-title',
    												__('Show', 'avia_framework' ) =>'show-title',
    												)
    							),
    

    The required attribute of the “Title Location” and “Title Name” options should be:

    "required" 	=> array('src','not','show-title'),
    

    Best regards,
    Ismael

    in reply to: Slider or image in title area and header options #389153

    Hi!

    Please replace the code with this:

    .home #main div div main.template-page.content:first-child {
    padding-top: 0;
    }

    If you want to make the top level menu items clickable, go back to Appearance > Menus then remove the default ones. Replace them with custom links with # symbol as URL.

    Regards,
    Ismael

    in reply to: Error after update new version. #389152

    Hey!

    Hmm.. Not sure if understand it clearly but thanks for sharing. Might be useful for other users with the same issue. :)

    Regards,
    Ismael

    in reply to: Randomize Testimonials Slider #389151

    Hi!

    Add this on Quick CSS:

    .avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image {
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    }

    Cheers!
    Ismael

    in reply to: Icons not appearing #389149

    Hi!

    Thank you for using Enfold.

    I’m sorry but you’re using an outdated version of the theme. Please download the latest version, 3.0.8, 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/

    Best regards,
    Ismael

    in reply to: Testimonial Bug? #389147

    Hi!

    Let us know if the issue presents itself again. I tested the page for more than 10 minutes using safari and the testimonials looks fine, still autorotating.

    Regards,
    Ismael

Viewing 30 posts - 50,761 through 50,790 (of 66,306 total)