Viewing 30 results - 9,181 through 9,210 (of 11,220 total)
  • Author
    Search Results
  • #358644

    In reply to: Menu bugs

    Hi Elliot,

    that got rid of the red menu button underline on hover but the other issues remained the same.

    The css now reads

    /*this is css for enfold menu*/

    .header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
    .header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */

    .current-menu-item .avia-menu-text {color: #d1202f!important;}

    .sub-menu .current-menu-item .avia-menu-text {color: #d1202f!important;}

    .avia-menu-fx { display: none !important; }

    #358619
    ManicExpression
    Participant

    Hey, after running the latest update to enfold child, the main menu on my website extended and is now pushing into the logo,

    http://www.manic-expression.com/

    Is there any way to solve this, barring removing some menu buttons?

    #358540
    alvinhy
    Participant

    I am using the Facebook comments plugin but then it shows up above the built in social share buttons of enfold.

    I would like to add this code:
    echo do_shortcode('[fbcomments]');

    so that it shows up underneath the social share buttons.
    Any idea how to do this?

    Hi Micheal0424!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-caption-content, #top .avia-slideshow-button { display: none !important; }}

    Cheers!
    Yigit

    #358430

    Hallo nochmals,
    leider habe ich immer noch keinen Grund für das Fehlverhalten gefunden. Im Entwicklungsbereich funktioniert alles einwandfrei, LIVE fehlen die Slider-Buttons für Vor- und Zurücknavigation und die Pünktchen unterhalb, die als Indikator für die einzelnen Slides gezeigt werden.

    Ich nutze das ENFOLD Child Theme und folgende Dateien sind im Child-Theme-Ordner enthalten:
    – footer.php
    – single-portfolio.php
    – functions.php
    Dann habe ich noch ein verzeichnis “includes”, darin befinden sich:
    – error404.php
    – loop-index.php
    – loop-search.php
    Dann habe ich noch ein verzeichnis “js”, darin befinden sich:
    – avia.js

    Wenn ich im Entwicklungsbereich die “avia.js” aus meinen Child-Theme entferne, hat das zur Folge dass der ganze Fullscreen Slider nicht mehr funktioniert.

    Wenn ich LIVE die “avia.js” aus meinen Child-Theme entferne, hat das gar keine auswirkungen. (getestet mit STRG + F5).

    Irgendetwas muss ich übersehen, aber ich komme nicht drauf! :(

    #358379

    In reply to: contact form

    Hi eliuserman!

    If your trying to add a border around the form then you can try this.

    .av-light-form { border: 1px solid red !important; }
    

    If your trying to change the border of the fields then you can edit that around line 1500 in the /enfold/css/shortcodes.css file.

    #top div .av-light-form .input-text, #top div .av-light-form input[type="text"], #top div .av-light-form input[type="input"], #top div .av-light-form input[type="password"], #top div .av-light-form input[type="email"], #top div .av-light-form input[type="number"], #top div .av-light-form input[type="url"], #top div .av-light-form input[type="tel"], #top div .av-light-form input[type="search"], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        background-color: transparent;
        border-color: #fff;
        border-width: 2px !important;
        color: #fff;
    }

    Cheers!
    Elliott

    #358353

    Hey muholland!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    a.all_sort_button, a.all_sort_button + .text-sep {
    display: none;
    }

    Regards,
    Ismael

    #358314
    parperei
    Participant

    Hallo zusammen,

    leider erscheinen im Fullscreen Slider zur Zeit die Pfeile zum Vor und Zurückblättern der Slides nicht mehr. Ich vermute es hängt damit zusammen, dass das Update auf 4.0.1 und Enfold 3.0.4 erfolgt ist. Aber leider finde ich keinen Anhaltspunkt was das hervorgerufen hat.

    Merkwürdig ist nur, dass beim Updaten in der Entwicklungsumgebung die Pfeile zum Vor und Zurückblättern noch erscheinen.

    #358271

    In reply to: Menu bugs

    Hi Elliot,

    I have moved the menu underneath the Logo to get rid of the overlapping issue.

    I still have two issues.

    Issue 1.

    The menu is supposed to have the following colouring for top level menu items and sub (dropdown) menu.

    Inactive menu item:
    Red background #d1202f
    White Text #ffffff

    Hover:
    White background #ffffff
    Red Text #d1202f

    Current Menu Item:
    White background #ffffff
    Red Text #d1202f

    I have done the Inactive and Hover settings in the Enfold – Advanced Styling
    There is no option for Current menu item there so…

    I was previously given this custom css in this support forum to apply to style the menu which I applied to the child theme css accessed through Appearance – Editor.

    /*this is css for enfold menu*/

    .header_color .main_menu ul:first-child > li.current-menu-item > a,{ background:#FFFFFF!important; color: #d1202f!important; } /* color of active menu item */
    .header_color .main_menu ul:first-child > li.current_page_item > a { background:#FFFFFF!important; color: #d1202f!important; } /* color of active page */

    .current-menu-item .avia-menu-text {color: #d1202f!important;}

    The last line of CSS was necessary as the previous lines were not working for text colour for some reason.

    Everything is fine until you click on the “Recent Work” menu item.
    Once that page is active the dropdown menu underneath that menu item seems to have red text instead of white, making the sub menu items invisible.

    If any other page is active, and you hover over the menu button “Recent Work” those sub menu items are the correct colour, red background, white text.

    How can I fix it so that when the page “Recent Work” is active and you hover over the menu item “Recent Work” that the sub menu items are visible with white text on a red background.

    Issue 2.

    When you hover over a menu item a red line appears at the bottom of that button.
    On the last button that red line does not stay within the button width but is aligned to the right.
    How can I fix or just remove the line.

    I think the decoration is span.avia-menu-text

    #358177
    JONI
    Participant

    Hi guys,

    I am having a great time working on Enfold theme, i have learnt a lot from the forum. My current progress is on the Woocommerce – shop page.

    I have the following questions,

    1. I would like to change the background of the Shop page, how can i do it?
    2. Am i able to put a color section in the Shop page?
    3. After i added the products and image of the product, the listing on the Shop page seem to out of order. For example, the box size of the different product is not same. some are bigger and some are smaller. The images that i uploaded for the products are the same.
    4.I have also added the quantity +/- field on the Shop page, against each of the product , but the button is not align with the add to cart button.

    Thank you.

    • This topic was modified 11 years, 5 months ago by JONI.
    #358173
    andrewdharris1
    Participant

    My website, http://berefaced.com, is using the Enfold theme. On the homepage and on the contact page the I have put a contact form but the only thing that show up is the submit button. How can this be fixed? Thanks

    #358159

    Hi oiser!

    Thank you for using Enfold.

    You can try this on Quick CSS:

    .mfp-title {color: red;}
    div.avia-popup button.mfp-arrow:before {color: blue;}
    .mfp-counter {color: orange;}

    Best regards,
    Ismael

    #357783

    Hey!

    is the correct way to create a Portfolio and copy the short link and paste it into every single photograph?

    Yes if you are using the Masonry Gallery element, alternatively you can opt for the Masonry element and have this automatically set – http://screencast.com/t/whGghb5Rxs

    Also would the Full Slider be able to slide through each photo if the viewer clicked the left and Right buttons

    No, unfortunately that’s currently not possible, feel free to request it here.

    Cheers!
    Josue

    • This reply was modified 11 years, 5 months ago by Josue.
    #357648

    Hey!

    These are the files.

    /enfold/config-templatebuilder/avia-shortcodes/buttons.php
    /enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php

    It would be best to do a full update.

    Cheers!
    Elliott

    #357645

    Hey ahavens30!

    Yes it looks like it’s not working correctly. Let’s try the following.

    1. Export your theme options in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button and then try changing the width and save your settings to see if it updates correctly. This will let us know if it’s a problem in your settings.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and then check to see if it’s working. This will ensure that all of the files are available and not corrupted.

    Regards,
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    #357307
    strausberg
    Participant

    I installed the Enfold 3.0.4 update which resolved problems that occurred late last week with icon lists and buttons not loading, however, now, none of the static images on the site will load.

    #357249
    thesebogroup
    Participant

    Hi,
    Our website is amplidata.com. Not sure what’s going on and can use your help.

    The forms created within Enfold have been working fine. Made some edits to the jobs page and custom css for toggles. Everything was working fine as I checked after all edits. Got a message today that forms are not working. I did a restore to Nov.20 but that did not fix. Pls see what you can find. Much appreciated

    Regards,
    Seth

    MaxNiemann
    Participant

    Hello,

    I don’t know if this was influenced or initiated by the recent Enfold update because I just noticed: buttons in promo boxes don’t show anymore on any of my pages. I have already tried disabling all plugins but couldn’t eliminate the problem. I’ll provide links below. In the avia builder, everything looks fine – on the page itself

    Also, there is a problem with the spacing of headlines/seperators. (More info below…)

    Thank you in advance for your time.

    Best regards,
    Max Niemann

    #357142

    Hey!

    Perhaps it could be a weird value your using in the Enfold CSS settings. Try creating a copy of your theme settings in Dashboard > Enfold > Import / Export and try hitting the “Reset All Options” button. Also let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme from your WordPress theme directory before downloading + uploading a fresh copy.

    That may help when doing the next update.

    Best regards,
    Elliott

    #357103

    Elliot,

    Yes. I copied the source code from the browser and pasted it into a specific location using a code block. The button styles are in place. The mouse overs are spotty. When clicked the functions works but the page content does not populate the share posting.

    The code I pasted looks like this:

    <div class=”av-share-box”><ul class=”av-share-box-list noLightbox”><li class=”av-share-link av-social-link-facebook”><span class=”avia_hidden_link_text”>Share on Facebook</span><div class=”avia-related-tooltip avia-tt” style=”top: 94px; left: 200.409072875977px; display: none; opacity: 0;”><div class=”inner_tooltip”>Share on Facebook</div><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></div><li class=”av-share-link av-social-link-twitter”><span class=”avia_hidden_link_text”>Share on Twitter</span><div class=”avia-related-tooltip avia-tt” style=”top: 84px; left: 319.909072875977px; display: none; opacity: 0;”><div class=”inner_tooltip”>Share on Twitter</div><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></div><li class=”av-share-link av-social-link-gplus”><span class=”avia_hidden_link_text”>Share on Google+</span><div class=”avia-related-tooltip avia-tt” style=”top: 91px; left: 439.499984741211px; display: none; opacity: 0;”><div class=”inner_tooltip”>Share on Google+</div><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></div><li class=”av-share-link av-social-link-linkedin”><span class=”avia_hidden_link_text”>Share on Linkedin</span><div class=”avia-related-tooltip avia-tt” style=”top: 93px; left: 559.499984741211px; display: none; opacity: 0;”><div class=”inner_tooltip”>Share on Linkedin</div><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></div><li class=”av-share-link av-social-link-mail”><span class=”avia_hidden_link_text”>Share by Mail</span><div class=”avia-related-tooltip avia-tt” style=”top: 94px; left: 679.499984741211px; display: none; opacity: 0;”><div class=”inner_tooltip”>Share by Mail</div><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></div></div>

    Let me also offer some clarification. My name is Kris. I am working on a clients site using the enfold theme and mainly working in the staging area. I can provide you my staging login if needed in a private message.

    Best Regards
    Kris

    mxmanuel
    Participant

    Hi,
    I need to use the Plugin “Bulk Photo to Product Importer Extension for WooCommerce” in the theme Enfold, but unfortunately it doesn’t work as it should in cooperation with that theme.
    There is a button “Quick Order”, created by that plugin that works with any other theme but enfold.
    To be found here: http://www.web2-design.eu/richter/produktkategorie/hochzeiten/hochzeit-1

    Please let me know how to solve this problem.

    If you need further information or access to the site, please send me a note.

    Thanx in advance
    mxmanuel

    thermaltech
    Participant

    Hello guys,

    this is my first call for help – I have been using Enfold for a month now and everything was fine. But now for some reason the contact form on my “Contact” page is now limited to the “Submit” button and the Google Map element shows only the zoom sidebar. Until recently it was working properly.

    Please provide a helping hand urgently, thanks.

    Thermaltech

    redfelt13
    Participant

    Hi folks.
    I have recently updated to WordPress and have just downloaded the theme update 3.0.4.
    With the WordPress upgrade the Contact form has disappeared. There is still the Submit button, but nothing else. I understand that the theme update is to fix this. When I update via FTP, I have only updated the style.css as labelled in the version.txt file as per the video you have at the top of the Support page. The form does not work still. There is this “- fixed: button shortcode not working properly” in the version.txt file, I assume this is the piece that I am missing?

    Which part of the theme upgrade do I need to transfer over to fix that? I would prefer to not do a full transfer/update as I just got elements back in order after the WordPress updates and 3.0.1. Is it possible?

    Any help would be great!
    Many thanks.
    Brad

    #356678
    This reply has been marked as private.
    #356591

    In reply to: Promo Box

    Hey MtnStreamGroup!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    .avia-promocontent {
    margin-right: 0;
    }
    
    .av_promobox .avia-button {
    float: none;
    position: relative;
    z-index: 2;
    max-width: 139px;
    }
    
    .av_promobox .avia-button.avia-size-large {
    margin-top: 0;
    }
    
    .avia-button-right {
    display: block;
    position: relative;
    }

    You can use html tags on the promobox content if you want to add h1s or h2s.

    Regards,
    Ismael

    #356474

    Hey Jason!

    Thank you for using Enfold.

    The 3.0.3 break all buttons, that’s why Kriesi uploaded the 3.0.4 version to fix it. Please download the latest version then update the theme.

    Cheers!
    Ismael

    #356255

    In reply to: View Cart Button

    Hi bodydesignfitness!

    Thank you for using Enfold.

    Please use this on functions.php:

    add_action( 'ava_main_header', 'ava_main_header_view_cart', 10);
    
    function ava_main_header_view_cart() {
    	global $woocommerce, $avia_config;
    	$link = $woocommerce->cart->get_cart_url();
    	
    	$output = "<a class='header_cart_dropdown_link' href='".$link."'>".__('View Cart','avia_framework')."<span ".av_icon_string('cart')."></span></a>";
    	
    	echo $output;
    }

    Adjust the position of the cart button with css.

    Regards,
    Ismael

    #356231

    Hi Slade!

    Thank you for using Enfold.

    Please target the correct selector:

    .slider-eval-button a.avia-button {
    border-color: rgb(254, 100, 46) !important;
    }

    The purpose of Custom CSS Class is to separate a specific element among other elements. This is disabled by default because everyone who wants to enable it should have at least a little background in html and css. All you need to do is to use the right selectors.

    Regards,
    Ismael

    #356224

    Hey KDyer87!

    Thank you for using Enfold.

    According to google, YouTube adjusts the quality of your video stream from standard definition (such as 240p or 360p) to high definition (720p or 1080p), based on the speed of your Internet connection (bandwidth). This is why you may notice that the quality of your video changes as you watch videos. If you have a fast Internet connection, you can change your settings to make sure videos always play in HD qualities when they’re available:

    1.) Go to your Settings page > Playback
    2.) Select Always play HD on fullscreen (when available)
    3.) Click the Save button

    It means that you can’t control the video quality when using youtube videos. Please try vimeo videos. Refer to this link: https://kriesi.at/support/topic/video-slider-quality/#post-305211

    Regards,
    Ismael

    #356095
    Jason Westbrook
    Participant

    Hello,
    I have a website that randomly stopped showing buttons everywhere. It shows it on the back-end but not front. I am running enfold 3.0.3 and wordpress 4.0.1.

    Help would be greatly appreciated!

Viewing 30 results - 9,181 through 9,210 (of 11,220 total)