Forum Replies Created

Viewing 30 posts - 45,691 through 45,720 (of 66,114 total)
  • Author
    Posts
  • in reply to: Boxed layout height #500253

    Hey!

    Did you remove the previous suggested code? Please remove it then test the page again.

    Regards,
    Ismael

    in reply to: Social Profiles Scoop.It #500251

    Hey!

    We added the icon for you. Go to Enfold > Social Profiles to add the scoop it icon.

    Best regards,
    Ismael

    in reply to: Portoflio hover effect #500246

    Hi!

    I checked the pages but I don’t see any portfolio grid element. Please create a test page then we’ll check it. Make sure that the image height is more than 100px. This is one of the condition of the overlay or hover effect script.

    Cheers!
    Ismael

    in reply to: format / spacing/viewing problems in the editor #500244

    Hey!

    I’m not really sure how the cdn security settings work but did you check the url if its correct:

    1. Create a page rule for -> mysite.com/wp-admin/*
    
    2. Turn OFF -> <strong>Security Email Obfuscation, Server Side Excludes and Web Application Firewall</strong>

    Also, please try to create a page rule for the mysite.com/wp-content/ directory.

    Regards,
    Ismael

    in reply to: Translation "sort by" and breadcrumbs "You are here" #500242

    Hi!

    Please post the login details so that we could check it. If possible, please install the following plugin then we’ll translate the string for you: https://wordpress.org/plugins/loco-translate/

    Best regards,
    Ismael

    in reply to: Increase height of item in masonry #500241

    Hi GIEKApl!

    Thank you for using Enfold.

    Replace the code with this to keep mobile view from being affected:

    @media only screen and (min-width: 989px) {
         .av-masonry-container.isotope {
              height: 290px !important;
         }
    }

    Regards,
    Ismael

    in reply to: Enfold Facebook Widget – Sidebar Dimensions #500238

    Hi!

    Please go to Enfold > General Layout > Dimensions panel. Increase the Maximum Container width value then adjust the Content | Sidebar Ratio. Increase the portion of the sidebar.

    Best regards,
    Ismael

    in reply to: some troubles with the image position #500235

    Hey!

    Thank you for using Enfold.

    Look for this code in the style.css file then remove it:

    #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a, #top #wrap_all .av-social-link-facebook:hover a {
        color: inherit !important;
        background-color: white !important;
    }

    The code alters the background color of the social icons on mobile.

    Best regards,
    Ismael

    in reply to: next and previous arrows for event manager #500228

    Hi!

    I’m very sorry if you have to ask back and forth, unfortunately, I don’t see any way we can alter this on our end. Please show the following link to the plugin support staff then ask them how you can change the order of the events according to “event schedule”. http://reintest.be/4AD/wall-of-fame/

    If it’s possible to sort the events by schedule then the theme’s post navigation will automatically fetch the correct posts. Maybe, this plugin will help: https://wordpress.org/plugins/post-types-order/

    Best regards,
    Ismael

    in reply to: Enfold Avia Editor Stuck in Endless Loop #500224

    Hey!

    What if you recreate the page from scratch? Remove the current page then create another one while you’re on the latest version. There’s an error but we’re not exactly sure what’s causing it:

    http://firstmarksolutions.com/wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 404 
    

    Cheers!
    Ismael

    in reply to: autoplay on video #500221

    Hey famewebdesign!

    Thank you for using Enfold.

    Instead of the video element, embed the video manually. Get the iframe embed code then set the autoplay parameter to 1:

    <iframe width="1500" height="844" src="http://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&wmode=opaque&autoplay=1" frameborder="0" allowfullscreen=""></iframe>
    

    Regards,
    Ismael

    in reply to: some litte bugs on new webspae. #500220

    Hey!

    You’re trying to remove the asterisk mark? Add this in the Quick CSS field:

    abbr.required {
        display: none !important;
    }

    Regards,
    Ismael

    in reply to: Mobile logo size – Make it bigger! #500219

    Hi!

    The original logo size is a bit too big. Please resize the width down to less than 600px then upload it again.

    Best regards,
    Ismael

    in reply to: How to change Menu Button Colours so only one is highlighted #500218

    Hi!

    Replace the code with this:

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background-color: transparent;
        color: black;
        border-color: transparent;
    }
    
    #top #wrap_all .header_color .active-parent-item > a .avia-menu-text, #top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text, #top #wrap_all .header_color .current-menu-item > a .avia-menu-text {
        background-color: #016852;
        color: #ffffff;
        border-color: #004630;
    }

    Best regards,
    Ismael

    in reply to: Search disappears around 990px #500210

    Hey!

    You can actually add the search bar inside the “hamburger menu”. Please refer to this link: https://kriesi.at/support/topic/easy-slider-with-video-header-icon/#post-480687

    Regards,
    Ismael

    in reply to: thumbnails size in grid portfolio #500209

    Hey!

    1.) Add this in the Quick CSS field in order to create gaps between the masonry items:

    #top .no_margin.av_one_sixth {
        width: 125px;
        padding: 20px;
    }

    2.) Add this code in the functions.php file:

    add_filter('avia_filter_social_icons', 'avia_social_icons_title');
    function avia_social_icons_title($icons) {
    	$i = 0;
    	foreach ($icons as $icon) {
    		if($icon['social_icon'] == 'vimeo') {
    			$icons[$i] = array(
    			'social_icon' => 'Media',
    			'social_icon_link' => $icon['social_icon_link']
    			); break;
    		} $i++;
    	}
    	
    	return $icons;
    }

    Regards,
    Ismael

    in reply to: Place an image betwen the top of page and the header #500204

    Hi!

    1.) You can do something like this:

    .custom-background-image1 { background-image: url('IMAGE URL HERE');
    .custom-background-image2 { background-image: url('IMAGE URL HERE');
    

    Get the image url from the Media > Library.

    2.) Yes, that is correct. Please refer to number 1.

    Regards,
    Ismael

    in reply to: Problem with animated numbers #500202

    Hi!

    Seems like a bug in the animated number script. Is the dot symbol important? Is it OK if you remove that?

    Regards,
    Ismael

    in reply to: Mobile responsiveness problem #500200

    Hi!

    The > symbols in the css code are converted to html entity that’s why its not working. We fixed it for you. Please copy the code directly from the forum instead of your email next time. Remove browser cache then reload the page. http://wtservicesllc.com/

    Regards,
    Ismael

    in reply to: Varying layout by browser – behaviour not dynamic #500199

    Hey!

    You can increase the Maximum Container width on Enfold > General Layout > Dimensions panel. It will in turn add more space for the slider.

    Best regards,
    Ismael

    in reply to: Salesforce Form – Problem with CODE BLOCK #500198

    Hi!

    I tried to login to the site but its not working. Please check the login credentials above. Looks like you’re trying to setup a third party script. Please contact the developer who created the script for more info.

    Cheers!
    Ismael

    in reply to: Enfold 3.3.2 breaks WPML with Domains #500197

    Hey!

    We asked you to post the login credentials in our previous post. Please post it inside the private field.

    Best regards,
    Ismael

    in reply to: Header too big #500195

    Hey kmcdresden!

    Thank you for using Enfold.

    Please add this in the Quick CSS field to move the sub menu:

    #menu-item-13025 .sub-menu {
        margin-left: -100px;
    }

    Best regards,
    Ismael

    in reply to: Easy slider and page height on PC #500194

    Hey!

    I checked the page but I don’t see any line covering the text under the slider. Are you trying to move this text so that it is visible above the fold?

    Best regards,
    Ismael

    Hey!

    Add this in the Quick CSS field:

    .avia-caption-content.av_inherit_color {
        text-align: center;
    }
    
    .lista-maxitracce {
        display: inline-block;
    }

    Cheers!
    Ismael

    in reply to: Layerslider won't appear #500189

    Hi!

    I checked the page on IE 11 and the images are displaying as expected. On what version of IE did you test this?

    Cheers!
    Ismael

    in reply to: Mailchimp integration failure #499695

    Hi!

    Can you please re-create the user? I can now access the wp-login page but the login credentials above are not working.

    Cheers!
    Ismael

    in reply to: WPML STRING #499692

    Hi!

    The code should be:

    <?php _e('World-Class Active Vacations', 'avia_framework'); ?>
    

    Register the string in the es_ES.po file located on enfold > lang folder. Should look something like this:

    # @ avia_framework
    #: name-of-the-file-where-the-string-is-located.php:189
    msgid "World-Class Active Vacations"
    msgstr "TRANSLATION HERE"
    

    Adjust the file name and line of code value where the code is located. Go back to the Loco Translate panel, select the spanish language then sync the language files.

    Cheers!
    Ismael

    in reply to: Image Cropping Issues #499687

    Hey!

    Please post the login details for the wp dashboard, we would like to check it. The size of the featured image should be not more than 705px (width and height), for the masonry element, if you want to have the exact thumbnail size.

    If you’re referring to the bottom part of the image not being displayed, it is actually being covered by the masonry content container.

    Best regards,
    Ismael

    in reply to: menu bar #499686

    Hey!

    Please refer to the following link for a possible solution. https://codex.wordpress.org/Login_Trouble

    Regards,
    Ismael

Viewing 30 posts - 45,691 through 45,720 (of 66,114 total)