Viewing 30 results - 214,591 through 214,620 (of 244,467 total)
  • Author
    Search Results
  • #311374

    In reply to: How to enable the RTL?

    Hey!

    The problem seems to be that the rtl stylesheet doesn’t exist on the server – http://almobadarat.com/site/home/mobadara/public_html/site/wp-content/themes/enfold/css/rtl.css?ver=1

    I’d suggest re-installing via FTP.

    Best regards,
    Josue

    #311370

    Hey!

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

    .page-id-1040 div#after_layer_slider_1 .content {
    padding-top: 15px;
    }

    Cheers!
    Yigit

    #311367

    Hey Roland!

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

    .archive .big-preview {
    display: none;
    }

    If that does not work, please post the link to your website.
    Glad you and your customer like Enfold :)

    Cheers!
    Yigit

    #311360

    Hey Jon!

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

    @media only screen and (max-width: 1024px) {
    div#tabulation .container { width: 100%; }}

    Best regards,
    Yigit

    #311354

    Hi!

    The only files I have record of altering are functions.php and magazine.php.

    When using a copy of the current ‘enfold’ functions.php in a live preview of the Child Theme, I get a warning and Fatal Error message.

    I honestly can’t remember what I changed, as I did not log that. Something I will do from now on though. Is there any way to easily compare differences? I have Dreamweaver CC 2014.

    Thanks!

    Otherwise, I can just leave the ‘enfold-child’ functions.php empty for now.

    #311329

    In reply to: Button Location

    Hey Tom!

    The link you posted is not an Enfold installation, if you want to modify the position of a button you could use the position property:

    .custom_button{
    position: relative;
    top: 20px;
    left: 120px;
    }

    Regards,
    Josue

    #311326
    benbuckley
    Participant

    Hi,

    I have just finished building a site and now i want to have some of my content for free subscribers only (they enter their email address and name then they can watch the free videos). I was going to use mail-chimp as a auto-responder. Could you possibly point me in the right direction. Do i need extra plugins? or can i easily integrate mail-chimp to enfold for example. Do i also need some kind of membership plugin or how does this work. Sorry i have no idea how it works.

    Many thanks
    Ben

    #311318

    Self-service is always GREAT !!
    I found my answer here: https://kriesi.at/support/topic/blog-posts-excerpts-enfold/#post-125278
    Have a nice Weekend

    #311308
    aymanati
    Participant

    Hello, I am trying to add a google font to my Enfold theme and followed the instructions in this page: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    This is the code I used:

    
    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Droid Arabic Kufi'] = 'Droid Arabic Kufi';
    return $fonts;
    }

    Edit: I am using a child theme.

    The font is added to the list of fonts in Enfold options, however when I select it the headings and content font doesn’t change. Any idea?

    Thanks

    • This topic was modified 11 years, 7 months ago by aymanati.
    #311307
    mattv7
    Participant

    Hi Enfold’Team !

    I would like to put my message text area on the right, name, email, etc… on the left, verticaly
    Like that :

    contact

    Where should I go to do that ?

    Thanks a lot :)

    Cheers!
    Matthieu

    • This topic was modified 11 years, 7 months ago by mattv7.
    #311302

    Topic: ADVANCED LAYOUT EDITOR

    in forum Enfold
    bocable
    Participant

    Can not see the text in Advanced Layout Editor unless highlighted. Please help.

    Here is what I have done.
    1. WP version 3.9.2
    2. Enfold – latest updates installed
    3. Turned off all plugins
    4. Cleared browser cache
    5. Tested in 3 different browsers – Chrome, Firefox & Safari
    6. Read other forum topics and followed suggestions
    7. Checked WP editor and all is fine

    Advanced Layout Editor worked fine until a few weeks ago.

    #311298
    Netzie
    Participant

    Hi,

    I was just building a page for… Added a 1/2 size container with AVIA Drag&Drop :) (Could be campagin Monitor”
    Then added a “text block” into that container…
    Opened it and change to “TEXT TAB” to enter code:
    `<form action=”http://client.createsend.com/t/j/s/khitv/&#8221; method=”post”>
    <label for=”fieldName”>Navn</label>
    <input id=”fieldName” type=”text” name=”cm-name” />
    <label for=”fieldEmail”>Email</label>
    <input id=”fieldEmail” type=”email” name=”cm-khitv-khitv” required=”” />
    <button type=”submit”>Hent nu</button></form>’

    When I try to save “UPDATE” the page…. The form ask me to fill out the fields :-) Thihihih
    I have to delete the form? LOL
    Anyway… Is there another way around this? or a hack or so?
    Looking for ward to the solution – Don’t say change to Aweber (my favorite)…

    #311282

    Hey!

    Thank you for reporting this issue. We’ll fix it with the next update. For a temporary fix open up enfold\config-templatebuilder\avia-shortcodes/section.php, delete the entire code within the file and insert this code: http://pastebin.com/raw.php?i=Aes0yaDE

    The next version will contain this fix and you don’t need to modify the parent theme files again.

    Cheers!
    Peter

    #311277

    In reply to: Posts

    This reply has been marked as private.
    #311276

    Hi Josue,
    thanks for your help…
    i tried to add our code at the very end of /2diaz.com/wp-content/themes/enfold/functions.php and after to /2diaz.com/wp-content/themes/enfold/functions-enfold.php, but on these two side i get a complete white screen on back and front end web site.
    May i did something wrong?
    so i reload original version of the php files.
    Regards.
    Damien

    #311264

    In reply to: Magazine feature

    Hey!

    That featured is not available at the moment, if you really need it you would have to contact a developer for the job, also feel free to request it here.

    Best regards, 
    Josue

    #311259

    Hi!

    You can define a custom logo and custom menu colors for transparent headers in Enfold > Header Layout > Transparency Options.

    Regards,
    Josue

    #311214
    manweb
    Participant

    Hi ,
    i keep getting this message is it a wordpress or an update to enfold latest version issue please

    Google has disabled use of the Maps API for this application. See the Terms of Service for more information: http://www.google.co.uk/intl/en-GB_US/help/terms_maps.html.

    thanks
    Mark

    #311199

    Hi Zvi!

    Sure you just need to import the dummy content, go to Enfold > Import/Export and click the Import Dummy data button.

    Best regards,
    Josue

    #311190
    avivitgolanschutz
    Participant

    HI There
    I am a newbie using the Enfold theme.
    On demo web site there were a few nice templates like V7: One page portfolio that can be viewed. Can I use those on a new wordpress site ? Is it part of the theme I purchased ? Can I use this type of page including all page parts ?
    I can’t see any place on the admin screens where I can set this type of page.
    Sorry if it a dumb question :)
    Zvi

    #311188
    scubadventure
    Participant

    Hi,

    Hi have lost the visual editor on all pages after updating my site (current version : Enfold 2.9.2 – WordPress 3.9.2). Visual editor in loading mode (displaying a wheel ). Impossible to switch between the AVIA menu. Please help…

    Best
    Fred

    #311184
    This reply has been marked as private.
    #311179
    Ti7V
    Participant

    The site I’m building is nearly done. I’m using GoDaddy’s cPanel and I’ve made code changes directly in the ‘enfold’ theme folder as well as Quick CSS.

    I’d like to preserve these code changes and all the work I’ve already done, in a Child Theme.

    Can I just copy the ‘enfold’ folder and move the contents to my ‘enfold-child’ folder?

    #311176

    In reply to: Error on the web

    Hey!

    Thank you for the update.

    Still not sure why it’s not working. Please try to go to wp-content/plugins folder then rename all the folders temporarily.

    If that doesn’t work, you might need to install WordPress from scratch. Please try to use this plugin to export the database: http://wordpress.org/plugins/wp-migrate-db/

    Refer to this link for more info on how to properly transfer the database:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Make sure that you have a backup on your server before doing this. Much better if you can revert back to a working version of the site.

    Regards,
    Ismael

    #311173

    In reply to: Contact Form in Toggle

    Hi selvaria_gmbh!

    Thank you for using Enfold.

    You can add this on Quick CSS or custom.css to hide the title:

    .avia_ajax_form h3 {
    display: none;
    }

    Cheers!
    Ismael

    #311171

    Hi dalen550!

    Thank you for using Enfold.

    I’m sorry but the read more tag can only be use on blog posts, not text blocks.

    Best regards,
    Ismael

    #311163

    Hey studiokatowice!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top .widget_nav_menu ul ul li:before {
    content: "+";
    position: absolute;
    top: 5px;
    }

    Regards,
    Ismael

    #311162

    In reply to: Multiple Progress Bars

    Hey victor!

    Thank you for using Enfold.

    Please go css > shortcodes.css, look for the codes starting from 2565. For example, if you select the Bar Color to blue, just look for this code:

    .blue-bar .bar{
    background: #7bb0e7;
    background-image:	-webkit-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image:      -moz-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    background-image:           linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
    }
    

    Replace it with:

    .blue-bar .bar{
    background: #7bb0e7;
    background-image:	-webkit-linear-gradient(-45deg, #74a6d9 25%, #74a6d9 50%, #74a6d9 75%, #74a6d9);
    background-image:      -moz-linear-gradient(-45deg, #74a6d9 25%, #74a6d9 50%, #74a6d9 75%, #74a6d9);
    background-image:           linear-gradient(-45deg, #74a6d9 25%, #74a6d9 50%, #74a6d9 75%, #74a6d9);
    }
    

    We removed the secondary or dark color. :)

    Best regards,
    Ismael

    #311159

    In reply to: Problems with menu

    Hi Benjamin!

    Thank you for visiting the support forum.

    Please go to Enfold > Header Layout > Mobile Menu panel then look for the Header Mobile Menu activation setting. Choose the second option to force the theme to show the mobile menu earlier.

    Best regards,
    Ismael

Viewing 30 results - 214,591 through 214,620 (of 244,467 total)