Forum Replies Created
-
AuthorPosts
-
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,
IsmaelSeptember 11, 2015 at 4:27 am in reply to: Bulletins get doubled on post update/save after WP 4.3 update #501378Hi 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,
IsmaelSeptember 11, 2015 at 4:23 am in reply to: Place an image betwen the top of page and the header #501377Hi!
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,
IsmaelHi!
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,
IsmaelHey!
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!
IsmaelSeptember 11, 2015 at 3:43 am in reply to: Easy Slider, Image and content are not adapted well to different resolutions #501369Hey!
Please try to add this in the Quick CSS field:
.caption_fullwidth { top: 50% !important; bottom: auto !important; }Best regards,
IsmaelSeptember 11, 2015 at 3:34 am in reply to: I upload 1 image in 1 size: I get 17 EXTRA different sizes from the same image #501368Hi!
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 entriesRegenerate 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!
IsmaelHey!
Did you remove the previous suggested code? Please remove it then test the page again.
Regards,
IsmaelHey!
We added the icon for you. Go to Enfold > Social Profiles to add the scoop it icon.
Best regards,
IsmaelHi!
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!
IsmaelHey!
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,
IsmaelSeptember 9, 2015 at 9:14 am in reply to: Translation "sort by" and breadcrumbs "You are here" #500242Hi!
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,
IsmaelHi 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,
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHi!
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,
IsmaelHey!
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 404Cheers!
IsmaelHey 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,
IsmaelHey!
You’re trying to remove the asterisk mark? Add this in the Quick CSS field:
abbr.required { display: none !important; }Regards,
IsmaelHi!
The original logo size is a bit too big. Please resize the width down to less than 600px then upload it again.
Best regards,
IsmaelSeptember 9, 2015 at 8:29 am in reply to: How to change Menu Button Colours so only one is highlighted #500218Hi!
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,
IsmaelHey!
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,
IsmaelHey!
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,
IsmaelSeptember 9, 2015 at 7:12 am in reply to: Place an image betwen the top of page and the header #500204Hi!
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,
IsmaelHi!
Seems like a bug in the animated number script. Is the dot symbol important? Is it OK if you remove that?
Regards,
IsmaelHi!
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,
IsmaelHey!
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,
IsmaelHi!
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!
IsmaelHey!
We asked you to post the login credentials in our previous post. Please post it inside the private field.
Best regards,
Ismael -
AuthorPosts
