Viewing 30 results - 10,351 through 10,380 (of 11,218 total)
  • Author
    Search Results
  • #220697
    crevlon
    Participant

    Hallo,

    wie kann ich folgende mittels Quick CSS erhalten?

    – Die Schriftgröße der Button-Zeile verändern
    – Die Schriftfarbe der Überschriften-Zeile verändern
    – Preisangabe so wie bei der Enfold Theme Demo unter “Pricing and data Tables” einfügen (Schriftfarbe des $ und die Schriftgröße des “per month”)

    Liebe Grüße,
    Marco

    • This topic was modified 12 years, 2 months ago by crevlon.
    #220607

    THANKS A LOT.

    Would it be possible if I changed these things to also get a button? I already changed the PHP and JS, now add the css? Or will that mess things up?

    https://kriesi.at/support/topic/enfold-adding-button-to-fixed-header-with-social-icons-and-additional-nav/

    #220525

    Hey CloudChoice!

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

    body div .avia-button { float: left; margin-right: 10px; }

    Regards,
    Yigit

    #220094

    Hi martinbose!

    IE8 can’t render css3 effects so there will be things like round edges on buttons and icons which just will never work in IE8.

    If you are getting styling errors because of minified styles you will need to adjust how the plugin minifies the files and make sure they are in the same order as when they are loaded into the header or footer if they are javascript files.

    Regards,
    Devin

    JavaLavaJoe
    Participant

    Really enjoying Enfold! I would like to create a series of buttons that are uniform in size regardless of the text within them. How do I accomplish that.

    I have created buttons that are not same size and it looks poor: http://tigresusa.com/?page_id=24

    Many thanks!
    Lance
    Lance.Williams@TigresUSA.com

    #220061

    Hi opangavich!

    See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Using the import demo data button you can install the demo data which is as close to the live demo as you can get without manually setting things up.

    Regards,
    Devin

    #220017

    Hi!

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

    .bbp-logged-in a { color: white; }
    #bbp-search-form #bbp_search_submit {  padding: 14px 0px; }

    It will fix the log out color and search buttons padding. For other issue, can you post a screenshot?

    Best regards,
    Yigit

    #219831
    martinbose
    Participant

    Hello, guys

    I have a problem with my web site in Internet Explorer 8 . Buttons on the slider and my roll over effect don’t work properly and apparently some other styles weren’t loaded correctly as well. However, I don’t have those problems in other browsers such as Firefox, Chrome, Opera. I also noticed I don’t have those problems in Internet Explorer 10. In addition, I use a WP better minify plugin which if turned off solves some issues with the styles, but not all of them.

    Regards,
    Martin

    • This topic was modified 12 years, 2 months ago by martinbose.
    #219556
    gn2011
    Participant

    Hello,

    I have installed the Enfold theme (v.2014 January 09 – Version 2.4.5, wordpress version 3.8.1, Linux Debian ). Everything seems to work OK except for the magic wand button that doesn’t show in the Default editor toolbar. Shortcodes work fine if you write them manually or use the Advanced Layout editor. In the javascript console we get the following message: “[AVIA-LOG] Switching to Classic Editor. Template Builder is in safe mode and will empty the textarea so user cant edit shortcode directly avia-builder.js?ver=0.4:19”. There are no PHP errors.

    Any idea what could be wrong?

    Thank you,

    Eneko.

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .sidebar #searchsubmit { background-color: red!important; }

    It should change the button color on sidebar and you can use the class you targeted to change the color on header

    Regards,
    Yigit

    #219347
    laciszabo71
    Participant

    Hy!
    I have some problem with the slider.
    My slider doesn’t work automaticly on the front page of my website. The first slide come in automaticly but the second only with the navigations button or keyboard. I think I set every options like the “Enfold – most beautiful theme ever” slider.
    If I set the “Enfold – most beautiful theme ever” slider for my frontpage! It doesn”t work too. The second slider doesn’t come in!
    I hope you can help me.
    Thanks,
    Bye

    • This topic was modified 12 years, 2 months ago by laciszabo71.

    Not sure why the link didn’t show up again – I added it through the link button. Here you go:

    #217763

    Hey pmpenguin!

    1) Please deactivate all plugins – maybe a caching plugin causes the issue.

    2) If 1) doesn’t help go to Enfold > Theme Options and click the “Save” button to regenerate the dynamic stylesheet. If it doesn’t help use ftp to access your server and navigate to wp-content/uploads/dynamic_avia/. Delete the css file within this folder and then click the “Save” button on the theme options page to regenerate the stylesheet.

    Cheers!
    Peter

    #217759

    In reply to: A bulk CSS surprise

    Hi!

    Please go to /wp-content/uploads/ and create a new folder called “dynamic_avia” (without the quotes). Then set the folder permission to 777 and go to Enfold > Theme Options and click the “Save” button to regenerate the dynamic stylesheet.

    Best regards,
    Peter

    #217538

    Topic: Floating button

    in forum Enfold
    lapajnea
    Participant

    Hello,

    we have your Enfold theme installed and wanted to add a floating call-to-action button, but we are experiencing some troubles.

    What we did is, we added a button in the quick css section and this is our code:

    #beta .avia-button-center {
    position: fixed;
    top: 150px;
    left: 85%;
    z-index: 9000;
    }
    #beta {
    margin-bottom: -50px;
    }

    The problem is, the button disappears behind images, jumps a few pixels while scrolling (in Chrome) or text bolds (in FireFox).
    You can check it out at http://zebra.bi/

    Any idea how to make a more stable version of a floating button?
    Any help will be greatly appreciated.

    Thank you, and awesome job on the Enfold theme, we love it!

    #217529

    Hi!

    You can post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #217385

    Hi again.

    I have managed to fix the problem myself. The problem was that the site is installed on a Dreampress optimised package supplied by Dreamhost which uses something called ‘Varnish Caching’… (means nothing to me)… I spoke to their support who identified this as possibly being the issue as I went and installed the enfold theme on one of their “.dreamhosters.com” development domains which just uses their standard hosting to troubleshoot and I could change all the styling fine without any problems.

    I downloaded a plugin called “varnish http purge” which has a button on the dashboard to manually purge the varnish cache which seems to have solved the problem. When you do make any changes you have to manually purge the cache and then also do a CTRL F5 hard refresh on your browser and the new settings load in.

    If anybody else is using dreampress and is having styling issues – this is the solution!

    #217366

    Hi!

    The “All” word is translatable with the mo/po files. I suggest to use Codestyling to translate it. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Best regards,
    Peter

    #216946
    ClaireBrummell
    Participant

    I use sendpepper as my autoresponder, adding the HTML for the form pages breaks the edit window in Enfold.

    Whenever I add a form (just using HTML in a text box), when I go back in and re-edit the page the editor doesn’t view properly…I can’t undo it because the update button isn’t visible on the page anymore, the boxes are all over the place and I can’t view the content of the page to change it.

    Please note that this is NOT a plugin (I’ve asked this question before and was told that third party plugins aren’t supported)…it is just some HTML code that I’ve added to a page…I can’t even take the HTML code out because I can’t view the editor (either basic text or avia) or the ‘update’ button when I try to edit the page.

    I’ve tried this on a couple of pages and the same thing happens every time. Please advise as i need to find a way to be able to use an HTML form in Enfold together. The page appears to be working fine, I just can’t edit it anymore, which is something of a problem!

    Thanks,

    Claire

    eostis
    Participant

    Hi,

    I get the above error in avia-builder.js when I try to save a promo-box, or a button, which prevents me from updating my website.

    I’ve just reinstalled the latest version of enfold.

    Other message:
    “[AVIA-HELP] Make sure that the modal_on_load function defined in your Shortcodes config array exists ”

    and:
    “Uncaught TypeError: Object function (p_val) {
    var l = this.length;
    for(var i = 0; i < l; i++) {
    if(this[i] == p_val) {
    return true;
    }
    }
    return false;
    } has no method ‘replace’ avia-builder.js?ver=0.4:1150
    $.AviaBuilder.update_builder_html avia-builder.js?ver=0.4:1150
    $.AviaBuilder.send_to_datastorage avia-builder.js?ver=0.4:1081
    $.AviaModal.execute_callback avia-modal.js?ver=0.4:281
    (anonymous function) avia-modal.js?ver=0.4:59
    x.event.dispatch load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4
    v.handle load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-f…:4”

    #216897

    Hey!

    Du kannst alle Feature Requests hier: https://kriesi.at/support/topic/enfold-feature-requests/page/18/ posten.

    Öffentliche Roadmap gibt es derzeit keine. Der Plan sieht derzeit so aus, dass wir heute oder morgen ein Update veröffentlichen, welches Video Backgrounds und Parallax Effekts zu “Color Sections” hinzufügt und man kann jetzt auch Videos zu den Slidern hinzufügen. Weiters gibt es Detailverbesserungen – zB aktualisiert sich jetzt die Filter Liste des “Masonry Portfolios”, wenn man den “Load More” button klickt und die Copyright Zeile unterstützt jetzt Shortcodes. Das nächste Update wird vermutlich rtl Support und LayerSlider 5 bringen und dann sehen wir weiter.

    Regards,
    Peter

    #216767

    Hey teotaban!

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

    .header_color .main_menu ul:first-child > li a:hover { color: white; background-color: orange; }

    Regards,
    Yigit

    #216729

    Hello Josue,

    Great movie. Very nice and implemented it directly.
    There is only one thing I would like to accomplish.
    Is it possible to have the name of the folder in the source code changed to the customer.

    So if I hit right mouse button, show source code as a visitor on the site, I see the customers name and not ‘enfold’

    Gr. Jeen

    On this page
    http://staging.actify.com/product-visualization/

    I have 2 pieces of code. The first one displays a white box “Request a Quote” that pops-up a form named #fancyboxID-2. This works great.
    The second piece displays a blue box “Request a Quote” with an icon in it as well. The box is perfect but I am unable to get it to pop up the same form. I have tried many variations but cant it to work right.

    Could you tell me how to change the code in the second instance to pop up the same form as in the first piece of code?

    Code that works well:
    <div class=”avia-button-wrap avia-button-center avia-builder-el-16 el_after_av_hr “><span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=”font-size:18px;”></span><span class=”avia_iconbox_title”>Request a Quote</span></div>

    Code that wont pop the form correctly.
    <div style=”float: left;”>[av_button label='Request a Quote' link='manually,#fancyboxID-2' link_target='' color='custom' custom_bg='#41c0e1' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue871' font='entypo-fontello']</div>

    #216130

    In reply to: Anpassungen kopieren?

    Hi Robert!

    You can export the Theme settings right from the theme options panel:

    If you don’t see this button, make sure you have the latest version of Enfold.

    Cheers!
    Josue

    #216086

    Hi foreigner!

    The intention is to use the links on buttons to direct the user down to the anchors of each color section. You can add the idea of a down arrow to the feature request topic however as it would need to be added in as a full fledged feature to have the same smooth integration:https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Devin

    #216079

    SOCIAL SHARING WIDGET!

    Please guys and girls, any of the WordPress plugins I try just break the theme and all my settings and hard work optimizing in W3TC go haywire when these plugins go live.

    Just a few simple share buttons – positionable with a shortcode or drag box (widget area?) would be great.

    aIVIis
    Participant

    Hi,

    I would like to do something similar to what the slider on this website looks like http://salleedesign.com/home/

    Is there a way to do it in enfold?

    thx a lot

    #215842

    Windows 8 / Firefox 26.0

    Searchbutton and other elements are broken:

    I tried the two .htacces solution…. Fonts nit loadingon apache server…Server error 500

    http://medientanz.de

    Thomas

Viewing 30 results - 10,351 through 10,380 (of 11,218 total)