Forum Replies Created

Viewing 30 posts - 781 through 810 (of 1,282 total)
  • Author
    Posts
  • in reply to: Custom CSS Class not Saving 2.6.1 #251385

    Hi!
    Found a fix and will add it to the 2.7 version of the theme ;)
    Regards,
    Kriesi

    in reply to: Custom Icons in Iconboxes? #251378

    Hi!

    I am still investigation the problem. would you mind posting your wordpress login details AND FTP details in a private reply so I can modify the necessary php files directly?

    Once I found a solution I will update the theme accordingly :)

    Cheers!
    Kriesi

    in reply to: Iconfont Manager upload problem #251375

    Hi!

    I am still investigation the problem. would you mind posting your wordpress login details AND FTP details in a private reply so I can modify the necessary php files directly?

    Once I found a solution I will update the theme accordingly :)

    Cheers!
    Kriesi

    in reply to: Issue when installing Woocommerce #247284

    Hi JoaquimN!

    Mind posting a link to your site so we can inspect the javascript? any other plugins running which might interfere?

    Cheers!
    Kriesi

    in reply to: One Page Portfolio & Apple Mobile Devices #246937

    Hi!
    This was fixed with the latest version of Enfold (our demo site is not yet updated though)
    If you run into problems on your own site make sure to update properly, our own site will be updated as well within the next few days :)

    Best regards,
    Kriesi

    in reply to: Drop down menu on mobile not working #246727

    Hey Tomas!

    This is because the header.php file changed a lot with the latest version but you are still running an old modified version. you need to update that file as well :)

    Best regards,
    Kriesi

    in reply to: Price tables are not responsive #244135

    Hi!

    You have set to display the table as a data table. You need to switch to the pricing table layout:

    Best regards,
    Kriesi

    • This reply was modified 10 years, 9 months ago by Kriesi.
    in reply to: Fullscreen slider doesn't work on opera #243835

    Hey!

    Quick question: which version of opera are you using? Since opera has such a small marketshare we only support the latest few versions and it seems to work fine for me on opera 18, 19 and 20 on mac…

    Regards,
    Kriesi

    • This reply was modified 10 years, 9 months ago by Kriesi.
    in reply to: Theme is being compromised? #243281

    Hi!

    I am also not aware of any problems. To my knowledge there are no reports about any issues and an expert also checked our themes some time ago against any hacks.

    Which scanner are you using and what exactly does it say about the file? The critical functions within that file are all secured with wordpress “check_ajax_referer” function so only logged in users with access to the backend, a valid wordpress session and a nonce-key for the function to execute can use them…

    Best regards,
    Kriesi

    in reply to: blog entries on mobile view #242087

    Hi!
    Found the issue, next major update will fix it ;)
    Cheers!
    Kriesi

    in reply to: Anchor Text not working on iOS #242077

    Hey!

    Ok after taking a longer look this turns out to be fairly simple, and its not even a theme issue :)

    Your webserver is set to append a www. to each address that is called. So a link to http://sparkpunch.com#about is redirected by the server to http://www.sparkpunch.com#about thus reloading the site. as long as you make sure that all links contain the www no page reload occurs and the page scrolls properly :)

    I have already set your menu items ;)

    Regards,
    Kriesi

    in reply to: How do I access the Text Editor? #242074

    Hey!

    Yes, the autoplay parameter is currently ignored, but we will take care of it with the next big update :)

    Layerslider on a color section does not work. truth to be told I am not sure why this would be necessary since you can set a background color/image for the slider anywas :)

    Cheers!
    Kriesi

    in reply to: Custom CSS Class not Saving 2.6.1 #241058

    Hi!
    thanks for the notice. I will try to reproduce the issue and see if I can come up with a fix :)
    Cheers!
    Kriesi

    Hey!

    Great, glad we could help :)

    Cheers!
    Kriesi

    in reply to: Enfold > BBpress > Plugin for unread posts #240337

    Hey!

    No plugins :)
    I have written a script to do that job for us, however its very proprietary and hackish, so not really available to the public :)

    Regards,
    Kriesi

    in reply to: youtube video #240039

    Hey!

    Currently the only possibility would be to remove the video altogether and just set a section background image…

    Best regards,
    Kriesi

    in reply to: Anchor Text not working on iOS #240036

    Hi!

    Just checked the site again and after some testing I have to say that I am a little startled. For a reason I dont know yet one page portfolios seem to work fine on my local installation but the problem still persists on yours. Could it be that there are any plugins interfering?

    Regards,
    Kriesi

    Hi!

    The final solution I have added might require you to update the theme to the latest version. To make sure we are all running the same code would you mind doing that?

    Also: it seems that wherever you have applied the extra css, it does not show (page inspector still shows the old css rules active so I its no wonder you are still experiencing problems). My best guess is that its because your server is running google page speed which is delivering cached css files but I am not certain of that, so in any case would you mind updating your test installation so I can take an additional look at it?

    Cheers!
    Kriesi

    in reply to: Enfold Feature Requests #239710

    Hey Guys!

    Since this thread is growing too big to keep track of all the requests I have decided to try to use our feedback box again. You can submit new ideas and vote on existing ones here now: https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Kriesi

    • This reply was modified 10 years, 10 months ago by Kriesi.
    in reply to: youtube video #239592

    Hey!

    Unfortunately I can’t be sure here since the video is not allowed to be displayed in my country. this might affect the embedding of videos in general. Embedding a different video seems to work fine so this might be the cause of the problem…

    Is it possible for you to change the settings for the video on youtube? Or since you are using it as background video upload a new short version for example?

    Regards,
    Kriesi

    • This reply was modified 10 years, 10 months ago by Kriesi.
    in reply to: Missing masonry images in safari #239553

    Hey! Gaps can happen for 2 reasons:

    1.) If multiple larger elements are located near each other there might be no small element to fill a gap. This can be fixed by spreading out the large elements

    2.) The elements get their width by a % of the screen, however the isotope script (a 3rd party script that calculates the positions) )works with fixed pixel values. Unfortunately with the current version of the isotope script rounding error occur now and then and we need to wait for the new updated version of the script to fix the issue

    Right now the only way to solve the problem would be to use the grid that sets all elements to the same grid size, but the next version of the isotope library is already in beta so I hope to add it to the theme soon :)
    Cheers!
    Kriesi

    in reply to: 'One page' anchor issue #239548

    Hi!

    I would recommend to update to the latest version of the theme. it allows you to set the menu to the one you are currently using without any outside modifications from the backend and the scroll positions should be calculated correctly then :)

    Best regards,
    Kriesi

    in reply to: Probleme mit Update auf 2.6 #239544

    Hey!

    Kann das Problem leider nicht reproduzieren, hast du zufällig irgendwelche plugins aktiv die das verursachen könnten?

    Regards,
    Kriesi

    in reply to: Enfold Demo not shrinking menu on tablets #239538

    Hey!

    You can open the file js/avia.js and scroll down to around line 1180 where the function avia_header_size() is declared:

    in line 1190 change the rule:

    isMobile = $.avia_utilities.isMobile,
    

    to

    isMobile = false,
    

    Cheers!
    Kriesi

    in reply to: Anchor Text not working on iOS #239536

    Hey!
    Found a fix and will update the theme as soon as possible ;)
    Cheers!
    Kriesi

    in reply to: youtube video #239533

    Hey!

    Mind posting us the login data to the installation as a private reply as well so we can take a look at it in your backend?

    Cheers!
    Kriesi

    Hi!
    Thanks for your input. thats actually a good idea and I will change the marker placement with the next release ;)

    Cheers!
    Kriesi

    in reply to: Disabling Autoplay on Fullscreen Slider #239029

    Hey!

    There is currently no option to stop auto-playing the video but I will add one with a future update :)
    Best regards,
    Kriesi

    Hi!

    Unfortunately I could not reproduce the issue either, will report it to the layerslider team and see if they know something about it :9

    Regards,
    Kriesi

    Hi!

    After some debugging it seems this seems to be a z index issue that can be resolved by adding this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:

    .avia_mobile #top .av-parallax-section{z-index: 0;}
    

    This will of course also be added to the next update :)

    Cheers!
    Kriesi

Viewing 30 posts - 781 through 810 (of 1,282 total)