Viewing 30 results - 241,951 through 241,980 (of 244,213 total)
  • Author
    Search Results
  • #128817

    Hi Devin

    You are a star! Thank you. I will follow the video and do the update myself – a good way for me to learn.

    I am wondering one thing – the support forum is a brilliant way to get answers to questions about the themes, but there are some things which are WAAAY beyond my technical knowledge. And I am wondering if you are available or if you know someone who may be able to help with technical issues as they come up.

    I have a number of clients who I am wanting to transition to WordPress and will be using the Kriesi themes, but I will need someone who can help with tech support if I can’t handle something. Rate of pay can be negotiated either on a per basis project or an hourly rate.

    Cheers

    Ivana

    #25991
    DesignerKen
    Participant

    I am using Mike Jolley’s updated download monitor plug-in and using the default editor I cannot insert the download into the post.

    I look at the console and get this error

    TypeError: $(...).disableSelection is not a function
    /wp-content/themes/enfold/framework/js/avia_media_advanced.js?ver=3.5.2
    Line 266

    #128654

    Additional info: my SEO stopped working at the same time as the editor buttons.

    I am using YOAST, as mentioned in the now closed post –

    SEO settings won’t update on the theme – I just triplechecked this.

    I have the same plugin working on another, non-enfold site, I tweaked a SEO setting, and it updated on the spot.

    So… I’d say somewhere, something seems not to be firing as it should.

    (and yes, I have disabled the current version of the plugin, uninstalled the plugin, reinstalled the plugin, all that…)

    ~s

    #127307

    Ok I’m using the square icons in the header but I get it. Thank you! I’ll give it a shot and get back to you.

    #128874

    I just tried the above. Switched theme to twentytwelve and saved post (Home page to be specific). I saw the contents of the Avia builder.

    Then I went to wp-config.php and updated the code as shown in the New.png screenshot.

    Reactivated the Enfold theme and alas, both Default and Advanced Editor (Avia Builder) are blank. Advanced Editor just doesn’t want to display.

    http://images.intuition-designs.com/screenshots/New.png

    At a loss here.

    #128536

    I found that the bug also exists on the demo site:

    http://kriesi.at/themes/enfold/portfolio/

    switch multiple times between categories and you will see some tooltip titles do not match the actual portfolio title when u hover over them.

    It is hard see it at the demo page cuzz many items have the same name. For example:

    when u start at cat “all” go to HTML to PSD and then back to HTML. Hover over the 4th item “Single Portfolio 2/3 Video” (with the purple image) it shows “Single Portfolio 2/3 Gallery”

    However this only occurs in IE9 for me.

    #25987
    adamsqb
    Participant

    Enfold does not work properly with the latest version of Google Chrome. Here’s an example page: http://www.aqb.com/quickbooks-enterprise/.

    If / when the page actually does load completely in Chrome, it takes about 2 minutes. Usually, the slider and images won’t load at all. Other than Chrome, this theme seems to work fine in all other browsers I’ve tested (IE, FF, Safari). Please advise if there is an upcoming update to the theme that will fix this issue.

    #127101

    BTW,

    Did i mention i have the same problem if i go to http://kriesi.at/themes/enfold/ with my iPad.

    It crashes Safari as well so I don’t believe it is a problem with the memory allocation.

    Mkieling
    Participant

    Just like at the bottom fo this example page: http://kriesi.at/themes/enfold/pages/faq/

    Many thanks!

    #25983
    formateins
    Participant

    Hi,

    I’ve used the global option in Enfold settings to disable the socket.

    All of my pages are set to show footer and socket (standard setting), so my question is: does the global setting overwrite it?

    It seems not, because the socket ist still showing up.

    Is this a bug?

    Website: http://goo.gl/RtefM (currently with DISABLED socket)…

    #128873

    To solve this:

    1. Enable twentytwelve as theme.

    2. Open the post, save it once (you should see the contents of the avia builder).

    3. You may also try to recover from a revision.

    4. Re-enable Enfold and everything should be fine.

    To prevent this from happening:

    1. Limit the amount of revisions.

    2. Increase the autosave feature of WordPress.

    Open up wp-config.php and add the following constant above /* That’s all, stop editing! Happy blogging. */

    /** Extending the autosave feature to 20 minutes */
    define('AUTOSAVE_INTERVAL', 1200 );
    /** Limit draft count */
    define('WP_POST_REVISIONS', 3);

    Short explanation:

    When you start editing with the builder and open up lets say a toggle (editing one of the elements with the MCE) a misbehaviour may occur when WordPress autosaves in the background. Raising the autosave won’t solve the prob, but prevents the above situation.

    Memory issues: Already checked your PHP Max (there are some plugins for that)? You may also try to enable the WordPress debug mode in wp-config.php.

    Good luck!

    #25982
    jdarko82
    Participant

    Every time I install this theme I get this error Fatal error: fatal flex scanner internal error–end of buffer missed in /home2/amazon36/public_html/wp-content/themes/enfold/includes/loop-sti.php on line 1 this has now happened twice. Is there any way you can help me? Thanks in advance.

    #128311

    In reply to: Enfold Graphics Query

    Hi Gary,

    No, there is no way to save the field data that i know of at the moment.

    For the background color, you can Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .html {
    background-color: #fff;
    }

    Regards,

    Devin

    #127848

    In reply to: Add Animation to Logo

    I am using a child theme to override the js file, but I don’t know how to override the avia.js file since it is in a sub-directory under the parent directory (themes/enfold/js/avia.js).

    I tried making a directory in my child theme, and copying the JS file into that directory (enfold-child/js/avia.js), but that didn’t work.

    I did try the jQuery in the parent files (before I tried overriding them with a child theme) and it worked, so thanks for that.

    #25978
    tekpal
    Participant

    Hello —

    I love the theme. Thanks for making it. :-)

    My question:

    I have a logo that is rather large (185 px square) — transparent PNG.

    I would like to have this image float above everything else in the header area.

    A representation of this image could be seen using picpaste image paster… — the logo would be where the blue paintbrush area is…

    http://picpaste.com/topbanner_logo_area-Ps0uCJil.jpeg

    When the page scrolls and the “enfold” logo gets smaller, I would like to control the size of that graphic as well.

    Can you tell me how you would recommend:

    — making the image float above everything else on the page (because it would be halfway in the header area, and halfway into the slideshow area)

    — where to adjust the size of the graphic when it gets smaller…

    I know this is in the CSS but I always have a great deal of trouble finding exactly how and what to modify! :-(

    Thank you!

    #25975
    xrisxal2000
    Participant

    Dear Support team..

    i have two questions…

    1. pls tell me this, something strange happends…visit http://biodiversitysitia.gr/

    and look the image http://webex.gr/pic1.jpg

    as you can see the circles have black letters — i would like to make them green so i change the color in the enfold.css (/httpdocs/wpsitia/wp-content/uploads/dynamic_avia) , i upload the file and the letters because green in the point i saw you and somewhere else i want…see…http://webex.gr/pic2.jpg…NOW after while the settings lost and the letters from green became black again. I upload the css file again and the other day the same problem…

    What is happening??

    And the 2nd question…

    pls see photo http://webex.gr/pic3.jpg

    Thanks guys

    KInd regards,

    xrisxal2000

    #128750

    Thanks DavyE,

    Gary

    #25973
    gabriel_khod
    Participant

    Hello,

    few days ago I have bought the enfold theme and I love it! Very nice theme!!

    Now I have one problem… for one page I use the WPLayerSlider. Now I want to put the Tab Shortcode in this Slider, but the Tabs looking strange…

    You can look here: http://gabrielkhod.com/?page_id=2393

    Can you tell me please what I must to do that your Shortcode Tab work with the WPLayerSlider?

    I will be very glad to here from you.

    Best kind regards

    #25972
    Marcos Q.
    Participant

    Hello. I will buy the “enfold” theme and I need to create this project in two languages. I would like to know if it is compatible with WPML plugin,. I’ve seen that on other themes specified this feature.

    Sorry for my English (google translate)

    #25969

    Topic: Setting up the blog

    in forum Enfold
    serverlift
    Participant

    I’ve looked through the forum already and have not found a thread to answer this question, which very much surprises me. How do I set up the blog section on the Enfold theme? I can’t find it as a template option that can be set up through the Pages, so how does Enfold do blogs?

    #128816

    Hi Ivana,

    Re-download the files from themeforest today as the most recent bug fix update was 1.7.1. You can then either send it to the developer from before or you can update following the guide I’ve made here: https://vimeo.com/channels/aviathemes/67209750

    What the developer may have done is update those files that were changed from your previous version and missed updating the style.css file which dictates the version in the wordpress backend.

    I don’t have 1.7 on hand any longer to check if the style.css file wasn’t updated so I can’t say for sure if the file mistakenly said 1.6 when you sent it. If you do still have the previously downloaded files just open up the theme folder and then the style.css file. At the very top will be the version that will display in your wordpress backend.

    Regards,

    Devin

    #25968
    web4smallbusiness
    Participant

    On 21 June I received notification to say V1.7 Enfold was available. I downloaded it and sent it to my developer for updating. Today, I was advised that that they had updated it, however, when I look at the Theme Version under “Themes” it still says v1.6. I thought that perhaps I sent them an older version of the files, but looking at the version file of the downloaded zipped file, it has info about v1.7.

    I wouldn’t like to accuse them of not having done the job, so I am wondering if there is another way of telling whether it has been updated.

    Cheers

    Ivana

    #25965

    Topic: Edit Navigation

    in forum Enfold
    padgettbrian
    Participant

    Believe the enfold theme had a mega menu plugin, can you direct me to a doc that would help me edit the default navigation. I’m tryin to insert a bg color to make it more visually appealing. thanks in advance!!!

    #127306

    Hi,

    For the hover state, I created an icon inside a circle. I think 64×64 is enough for retina display.

    Regards,

    Ismael

    Hi,

    I have setup the form to use an Enfold button instead of the Gravity Forms button & I’ve managed to align the button but I can’t get the button to pass a querie string to the next form.

    The people at Gravity Forms have been very helpful and you can follow the instructions they provided me here

    The code I’ve currently got to align the button is as follows
    <div id=”pcbutton”>[av_button label='Apply Here' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='198']</div>

    <script>
    jQuery(document).ready(function($) {
    $(“#field_1_4 div”).click(function() {
    $(“#gform_1”).trigger(“submit”,[true]);
    });
    });
    </script>

    The problem is a strange one because sometime when you click the button it works and other times it just reloads the page.

    Please could you help me with this I’m really struggling.

    Thanks

    #25956
    faterra
    Participant

    I’m trying to install the theme via ftp but am having problems. It does not appear correctly configured. I have a screenshot of the error, but I can´t find a place to attach it in the post. Is there an e-mail that I can send it to, so you can help me?

    Thank you in advance.

    Fabiana

    #128749

    What you can do is:

    1) Open a blank page or create a new one

    2) Add only the testimonial slider and fill it with the right content

    3) Click the “Templates” button on the top right of your Avia Layout Builder content

    4) Click “Save Entry as Template” and give it a name

    5) Close the page (shouldn’t need to save this page)

    6) Open the page where you want to add the testimonial slider and click that “Templates” button again

    7) Choose the name you gave the testimonial slider and it will be added to the bottom of your page content

    Once added, you can reposition it as usual.

    Keep in mind that any further changes you make after you saved it won’t be saved to the template. So if you ever lose the testimonial slider, you can add it again from the templates but it will be the version it was when you originally saved that.

    It’s better than nothing, and I’m not fond of this method. Just for this issue I don’t use the testimonial slider. It should really be a central item where you change it once and it changes everywhere it’s shown, like a widget etc.

    Perhaps there are better alternatives, so best wait for possible feedback from others.

    #25953
    ivangorohov
    Participant

    Hello! I have a small problem. In topic – https://kriesi.at/support/topic/please-contribute-and-translate-enfold, i download LayerSlider-ru_RU.po and LayerSlider-ru_RU.mo files.

    I copied the files in the folder /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/languages/ and /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/.

    Moreover i renamed this files to ru_RU.po ru_RU.mo и also copied the files in the folder /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/languages/ and /public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/.

    I understand that this is stupid, but I tried all the options.

    Still, I think that the translation does not work because there is no Laerslider in plug-ins? He is on the menu admin panel, but it is not in plugins!!

    #25952
    DavyE
    Participant

    So for the Portfolio Grid I add a featured image to show as thumbnail for that page. But when I click on that page, that featured image is shown again in my page. I don’t want that, I want the featured image to only show in the grid overview.

    As I saw on the Enfold demo site, it should be possible, so how do I efficiently do this, please?

    #25946
    Gstar72
    Participant

    I am working on this site: http://www.naturaloutlook.com. when you select the menu / navigation, the page flashes grey (I presume the colur load for the footer). Is it possible to keep the footer colour as it is – grey but have the page load white, so when you click navigation and move between pages, it looks cleaner?. I tried altering the CSS Styles in the Enfold dashboard option – it resolves the issue when I select no background, but then reverts to how it was before when you log out of the WP dashboard.

    Thankyou

Viewing 30 results - 241,951 through 241,980 (of 244,213 total)