Forum Replies Created
-
AuthorPosts
-
Just an addition,
Sorry about so much hassle…since i also want to delete the sidebar on individual blog pages FOR TABLETS, I have found this code at: https://kriesi.at/support/topic/remove-sidebar-on-ipad/@media only screen and (min-width: 768px) and (max-width: 1024px) {
.container .av-content-small.units {
width: 100%;
border-right: 0;
}.sidebar {
display:none !important;
}
}Since all the problems I think arise from tablet resposiveness, please let me know if you think it´s correct to add it to quick css to delete sidebar on individual blog pages for tablets,
Thanks again
January 4, 2018 at 2:48 pm in reply to: Right align last main menu item while other main menu items remain left align #893255Hello support,
Just to let you know that I have written a complete report of problems at our website, including this one…just in case you want to delete this one….Thanks
Thanks Basilis,
I will be anxiously waiting the update!
Best regards,Hello again,
Just to let you know that the problem with internet explorer mentioned above (one of the problems) is already solved…
The sticky menu is still pending
thanksJanuary 3, 2018 at 6:14 pm in reply to: Right align last main menu item while other main menu items remain left align #892897Hello Support,
I have a problem with my menu…I have a floated botton on the right, and, it opens to the right (problem since i also have boxed layout)…You can take a look: http://www.ilovealcazar.com ( i button, on the right)Please could you help me to solve this,
Thanks in advance,Hello there,
Any news about this?
By the way, I don´t know if comment this here as well or not…The page looks fine now, but, if I open it on Internet Explorer 11.0.9600.17843 i have problems with the footer (it seems much longer than expected, and the image on the second colum is not visible)…. I have tagged this now as Internet Explorer problem as well just in case,Thanks in advance,
Hi there,
You can close the topic
Thanks!Sorry, just in case I add personal details for log in,
thanksHi everyone,
I have see lots of codes for the sticky mobile menu…but, none of them are working ok in several mobile devices…Just to be sure, is this a feasible option for mobiles? If so, please, could you take a look at http://www.ilovealcazar.com in a mobile device and let me know the customization? In some devices it works fine, but, once I put the mobile phone at landscape, the social icons are shown and it appears actually a bit weird…So is it possible to include a code for sticky header (without losing content) and order the social icons? If not, how can i make to include the arrows for going to the top?I hope this makes sense…just try the page on a mobile device (portrait and landscape)
Thanks in advance,Hi Nikko,
It works perfectly! Thanks for this great support,
Take carePerfect thanks!!
It´s now working…I think your colleague changed something and everything is fine now
Thanks and merry Christmas!Perfect Nikko! Awesome!
Thanks!Hello guys,
I have exactly the opposite problem…I don´t know how but, my boxed layout has made me an strectched header!!! Please could you take a look on this…I´m really worried about this
Thanks in advance for this support,Hello there,
I would like to remove the underline decoration for menu tabs (main menu) at hover…I´m using css hero, and i don´t know if I could delete this property directly with code…ThanksSorry, since i have migrated the web, i attach again the correct data,
thanksHello Again,
It seems its already solved with Ismael´s code
Thanks!Hello Mike,
Attached privately,
ThanksSorry I forgot the link with 2 pictures (I attach it privately)
Thanks
Hello Mike,
Thanks for your reply….It does work…but not so fine as I would like… The point is that when I press on “customize” from Enfold, on the single event page, everything looks awesome,really good…but that´s not how its shown reallly….
Hope you understand me,
(By the way, i have 2 options for event single page–Default and another one…The best one is default (the other one is totally messed)Hope you can help…If you can´t help more, do you think this is something i could speak with the plugin support? I mean, i now don´t even have bought it because i don´t know if it´s going to work ok with box layout…
Thanks!
Hello.
Can anyone help with this?
ThanksHello again,
Please, can anyone help with this problem about modern events calendar + box layout at enfold theme…As explained, the problems are in the single page as shown in the link above,
Thanks!Hello there!
I wanted to make a question in this post: Different size boxed layout desktop // But it was already closed
I followed the instructions from Ismael https://kriesi.at/support/topic/different-size-boxed-layout-desktop/ ,, and changed the grid css and so on…The point is that i love how i see my page on my laptop http://globalsatcafe.es … but, since i have the boxed layout, I have been trying in 22′ monitors (large ones) and the boxed margins are huge…Is there any solution for this?
Thanks in advance,
Merry Christmas!Hi again,
Sorry for disturbing again,
Just to let you know that I tried this:and it´s not working…no changes at all
Thanks in advance
Hello Ismael,
this is the site,
(attached privately)
Thanks!Hello there!
I have been testing with my colleague this plugin (Events Calendar)..I made him to change his layout to BOXED LAYOUT in Enfold theme, and everything seems to work…Except 1 point…The single page that appears once you click in one event appears not to be configured for boxed layout…Everything cuts in half, just like if the content goes over the box layout…Please take a look at the picture…
Please could you let me know if you have had this problem before? Does it hava a solution? I want to purchase this plugin, but I won´t be able to do so till I know if this is a common and fixable problem,,Thanks!
Good evening sirs,
I would like to customize main menu tabs for achieving something like this:
https://ilovetoledo.)
(Just the tabs, not talking about the line on the header)…Is it possible in enfold? If not, any of you that know fairly well this theme can send me a budget for making this? (the line as well=)
Hello Ismael, te
I have seen the website of this user abovementioned: http://maxnetsolution.com/blog/
Please, could you let me know how can I include those sliders on the widget area….
I mean, i have included images on the advertising area : http://globalsatcafe.es/
But, I don´t know how to include sliders instead of images…By the way, I see my images much smaller than this user…I resized them to 120 x 120 (i think this is the size indicated) Do I need to make any additional change to achieve something exactly the same like this user have?Thanks in advance
Thanks Yigit!
It worked perfectly…I really appreciate the work of Enfold team solving out all these problems,
Best regards,David
Hi Vinay,
The problem is that as commented to Yigit above, I want to move the text to the left in this page:As you will see, on the icon list, the text is “cut” because it doesn´t fit on the space..
I have not proved what Yigit suggested since I don´t want to apply this condition to all the icon lists on the website:
.avia-icon-list .iconlist_icon {
margin-right: 10px
}I have tried modifying the code with and point it to a custom css-field, but it doesn´t work…
Please, could you help with this issue?The css field is already turn on, and I have tried this: (where icon-list-prob is the css field)
.avia-icon-list .iconlist_icon {
.icon-list-prob { margin-right: 10px
}}BUT, AS I HAVE NO IDEA ABOUT CODING I DON´T KNOW WHERE IS THE PROBLEM, SINCE NOTHING HAPPENS,
Please take a look at this and try to help me,Thanks
Note: The same happens on its English version page,
-
AuthorPosts