Viewing 30 results - 10,861 through 10,890 (of 11,218 total)
  • Author
    Search Results
  • #171217

    Hello Indiatravelz!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    .avia-button { font-family: 'Dancing Script', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px!important; }

    Regards,
    Yigit

    #171192

    Hello!

    You can add following code to Quick CSS in Enfold theme options

    .ajax_form .button { float: right; }

    It will move button to right side of your form

    Best regards,
    Yigit

    #171151

    Hello!

    Please add following code to Quick CSS in Enfold theme options

    div .widget_shopping_cart .button.checkout { float: left; }
    .woocommerce .title_container { display: none; }

    That should do it for both issues :)

    Regards,
    Yigit

    #170790

    Hey subevent,

    on first, witch version of enfold you are using right now?

    since the version, i think it starts on 2.2.0 you can make the themeupdate only by klick a button in the themeoptions.

    but make shure, that you create always a childtheme of your enfoldtheme before, where you make your customsettings on your template.

    you want make a transfer from your localsite to your publicsite, you can use for example the plugin “dublicator”, also it works in the other dircetion.

    these are simple updateways…

    nice weekend

    #170766

    Hallo,
    ich sehe das etwas differenzierter als Devin – bei ein paar Punkten können wir denke ich helfen:

    1) Dies ist standardmäßig der Fall. WooCommerce zeigt den “Textauszug” (aka Excerpt) neben dem Produktbild an: http://kriesi.at/themes/enfold/product/zoku-trioquick-pop-maker/ und die lange Bechreibung unterhalb des Warenkorb Buttons. Wenn du nur die lange Beschreibung neben den Bild anzeigen möchtest und dafür den “Produktbeschreibungs”-Tab entfernen möchtest, füge folgenden Code am Ende von functions.php ein

    
    
    add_filter('woocommerce_short_description', 'avia_replace_woocommerce_shortdescription');
    function avia_replace_woocommerce_shortdescription($excerpt)
    {
        global $post;
        if (!$post->post_content) return $excerpt;
        return apply_filters('the_content',$post->post_content);
    }
    
    add_filter('woocommerce_product_tabs', 'avia_remove_description_tab', 98);
    function avia_remove_description_tab($tabs)
    {
        unset($tabs['description']);
        return $tabs;
    }
    

    3) Ich möchte den Mengen – + entfernen sodass nur in den Warenkorb dar steht.

    Füge folgenden Code in das Quick CSS Feld ein:

    
    div form.cart div.quantity {
    display: none !important;
    }
    

    5) Den Reiter “Bewertungen” möchte ich entfernen

    Füge folgenden Code am Ende von functions.php ein:

    
    add_filter( 'woocommerce_product_tabs', 'sb_woo_remove_reviews_tab', 98);
    function sb_woo_remove_reviews_tab($tabs) {
     unset($tabs['reviews']);
     return $tabs;
    }
    

    6) Zu dem Warenkorb Button einen Wunschzettel button inkl richtigen verweis (dazu bräuchte ich glaube ein plugin)

    Ja, dafür gibt es ein Plugin – zB http://www.woothemes.com/products/woocommerce-wishlists/

    Die anderen Punkte erfordern tatsächlich etwas mehr Arbeit/Anpassungen und sollten daher entweder von einem erfahrenen Entwickler umgesetzt werden oder ihr bleibt beim Standardlayout von WooCommerce.

    #170647

    In reply to: Double Button

    Hello riatech!

    As far as i know, not for now, feel free to request it here.

    Regards,
    Josue

    #170613

    Please, in future updates, make the buttons all the nice flat ones, not the old school dimensional ones. Right now you have two different kinds in the theme and the old ones look really outdated and wrong with this gorgeous theme.

    #170523
    DavyE
    Participant

    Since I updated to Enfold 2.3 I’ve noticed the 3 navigation buttons of the AJAX protfolio grid just showing “Array”. These buttons were the icons of Previous, Next and Close in the top right of the details page after clicking on an item.

    See at the bottom of this page: http://goo.gl/Lbwln8

    #170515

    May be I found a workaround to fix it if it happens:

    1) Go to Settings > Permalinks and hit the blue “Save” button

    2) Afterwards go to Enfold Them Options -> hit save button

    Now it could be very cool find the bug and fix it.

    #170408
    ErnstOpusVDesign
    Participant

    Great theme,

    We are using your theme for a Trainingsorganization.
    We use the portfolio for the different courses.

    How can I create a “send to a friend” button and then send a page or pagelink from my Enfoldtheme?
    How can it be done in the accordeon?

    Thanks for helping me.

    #170256
    convitando
    Participant

    Hi first of all congratulation for the theme. It’s fantastic.

    I have a wedding invitations company and I´m in process of changing my current website theme to the Enfold. I don´t sell my products by the website neither want to show my product’s prices. I just want to showcase them and promote a way of people asking for the price.
    I’m using the Single Portfolio: 2/3 Gallery template and I would like to put a button like the “add to cart” of the woocomerce plugin in, turned into a “add to quote”. Then in the check out would be possible to download a pdf file with the product’s prices filling a form with name and wedding date.
    Is it possible to do?

    #170123
    GordonMeiner
    Participant

    Hello.

    I’ve installed the Enfold a while ago and it was working fine. I recognized the new Button in the Editor (forgot the name of it… it was above the Image Upload button and the editor changed into a kind of designer). Then I updated my WordPress (to 3.6.1) and some plugins. I also installed WPML and made some other changes.

    And now is the button not there anymore. I can’t say when exactly the button got lost. But can someone help me to get it back?

    Cheers
    Gordon

    • This topic was modified 12 years, 5 months ago by Kriesi.

    Hello zyzou!

    Yes we are going to need to inspect elements on your website so that would be good if you could post the link to your Enfold 2.3.1 installed website. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Regards,
    Yigit

    #169799
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    #169798
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the content as you can see instantly when visiting the site. I don’t know when this problem occured, but I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    #169541
    Courin
    Participant

    German Version

    Hallo Leute,

    zu aller erst möchte ich mich bedanken für den tollen Support.
    Ihr seid echt super.

    Ich bräuchte bitte ein paar Informationen bzgl der bearbeitung von den Produktseiten.

    Hier mal der Link:
    http://shop.rb1.at/produkt/jacke/

    1) Wie kann ich die Produktbeschreibung neben das Produktbild setzen

    2) Die Produktoptionen von der länge her verkürzen? (ich denke, das ergibt sich mit Punkt 1)

    3) Ich möchte den Mengen – + entfernen sodass nur in den Warenkorb dar steht.

    3.1) Statt den -+ Mengen hinzufügen, möchte ich wie Größen und Farben ein Dropdown generieren wo fixe Mengenvorschläge drin enthalten sind

    4) links ober dem Produktbild würde ich gerne (< Zurück zur Übersicht ) setzen die danach auf die Kategorie verweist.

    5) Den Reiter “Bewertungen” möchte ich entfernen

    6) Zu dem Warenkorb Button einen Wunschzettel button inkl richtigen verweis (dazu bräuchte ich glaube ein plugin)

    ——————————————————————————————————–
    English Version

    I would also require further information concerning the editing of the product pages.

    1) How can I place the product description next to the product picture?

    2) How can I shorten the product options length-wise?

    3) I would like to remove the quantities ( + – ) so only the shopping basket is shown

    3.1) Instead of adding – + quantities, I would like to create a dropdown menu for sizes and colours that suggests quantities on default

    4) On the left side above the product image (< Back to Overview) I would like to add a link that refers back to the category
    5) I would like to remove the section “Bewertungen” (englisch: Valuations).

    #169530

    Hi!

    Go to Enfold > Styling, scroll down to the bottom, then simply paste the code inside that textarea and click the save button:

    Best regards,
    Josue

    #169488

    Hi!

    The code provided by Yigit is not being applied, try adding it to the css/custom.css to be sure:

    .inner_sort_button br {
      display: none !important;
    }

    Best regards,
    Josue

    Hello TandyElisala!

    A link to your website will help. Please deactivate all plugins then try again. Do you have Enfold 2.3? Please revert the default settings on Settings > Reading.

    Regards,
    Ismael

    #169424
    diaarts
    Participant

    hi there,
    i am making a multi language website (English and Arabic) for English language i have no problem, but for Arabic language I need to ask you:

    1- i need to install word press tow times in diffident folders so can i use your Enfold theme two times also for one website? ( one time for English and other time for Arabic?

    2- dose your theme support Arabic language (right to left) ? tables , buttons , menu … etc should be right to left align

    3- do you have any theme specialized in Clinics or hospitals with appointment booking system?

    • This topic was modified 12 years, 6 months ago by diaarts.
    #169358

    Hi wendlandm!

    Please add following code to Quick CSS in Enfold theme options

    #scroll-top-link { right: 0; bottom: 0; }

    Regards,
    Yigit

    #169280

    Hi!


    @kasperdue
    your website looks fine on my end in Chrome, Firefox and IE. Can you post a screenshot from Safari?

    @lucyziel
    on your website button color is different and slider does not appear on my end. Can you try and update your theme to version 2.3?

    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

    Cheers!
    Yigit

    #169239
    wendlandm
    Participant

    The scroll to the top button is a great feature in Enfold but I believe it will be a point of frustration for many of my readers. I’ve noticed that the button stays in the same size and in the same location even when on a mobile device and I can imagine it is easy to bump sitting out more in the middle of the screen on devices with smaller screens such as iPhones.

    Is it possible to move the location of the scroll button to the very edge of the window? Meaning it is always at the very bottom left corner of the screen instead of slightly out?

    Thanks!

    Hey zerozendesign!

    You can use shortcodes in the layerslider html field. They just won’t show up on the slider preview page but they will show up on the frontend/website. However I noticed that most shortcodes won’t scale properly if you re-size the slider – thus you may break the responsive layout of the website if you embed forms or big buttons with the shortcodes into the slider.

    You can remove the hover effect with following css code – insert it into the quick css field

    
    #top .ls-wp-container .ls-layer a, #top .ls-wp-container .ls-layer a:hover {
    text-decoration: none;
    }
    

    Regards,
    Peter

    #169137

    Hey MHM!

    It should be there by now. Please download Enfold 2.3 then update the theme again. Remove browser cache then reload the page. Go to Enfold > Theme Options. Below, the Import dummy data, you’ll see a blue button which says “Import Parent Theme Settings”.

    Regards,
    Ismael

    TandyElisala
    Participant

    All of a sudden my logo and Home menu links do NOT link to the page identified in the Enfold Frontpage Settings field. In fact, changing this field to any page does not produce any change, meaning clicking the logo does not change to the new page identified in that field. I have that field set to the Homepage currenlty. I did recently change permalinks to the Postname setting. Changing it back to defaul does NOT correct the issue, so I’m not sure if it was the source of the problem to begin with.

    Has anyone else had this occur?

    #169033

    Hey shriii!

    Please add following code to Quick CSS in Enfold theme options

    span .inner_sort_button br { display: none; }

    For some reason there are lines brakes in front of all category items

    Cheers!
    Yigit

    rickswearingen
    Participant

    I saw in your suggestions on the themeforest site for the update to replace the entire Enfold folder on the server. Is this better than just using the “Theme Updates” tab within the “Enfold Theme Options”?
    Should I really update the entire folder or will the Update Now button cover everything?

    #168894
    MHM
    Participant

    Hi there! I created a child theme, and the CMS recognizes it as a child of Enfold:

    Child theme of Enfold theme

    This child theme requires its parent theme, Enfold.

    When I tried the advice from this thread, I found that the “import parent theme settings” option was unavailable. I saw the “Import Dummy Data” option but no “Import Parent Settings” option, even when I click the dummy button.

    I’ve reactivated my Enfold theme for now so that I have my content and settings back. My Enfold is version 2.2. Thanks for your advice!

    #168880

    i cannot choose homepage in enfold theme settings any more

    only option like portfolio about us contact shortcode i can choose and no hompeage selection anymore

Viewing 30 results - 10,861 through 10,890 (of 11,218 total)