Forum Replies Created
-
AuthorPosts
-
Hey!
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 404
Cheers!
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,
IsmaelHey 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,
IsmaelHey!
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,
IsmaelSeptember 9, 2015 at 6:27 am in reply to: Custon bullet List inside caption text in Fullwidth Easy Slider #500193Hey!
Add this in the Quick CSS field:
.avia-caption-content.av_inherit_color { text-align: center; } .lista-maxitracce { display: inline-block; }
Cheers!
IsmaelHi!
I checked the page on IE 11 and the images are displaying as expected. On what version of IE did you test this?
Cheers!
IsmaelHi!
Can you please re-create the user? I can now access the wp-login page but the login credentials above are not working.
Cheers!
IsmaelHi!
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!
IsmaelHey!
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,
IsmaelHey!
Please refer to the following link for a possible solution. https://codex.wordpress.org/Login_Trouble
Regards,
Ismael -
AuthorPosts