Forum Replies Created
-
AuthorPosts
-
Hey AdamTurner!
I’m not sure if there is a specific option for that. If you have a transparent image you want to use for the overlay though then you can create a new layer and set it’s position to absolute and have it cover the whole slide and it should create the same effect.
Best regards,
ElliottHey Ikyo!
Try this.
.av-catalogue-list > li:last-child:after { content: ""; }Regards,
ElliottHey spadalbert!
So in the french and polish translations everything looks fine but when switching to English I’m seeing this javascript error.
too much recursion ...^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype...Try deactivating all of your other plugins and send us a WordPress login so we can take a closer look.
Cheers!
ElliottHey MarcG5!
Open up /enfold/functions.php and you can find the sizes used starting on line 99.
$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 $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderRegards,
ElliottHey Nimad!
We recommend using Woocommerce, http://www.woothemes.com/woocommerce/.
They have virtual product features where you can sell files for download.
Best regards,
ElliottHey alexoua!
Try adding this to your custom CSS.
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 186px !important; }Regards,
ElliottHey raymcginty!
Navigate to Dashboard > Enfold > General Layout and make sure the “Sticky Sidebar menu” option is set to never sticky.
Regards,
ElliottHi jansthh!
1. You can play around with the value on line 1036 in /enfold/css/shortcodes.css.
@media only screen and (max-width: 767px) {To change when the tabs switch to responsive.
2. Try adding this to your custom CSS.
.scroll-down-link { font-size: 200px !important; } .avia-slideshow-arrows a:before { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }3. Add this to your custom CSS.
.portfolio-preview-title.entry-title { text-align: center !important; }Cheers!
ElliottHey mecdesign!
The image that pops up in the magnific popup is going to the fullsized image and not a thumbnail. The magnific script is going to constrain it so it fits as large as possible inside your screen dimensions. I recommend keeping it like this otherwise it will annoy users (especially on mobiles) as they will have to scroll around to see the full image.
Cheers!
ElliottDecember 3, 2014 at 11:38 pm in reply to: Show parent page above nested subpages in sidebar navigation #362583Hi!
It’s near the bottom.
if ($children) { $default_sidebar = false; $sidebar_menu .= get_the_title($parent); // this is the line you editCheers!
ElliottHey Munford!
Unfortunately this would take a lot of time and code and would have to be considered custom work. I think it is possible using the google maps api but you’ll need to hire a freelancer to code this in.
I don’t think those plugins would have that feature either but you can check.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey Georg!
Try adding this to your custom CSS.
#menu-item-search { width: 35px !important; }Cheers!
ElliottHi!
@jdepal20, Your getting some javascript errors. Try deactivating all of your plugins to see if the errors go away.Best regards,
ElliottHey!
Try this instead.
@media only screen and (max-width: 767px) { .avia-image-container-inner, .avia_image, .av-image-caption-overlay { width: 100% !important; } }And then play around with the 767px value until it looks good.
Best regards,
ElliottHi!
It’s displaying fine on my end as well.

It’s not displaying for you? Take a screenshot and highlight what your seeing.
Also try clearing your browser cache and view in a different browser. Make sure your browsers are updated to their latest versions and try deactivating any browser plugins / extensions you may have installed.
Cheers!
ElliottHey!
I tried deactivating your plugins to test but now all I get is a white screen? Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold before downloading + uploading a fresh copy and then activate that copy of Enfold, not the child theme to see if it happens there as well.
Regards,
ElliottHey!
If your nesting them inside each other in the debug then you’ll need to continue editing in the debug view. Dragging stuff around like that is going to cause problems. Or you can switch to the default editor and edit them that way.
Regards,
ElliottDecember 3, 2014 at 10:18 pm in reply to: Disable Hide Background for Parallax while on Mobile #362525Hey!
Hmm, try commenting out line 21 in /enfold/js/shortcodes.js.
//$('.avia-bg-style-fixed').avia_mobile_fixed();Cheers!
ElliottHey StaffordRC!
Sorry about the problems your having.
Did you recently create a child theme, rename the parent theme folder, or upgrade from a very old version of Enfold? If so then that could explain why you have to reconfigure the widgets.
When you say white boxes are you referring to the blog posts shortcode on your homepage under “Latest News”? If so then add this to your custom CSS.
.avia-content-grid-active .slide-image { display: none !important; }Best regards,
ElliottHi asiFarran!
Hmm, not sure what’s going on there. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + installing a fresh copy.
If your still having problems then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi!
@mhauslaib, You linked us to your LayerSlider. Your having a problem with a contact form correct? Please create a new topic and we’ll be with you shortly.
@Nello83, Please upgrade the login to administrator so I can see how your using the WP SMTP plugin.Best regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hey Alex!
Not sure what’s going on there. Is it a plugin your using?
Cheers!
ElliottHi bicounet!
Open up /enfold/js/shortcodes.js and change line 2742 from this.
form.slideUp(400, function(){responseContainer.slideDown(400, function(){ $('body').trigger('av_resize_finished'); }); send.formElements.val('');});To this.
form.slideUp(400, function(){responseContainer.slideDown(400, function(){ $('body').trigger('av_resize_finished'); }); send.formElements.val(''); jQuery('html, body').animate({ scrollTop: jQuery(".ajaxresponse").offset().top }, 1000); });Cheers!
ElliottHi!
Your link redirects me to another site. Is there a special way to login?
Best regards,
ElliottHi!
They were not meant to be used like that but you can try enabling the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then copy and paste the shortcodes so they are nested inside each other.
Best regards,
ElliottHi!
1. I’m pretty sure it’s Cufon. I switched your heading font back to “no custom font” and it’s displaying fine now. If you want to use a custom font with korean characters then I recommend checking out the WP Google Fonts plugin and use some CSS to target the headings.
2. That’s how the template is meant to display, http://kriesi.at/themes/flashlight/blog/.
Cheers!
ElliottHey squaic!
It looks like your using a plugin there. I’m not really sure I understand but your trying to make it so that a user can add a space into his email address? Emails do not allow spaces so that would not be a good idea.
You’ll want to contact the plugin authors about this.
Best regards,
ElliottHey strausberg!
Are you referring to the “Responsive Site” option in Dashboard > Enfold > General Layout?
Go ahead and take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
I would try adding it right above line 598.
} $items .= geodir_get_post_info($entry['ID']); $items .= $text_after."</div></figcaption>"; }If it’s still not working then it would be best to contact the plugin authors for more information.
Cheers!
ElliottHey!
No your settings will be fine but if you have edited any of the theme files then they will be overwritten.
Cheers!
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
