Forum Replies Created

Viewing 30 posts - 1,951 through 1,980 (of 8,514 total)
  • Author
    Posts
  • in reply to: Issue with av_team_member #263298

    Hey!

    As far as I know yes it was fixed a while back. There was a similar issue with 2.7 where an item could get removed/duplicated oddly but it was fixed in 2.7.1

    If you do have an issue similar please create a new topic and outline how we can re-create it with Enfold version 2.7.1. I’ll close this one for now since its so far out of date and don’t want to accidentally confuse with something else thats much more recent.

    Best regards,
    Devin

    in reply to: Can't create single product page using woo shortcodes #263291

    Hey!

    Yes, it was included in 2.7.1. Where is it still happening?

    Best regards,
    Devin

    in reply to: Shortcode Team Member Description Issue #263282

    Hi!

    I don’t see an issue when looking at either example page/shortcode profile. Is there something specific that I’m not recognizing in this screenshot:

    Cheers!
    Devin

    in reply to: portfolio-ajax SLIDESHOW disable lightbox #263279

    Hi lrobbins303!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .ajax_slide ul.avia-slideshow-inner li a {
    pointer-events: none;
    }
    

    Cheers!
    Devin

    in reply to: Masonry Image Load Issue #263278

    Hey!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .avia_sortable_active .isotope, .avia_sortable_active .isotope .isotope-item {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        transition-duration: 0s;    
    }
    .avia_desktop.csstransforms3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Safari 4+ */
    -moz-animation:    avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* Fx 5+ */
    animation:         avia_msonry_show 0.0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); /* IE 10+ */
    }
    

    Regards,
    Devin

    in reply to: Can the sidebar not be included in the color section? #262988

    Hey martinbelton!

    The color sections and LayerSlider elements along with any of the labeled full-width elements are not able to span anything other than the full width of the page.

    So to the specific of a color section being alongside a sidebar that wouldn’t work unfortunately.

    Best regards,
    Devin

    in reply to: Installing wp theme for beginners #262930

    Hi!

    As mentioned already you’ll need to first have a WordPress installation to install the theme on to. You can then install over ftp following the video guide here: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Or through the WordPress admin panel as Flikk explained.

    Best regards,
    Devin

    Hey!

    When selecting your tags using the pop up editor for that element you can use control on your keyboard to select multiple individual elements in that selection box.

    Cheers!
    Devin

    in reply to: Homepage v11 – Transparent Menu #262567

    Hey mand4mac3!

    Are you using Jetpacks custom css module and have you added these rules to it:

    
    	#header_main .container, .main_menu ul:first-child > li a{ height:120px; line-height: 120px; }
    	.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:120px; } 
    

    Regards,
    Devin

    in reply to: Why is there hidden tag in a post? #262566

    Hey pako69!

    If you’ve chosen to hide those elements with the theme options they get display: none. Search engines ignore those items.

    Best regards,
    Devin

    in reply to: Enfold Update not working #262454

    Hey!

    Before we do anything I would first suggest talking to the hosting provider. They will be able to identify any permissions issues preventing files from being written over.

    I know I’ve had an issue similar to this a long time ago when my WordPress install was adding in content as root and no ftp user had equal privileges.

    Cheers!
    Devin

    in reply to: Post slider #262452

    Hey!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
    .avia-content-slider .slide-image{overflow:hidden;}

    Cheers!
    Devin

    in reply to: Contact Form save in Data base #262441

    Hi!

    No, not at the moment. The form data is strictly only set up to be emailed out as a plain text email. The form element code would need to be customized to handle any other method of data processing.

    Cheers!
    Devin

    in reply to: Standard Editor #262439

    Hi!

    I didn’t see any issues when checking your site just now. Try using a different browser and/or fully clearing your browser cache. If its happening on a specific page or content area we can try checking again but checking posts and pages I wasn’t getting any issues.

    Regards,
    Devin

    in reply to: No sidebar on Product page with woocommerce #262434

    Hi!

    The image scrollbar issue was reported and then fixed with 2.7.1 so try updating first and then regenerate all minfied files and reset your cache if you are using any caching plugins.

    As for the sidebar, it will show up under the image by default on the single product page layout. You would need to change the layout of the page for it to show up on the side. I’ve written out some functions to do that if you are using a child theme here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Cheers!
    Devin

    in reply to: Image Alignment #262431

    Hi!

    IE8 ignores media queries since it doesn’t support them. So you would need to put the IE8 css rules in a separate stylesheet or add them to the regular rules and adjust for media queries in reverse.

    Cheers!
    Devin

    in reply to: 302 Found Error – Child Theme and Litespeed #262425

    Hey!

    You need to update your header.php in the child theme to use the updated headerp.php file in the parent them. Then re-make any changes to the new version.

    Regards,
    Devin

    Hi!
    The fixed backgrounds for iOS has been disabled by Kriesi. The option was causing major issues because of the way iOS renders the sections and until a fix is found it was better to make those sections actually usable.

    I’m guessing that with the most recent changes to the header and how the header layouts are created it broke the way the socket is being forced to be sticky for you. This will happen with updates and even as we continue to update it will continue to happen. As you update any theme and plugin you will need to update your customization to work with the newest versions.

    As for the main issue, using the same css I actually still get a sticky footer on my end with no issues.

    You can upload screenshots on any image hosting service and then post a link to them here

    Cheers!
    Devin

    in reply to: portfolio Sortable "all" no first by default #262415

    Hey nicolasweh!

    No change with it right now.

    Best regards,
    Devin

    in reply to: Layout on Checkout Page #262410

    Hey!

    What browser is this happening in? I just went through the above site but didn’t see any issues/errors on my end.

    Regards,
    Devin

    Hi!

    Glad you got it working! As an aside we never support Alpha, Beta or even RC builds of WordPress so if you are relying on things to work without issue we wouldn’t recommend running with anything other than live versions of WordPress :)

    Best regards,
    Devin

    in reply to: Sidebar elements #262196

    Hey alvarozr!

    The sidebar is customizable using the WordPress Widgets manager. Go to Appearance>Widgets and use the drag and drop WordPress interface to add in widgets as needed to the sidebars you want.

    If you want the automatic sidebar nav you’ll need to make sure your pages are set in a hierarchy where pages have parent pages set up. Then all child pages will show the menu automatically.

    Cheers!
    Devin

    in reply to: Masonry Gallery #262194

    Hey!

    No, the script that is used to position the elements and create the effect needs to have at least some transition to prevent the user from noticing the initial overlap of the images.

    They don’t actually load in as you see them, they start out all overlapping and then get re-positioned into the grid.

    Cheers!
    Devin

    in reply to: Problems after migrating to live server #262191

    Ah, I didn’t quite realize what you meant in the original description. There was a bug with a previous version of the theme that has since been fixed. Updating your theme should fix the issue.

    in reply to: Fullwidth Masonry #262186

    Hi netarc!

    This is the correct and intended way for that to look: http://kriesi.at/themes/enfold/blog/masonry-blog/

    Cheers!
    Devin

    in reply to: view full size photo on attachment page #262181

    Hey!

    Since the theme doesn’t have an explicit attachment template file it inherits whatever you have set for the single post layout. Since WordPress is using the Medium size image setting from your WordPress Settings>Media settings you could also change that to a larger size. After you would need to regenerate your images with this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Cheers!
    Devin

    Hey!

    Glad they were able to fix it. The multibyte string extension is standard for most hosting providers but occasionally you have to ask your provider to enable an extension like that depending on what theme or plugin you are using.

    Best regards,
    Devin

    in reply to: Portfolio Entries Layout #262173

    Hey!

    For the above page that is a regular page with images set as links inside of columns to set up the layout.

    Best regards,
    Devin

    in reply to: Unable to display background image on fixed layout #262170

    Hey!

    One vital step when deleting the enfold.css file is that you need to re-save the styling options afterwards to re-generate that file. So that would be would happened when the styles weren’t showing.

    Hopefully having them re-freshed through the whole above solves things. Just let us know if you do have issues again :)

    Cheers!
    Devin

    in reply to: Add an overlay on fullscreen slider #262165

    Hi oliviad!

    This is as best that I could figure out a way to do:

    
    .avia-fullscreen-slider:after {
        content: ' ';
        height: 100%;
        width: 100%;
        background-color: rgba(37, 34, 34, 0.45);
        display: block;
        z-index: 100000;
        position: absolute;
        top: 1px;
    }
    

    You could add that to your child theme style.css or the themes Quick CSS field in the styling tab. The background color is RGBA with the ‘A’ being transparency.

    It will only work in modern browsers that support the :after pseudo class and probably fail completely on IE.

    Also note this will overlay the whole slideshow, so the buttons and any content on there as well.

    Best regards,
    Devin

    • This reply was modified 10 years, 6 months ago by Devin.
Viewing 30 posts - 1,951 through 1,980 (of 8,514 total)