Viewing 30 results - 239,551 through 239,580 (of 243,573 total)
  • Author
    Search Results
  • #135453

    Unfortunately we have no converting tool yet and the only solution is to modify the data directly in the database with tools like phpmyadmin. Access the wordpress database and click on the “wp_options” table. Then search for the data field with the “option_name” value “avia_options_enfold” and replace “enfold” with your child theme name. If the child theme name is “Enfold Child theme” the new “option_name” would be “avia_options_enfold_child_theme”.

    #135500

    In reply to: Breacrumps

    This is a technical limitation. WordPress doesn’t know which “portfolio grid page” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content. Kriesi found a workaround and Enfold now stores the id of the portfolio grid page into a session. If this id is set the breadcrumb will list the portfolio grid page in the breadcrumb, otherwise not. So if the user first views the grid page the server will save the id into the session and as soon as the user views the single portfolio entry Enfold uses this session data to build the breadcrumb. On the other hand (if the user accesses the portfolio entry directly) it won’t save a session/id and the breadcrumb won’t show the portfolio grid page link.

    #136693

    Hi,

    Enfold uses get_the_time(‘d M Y’) in wp-contentthemesenfoldincludesloop-index.php to display the time. Try to replace it with

    get_the_time(get_option('date_format'))

    to use the default wordpress format. I’ll ask Kriesi to include this change in the next update. The widgets offer a filter to change the format. Insert the code at the bottom of functions.php:

    function change_avia_date_format($date, $function) {
    $date = get_the_time(get_option('date_format'));
    return $date;
    }
    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);

    #136718

    I’m not sure what you mean with “sidebar manager” but if you want to remove the meta box option on the right side of the post editor screen which allows the user to select a certain widget area open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php and delete

    array(

    "slug" => "layout",
    "name" => "Sidebar Setting",
    "desc" => "Choose a custom sidebar for this entry",
    "id" => "sidebar",
    "type" => "select",
    "std" => "",
    "class" => "avia-style",
    "required" => array('layout','not','fullsize'),
    "subtype" => AviaHelper::get_registered_sidebars(array('Default Sidebars' => ""), array('Displayed Everywhere'))

    ),

    Hi,

    thanks, I just discovered, that a click on the red cross does not work, if the browser window is minimized to half of its width.

    I often work on a wide screen with Notepad++ for code editing in the one half of the screen and therefor minimize the Firefox window to the other half of a 24″ wide screen.

    Just discovered, that when I open the Firefox window bigger, then I can click the red cross successful.

    Hey!

    You don’t need to install layerSlider as a separate plugin. Enfold loads the latest version of the plugin automatically (4.6.0). Just make sure you’re using the latest version of the theme (v2.0.x).

    Best regards,

    Peter

    #136427

    In reply to: Ajax Gallery

    Hallo,

    1) Um ein Portfolio anzulegen bitte zuerst mehrere Portfolio Entries hinzufügen. Bei den “Ajax Portfolio Preview Settings” müsst ihr auf den “Add Preview Images” Button klicken um die Bildergalerie zu erstellen. Dann rechts daneben “Gallery” oder “Image List” auswählen. Das Beitragsbild wird als erstes Vorschaubild verwendet – dh der User muss zuerst dieses Bild anklicken, damit Enfold die Galerie mit ajax nachlädt und anzeigt. Für jede Galerie muss ein eigener “Portfolio Entry” angelegt werden und die “Ajax Portfolio Preview Settings” entsprechend gesetzt sein. Nicht vergessen, dass ale Portfiolio Entries zumindest einer Kategorie zugeordnet sein müssen.

    2) Dann zur Seite gehen, wo die Ajax Galerie angezeigt werden soll. Dort zum Layoput Builder wechseln und das “Portfolio” Element auswählen. Dann die entsprechende Kategorie in den Portfolio Optionen auswählen und bei “Link Handling” das Ajax Portfolio auswählen. Das Endergebnis kann dann so aussehen: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ – es kommt natürlich auf die Bilder & die Darstellungsoptionen an (image List, Slideshow, etc.).

    Hey!

    I can’t reproduce this issue too but for now try to use another browser. I’m sure that the layerslider plugin authors will fix the issue if more users report it.

    Best regards,

    Peter

    #28026

    Topic: Logo Problem IE9

    in forum Enfold
    #137128

    Hi,

    Did you recently update to WordPress 3.6? Please download the latest version of the theme, Enfold 2.0.1.

    A link to your website will be helpful.

    Cheers,

    Ismael

    #136884

    Hey,

    I’m not sure where you get that scroll. Maybe a plugin is messing with the theme’s css. Please add this on your custom.css or Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    Regards,

    Ismael

    #137110

    In reply to: Editor not Working

    Hey,

    Do you have the latest version of Enfold, 2.0.1? Please upgrade WordPress to 3.6. If you have any plugins installed, please deactivate them first. Go to the WordPress root folder, look for wp-config.php then add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Regards,

    Ismael

    #137024

    Hey,

    Please upgrade your Enfold theme to version 2.0.1. This will fix the slider issues entirely.

    Cheers,

    Ismael

    #136360

    Do we ever need to import the WPXML file if we have already imported the SQL file?

    Once we purchase another license, what is the best way to clone the site under a different domain name and host ?

    #136683

    Hey,

    Glad we could help. :)

    Cheers,

    Ismael

    #137097

    Hey,

    Please update to Enfold 2.0.1 then upgrade your WordPress installation to 3.6. Please use the <!– more –> tag to specify excerpts or click Screen Options then enable Excerpt metabox.

    Regards,

    Ismael

    #114968

    Hello,

    I really want to help you with Japanese translations, but can you please fix these two issues:

    – The date/time formats are hard-coded like: “11 Aug 2013”, but it needs to be translated to “2013年 8月 11日”. As you can see the order of day, month, and year is different in Japanese. The format should match to the WordPress admin’s General settings (Date Format and Time Format).

    – There is a problem with breadcrumb when using Japanese (or any non-ascii language). When a title is truncated because it is too long, it doesn’t cut off at a character boundary of UTF-8 (Unicode).

    Please take a look at the right-side of the header breadbrumb at:

    http://jp.emeditor.org/emeditor-%E3%81%AF-%E3%82%B7%E3%82%A7%E3%82%A2%E3%82%A6%E3%82%A7%E3%82%A2%E6%A5%AD%E7%95%8C%E8%B3%9E-%E3%81%AB%E3%81%A6%E6%9C%80%E5%84%AA%E7%A7%80%E3%82%A2%E3%83%97%E3%83%AA%E3%82%B1%E3%83%BC%E3%82%B7/

    the two characters at the right (“��”) are invalid charactes because UTF-8 string was not correctly truncated.

    These two issues are very important to me, and if not fixed, I won’t be able to use the Enfold theme. I posted the similar issues at different topics, so I apologize for double posting, but I thought this topic is more appropirate. If these issues were fixed, I would be gladly submit my Japanese translations (.po).

    Thank you,

    Hey,

    Can you give us a link to the website? Do you have Enfold 2.0.1? Please update your theme. Deactivate any plugins.

    Regards,

    Ismael

    #28303
    robkhoo
    Participant

    Dear Enfold team,

    I was wondering if there was a way of editing or styling CPT archive pages?

    Styling individual items is ok but wanting a way to actually style the archive page of the CPT.

    Is this possible?

    Thanks

    #28302
    Marssolutions
    Participant

    Hi guys,

    We’ve updated to the latest Yoast, after the issues with previous update (wrecking templates). While it works better there’s something odd that still happens, especially on links created within the pages, not so much in the main navigation, though that too is affected.

    When visiting some pages within the site a grey screen appears, just for a millisecond, before the page loads. Now, it’s not on all pages, and seems random. Once the page is cached it’s fine when you revisit the page, but on the initial load the grey flicker appears…

    I’ve compared it to another enfold site we did that still has a older version of yoast and there’s no such issue with grey screens. I suspect it’s a slight bug with the new Yoast, but thought you may be able to help?

    Thanks, the site is http://www.greenmarketing.com.au

    #136143

    In reply to: Change Language

    Hey,

    Please download the theme again. I think there is a corrupted file. Deactivate all your plugins.

    Also, go to Enfold > General Settings > Responsive Layout > select “Responsive Layout Large (Max width: 1210px)” then save changes.

    Regards,

    Ismael

    #136903

    Hey,

    Please update to Enfold 2.0.1. This will fix the slider issues. You are using 1.6.

    Regards,

    Ismael

    #135402

    Hi,

    Can you please update your browser? Or remove extensions? Your websites render properly on my end. I tested them on firefox, google chrome and safari.

    Regards,

    Ismael

    #136750

    Hey

    @taliwat: Thanks for the tip. Glad you’re helping each other out. I hope the plugins solves it for Sami.

    Regards,

    Ismael

    #136403

    I mean that it doesn’t have the potential to accept hidden fields which most third party newsletter programs use.

    So you would need to use something else which is capable of accepting and then storing the data given to it and styling it to look like the theme as you said.

    Its a form that emails the data it accepts. If you wanted to make it do something else you would need to modify its code.

    #136855

    Hey,

    Can you give me a screenshot? I thought this is what you want.

    Regards,

    Ismael

    #136402

    Hi,

    You mean that the code for the contact form i created doesn’t exist?i mean the data processing part. So the only way is to modify the plugin css to match the enfold theme right.But it is a newsletter plugin and i guess that cannot be converted as to a contact form.Any other easy option please?

    Thanks

    #136993

    Hi,

    Upgrading to WordPress 3.6 will render your sliders useless. Please get the latest version of Enfold, which 2.0.1. Download it on your themeforest account.

    Regards,

    Ismael

    #136868

    Hey,

    You don’t need to capitalized them manually. Just add this on your custom.css or Quick CSS:

    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }

    Regards,

    Ismael

    #137019

    Hi,

    Did you edit anything on the css files? Please add this on your Quick CSS:

    .pricing-table {
    width: 100%;
    margin: 0 !important;
    }

    Regards,

    Ismael

Viewing 30 results - 239,551 through 239,580 (of 243,573 total)