Forum Replies Created

Viewing 30 posts - 47,161 through 47,190 (of 67,591 total)
  • Author
    Posts
  • in reply to: Mailchimp integration failure #501379

    Hey!

    I was able to log in to the page and I don’t see anything wrong with the subscription process. It reloads the page because it doesn’t have any ajax script. You will then receive the confirmation message “Jouw aanmelding voor Rootz is bevestigd”. There’s a way that you can redirect it to another page, a “thank you” page perhaps but that’s something you can ask in the mailchimp support forum.

    I registered my owm email and I only got one confirmation:

    Bevestig aanmelding a.u.b.
    Klik hier om jouw aanmelding voor Rootz te bevestigen
    
    Als je deze email per ongeluk ontvangt, kun je hem gewoon verwijderen. Zolang je niet op de link hierboven klikt word je ook niet aangemeld.
    
    Neem voor vragen over deze lijst contact op met:
     (Email address hidden if logged out) 

    Best regards,
    Ismael

    in reply to: Bulletins get doubled on post update/save after WP 4.3 update #501378

    Hi sandersisask!

    Thank you for using Enfold.

    Which version of the theme do you have? You can check for the change log in the enfold overview: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

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

    Hi!

    Make sure that you’re copying the code directly from the forum instead of your email. Check if the syntax are intact. In the header.php file, add this:

    <?php
    f(is_page(59)){
    echo '<div class="custom-background-image1 custom-background container_wrap"></div>';
    }
    if(is_page(99)){
    echo '<div class="custom-background-image2 custom-background container_wrap"></div>';
    }
    ?>

    Adjust the page id if necessary. You can then add something like this in the Quick CSS field:

    .custom-background { background-size: cover; background-repeat: no-repeat; };
    .custom-background-image1 { background-image: url('http://idetox.voyage/wp-content/uploads/2015/09/IMET1.jpg');
    .custom-background-image2 { background-image: url('http://idetox.voyage/wp-content/uploads/2015/09/IMET1.jpg');

    Adjust the image url if you need to different backgrounds on different pages.

    Regards,
    Ismael

    in reply to: padding/spacing issues #501372

    Hi!

    I’m sorry but I don’t see any issue with the logo. Did you fix it as well? If not, could you provide a screenshot so that we can understand the issue better? Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Styling Events Calander #501371

    Hey!

    If you want to override the theme’s plugin configuration, you have to modify the functions.php file directly. Look for this code then remove it:

    if(!current_theme_supports('deactivate_tribe_events_calendar'))
    {
    	require_once( 'config-events-calendar/config.php' );			//compatibility with the Events Calendar plugin
    }

    You can then do your layout configuration. Here’s a short guide: https://theeventscalendar.com/knowledgebase/themers-guide/

    Contact codeable for further modifications: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    Hey!

    Please try to add this in the Quick CSS field:

    .caption_fullwidth {
        top: 50% !important;
        bottom: auto !important;
    }

    Best regards,
    Ismael

    Hi!

    Please edit the functions.php file then remove this code:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries

    Regenerate the thumbnails after: https://wordpress.org/plugins/force-regenerate-thumbnails/

    Note that removing the thumbnails might slow down the website because it has to use the original image for every element on the page.

    Cheers!
    Ismael

    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

Viewing 30 posts - 47,161 through 47,190 (of 67,591 total)