Forum Replies Created
-
AuthorPosts
-
April 2, 2015 at 6:42 pm in reply to: Imagepositioning with boxshadow in textbox / Contentwidth in sidebarmenu #422705
Hi!
Are you trying to make it so your content takes up 100% of the screen (i.e. Your sidebar is flush against the left side of screen)? If so then you’ll need to edit the maximum container width in Dashboard > Enfold > General Layout > Dimensions to 100%.
Otherwise highlight in your screenshot exactly what your trying to do so we can get a better idea.
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
April 2, 2015 at 6:38 pm in reply to: How do I make the a dropdown menu go right instead of left? #422699Hey ferriscreative!
Add this to your custom CSS.
.av-main-nav ul { left: auto !important; right: 0px !important; }Regards,
ElliottHey!
Well it’s working but you now have an extra H4 tag above the rest.
<section itemtype="https://schema.org/CreativeWork" itemscope="itemscope" class="av_textblock_section"><div itemprop="text" class="avia_textblock av_inherit_color"><h4></h4> </div></section>Any idea on where that is coming from? Try deactivating your plugins and double check your elements to make sure everything is closed properly. If that does not help then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi DJQuad!
You can change that on line 119 in the functions.php file.
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize sliderAnd then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
But if it was me I would just set the slider to display the fullsize images with no scaling.
Cheers!
ElliottHey gerry3211!
We do not have any options for that currently. There are a lot of google maps plugins out there you can try or you could create your own map, https://www.google.com/maps, and copy the embed code it gives you.
Regards,
ElliottApril 2, 2015 at 6:12 pm in reply to: Ajax search yields no results, standard wp search works fine #422670Hey!
Well it should be displaying those post types as well. If you try “wissen” as the search term then it displays two of your pages.
Cheers!
ElliottApril 2, 2015 at 6:06 pm in reply to: Site using Enfold not passing Google's Mobile-Friendly test #422667Hi foxfirecr8!
You have your body set to a min-width of 600px.
body { font-family: "Open Sans",sans-serif; font-size: 15px; line-height: 1.6em; min-width: 600px; }That’s going to cause problems on small mobile devices.
Best regards,
ElliottHey!
Cufon fonts have trouble displaying on mobiles and retina devices. We use the Google fonts API with @font-face to embed custom fonts which display nicely on all devices so I recommend using that.
If you need the latin-extended subset then you can add it in like so, https://kriesi.at/support/topic/google-fotns-with-extended-latin-subset/.
And if you want to add some extra fonts from the Google fonts API, http://www.google.com/fonts, then you can follow along with these instructions, https://kriesi.at/support/topic/font-6/#post-413132.
Best regards,
ElliottApril 2, 2015 at 5:49 pm in reply to: 3.1.1 upgrade has put sidebar in woocommerce product pages #422653Hi!
Well when I view your page I see the button on my end. Your saying it’s not displaying for you? What operating system and browser version are you using?

