Forum Replies Created

Viewing 30 posts - 901 through 930 (of 1,282 total)
  • Author
    Posts
  • in reply to: LayerSlider problem with links #180001

    Hey!

    Just tried to log in but it didn’t work. is the access data still correct?

    Best regards,
    Kriesi

    in reply to: layer slider size adjusted to main page text #179989

    Hey!

    As Dude said. Its currently not planned but you can always submit a feature requests here and if enough people support the request we will add it:

    https://kriesi.at/support/topic/enfold-feature-requests/

    Best regards,
    Kriesi

    in reply to: SSL Pages do not work with Android devices #179988

    Hey!

    Unfortunately I can’t provide any insight here, never came across something similar :(
    Meanwhile did you have any luck getting it to work?

    Best regards,
    Kriesi

    in reply to: A few issues with Enfold 2.3 #179987

    Ok. was able to finally find and reproduce the problem here. its actually the missing width attribute (seriously IE?)

    make the img and a img in base.css read:

    	img, a img {
    		border:none;
    		padding: 0;
    		margin:0;
    		display:inline-block;
    		max-width: 100%;
    		height:auto;
    		width:auto;
    		image-rendering: optimizeQuality;
    	}
    

    and it should work fine. this fix will be added to the next release

    in reply to: Social Icons Alt Text #179981

    I see. will add a title to the social icons and the scroll to top link with the next update ;)

    in reply to: Masonry Post Archive #179977

    Noted. will give it some thought and maybe add it to the next update

    in reply to: Enfold: EasySlider – two questions #179975

    located on your test site here: http://enamellers.org/bsoe/ ?

    I cant see any issues on my installation any longer…

    in reply to: Social Icons Alt Text #179275

    Hi!
    Just checked and I am actually not sure what exactly you mean.
    I can see that the soical icons dont show a title or alt tag, but they never did in the first place.
    The title tag on all other main menu links seems to appear fine for me?

    Are we really talkin about an “alt” tag here? Since alt tag is according to the specifications reserved for image elments only:
    http://stackoverflow.com/questions/14850187/is-it-correct-to-use-alt-tag-for-an-anchor-link

    Regards,
    Kriesi

    in reply to: Installed wp and enfold theme and got error #179161

    Hey!

    Unfortunately I am in no way a server settings expert. At this point I think its save to say that the problem is caused by an unusual/missing server setting but without a error message I have no idea where I could even begin to start with :/

    I tried to comment big junks of code for the last hour to try and find whats causing the problem but haven’t gotten any further. If the script aborts at any time due to a php error caused in the theme the error is shown as long as wordpress has not yet loaded the template files that display the html code. so for example if I echo a random string at the end of functions.php after the whole framework is already loaded it is displayed without problems. If I try to do the same in the index.php file in line 1 I get nothing.

    At this point I would guess that only changing some server settings can fix that problem but since I have not the tiniest clue what would cause this and also don’t want to mess with your server settings I can’t really offer any assistance with this :/

    in reply to: Menu items not showing #178805

    Haha, nice. No I didn’t do anything :D
    Well anyways, glad it is solve :)

    Going to close this thread, if you need anything else feel free to open up a new one :)
    Cheers!

    Kriesi

    in reply to: No gradient in Buttons v.2.4 #178780

    Hey!

    Yep it was deactivated on purpose. we had a lot of complaints that the button style with the gradient looks outdated and doesnt match the general modern look of the rest of the theme and I had to agree. So I changed the buttons to match the form buttons of the theme.

    If for any reason you were happier with the previous design you can edit css/shortcode.css and replace the new styling with the old one listed here: https://gist.github.com/Kriesi/7092409

    Regards,
    Kriesi

    in reply to: Enfold Buttons from Avia Layout Builder Not Styled #178777

    Hey!
    Here you go: https://gist.github.com/Kriesi/7092409
    Regards,
    Kriesi

    in reply to: Menu items not showing #178769

    Hi Claire!

    Just logged into the site ready for debugging but it seems that the problem is already solved? Can you confirm that it also looks like it should on your end? If so, mind letting me know what the problem was?

    Cheers!
    Kriesi

    in reply to: Installed wp and enfold theme and got error #178631

    Hey!

    Logged in and installed several debugging plugins. Unfortunately I activated the theme once before checking one last thing that I wanted to check with phpinfo and now cant deactivate it without ftp access: which version of php the server is running.

    The error message suggests that wordpress is trying to emulate a standard php function called “mb_substr” which is used by the theme. For some reason that function is not available on your server so wordpress uses the compatibility function _mb_substr in compat.php.

    The problem with this function, as is stated in the documentation: it only works for utf-8 encoded charsets. So it seems that the combination of the server not providing this function. Would you mind deactivating the theme once more and letting me know which php version the server is running?

    Regards,
    Kriesi

    in reply to: Table bug (Enfold) #178621

    Hey!

    Hey! the problem in this case seems to bet the fact that when you break up a table on a mobile view you can either break it up vertically or horizontally. In either case if the user uses it the other way it will be displayed messed up. I currently have no solution for this, since if I change it to break up in a different way it might cause the same problem for other users :/

    Until I find a way to fix this, you might want to try to use a dedicated table plugin, they usually have more options for this:
    for example: http://fooplugins.com/plugins/footable-lite/

    I have put it on my todo list and further investigate possible css rules, maybe there are some fancy new css3 techniques that I dont know yet that allow me to fix the problem ;D
    Regards,
    Kriesi

    in reply to: Enfold: EasySlider – two questions #178613

    Hey!

    We have updated the theme today with a few additional css fixes, would you mind testing that update as well?
    Solves the issue for me across the board :)

    Cheers!
    Kriesi

    in reply to: button text color changed to black after upgrading to 2.3.2 #178523

    Hey! Would you mind trying to re-save the styling for your homepage once? This might actually solve the issue. If it doesn’t please let us know :)

    Cheers!
    Kriesi

    in reply to: Menu items not showing #178196

    Hey Claire!

    If the menu item shows up in your backend then the issues of the 2 threads are not related so this is my first question:

    Does the menu item stil show up in your backend or is it lost once you save the page?
    If its still visible would you mind posting us access data to your wordpress isntallation so we can take a look?

    In that case make sure to check the “Set as private reply” checbox at the bottom of the form so only moderators can see the data

    in reply to: When I edit content sections are mysteriously deleted. #178190

    You are welcome ;)

    in reply to: When I edit content sections are mysteriously deleted. #178183

    Hi!

    Please try again now, It seems to work now. I actually had to remove a lot of unclosed div elements which were messing up the whole editor. Not sure were they are from, but probably from copy/pasting content from anywhere else. If you do copy/paste make sure you dont add any unwanted divs/spans etc

    Cheers!
    Kriesi

    in reply to: Icon Font Support #178178

    Hey!

    if the problem is displaying the same way as in your other installation that might be sufficient :)

    I will need wordpress admin access and access to the FTP upload folder so I can try and find a solution.

    Cheers!
    Kriesi

    in reply to: ASAP: The checkbox field don´t work #178175

    Hey Manuel!

    Das nächste update morgen früh sollte einige deiner Probleme mit den slideshows beheben. Falls danach immer noch etwas nicht passt bitte einen neuen Thread aufmachen.

    Obwohl du natürlich aud deutsch posten kannst würde ich englisch empfehelen da der großteil des teams diese Sprache spricht und ich selbst nur alle paar tage die probleme die für mich markiert wurden checken kann.

    lg,
    Kriesi

    in reply to: error message when loading theme in IE 8 #178174

    Hey!
    Ok, the page is seriously messed up in internet explorer. At this point my only idea is that one of the plugins running is causing the problem. Would you mind trying to deactivate them all and see if the problem persists? If its gone activate them one by one to see which one is causing the issue.

    Best regards,
    Kriesi

    in reply to: Icon Font Support #178170

    Hey!

    Unfortunately without access to the server It might be impossible for us to solve the issue. are you willing to create an FTP account so we can log in and see which files are created and why it wont finish the job of extracting everything properly?

    Regards,
    Kriesi

    in reply to: Menu Bugs[Table & Desktop] #178169

    Hey!

    The next update tomorrow should fix the issue and activate the mobile menu earlier for you, so the following menu items are not pushed down

    Best regards,
    Kriesi

    in reply to: Enfold: EasySlider – two questions #178166

    Hi, mind trying to add this to your css to test if it removes the problem:

    .avia-slideshow-inner li{
    -webkit-transform-style: preserve-3d; /*fixes flickering issue when slider moves. usually other elements in other container flicker */
    }
    

    if it does we will add it to the next update

    Cheers!
    Kriesi

    in reply to: Portfolio sort special characters (å, ä, ö) #178164

    Hi!

    I am not sure how these characters are handled in other countries but here in Austria if we got an alphabetic list of items and there is an item with Ä,Ö or Ü those are directly located after A, O and U even though they are technically appended to the alphabet, if listed separately. I guess this is also how php queries interpret it, so I am afraid I have no idea how one would change that. As far as I get it this is neither a WordPress nor Theme issue but an issue of php and mysql itself :/

    Regards,
    Kriesi

    in reply to: Partner/Logo Element Bug #178159

    Hey!
    Please try to add the following rule to your css and let us know if it helps :)

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap{
    -webkit-transform-style: preserve-3d;
    }
    
    in reply to: error message when loading theme in IE 8 #178157

    Hi!
    First of all: are you running any plugins on your site that might cause issues? second: are you running the latest version of wordpress, as well as the latest theme version? Since we cant reproduce the problem there might be also an issue with any corrupted files so I would also recommend to redown and upload the theme files from themeforest just to make sure

    Also would you mind posting a link to your site here?
    Best regards,
    Kriesi

    in reply to: What did you change? #177531

    Great.
    let me know if you got any clues on whats going on here :)

Viewing 30 posts - 901 through 930 (of 1,282 total)