Forum Replies Created

Viewing 30 posts - 9,601 through 9,630 (of 14,834 total)
  • Author
    Posts
  • in reply to: Logo 1000px wide #405427

    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,
    Elliott

    in reply to: Footer for small page-content (no fixed footer) #405424

    Hey 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!
    Elliott

    Hi 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,
    Elliott

    in reply to: Cosmetic Bug with Megamenu #405421

    Hi!

    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!
    Elliott

    in reply to: Page not found errors #405420

    Hi Wim!

    What happens when the default theme is activated?

    Regards,
    Elliott

    Hi!

    Not sure what’s going on there but you can use this CSS to fix it.

    html { background: white !important; }
    

    Cheers!
    Elliott

    Hey!

    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,
    Elliott

    in reply to: Optimizing for Mobile Devices #405411

    Hey!

    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!
    Elliott

    in reply to: post slider hover icon #405409

    Hi 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.

    Hi!

    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,
    Elliott

    in reply to: Mobile Usability Problems #405395

    Hey!

    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.
    in reply to: Clickable image on woocommerce single product page #405389

    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.
    in reply to: Site speed grade become bad after installing Enfold #405386

    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!
    Elliott

    in reply to: Make caption box on fullwidth slider longer #405385

    Hi alex5252!

    Try adding this to your custom CSS.

    .slideshow_caption { width: 100% !important; }
    

    Best regards,
    Elliott

    in reply to: Color Section Arrow Glitch? #405382

    Hi 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,
    Elliott

    in reply to: Image Cropping #405376

    Hey!

    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,
    Elliott

    in reply to: Enfold + Gravity Forms + Jetpack #405372

    Hi!

    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,
    Elliott

    in reply to: Masonry Video Lightbox #405369

    Hey!

    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,
    Elliott

    in reply to: Advanced LayerSlider on iPhone #405364

    Hey!

    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!
    Elliott

    in reply to: Problems with youtube videos in firefox #405357

    Hi earthdog!

    What’s the username and password to view your site?

    For youtube URLs you need to use http instead of https.

    Regards,
    Elliott

    Hi!

    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,
    Elliott

    in reply to: Error import dummy content #405352

    Hey 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!
    Elliott

    in reply to: Sending link parameters to a page with a form #405346

    Hey 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,
    Elliott

    in reply to: author's page with custom post type #405344

    Hey!

    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!
    Elliott

    in reply to: WooCommerce popup on cart add – "undefined" #405340

    Hi!

    Alrighty I see it today. Try adding this to your custom CSS.

    .added_to_cart_notification { display: none !important; }
    

    Best regards,
    Elliott

    in reply to: Previous / Next Portfolio Item Buttons #405339

    Hey!

    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!
    Elliott

    in reply to: Problem with images loading in easy slider #405328

    Hi!


    @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,
    Elliott

    in reply to: Masonry suddenly not visible #405327

    Hey!

    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,
    Elliott

    in reply to: Sidebar displating twice on page #404829

    Hi 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!
    Elliott

    in reply to: Shifting newest blog post list #404828

    Hi 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

Viewing 30 posts - 9,601 through 9,630 (of 14,834 total)