Best regards,
ElliottHey!
I don’t know. I created two new portfolios and it’s displaying fine on them. Perhaps it’s from your “post duplicate” plugin. I say delete your 4 existing portfolio posts and recreate them.
Best regards,
ElliottHi!
Add this to your custom CSS.
.responsive.html_header_top #header_main .social_bookmarks { display: block !important; }Regards,
ElliottHey!
Yes, that’s the default behaviour. Did you read the link in my previous post? That will let you separate it into a left or right sidebar.
Or you can use the layout builder when editing the product to create a custom layout.
Best regards,
ElliottHi markvanhaze!
I’m not sure if that is possible or not. I would try contacting the WPML authors to see if it’s feasible but it would most likely take a lot of customization to get working.
If your wanting more posts to display then the easiest way would be to just translate some more posts.
Best regards,
ElliottApril 2, 2015 at 5:24 pm in reply to: Advanced Layerslider – works not correctly – only during first upload #422625Hi GrzegorzDawidko!
I don’t see anything wrong on my end. Can you take a screenshot and highlight what your seeing? Let us know what operating system and browser version your using.
Best regards,
ElliottHey!
Yeah that probably wouldn’t be good. Go ahead and switch to the default theme and take a screenshot of how it’s supposed to display and we’ll see if we can get you some CSS to use.
Best regards,
ElliottHey!
Try adding this to your custom CSS.
nav.main_menu .menu > li:nth-last-child(2) { border-right: 1px solid #e1e1e1; }Cheers!
ElliottHi!
I viewed your link but your site doesn’t really look like in your screenshots.
To answer your question about the magnific popup icons (arrows, cross, etc etc).. you can do some simple styling on them with this CSS.
.mfp-arrow::before { font-size: 10px !important; } .mfp-close { font-size: 14px !important; }Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
April 2, 2015 at 4:44 pm in reply to: Configuring Previous / Next buttons for Portfolio items #422591Hi ColinWalton!
Open up /enfold/functions-enfold.php and change lines 395 – 403 from this.
{ $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['prev'] = get_previous_post($settings['same_category']); $entries['next'] = get_next_post($settings['same_category']); }To this.
{ $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } else { $entries['next'] = get_previous_post($settings['same_category']); $entries['prev'] = get_next_post($settings['same_category']); }Best regards,
ElliottHey!
It’s going to take a lot of editing to get it to look like the website you provided. It would be best to hire a freelancer to help you out with this customization or you might be able to find a separate mega menu plugin which does this.
If you want to hire a freelancer then you could check here for a quote, http://kriesi.at/contact/customization.
Best regards,
ElliottHi!
Your trying to change the menu label to an icon? You currently have it set in the title attribute which is not going to do anything.
Try adding this to the label.
<img src = "URL to your icon" />Or you could try something like this if you want to use the entypo icons.
<span class = "custom_menu_icon"></span>And then some CSS like so.
.custom_menu_icon { font-family: 'entypo-fontello'; content: "\e824"; }Best regards,
ElliottHi!
But your still hearing it in IE11 with compatibility turned off? That should not be happening. Try reinstalling IE to see if that helps.
Regards,
ElliottHi AdrianSmithUK!
Your using the Masonry shortcodes inside the custom excerpt fields? They were not meant to be used like that so I’m surprised it’s working on the first page also.
This is bordering on custom work so it would be best to hire a freelancer to help you out.
If it was me I would use the portfolio AJAX feature to display galleries, http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/.
Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
In the demo link you provided that is a “grouped” product. You can learn how to create one in the WooCommerce documentation, http://docs.woothemes.com/document/managing-products/.
Cheers!
ElliottHey!
You can see the problem in the source code.

That’s not happening on my XAMPP setup though. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. Also make sure all plugins are deactivated while testing.
Regards,
ElliottHi!
You had a typo in the functions.php file. It’s displaying now but we are not sure what your trying to do with it. Perhaps something like this.
#header .widget { float: right; left: auto; line-height: 5px !important; position: relative; right: -100px; top: -10px; z-index: 9999; }Take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHey!
Try this out.
#footer .menu a { color: white; font-weight: bold; text-transform: uppercase; }Regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey fotomestre!
If you create an absolute link to the PDF then it will open up in the users browser where he can download it.
The link would look something like this.
http://www.yoursite.com/pdfs/sample1.pdfYou could also zip all of the PDFs up into one document and then give them a link to that instead.
Cheers!
ElliottHey nulrick!
We use WooCommerce plugin for our shop, http://www.woothemes.com/woocommerce/. We have made sure it’s compatible and we have create a lot of custom features for it so I highly recommend checking it out. Other third party plugins are not supported but you may be able to get them working.
I’m not familiar with Intuit so if anyone has experience with it then please share.
Best regards,
ElliottApril 1, 2015 at 9:44 pm in reply to: Mobile Display of LayerSlider Sliders vs. Fullwidth Easy Slider #422179Hi!
Send us a WordPress login and we’ll take a look.
Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
