hi
after further investigation, if i leave the 100% off from your css instruction, the ipad and iphone options work.(responsive mode), but on laptop/pc it only shows the default iframe size.
you can check this out http://www.f1xx.com
I also tried it with a textbox and get the same results.??
Any ideas
Regards
Aleks
None of those work for me in any case. I would say we continue this by email. to avoid any confusion:
whenever you pass a password please also add the correct username and where I can use it. maybe we just got a misunderstanding.
Please send the information in the following format:
FTP data:
Use on url: https://webftp.dreamhost.com/
Host:
Login:
Password:
thanks :)
This reply has been marked as private.
Hi!
Ok we are one step closer but still not quite there ;D
If I log in to the admin panel and go to the “Manage Domains” I can see the gashland.org domain with a few links below. when clicking on FTP a new window opens and asks for login details but none of the passwords above works.
Do have that one as well? :)
Regards,
Kriesi
Hi,
That does not solve it. :(
Cheers
This reply has been marked as private.
Hey!
You can try updating Enfold/Js folder. Please do not forget to make back up before doing so
Cheers!
Yigit
If the auto update is hanging it could be an issue where the server is timing out but not spitting out an error to stop it. The easiest way around that is to update manually via FTP or by uploading within WordPress (just like you first installed).
Take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
This reply has been marked as private.
This reply has been marked as private.
Hey!
I am afraid without the ftp data this is not possible for me. If you got some kind of hosting panel that allows you to access files directly that might work as well
Cheers!
Kriesi
This reply has been marked as private.
Hey!
In order to solve the current problem and also fix the font upload issue afterwards I need to edit the files on the ftp server. since the credentials you sent me dont allow me to do that there has to be another set of login details. Maybe you can get them from your hosting provider?
Cheers!
Kriesi
This reply has been marked as private.
This reply has been marked as private.
Hi!
Thanks, but unfortunately with those credentials I can not see the enfold theme folder. I only see a Maildir folder with some empty subfolders and a logs folder that I cant access. No wordpress or themes :/
Cheers!
Kriesi
This reply has been marked as private.
Hi tfboy
This looks like a general bug in the new version 2.6.3
Like mentioned here and here
Hope to see an new update soon :-D
Hi!
That is because code i posted here is not being applied – https://kriesi.at/support/topic/social-media-footer-overlapping-on-ipad/#post-251852
I tried to login with credentials you provided earlier but they are not working one. Do you mind creating another one so i can take care of everything?
Cheers!
Yigit
Hey!
Glad it is faster now.
Actually, the first slide’s caption is misplaced even on desktop view. On the layer slide settings > Full-width slider settings, did you specify the width for Layers container field? Put 1140 for Responsive Under, and 1140 again for Layers Container option. I hope that helps.

Regards,
Ismael
Hi!
Thank you for the update.
Please use this to move the author pic downwards:
.rounded-container {
margin-top: 6px;
}
Cheers!
Ismael
Hi Yigit,
We only wanted to remove the dots and nav buttons from the easy slider, but with the code you provided: #top .avia-slideshow-arrows a, .avia-slideshow-dots { display: none; } That also removes the buttons from the content slider, but we still want to show the buttons for the content slider, can you please explain how we can do that.
Thanks
Leroy
Hi,
Is it possible to define a masonry that will display posts from Category X, but will then allow sorting based on the tags of the posts within Category X?
So far, I can only see sorting working based on the criteria used to define the set of items to be displayed in the Masonry, but I want to have one criteria for selection of what to show, and a different criteria on what to sort by.
Imagine I want to have a category called “Recipes” and I want to have a Masonry that will show all the posts within this category, but I want the sorting on top of the masonry to be by the tags of the posts, e.g. “Baking”, “Starters”, etc.
Hope this is clear!
Thanks!
Hi!
Thank you for using the theme!
Please add this on functions.php to remove the breadcrumb trail and show the portfolio category instead:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}
Refer to this link for more clarification: https://kriesi.at/support/topic/breadcrumb-displaying-all-categories-associated-with-of-a-portfolio-post/
Cheers!
Ismael
Hi!
Can you post us the FTP credentials as well please? It seems that during an upload test an error occurred and I will only be able to fix it with FTP login.
Very sorry for all the trouble!
Best regards,
Kriesi
-
This reply was modified 12 years ago by
Kriesi.
Flags are automatically inserted in the Header Secondary Menu when updating enfold (2.6.3)
I don’t want to see flags and I want to see a horizontal language switcher.
so i follow this post: https://kriesi.at/support/topic/wpml-2/
but in this case i have flags in the main menu…
so i use in function.php (child theme)
add_action('avia_meta_header','add_avia_flags');
function add_avia_flags(){
do_action('icl_language_selector');
}
and in style.css to hide the flags
.avia_wpml_language_switch {
display: none;
}
here is my website : http://epsu-cj.eu/
> my question is there a solution to replace directly the flags by the horizontal language switcher in php ? (and not have to use the css code)
Hi Kriesi-Team,
works so far quiet good, thank you very much.
We are also using in the header main menu the following css
.header_bg {
background: rgba(255, 255, 255, 0) !important;
}
so that the background, that is in default white color is invisible and only the “buttons” appear visible.
On the responsive versions, when viewed on iPad or iPhone the default white background is visible again.
Is there a work around so that we would achieve to have the same transparent background like on desktop as described above?
Thanks in advance
Meis-Design
Hi!
I have a fullscreen slider with the scroll down button. I also have a sticky/shrinking menu.
The problem is, when you click the scroll down button, the page scroll to next div (a map) but not completly. I mean, there is a space between the top of the map and the top of the screen.
I think the problem is the shrinking menu… and also i change the hight of the shrinking menu to make it smaller.
Can I control the scrolldown button? where? for example I can put: #scroll-to-next-div +100 px
?
Thanks for your time!!!!