Forum Replies Created
-
AuthorPosts
-
Hey Marcel!
Your just trying to move it to the left a bit? If so then try adding this to your custom CSS.
.html_header_top.html_logo_center .logo { transform: translate(-60%, 0px) !important; }Best regards,
ElliottHey Dirk!
I think how Kriesi currently has it setup so that the socket color extends to the end of the page height is the best for this. If your trying to change it to behave some other way then take a screenshot and highlight your intentions and we’ll check if it’s feasible or not.
Cheers!
ElliottMarch 3, 2015 at 9:38 pm in reply to: Slider& contact forms disappear after upgrade to Enfold v2.9.1 and WP 4.1.1 #405423Hi First!
You’ll need to update to the latest version of Enfold which is 3.0.8.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHi!
It should be the same size. Send us a link to your page so we can get a better idea of what’s going on.
Cheers!
ElliottHi Wim!
What happens when the default theme is activated?
Regards,
ElliottMarch 3, 2015 at 9:29 pm in reply to: Can't set "BODY BACKGROUND" to no background (White background) #405417Hi!
Not sure what’s going on there but you can use this CSS to fix it.
html { background: white !important; }Cheers!
ElliottMarch 3, 2015 at 9:20 pm in reply to: Responsive Lightbox not working with Advanced Layout Builder #405414Hey!
If you want to remove the gallery feature of the popup then delete lines 853 – 860 in /enfold/js/avia.js.
gallery: { // delegate: options.autolinkElements, tPrev: '', tNext: '', tCounter: '%curr% / %total%', enabled: true, preload: [1,1] // Will preload 1 - before current, and 1 after the current image },And add this to your custom CSS to darken the popup background.
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0.9 !important; }Regards,
ElliottHey!
The best way to optimize a WordPress site is to use a caching plugin such as W3C cache or WP Supercache. I think Kriesi uses BWP minify, https://wordpress.org/plugins/bwp-minify/, which is nice for minifying the JS and CSS.
Besides that make sure you crop your images before uploading to reduce the amount of time it takes for the user to download.
Cheers!
ElliottHi Sepheroth!
That will change the icon for the actual post that gets displayed. For the overlay try adding this to your custom CSS.
.avia-content-slider .image-overlay.overlay-type-extern .image-overlay-inside::before { content: "\e897" !important; }Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
March 3, 2015 at 8:59 pm in reply to: Multiple Posts Across Multiple Pages – but page links aren't working… #405404Hi!
Hmm, let’s try the following.
1. Deactivate all plugins.
2. Create a copy of your .htaccess file and then delete it and refresh your permalinks in Dashboard > Settings > Permalinks.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If the problem does not correct itself after doing the above three steps then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey!
I think the mobile checking tool that Google offers needs some more work. They say a site has lots of problems but no suggestions on how to fix them. As long as your happy with how your site displays on mobiles then I would ignore it and use W3C for making sure your site is valid.
And to answer your question yes we do include that meta tag on line 35 in the header.php file. (perhaps the google mobile checking tool is not smart enough to see it yet)
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';By default it will not let you “pinch and zoom” on mobiles. If you want to be able to zoom in on your site on a mobile device then change it to this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi gearouthere!
If your using WooCommerce then that should be the default behaviour as you can see in our demo, http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/.
Are you using a WooCommerce extension for that?
You can try editing line 826 in /enfold/js/avia.js and change it from this.
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',To this.
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"], .zm-viewer img',To try and get it linked up with the magnific popup script that we use.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to your special heading element and then add this to your custom CSS.
.customClass { background: yellow !important; color: black !important; padding: 10px !important; }Cheers!
ElliottHi alex5252!
Try adding this to your custom CSS.
.slideshow_caption { width: 100% !important; }Best regards,
ElliottHi vegaspro!
It’s hard to tell what it could be from your screenshot. Can you send us a link to your page? You can set your reply as private if you wish.
Regards,
ElliottHey!
Are you sure you uploaded a new image to check it? It’s not going to change your existing images but you can regenerate them with this plugin, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
ElliottHi!
Hmm, not sure what’s going on there. Try contacting the plugin authors to see if they have any idea on what could be going on.
Your using quite a few plugins so be sure to deactivate all of the others while testing.
Best regards,
ElliottHey!
The Masonry does not automatically create thumbnails for your videos. You need to set the “featured image” of each post and that is the image that gets displayed. Right now you have it set to a red camera dot it looks like.
If I am misunderstanding what your trying to do then please take a screenshot and highlight your intentions so we can get a better idea.
Best regards,
ElliottHey!
So it’s only viewable on an iPhone then? Unfortunately I do not have one to test on. It looks fine on desktop, Nexus 7 and iPod though.
I’ll let the rest of our team take a look.
Cheers!
ElliottHi earthdog!
What’s the username and password to view your site?
For youtube URLs you need to use http instead of https.
Regards,
ElliottMarch 3, 2015 at 7:48 pm in reply to: Why are my woocommerce product images opening in two lightboxes? #405355Hi!
Try creating a backup and delete the Woocommerce plugin from your plugins folder and then install a fresh copy to see if that fixes it.
I would also try contacting WooCommerce support to see if they have any suggestions.
Best regards,
ElliottHey grupoabades!
Please give it some time to complete. It has to download a lot of images so it may take around half a minute depending on your connection speed.
Also make sure that the theme is updated to the latest version, 3.0.8, and that all plugins are deactivated.
If your still having trouble then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHey Peter!
I’m sorry but I’m not sure I understand. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Regards,
ElliottHey!
So you created a new author named “Author & Author” to kind of display a post by two authors? If you want to check for a certain author then you could try using this is_author function, http://codex.wordpress.org/Function_Reference/is_author.
Cheers!
ElliottHi!
Alrighty I see it today. Try adding this to your custom CSS.
.added_to_cart_notification { display: none !important; }Best regards,
ElliottHey!
To reverse them try adding this to the bottom of your functions.php file.
add_filter( 'avia_post_nav_entries', 'enfold_customization_reverse_post_nav', 10, 1 ); function enfold_customization_reverse_post_nav( $entries ) { $prev = $entries['prev']; $next = $entries['next']; $entries['prev'] = $next; $entries['next'] = $prev; return $entries; }Cheers!
ElliottHi!
@scfran, Which problem are you referring to? Go ahead and send us a link to your page and take a screenshot highlighting what is going on.Also be sure your using the latest version of the theme, 3.0.8, and that all plugins are deactivated while testing.
Regards,
ElliottHey!
I deactivated all of your plugins and it started to display. Go ahead and deactivate them all and then reactivate them one by one to see which one is causing the problem.
Best regards,
ElliottHi jonkempner!
I viewed your link but I only see one menu in your sidebar. Did you get this sorted? If your still having problems then try clearing your browser cache and any caching related plugins you might have installed.
Cheers!
ElliottHi davidchristensen!
You could try placing the magazine inside our content slider element. The code would look something like this.
[av_content_slider heading='' columns='1' animation='slide' navigation='arrows' autoplay='false' interval='5' font_color='' color=''] [av_content_slide title='Slide 1' link='' linktarget=''] [av_magazine link='category' items='5' offset='0' tabs='true' thumbnails='true' heading_active='' heading='' heading_link='' heading_color='theme-color' heading_custom_color='#ffffff' first_big='' first_big_pos='top'] [/av_content_slide] [av_content_slide title='Slide 2' link='' linktarget=''] test [/av_content_slide] [/av_content_slider]You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view for the avia layout builder. That will let you see the shortcodes used for each element.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
