Viewing 30 results - 243,571 through 243,600 (of 244,466 total)
  • Author
    Search Results
  • #120504

    Hi Nick,

    Well ive used a plugin (WP Maintenance), deleted the DS Store file, disabled the cache plugins and have tweaked the settings for the Simple Icon Plugin. All looking good so thanks. However, Having turned on Maintenance Mode im not sure how to give you access.

    In regard to Simple Icons, the Widget forces the title and icons down the column which puts it out of horizontal alignment with the others.

    I need to get support on the menu but I guess we should deal with finishing the footer & giving you access first.

    Cheers

    Andy

    #114926

    You need to generate a .mo file (compiled version of the po file). Open up ru_RU.po with Poedit and then save it. Poedit will create two files – ru_RU.po and ru_RU.mo. Upload/Place both files into the enfold/lang directory and the translation should work. We’ll improve the compatibility with the Codestyling plugin with the next update – then you don’t need to use Poedit, etc. but you can use Codestyling to translate the theme on the wordpress admin page.

    #120951

    Ok, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestoggles.php replace:

    if(!empty(avia_sc_toggle::$tags))
    {
    avia_sc_toggle::$tags[__('All','avia_framework' )] = true;
    ksort(avia_sc_toggle::$tags);

    foreach(avia_sc_toggle::$tags as $key => $value)
    {
    $output .= "<a href='#' data-tag='{{$key}}' class='{$first}'>{$key}</a>";
    $output .= "<span class='tag-seperator'>/</span>";
    $first = "";
    }
    }

    with:

    if(!empty(avia_sc_toggle::$tags))
    {
    ksort(avia_sc_toggle::$tags);

    $output .= "<a href='#' data-tag='{".__('All','avia_framework' )."}' class='{$first}'>".__('All','avia_framework' )."</a>";
    $output .= "<span class='tag-seperator'>/</span>";

    foreach(avia_sc_toggle::$tags as $key => $value)
    {
    $output .= "<a href='#' data-tag='{{$key}}' class=''>{$key}</a>";
    $output .= "<span class='tag-seperator'>/</span>";
    $first = "";
    }
    }

    #121281

    Hi,

    Please extract the enfold.zip folder first.

    OR install it via FTP

    Regards,

    Ismael

    #121192

    Hi,

    Your website is on maintenance mode.

    Regards,

    Ismael

    #121183

    Hi,

    Your website is on maintenance mode.

    Regards,

    Ismael

    #121190

    Hi,

    Import the Dummy data. Check the dimension of the layers on LayerSlider WP. The slider “Enfold – most beautiful theme ever” is a nice example of a responsive slider. Suggested background image size 1600x470px.

    Regards,

    Ismael

    Hey,

    Glad it is fixed.

    Cheers,

    Ismael

    This was a setting in Yoast SEO, so not a theme issue. Sorry about that.

    Thanks

    #118142

    In reply to: Child Theme

    Gday Enfold

    Brilliant theme, best i’ve used, though I ordinarily always use child themes.

    I noticed that if you don’t set up a child theme immediately in enfold, and instead already have experimented with the enfold styling options, the new child theme does not retain the styles.

    Is there a way to retain what was already styled?

    Other threads (topics closed) have indicated that the styles will be kept if the child name is the same as the parent (enfold). But i’m not sure how can that be set up so there is no directory name conflict?

    Seriously great work in this theme. I think it will be even better with good documentation on how to use child themes with enfold.

    #23669
    eperruchot
    Participant

    Hi,

    I’ve a big, big, big problem with Enfold Theme.

    Let me explain : Somehow the Avia Layout Builder disappeared and the text content doesn’t appear in the admin panel !!!

    We have several times to uninstall & reinstall, but there is nos diffrence ! We have even tried with other templates to see if the problem was related to our website, but it worked …

    So, the problem seems to be with The Enfold Theme. We are even more sorry about this unfortaneted problem that we really like this template. Moreover that we are supposed to launch the website in six days and were almost done.

    You can imagine our disappointment. Plese, HELP !!!

    Eric

    Email : (Email address hidden if logged out)

    #23834
    Nicolehulsey
    Participant

    I am trying to upload the enfold premium theme to wordpress and I keep getting an error (are you sure you want to do this?) In reading, I believe this might have to do with the Single php.ini in my host cpanel. Have you heard this error can happen when uploading a premium theme?

    “Maybe try something like:

    max_execution_time = 120

    max_input_time = 120

    memory_limit = 64M”

    #120503

    Hi,

    You are using a Mac? .DS_Store is some kind of a Mac file that somehow managed to get into your server and is enqueued (its encrypted) so its creating errors.

    A maintenance plugin prevents google spiders from indexing your website till you are ready, so that a half finished website doesn’t go into the directory. With the plugin activated, anyone without a password cant see your website

    Thanks,

    Nick

    #119594

    Hi there,

    Cheers. Bebas works for me but I’m going to set up a class for it as I’m still using h6 across the site. Ill have a go at the code you’ve given me. Thank you

    #120502

    Hey Nick,

    Thanks for your kind comments. Ill give these ago although I don’t understand your first comment about a maintenance plugin or the great evil comment. Ill take a look anyway. Right now my biggest nightmare is the menu but ill tackle your first suggestions and then get back to you.

    Cheers big style.

    Andy

    #119593

    Hi,

    For create&design, the solution is to use EM and not PT to define the size of the font since em is responsive. If you changed the font size to 5.5em it will shrink . Not sure if that font is working on not since removing the font family doesn’t change anything for me.

    h6 {
    font-family: BebasNeueRegular,Geneva,Arial,Helvetica,sans-serif!important;
    font-size: 5.5em !important;
    }

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

    for more space please open up /js/avia.js and find line 766 and change it to look like. You can change the 116 to a number you want the height of the header to be. Start off with changing it to the height of your logo and work up from there.

    el_height       = 116,

    Thanks,

    Nick

    #23826
    imagestudios
    Participant

    On your theme demonstration of Enfold, you have no bar below the header that has the title and breadcrumb information for the home page, but do for all other pages. How can I make my site like that and delete it from the home page, but leave it for all other pages. Do I need to edit CSS or is there a toggle somewhere that I’m missing?

    #120501

    Hi,

    Site looks good. Put up a maintenance plugin that allows password entry, to keep google out.

    Please turn off the super cache plugin and the minify plugin while developing or you will never see your edits but edits from however long ago the cache was created, making you think you are going crazy and that the theme is your nemesis, when the cache plugin is just doing its job.

    Simple Icon Plugin on the Bottom. What is it destroying, braking or messing up? Looks like the glyphs are coming through and the social icons are lined up in correct rows. The plugin uses Entype font from Fontello which is already part of the theme (icons in the icon box). It seems to be in two rows.

    This is the css to change the social icons distance from each other. its set as you have it currently. change 6 and 12 a few different ways and see how you like it best

    #top .simple-social-icons ul li {
    margin: 0 6px 12px !important;
    padding: 0 !important;
    }

    For now lets start with that, and after you disable those two plugins, and added the code, try again the flicker plugin, i think that everything should be working now.

    Oh yeh… You have a file of great evil which is being enqueued that you must destroy most likely via using ftp. it is located in wp-content/themes/enfold/config-layerslider/LayerSlider/skins/ folder and goes by ‘.DS_Store’ , somehow it is being enqued into the theme by the minifier probably …

    Thanks,

    Nick

    #120567

    In reply to: Header area

    Hi,

    Please add this to /css/custom.css OR to Quick CSS located in … Enfold (Theme Options) > Styling .. the text box at the bottom of the page.

    li .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li .current_page_item>a>.avia-menu-fx {
    position: relative;
    display: block;
    top: -30px;
    }

    Please tweak the above number to get the look you want.

    Thanks,

    Nick

    #23822
    web_line
    Participant

    Hi,

    I’m confused – maybe this question has been answered several times before – searched, but found no solution so far. So here it is:

    – I would like to define a custom layout for the default (Archive) blog page. I would like to use the advanced editor to add a custom text element and then insert the blog template builder element to configure the blog posts.

    The only modification that worked so far: in the Enfold Theme Options I could choose the Blog Style – but not the appearance of the whole page. Also when I choose something different then the grid layout the page shows always the complete text of the posts and not the excerpt.

    And ideas?!

    Thanks!

    #23821
    web_line
    Participant

    Hi,

    I downloaded version 1.4 and copied all files from the zip archive to my web server. The version.txt file shows “2013 May 2st – Version 1.4”.

    When I look into my WP admin pages /design/themes/ Enfold still shows Version 1.3.1.

    In the avia-shortcodes folder I see product_grid.php and productslider.php but both don’t show up in the advanced layout editor.

    Any idea what went wrong here?

    comlor
    Participant

    Hi, I’m having serious issues working with Yoast SEO and Enfold. For whatever reason no urls are showing in my xmlsitemap. I’ve gone through each page to make sure they are selected as “always include in sitemap” in advanced tab of Yoast SEO. Could you send me a PM so we can get this resolved?

    Thanks much,

    Chris

    #121164

    Hi cyberena,

    Go into your Enfold theme options and open up the General Settings Tab. The first option you’ll see “Responsive Layout” allows you to turn off the responsive layout and set it to “Fixed layout” which will disable the mobile responsive functionality.

    Regards,

    Devin

    #120500

    It’s up Nick,

    http://Www.andypeck.co.uk

    Can you help?

    #23817

    Topic: Slider for pages

    in forum Enfold
    daveralph
    Participant

    Is it possible in the Enfold theme to have a slider for pages…You can do it for a post and for portfolio items, but is it possible for pages?

    Hope that you can help!

    #120499

    Hi,

    I think Ismael said it best “We can help you more if you can post a link to your website”. With all the extra customizations, its the only way we can ensure a meaningful answer and not waste your time with guesses.,

    Thanks,

    Nick

    #23816
    jeesse
    Participant

    Hi,

    First, it must absolutely be one of the best themes in ThemeForest! :)

    Couple questions…

    1. How can I set my Layer Slider like Enfold test side. My slider work good to my screen but when I look my site to Ipad or Phone, layers go right side. I want that layer stay in the middle. What I should to do?

    2. How do I remove Secondary Menu top of the page?

    There is my test site: http://wordpress.jessedesign.fi/

    Thank you!

    #121038

    Hey!

    Open up wp-contentthemesenfoldjsavia.js and delete following line:

    avia_hover_effect();

    Best regards,

    Peter

    #121200

    In reply to: Enfold Data file

    The data file is: wp-contentthemesenfoldincludesadmindummy.xml however I’m not sure if you can import it with the standard WP import tool. I’d recommend to use the importer on the option page (Enfold > green “Import Dummy Data” button).

    #121098

    Enfold.

    thank you,

    Mat

Viewing 30 results - 243,571 through 243,600 (of 244,466 total)