Viewing 30 results - 80,971 through 81,000 (of 142,856 total)
  • Author
    Search Results
  • #781764

    In reply to: Woo and text fields

    Hi,
    I have added !important; to Victoria code please try it and clear your cache :)
    Try this code in the General Styling > Quick CSS field:

    #top .main_color .input-text, #top .main_color input[type='text'] {
    color: #000!important; 
    }
    #top div .quantity input.qty { color: #000!important; }
    
    input[type=text]::-webkit-input-placeholder {
    	color: #000000!important; 
    }
    input[type=text]::-moz-placeholder {
    	color: #000000!important; 
    }
    input[type=text]:-ms-input-placeholder {
    	color: #000000!important; 
    }
    textarea#order_comments::-webkit-input-placeholder {
    	color: #000000!important; 
    }
    textarea#order_comments::-moz-placeholderplaceholder {
    	color: #000000!important; 
    }
    textarea#order_comments:-ms-input-placeholder {
    	color: #000000!important; 
    }
    textarea#order_comments::placeholder {
        color: #000000!important; 
      
    }
    

    Best regards,
    Mike

    #781726

    Hi John,

    Figured it out with :

    Thanks anyway

    #781725
    tdcmystere
    Participant

    Hi,

    Today i’ve upgraded my wordpress to 4.7.4 and also enfold to 4.0.5 And im’ SAD :(

    website simply stop working on PHP 7.0.18 (it was working before)

    i’ve Downgraded WordPress to 4.7.3 But same issue

    after switching on PHP 5.6 it works again but blur images for woocommerce and the Text stile is Wired Now.

    Please review this as an urgent issue if possible :)

    thanks

    #781681

    Thanks for your effort. I managed to do the changes myself meanwhile.
    So we can close this topic.

    Thanks & best regards,
    Ilvy

    #781672

    In reply to: Google Adsense Code

    Hey Timothy,

    Please refer to the following thread which may provide the exact solution you need:

    https://kriesi.at/support/topic/best-way-to-insert-adsense-code-into-enfold/

    Best regards,
    Jordan Shannon

    #781663

    Hi,

    I added the following to quick css.

    .flex_column.av_one_fourth.flex_column_div.avia-builder-el-last{
    background:#fff!important;
    padding:0!important;
    border:1px solid #e1e1e1;
    }
    
    #listcategorypostswidget-2{
    padding-bottom:0px!important;
    }
    
    #listcategorypostswidget-2 h3.widgettitle{
    padding:14px!important;
    font-size:13px!important;
    color:#8d8d8d!important;
    font-weight:normal!important;
    text-transform:none;
    letter-spacing:0px;!important;
    margin:0;
    }
    
    .flex_column.av_one_fourth.flex_column_div.avia-builder-el-last ul li{
    border-top:1px solid #ddd!important;
    margin-left:0px!important;
    padding:8px 12px!important;
    vertical-align:middle;
    list-style-type:none!important;
    }
    
    .flex_column.av_one_fourth.flex_column_div.avia-builder-el-last ul li:last-child{
    padding-bottom:15px!important;
    padding-top:15px!important;
    vertical-align:middle;
    }

    Let me know if this is what you needed. To get those arrows to the left in there is a bit more involved than we can get here as those icons are hard coded into the theme.

    Best regards,
    Jordan Shannon

    Thank you very much Jordan, seems to be doing the trick!
    Two very small things.

    The top of the featured column in the pricing table remains orange.
    And also the “&” symbol in one of the headers remains orange too. Any way to change these too, please?

    #781647
    calstore
    Participant

    I added some custom code to functions.php to show site title on top, next to logo. The code is:

    add_action( 'ava_after_main_menu', 'enfold_customization_add_stuff_to_header' );
    function enfold_customization_add_stuff_to_header() {
    	echo '<span class = "site_title">mytitle</span>';
    }

    In the meantime I upgraded Enfold to the latest version and this change was overwritten. Is there some other place I could put this customization to so it wouldn’t get overwritten after updates?

    #781640
    #781601

    If you use the advanced layout builder for product pages you would have to insert the price manually (text element). There have been a couple of requests in the past to add the price automatically together with the purchase button element but this has never been implemented. In january 2016 I wrote a post here in the forum about how to modify the button in a child theme and provided a ready made sample as zip file. I haven’t tested it for a while but it should still work. Anyway it is a good starting point for you to create your modification.

    HuxburyQuinn
    Participant

    I just upgrade from an earlier version of ENFOLDS from 3.6 to 4.05
    Wordpress 4.7.4

    Avia Layout builder would not load.

    Please refer to this closed support ticket.
    https://kriesi.at/support/topic/avia-layout-builder-is-not-loading-after-update/

    HOW I FIXED THIS ISSUE:
    1. I deactivated all plugins
    2. Changed theme to 2016
    3. Activate enfold-child – Avia Layout Builder DID NOT load
    4. Activated Enfold Parent Theme – Avia Layout Builder worked
    5. Removed All Content from Enfold-Child directory
    6. Uploaded clean enfold-child theme elements (style.css, functions.php, screenshot.png )
    7. Activated enfold-child – Avia Layout Builder worked
    8. One by one copied the original enfold-child theme files back into the new enfold-child folder replacing existing elements
    9. Tested the load of Avia Layout Builder functionality was working after each file was copied in
    10. Confirmed – No offending code
    11. Avia Layout Builder loaded OK!

    So now I can work with AVA LAYOUT BUILDER and edit my pages.

    Then I noticed that…
    1. a MASONRY GALLERY that include image captions was slow to activate once it scrolled into the view port – still no fix
    2. a MASONRY GALLERY that did not include captions did not show at all. – see below

    After a couple of hours trouble shooting – trying to rebuild elements etc. with no positive results, I found this…

    Please refer to this closed support ticket.
    https://kriesi.at/support/topic/masonry-gallery-not-working-7/

    I can absolutely confirm on a MASONRY GALLERY that did not include captions – by activating “Lightbox Link Active” in the Image Link masonry settings – the MASONRY GALLERY now loads on the front end.

    At least it’s working.

    I gather this is a bug and look forward to a timely them bug fix update.

    thanks

    #781578

    Hi,

    Great, glad you found the problem. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #781571

    In reply to: Column Styling

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #781570

    In reply to: Pages lost

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hey kjwaggz,

    Thanks for using our theme :)

    To remove the extra space, just add this custom style code:

    #main {
    padding-top: 0 !important;
    }
    

    Best regards,
    John Torvik

    #781524

    Hey dngood,

    Thanks for using our theme!

    To fix it, just add the follow code:

    .av-special-heading-h1 {
       margin-top: 0px;
    }
    

    Best regards,
    John Torvik

    #781517

    In reply to: Modern event calendar

    Hey milieti,

    First off, thanks for using our theme :)

    To fix the background problem, just add this custom CSS code:

    #main-content {
    background: white;
    }
    

    and to fix the padding problem, just add this code:

    #main {
    padding-top: 219px !important;
    }
    

    Best regards,
    John Torvik

    #781481

    Hi,

    Please view this thread to see if it helps: https://kriesi.at/support/topic/migration-and-changing-url-bug-from-avia/#post-219524

    Please attempt the suggested fix, and If this does not help, I will bring others in to try and get this resolved.

    Best regards,
    Jordan Shannon

    #781470
    drzatcodcan
    Participant

    Hello,
    After updates, the direct linked section background video on the front page of my site doesn’t play. It display a static image of the first frame.
    Could you please advise how to fix it so that it will autoplay?
    Thank you!

    kjwaggz
    Participant

    Hi there,

    I followed the CSS that was given here –> https://kriesi.at/support/topic/completely-remove-main-menu-from-all-pages/

    However, there is still the margin where the menu used to be above the logo. How would I go about eliminating the menu space all together so it’s a thin strip where the logo is and it’s centered vertically?

    Sorry if this was already addressed somewhere. Thank you as always for the great support.

    #781461

    Hi,

    No worries, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-6219 span.av-inner-tab-title {
        font-size: 28px;
        line-height: 1.1em;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #781417
    dcashion
    Participant

    Hi there guys,
    Hoping you can help me out please. I’m not great at CSS and I’m trying to add a box (2px-with border colour #0065a1) to a specific menu item (id=4138) in my top menu. I used the following but the gap between the text and the box is way too wide and it doesn’t quite look right. Could you please tell me how I can add a narrow box, with minimum padding around this menu item so that it stands out?

    Thanks as always for your help.

    li#menu-item-4138.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-top-level.menu-item-top-level-4
    {
    border-bottom: 2px solid blue!important;
    border-left: 2px solid blue!important;
    border-right: 2px solid blue!important;
    border-top: 2px solid blue!important;
    }

    #781414

    Hey dillionline,

    I think it’s possible, try doing the following things:

    1. Go to Appearance > Menus
    2. Click Screen Options (located on top right of the screen)
    3. Check Portfolio Items
    4. Add Portfolio Items to the Main Menu as a menu or submenu item
    5. Save

    Hope this helps :)

    Best regards,
    Nikko

    shelteredinsound
    Participant

    I have a colored background set up with a video background and a placeholder image, so that the image shows on mobile and the video on desktop… It’s all working pretty well, but there’s one improvement I want to make:

    When the page loads on desktop, before the bg video loads (Youtube), the background is just blank/black, until the video starts. It would be great if it would load the placeholder image instantly, and then start the video when it’s ready…. Is that possible?

    Thanks!!

    #781389

    In reply to: Menu Customisation

    Hey johnwaltergarcia,

    Try to add this css codes in Quick CSS (located in Enfold > General Styling):

    #top .header_bg {
        background: #fff !important;
    }
    
    #top #header #avia-menu > li > a {
        padding-right: 2px;
    }
    
    #top #header #avia-menu > li > a .avia-menu-text {
        background: #009ee2;
        color: #fff;
        padding: 5px 8px;
        font-size: 14px;
        font-weight: 400;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #781376
    Dandelion222
    Participant

    Something that I really wish Enfold would not do is make bolded text a color too. It makes it look like it is a link when it it not. From a usability perspective, it’s not a good approach.

    Anyway, some time ago I posted a question to fix this and was given some CSS and the fix worked fine. (https://kriesi.at/support/topic/how-to-make-bolded-text-just-be-bolded-and-not-a-color/) But just now I tried to apply the same fix to a different project and it had no effect. I did reload and cleared the cache and see no change. My “bolded” text is still yellow.

    What’s different this time? And how can I remove the color from my text?

    Hi
    Thanks so much for the fast replies, i tried adding the code in the funtions.php file but when i do i get thise error when i go back to the website.

    Fatal error: Cannot redeclare stop_heartbeat() (previously declared in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/plugins/heartbeat-control/heartbeat-control-actions.php:11) in /home/famil248/public_html/lifeinsurancediabetes.ca/wp-content/themes/enfold/functions.php on line 570

    I think I put the code in the right place but I could be wrong.

    Thanks
    Chris

    #781351
    pcmichiana
    Participant

    I’m trying to inject this shortcode (from debug mode) into posts externally after I upload a video so I can automate my YouTube > WordPress publishing. The problem is that it injects the shortcode into the main content body of the post and the “advanced layout editor” is not enabled. So it ends up posting the shortcode within the standard blog template.

    I think if I could enable the Advanced Layout Editor by default when a post is published then it would fix my problem. Is it possible to do this?

    Here’s a sample of how it looks (and doesn’t work)
    http://www.craigthetechteacher.com/video-the-lenze-smv-vfd-single-to-three-phase-converter-for-ac-motors/

    Here’s a sample when the advanced layout editor is enabled
    http://www.craigthetechteacher.com/video-the-lenze-smv-vfd-single-to-three-phase-converter-for-ac-motors-2/

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='']
    <h1 style="text-align: center;">Disable CPU Core Parking For Multi-Core Processors</h1>
    [/av_textblock]
    
    [av_hr class='invisible' height='10' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_sidebar widget_area='Ad - Video Page (Above Description)']
    
    [av_three_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_video src='http://www.youtube.com/embed/pl3u9eiskM4' format='16-9' width='16' height='9']
    
    [av_sidebar widget_area='Ad - Video Page (Below Video)']
    
    [/av_three_fifth][av_two_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,0px,0px,0px' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='']
    
    [av_sidebar widget_area='Ad - Video Page (Right Side - Single Ad)']
    
    [av_hr class='invisible' height='5' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_sidebar widget_area='YouTube Subscribe Box']
    
    [av_hr class='invisible' height='5' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_social_share title='Share This Lesson:' style='minimal' buttons='']
    
    [/av_two_fifth][av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    <h5>Short Description:</h5>
    [/av_textblock]
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='']
    For those of you who are using laptops with Windows 7 or Vista installed, you may be disappointed to find out the dual, quad or octal core processor you invested in isn't actually using all of the cores.
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    <h5>Related:</h5>
    [/av_textblock]
    
    [av_hr class='invisible' height='10' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_sidebar widget_area='Ad - Video Page (Matched Content)']
    
    [av_social_share title='HELP SUPPORT THIS CONTENT BY SHARING TO YOUR FAVORITE SOCIAL NETWORK:' style='minimal' buttons='']
    
    [av_hr class='invisible' height='30' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_comments_list]
    
    [/av_section]
    cloeffler
    Participant

    I’ve now worked on this issue for 2 solid days, and it’s time to bring in the pros to help! I love Enfold, and know there must be a way to solve my font issues, but the more I mess with it, the bigger my problems are getting.

    1. I want to use Amatic SC google font at my H1 header font ONLY. I don’t care if it is a special header, or a default H1. Just one that I can rely on. I seem to get it to work for a few clicks of the browser, and then it doesn’t any more.

    I do have the Amatic SC loaded as you specify in my functions.php of my child theme. It looks like this:
    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Amatic SC’] = ‘Amatic SC:300,700’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Amatic SC’] = ‘Amatic SC:300,700’;
    return $fonts;
    }

    With that, I’m able to add Amatic SC to my header font google list, but I don’t want to use it for all 6 headers. Only H1. Actually I need this H1 font also to be centered. So I thought I would change the special heading css to make that work, but it doesn’t.

    What I tried was this:

    #top #wrap_all .all_colors h1 {
    font-family: “Amatic SC”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-align:center;
    text-transform: uppercase;
    }

    .av-special-heading h1, .av-special-heading h2,
    text-align:center;

    }
    My guess is that I’ve messed up my settings and css as I’ve gone along.

    I say this because I also tried to overlap my logo on top of my header, and the following css did not work:
    .logo, .logo a {
    overflow: visible;
    }

    .logo img {
    max-height: 150px !important;
    }

    What am I goofing up?? Can you help, please??

Viewing 30 results - 80,971 through 81,000 (of 142,856 total)