Viewing 30 results - 239,011 through 239,040 (of 243,805 total)
  • Author
    Search Results
  • discosourcedjs
    Participant

    Hi.

    I have just finished my Enfold Theme website and some things are not working. I will post a each problem in a different thread.

    First problem is that when in WordPress I click to edit a page or post, the Advanced Layout Editor’ is not visable. Here is a screenshot of what I get.

    http://www.mobile-dj-hire.com.au/wp-content/uploads/2013/09/advanced-layout-editor.png

    It’s just not there. If I click that button you can see which says ‘Default Editor’ then it changes the screen to the normal WordPress Editor and the button changes and then say ‘Advanced Layout Editor’, when I click that button, it reverts to that screenshot and says ‘Default Editor’.

    Please help! I need to fix my broken links ASAP!

    #114988

    Hi,

    is there a place to get an overview of what languages are translated? It would be great to have a place to download the different languages. I have a Danish translation here (not 100% finished, but most frontend is done): http://www.mediafire.com/download/vrz0vc12hsjm296/da_DK.rar

    #139914

    Dear Devin,

    I went to https:/vimeo.com/channels/aviathemes/67209750

    and the video is very clear but I guess thinks have changed lately, or I have a wrong account configuration, because I cannot dowload any Updated Theme , cause mi account appears to 0,00, and when I go yo Downloads I check ThemeFores but appears to 0 downloads. No Enfoldtheme appears.

    I’m very sorry to disturb you so many, but I’m lost and I d’ont know what to do. Please help me. Many tanks and best regards, Adolfo

    I enclosed you my License Certificate

    ……

    LICENSE CERTIFICATE : Envato Marketplace Item

    ==============================================

    This document certifies the purchase of:

    ONE REGULAR LICENSE

    as defined in the standard terms and conditions on the Envato Marketplaces.

    Licensor’s Author Username: Kriesi

    Licensee: Adolfo Lucio Hauber Torres

    For the item:

    Enfold – Responsive Multi-Purpose Theme

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Item ID: 4519990

    Item Purchase Code: [removed]

    Purchase Date: 2013-09-03 08:32:31 UTC

    For any queries related to this document or license please contact Envato Support via http://support.envato.com/index.php?/Live/Tickets/Submit

    Envato Pty. Ltd. (ABN 11 119 159 741)

    PO Box 21177, Little Lonsdale Street, VIC 8011, Australia

    ==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

    #29236
    tom_boz
    Participant

    Hi there,

    I’ve a problem in the admin area, menu and widget are not working: they are displayed in a wrong way and drag and drop is not working at all.

    Here you can see the screenshots of the problem

    http://www.tommasoderrico.com/nuovosito/widget_screenshot.jpg

    http://www.tommasoderrico.com/nuovosito/menu_screenshot.jpg

    I’m using WordPress 3.6, Enfold chil-theme and no plugins are activated.

    Since I’m working on the new version of a website, I installed wordpress in a subfolder of the domain, while in the root you have another version of wordpress (do not know if the two can interfere in some way, until now I have never had problems working in this way). I have also tried to disable the plugins folder of wordpress installed in the root, but this did not solve the problem.

    I hope you can help me, thank you

    T

    #139828

    Thank You, Dude and Yigit.

    Everything solved. I don’t use codestyling plugin because it indicated error (at least with previous version of Enfold), but translate .po file directly. Added code to function.php and translated extra lines in wordpress .po file.

    Just in case somebody will use this query to solve his issues as I usually do. Searching forum provides answers to most questions I have. Great job, guys!

    Might this be a CSS error?

    #140028

    You can also try this plugin: http://wordpress.org/plugins/categories-images/

    It’s quite easy to implement it in Enfold. Open up archive.php and replace

    <div class='content <?php avia_layout_class( 'content' ); ?> units'>
    <?php

    with

    <div class='content <?php avia_layout_class( 'content' ); ?> units'>
    <?php

    if (function_exists('z_taxonomy_image_url')) echo '<img src="'.z_taxonomy_image_url().'" />';

    #139871

    Enfold does not set the custom post type url/slug automatically and the theme code also does not manipulate the post type urls in any way. You can use the “rewrite” parameter: http://codex.wordpress.org/Function_Reference/register_post_type to change the slug/url.

    If you’re not familiar with php/wordpress code I’d suggest to try a plugin like: http://wordpress.org/plugins/types/

    #139827

    Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.

    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then 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). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php

    add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
    function fix_single_post_title($args,$id)
    {
    if ( $args['title'] == 'Blog - Latest News' )
    {
    $args['title'] = 'MY TEXT';
    }

    return $args;
    }

    and instead of MY TEXT insert your translation.

    The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.

    #140086

    Hi,

    You can increase screen size to switch to mobile menu. In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87

    switchWidth = 767;

    and change it to

    switchWidth = 1125;

    You can adjust the value by changing ‘1125’

    Regards,

    Yigit

    #139913

    For a quick guide on updating your theme take a lok at this video on updating the Enfold theme via FTP: https:/vimeo.com/channels/aviathemes/67209750

    If a regular contact form isn’t working you will need to contact your host and talk to them about getting the regular WordPress mail function to work. You can also try using the SMTP plugin as I believe it is still working even though it has not been updated.

    Regards,

    Devin

    #29232
    altr
    Participant

    I am using the one-page version of the Enfold Theme (save the blog) and my main menu replies on anchor links. Problem is, on mobile, using the fly-out nav option, the links don’t work. If I set it to the drop menu style it works, but I don’t want. I’ve already tried absolute links for the menu items (www.getaltrd.com/#about_section) because that that was the only way to get the main nav to work when clicking back from the blog (the only separate page).

    So, is there a fix?

    #129963

    In reply to: Text Box Not Editable

    Having exactly the same problem, but it works fine in the twentythirteen theme, just not in Enfold. Was there ever an answer to this issue?

    #140065

    Okay. I have reinstalled WordPress, installed the new version of Enfold, reinstalled the databases, switched themes (WP default twentythirteen theme text editor works fine), increased memory limit, and other things. Nothing is working. Desperately need some help here.

    #29225
    airbur
    Participant

    Hello,

    WordPress v3.6

    Enfold Theme v2.1 Setup for eCommerce

    Synthesis Web Hosting

    WooCommerce v2.0.14

    All of a sudden whenever you click on the Login option within Enfold, it redirects you to the WP admin login page. Users should never see this. Also, when you logout, you end up at the WP Admin login page.

    I tried using the the BAW Login/Logout plugin to get around it but it does the same thing.

    http://www.keeptightgear.com/Homepage

    I have already tried removing all plugins and also deleting the .htaccess file with no luck. I have emptied all caches, temp files, cookies etc. It’s happening for everyone.

    The only thing that changed I can think of was I pointed the DNS at the wp install IP to make the site live. Any help? Something in the database? Thanks!

    #29221
    #140040

    Hi Tfboy, you can do this changing the file and uploading it using an FTP program.

    Go to folder “Enfold” config-templatebuilder => avia-shortcodes => and open “contact.php” you will find it on line 226 if theme is V 2.1

    for V 2.0.1 open it on the same path and edit on line 218, save the file and upload it by FTP.

    I hope you understand.

    Regards,

    Elson Santos

    #139912

    Dear Devin,

    I have tried right now with the plugin Contact Form 7 and when a click the bottom “Send” I get the message – Failed to send your message. Please try later or contact the administrator by another method –

    The second plugin called WP Mail SMTP shows a message – http://wordpress.org/plugins/wp-mail-smtp/ – that say “This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress – so I don’t know what to do.

    I have asked you in my previous mail that I want to know how to update the Enfold Theme to the latest Version 2.1, but I don’t know how to proceed.

    Perhaps if I update the theme, the problem will be resolved. What do you think?

    Many thanks for the help and best regards, Adolfo

    #139911

    Dear Devin,

    I have been using right now the email address (Email address hidden if logged out) and my company host is BlueHost.com, but the Contact Form still doesn’t work.

    I will try this weekend using the plugins Contact Form7 or Wp-mail-smtp or I will talk to my server BlueHost.com as you told me. I will inform you about my inquiries,…

    Another question. The Enfold version I bought is “2013 August 21 – Version 2.0.1” but I read there is an Update: “Version 2.1 is Out Now” but my Dashboard don’t reflect there is a new version available to download and update automatically. Does Enfold not update automatically the news updates?

    This is a silly question, but how can I do to download the newest versions and make a re-installation?

    Many thanks for the help, Adolfo

    #140037

    In reply to: WP e-commerce

    Hey!

    No, but Enfold supports another shop plugin http://wordpress.org/plugins/woocommerce/

    Best regards,

    Peter

    #29207

    Topic: WP e-commerce

    in forum Enfold
    nicoleck83
    Participant

    Does the plugin WP e-commerce integrate into ENFOLD’s theme? I installed it and now all my pages and navigation are missing.

    #139815

    In reply to: Fullscreen Slider

    Hi salai_com,

    First disable any active plugins you have running. There seems to only be one but disable it just in case.

    Then delete the page with the fullscreen slider. Re-create it and add in only the image for the slide. If you are still getting the error, try re-updating your theme to the most recent version by re-downloading the theme from your downloads on ThemeForest and uploading it via FTP.

    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

    Regards,

    Devin

    goncalo
    Participant

    Hi,

    Since updating to Enfold 2.1 the accordion displays all toggles closed. The items that are configured to be initially open are closed but do display a ‘-‘ in front of the item name (as opposed to the ‘+’).

    Any thoughts?

    #29200
    robkhoo
    Participant

    Hi guys,

    I am transfering a large site over to enfold but am having some difficulties with the custom post type titles for archive pages. I have a template for the CPT and a portion snipped and pasted below. What I want is to display something different from the current “Archives” heading that current displays here: http://the758.com/restaurants/

    <?php

    global $avia_config, $more;

    /*

    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.

    */

    get_header();

    echo avia_title(array(‘title’ => avia_which_archive()));

    ?>

    #139839

    Actually there’s no real workaround. You can either deactivate the plugin – then the ids will not change and the widgets work as expected or you can activate the plugin but then you need to re-configure all widgets and assign them to the new widget area. It also doesn’t make sense to change the order of the widget areas and to append them at the very bottom because as soon as you create a new “Enfold Custom Widget Area” the ids and the order will change again. However the good news is: as long as the plugin is activated the order of the widgets won’t change again.

    Personally I’d drag’n’drop all widgets into the “Inaktive Widgets” area – WordPress then saves the configuration of the widgets. Then activate the plugin and drag’n’drop all widget back into the proper areas…

    #139838

    uff, that sounds not good. What do you suggest in my case?

    #29192
    goncalo
    Participant

    Hi,

    Does Enfold have the possibility of a hover-zoom (to see enlarged details of image) on portfolio items. I’m looking for the functionality that you have in the product page of the Abundance Ecommerce template.

    Or do you know of a plugin that would work in Enfold to achieve this?

    Thanks!

    The avia map widget is very basic and you can’t i.e. add different locations to it. If you want build advanced maps without taking care of code modifications I recommend to use this plugin: WP Google Maps. I tested it with Enfold and it’s very intuitive & easy to use and it integrates well into our theme. You can create an unlimited number of maps & markers, re-size the maps, etc.

    #114836

    Hey!

    You can try: http://wordpress.org/plugins/wp-charts/ – I tested some charts with Enfold and they look pretty neat.

    Regards,

    Peter

    #134009

    In reply to: Portfolio meta

    There’s no need to exclude the file. Just create a “shortcodes” directory in your child theme folder and copy the shortcode file you want to overwrite (by default all files are located in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes) from the parent theme directory to the child theme “shortcodes” directory. Then modify the shortcode php code as you like. Afterwards insert following code at the very end of the child thrmes functions.php

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    $template_url = get_stylesheet_directory();
    array_unshift($paths, $template_url.'/shortcodes/');

    return $paths;
    }

    Note that Enfold does not support theme files of other themes. You can’t i.e. simply copy the portfolio template from Replete or Propulsion into the Enfold folder but it requires some custom work to implement new features.

Viewing 30 results - 239,011 through 239,040 (of 243,805 total)