Viewing 30 results - 130,681 through 130,710 (of 142,938 total)
  • Author
    Search Results
  • #253065

    Hi!

    Thank you for the update.

    I’m not sure if Kriesi updated the post slider as you described but we can create a work around for this matter. You can add two post slider on the same page then set the first one to show 3 columns, the second one, set to 1 column. We can hide the second slider with 1 column on desktop view and show it when viewing on mobile using media queries.

    Let us know if you want to implement the suggestion above. I’ll forward this thread to Kriesi.

    Best regards,
    Ismael

    #253060

    In reply to: Color Section Border

    Hi!

    Glad it worked.

    Please try this one:

    .container_wrap {
    border-top: none;
    }

    Regards,
    Ismael

    #253054

    Hey erkuto!

    You can fix the styling with this css code – insert it into the quick css field:

    
    #top .ipt_uif_icon_and_form_elem_holder input{
    margin-left: 50px;
    }
    

    Implementing the suggestion here. http://ipanelthemes.com/kb/misc/wordpress/fixing-themes-custom-wpautop-priority/ is unfortunately not easily possible and you would need to hire a developer to rewrite some parts of the theme framework.

    Best regards,
    Peter

    #253049

    Hi Devin

    Yes. I could use big image blog layout so the white space would be on top. If I am not mistaken.
    P.S. I wish there was Enfold for Drupal!

    Cheers,

    Elkhan

    #253041
    Kozhevnikov
    Participant

    Hi guys, here is a problem that i met after WordPress upgrade.
    Stopped work a Full Screen editor – It works until you need go inside the section, popup window not appear. If i close full screen mode, i can see this popup window.

    Hey!

    Thanks. I found a logical error in my solution. Please open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace

    
    			if($orderBY == 'popularity' || $orderBY == 'rating')
    			{
    		    		remove_filter( 'posts_clauses', array( WC()->query, 'order_by_popularity_post_clauses' ) );
    				remove_filter( 'posts_clauses', array( WC()->query, 'order_by_rating_post_clauses' ) );
    			}
    

    with

    
    
    	    	remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) );
    			remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
    

    We’ll include this fix in Enfold 2.7.

    Best regards,
    Peter

    #253032

    Hey!

    Tbh I’m not sure if it will work with 2.6.4. Personally I merge my code/patches with the developer version of Enfold which is v2.7. We’ll release the new version (with major enhancements) next week. However maybe Kriesi already included my patch into the (minor) v2.6.4 update. I really don’t know it though. If this: https://kriesi.at/support/topic/google-maps-api-multiple-times-on-the-page/#post-251997 code doesn’t work yet please wait for the 2.7 update – then it will work for sure.

    Cheers!
    Peter

    #253026

    Hey!

    Please download the latest version from themeforest.net and install the update via ftp: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Peter

    #253022

    Hey!

    We didn’t release the 2.7 update yet (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/#post-252679 ). Please wait for the update which will be released next week.

    Cheers!
    Peter

    #253021

    Hey!

    Yes, if the icons use the same font family they may overwrite the existing items. If you upload another, different font family Enfold will just add them to the icon list.

    Cheers!
    Peter

    #253018
    cryscryb
    Participant

    This has been a really great theme!

    I just installed the latest theme update and am glad I kept a backup of the older release. I have been browsing the forums for an answer to my regarding why images site-wide (inserted using the editor) are now displaying incorrectly. It looks like the theme makers have decided to override the WP resize tool feature. Now any image inserted in the editor is displaying 100% of the parent container width. While I understand and appreciate that this was an effort to increase responsiveness, for some it can create more problems than it solves. The related thread I was reading is located here:

    https://kriesi.at/support/topic/image-function-still-not-working-correctly/

    I would have responded to this thread, however it has been closed. I just want to mention that this was the first thread I’ve encountered where the solution was less than desirable. I know this is not the norm (the solutions offered here are usually exceedingly helpful, positive and prompt). I thought I’d try to shed some new light on why the answers provided may feel unsatisfactory for some:

    – Not being able to use a new feature of the latest WP 3.9 seems counter-intuitive.

    – This may confuse users when they try to help themselves using the WordPress guides/codex, since everywhere they read will tell them how this feature should work (the first thing I did was go to the WordPress support site and RTFM to see what was up).

    – The fix (although minor for an experienced user) requires a core edit that will be wiped out on the next theme update. This might be easy for me, but not for a client. It means I’m going to get a few calls to fix things that I’d rather not have to fix since I encourage clients and friends to purchase this theme.

    – Being required to upload multiple copies of the same image (just to increase or decrease the image size by 10-50 pixels in my client’s case) is neither efficient nor convenient. Yes, users should ideally use images at the correct size whenever possible. However, expecting everyone should know how to use an image editor is not realistic. Expecting them to be able to mass edit and re-upload is also not realistic.

    – There are plenty of reasons to not use the enfold layout builder image insert (such as the axillary fields/tabs provided on Woocommerce product pages where the layout builder is not available). Graphics inserted here can added up to thousands of images on a single e-commerce site suddenly not working correctly (this will be the case on one of my client sites if he chooses to update). Re-sizing all of these images and re-uploading and re-inserting is not a feasible option for him. Neither is editing the core to have it wiped out next update resulting in frustrated calls to the person who recommended this theme to them (me). Editing 2000+ product pages to assign a css style to re-size each image (slightly) as needed is also unfeasible.

    – WordPress changed/modified the WP resize tool for a reason, because users wanted this to be an easy to use feature.

    Anyway, I do very much appreciate all of the hard work that went into this theme. I don’t like to complain about any feature. I usually just open the child/custom CSS in Dreamweaver and make quick edits there, but it won’t work persistently in this case so I thought I’d post my feedback here.

    Can you please consider making this an option that can be turned on/off so users can use the new feature provided in WP without making core edits?

    Thanks,
    Crys :)

    • This topic was modified 12 years ago by cryscryb.
    #253012

    Topic: Styling Issues

    in forum Enfold
    idealmm
    Participant

    First off, much thanks for the great theme! Love the avia layout builder. Just have a couple of small issues I need a little help with…
    1) The main content background color shows as the LayerSliderWP background as well. So I’ve added the following code to try & separate them since I’m trying to have a light gray background for the main content & a white background for the main content.

    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper {
    background-color: #fff!important;
    }

    This works to separate the two but the issue I’m having is that before the Layer Slider loads on the homepage, the area where it will appear shows half white & half light gray until it loads. I’ve tried a few different settings with the Layer Slider but nothing works. I’m using the full width skin but have it limited in size. I’ve tested in Firefox & Chrome.

    2) The homepage is set to full width but all other pages have a sidebar. The problem is that the separator between the main content & the sidebar is wider at the top than the rest of the separator line. I’m guessing that it’s because of the menu.

    You can take a look at the site here:
    http://atandg.com

    Any help is greatly appreciated!

    #253011
    ciptanegara
    Participant

    Hi,

    I am new user of Enfold, want to ask,

    I follow this thread https://kriesi.at/support/topic/footer-socket-question/#post-193649, and result will be like my WEB . how to move social icons to the right corner ?

    thank you

    #253008
    webdevsd
    Participant

    I am a little lost on how to do this. I came across this thread.

    https://kriesi.at/support/topic/google-maps-in-full-width-slider/

    You’d need to add the map into a “color section” element. Then use the “For Developers: Section ID” option to give this section an unique id/name (eg “fullwidthmap” – without the quotes). Afterwards you can expand the section to 100% of the website width by using following css code.

    The color section element of which file?

    Thanks in advance.

    Hey!

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    I’m closing off this topics since its already a bit too hard to follow :)

    As others have mentioned you need to make sure all plugins are compatible with 3.9 and that you have no cached version of WordPress’s old visual editor on your computer. The new version is included with WordPress 3.9 and any cached files from it can cause issues.

    Regards,
    Devin

    #252991

    Oops, now I can’t edit text elements in the Avia Builder — the text is just all white. I’m guessing if I could just update the theme, it’d fix it but the theme update doesn’t seem to be showing up in the options panel — any idea why that might be?

    http://nation-foundation.org

    #252986

    FYI, I just noticed the problem persists in Chrome, but it’s resolved in Firefox. I’m ok working inf Firefox, but just FYI for anyone else.

    #252978
    D5WDesignGroup
    Participant

    I would like to be able to make some styling changes to the mobile dropdown menu if possible.
    1. Is it possible to change font size/weight/color/etc.?
    2. Is it possible to add a background color or image to the mobile dropdown menu?
    3. Is it possible to add a logo to the top of the dropdown menu so that it appears as it does in the mobile header?

    Your help is appreciated. Thank you.

    nerkasa
    Participant

    Hi everyone,

    1) I’d like to apply box-shadow “effect 2” and a
    2) centered, circular gradient (like here: flare.bringthepixel.com ) and also
    3) bold font both for the main menu and sub-menu
    … to the main header.
    4) Make the top-bar not-fixed, so that when the visitor scrolls down, only the main header stays fixed, or sticky, while the top-bar gets “scrolled away” (is this still English?), or disappears.

    The “effect 2” solution is published here: paulund.co.uk/creating-different-css3-box-shadows-effects
    The gradient generator is published here: css3generator.in/css-gradient.html
    However, pasting in the codes into quick css does not provide the desired effect, and unfortunately I don’t know any better, as my knowledge of css is currently at the diaper-level.

    For the sake of the remaining hairs on my head – does any know how to apply these codes through quick css? And if it’s not possible with quick css – where exactly in the child-theme css files should these code-lines be pasted in? Right now I’m pasting in various combinations of the css code, hoping that by some miracle I’ll hit the right combination…

    In case that matters, my current quick css “basket” looks like this:

    #header_meta {
    box-shadow: none;
    }

    #header_main {
    background-color: #0278fe;
    border-top: none;
    border-bottom: none;
    box-shadow: 0px 8px 12px rgba(100, 100, 100, 0.49);
    }

    /*—- Font Menu Hover Color —-*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: #0278fe;
    }

    /*—- Background Menu Hover Color —-*/
    .header_color .main_menu .menu ul li a:hover {
    background-color: #ffffff!important;
    }

    .main_menu .menu li ul a {
    background-color: #0278fe!important;
    }

    Thanks a lot,
    Cheers,

    Nerkas

    I FOUND IT!! My issue is WPML, I enabled all my plugings one at a time and when I activated WPML the advanced editor stopped loading.

    I then disabled EVERYTHING and only turned on WPML, and yea… its the culprit in my case

    This has to be a conflict with WP 3.9 and WPML, cause it was okay til the 3.9 Update

    • This reply was modified 12 years ago by tetsukage.
    #252931
    Swarez
    Participant

    Hey guys

    I have noticed two problems with Portfolio Post type.

    1) When you change a portfolio item to a Post I cannot then edit the short-codes or any other content in fact. When I do NOTHING changes in the post when viewed even though it changes in Admin

    And, 2) when I select Masonry layout for Portfolio categories I find that every Portfolio item I have ever converted to a Post shows up in there too! They shouldn’t as they are no longer Portfolio items.

    Is some meta data being kept that stops a Portfolio from really being changed over to a post? It’s necessary to do this for me as I have far more posts of Sold items that are there historically so it makes sense to change Portfolio items to the Post format for now. I am using Post Type Switcher to change to posts.

    Cheers
    Ed

    #252927
    This reply has been marked as private.
    #252920
    victoriaeducacion
    Participant

    Hi everybody!

    I want to hide a very fine line between colour sections. I suppose that any css code could work for that but my command isn’t enough.

    I’ve searched in this forum and I found a related topic about a one pixel line question but it isn’t exactly the line I want to hide.

    #top.home #av_section_1 {
    border-top: 0;
    }

    So if you can help me with this, I really appreciate.

    Thanks and best regards!

    #252914

    In reply to: Header issue

    Hey!

    Please review your website now. You can find the custom CSS code i added on the top of Quick CSS field

    Best regards,
    Yigit

    Hi!

    We will be waiting to hear from you!

    Best regards,
    Yigit

    #252890

    Hey intosuwo!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_color.iconbox_top .iconbox_content:hover { background-color: orange; }

    Best regards,
    Yigit

    #252876

    Hey tbrim20!

    There has been a conversation around this plugin see the following links :

    https://kriesi.at/support/topic/wishlist-member-avia-framework/
    https://kriesi.at/support/topic/issue-with-wishlist/

    Plugin author has been contacted by Dude ( Head of support ), no response so far. Suggestions : http://wordpress.org/plugins/s2member/ or http://wp-member.com/

    Best regards,
    David

    Yigit,
    I think I have it figured since I will only have one button ‘Show Details’ for all products, I changed the following width from 49% to 100%
    #top .avia_cart_buttons .button {width: 100%;}

    That now centers the ‘Show Details’ button..regardless of this css
    #top .avia_cart_buttons .button:last-child { float: right;}

    Should be ok?

    Hi Yigit,
    I am using a child theme and I see this:
    “No Updates available. You are running the latest version! Great!”
    But when I downloaded the style.css file from the main theme folder I see this:
    Version: 2.6.2

    I resume the child theme automatic updating does not work?

    Will do a manual update ASAP and let you know how the testing goes
    Thanks so much
    E.

    #252865
    This reply has been marked as private.
Viewing 30 results - 130,681 through 130,710 (of 142,938 total)