-
AuthorSearch Results
-
February 5, 2016 at 1:58 pm #578488
In reply to: maximum content width
Hi!
There seem to be some caching issue i think. are you using any CDN to deliver your site?
anyways please check grid.css link in description open that link
Open a search finder or press press Ctrl + F and look for 1010px
You will notice the below code edit it and upload via FTP and let us know if it worked. (These changes will be lost when theme get’s updated but we can zero in on the issue)..boxed#top, .html_boxed.html_header_sticky #header{ width: 1010px; } .container{ max-width: 1010px; }Cheers!
Vinay KashyapFebruary 5, 2016 at 12:59 pm #578464endanight
ParticipantHi,
The header social icons display on the top bar on the right doesn´t work. I only cna use display the main header area
I look forward to hearing from you soon
Thanks
February 5, 2016 at 12:43 pm #578460Thanks Ismael! We can close the topic now! Great theme you have there and great support!
February 5, 2016 at 12:15 pm #578450In reply to: social icons in logo on ipad and iphone landscape
i also don’t want the social icons fixed on screen top right ! if possible.
:-)February 5, 2016 at 11:52 am #578440Topic: social icons in logo on ipad and iphone landscape
in forum Enfolddaoist
Participanthi
the social icons overlapping header menu and footer menu ON iphone landscape and ipad all views.
also the social icons are not visible on the iphone vertical view?Link to pics: https://drive.google.com/folderview?id=0Bwqo-KVcmEm0Y04tUkNCcmcwMXM&usp=sharing
site: http://www.dersichtweise.at/test
i need the social icons on all views not crashing menus and visible on all gadgets :-)
i do not really prefer the second top loader menu because of design reasons.thank you guys ! :-))))
February 5, 2016 at 11:49 am #578437i actually figure it out :)
.page-id-4629 .flex_column_table {
width:80% !important; margin: 0 auto;
}that was the code i needed to use.
HOWEVER
Now i’m in a new dilemmai need it that specific class to be width 100% on mobile. right now its set on 80% (it needs to be 80% on desktop)
i can’t get the class to work when i apply it to the media query css:
@media only screen and (max-width: 800px) {
.responsive #top .flex_column_table {
display: block;
width: 100% !important;
}}how do i fix it?
-
This reply was modified 10 years, 2 months ago by
Gal726.
February 5, 2016 at 11:25 am #578428Oh weird! The slider seemed to be working on my desktop. Also, it still looked screwed up on my phone when I just checked now — even more screwed up; like before I updated the theme; with the menu items all showing above the header and everything out of whack (see linked screen grab). Flushing the site cache via the GoDaddy hosting settings and clearing my phone history didn’t seem to do the trick. Even clearing the history and relaunching safari on the phone, and repeating that a couple of times didn’t work. Even clearing the history, quitting the browser and restarting the phone didn’t work…. the first time, but when I did that a second time, it worked! The site looks fine again. AND, the reason I went through all that was because I had the exact same experience a few months ago, when I was running into some similar issues on the phone after a theme upgrade. Do you have any advice re clearing the iPhone cache to avoid this in the future? I wonder how many other users who have visited the site before are still seeing that screwed up version. Thanks, regardless!
February 5, 2016 at 11:15 am #578422In reply to: Can I customize the Password Submit page?
Hey!
Please try the below code in Enfold > General Styling > Quick CSS
#top input[type='password'] { max-width: 30%!important; } @media only screen and (max-width: 768px) { #top input[type='password'] { max-width: 100%!important; } }Cheers!
Vinay KashyapFebruary 5, 2016 at 10:48 am #578409In reply to: Picture to small
Hi!
Please open a new ticket for new issue so we can keep the solution related tot he original topic and not get mixed up with a lot of issues. It helps us help you better.
Please elaborate what you mean by start co-ordinate in the new ticket if possible with a screenshot.
Cheers!
Vinay KashyapFebruary 5, 2016 at 10:29 am #578401In reply to: Table problem and menu adjusting
Hey!
You can try pasting in the textbox as text element rather than visual
To display the scroll to top button in mobiles please use the below code in Enfold > general styling > quick css
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } }Regards,
Vinay Kashyap-
This reply was modified 10 years, 2 months ago by
Vinay.
February 5, 2016 at 8:32 am #578361In reply to: Advanced Layerslider Issue
Hey!
Please use this:
@media only screen and (max-width: 767px) { .responsive #top .logo { text-align: center; } .responsive .logo img { display: inline-block; top: 15px; } }Cheers!
IsmaelFebruary 5, 2016 at 8:27 am #578354In reply to: Logo center, navigation to the left & right of logo
Coolio!
Anyway I can reduce the space between the top of the browser and the logo?
-
This reply was modified 10 years, 2 months ago by
mcraig77.
February 5, 2016 at 8:24 am #578351In reply to: Background Video
Hi Joe,
What device are you able to autoplay videos on? As far as I know it’s disabled on Apple devices and that is one of the reasons it’s disabled.
Regards,
RikardFebruary 5, 2016 at 8:17 am #578348In reply to: Portfolio Grid / add excerpt under Title
Hi hajzr!
Thank you for using Enfold.
1.) Edit the portfolio item then add the post summary in the Excerpt field. If you can’t find the field, look for the Screen Options then enable it.
2.) You can adjust the css top position of the hover title:
.grid-image:before { content: attr(title); position: absolute; width: 100%; height: 100%; z-index: 1000; text-align: center; opacity: 0; font-weight: 200; font-size: 24px; color: #ffffff !important; top: 45%; }Best regards,
IsmaelFebruary 5, 2016 at 8:10 am #578342In reply to: Remover header keep menu change phone bar colors
Hi,
Try the following instead:
.home #header_main .container { display:none !important; } .home #main { padding-top: 67px !important; }Best regards,
RikardFebruary 5, 2016 at 7:55 am #578334In reply to: Social Icons/ Button in the right of this header
Hey!
Please replace the css code with this:
#header .widget { right: 140px; padding-top: 0; position: absolute; top: 60px; transform: translate(-50%); z-index: 999; }Best regards,
IsmaelFebruary 5, 2016 at 7:36 am #578321Hey!
On mobile view, you can replace the slider with an actual video element. Set the layer slider to not display on mobile then follow the instructions on the following link: https://kriesi.at/support/topic/full-screen-slider-not-responsive/#post-562361
Best regards,
IsmaelFebruary 5, 2016 at 7:32 am #578317In reply to: Blog slider
Hey!
Please use this instead:
.active-parent-item .current-menu-item .avia-menu-text { color: red; }Or this:
#top #wrap_all .av-main-nav .active-parent-item .current-menu-item a { background: green; } #top #wrap_all .av-main-nav .active-parent-item .current-menu-item .avia-menu-text { color: white; }Cheers!
IsmaelFebruary 5, 2016 at 7:31 am #578316I really appreciate this guys. The support team here is one of many reasons I love this theme. That functionality would be adored by your fans. In fact, I think mine was the third or fourth thread asking about it.
I tested out the plugin: https://wordpress.org/plugins/featured-video-plus/
It’s a little funky, but you guys have plenty of other video options.One last question: can you use the video element to add a youtube video that autoplays when you land on the page? If this ins’t possible, no worries.
February 5, 2016 at 7:25 am #578312In reply to: Masonry and blog questions
Hey worldfuturecouncil!
Thank you for using Enfold.
1.1) Disable the masonry animation with this:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1); transform: scale(1); }1.2) Check my answer on 1.3. You might be able to prevent this by using the actual builder instead of using the shortcode.
2.) Check my answer on 1.3 again. :)
1.3) You won’t lose the sidebar if you place the masonry element inside a 1/1 column element.
If possible, please create a single thread for each inquiry. You will get a faster response that way. :)
Best regards,
IsmaelFebruary 5, 2016 at 6:52 am #578300In reply to: Error "function-set-avia-backend.php on line 433"
Hi Sergio,
Great, glad you found the problem. Please let us know if you should need any more help on the topic.
Best regards,
RikardFebruary 5, 2016 at 6:41 am #578292Hi!
I’m sorry to interrupt the discussion but your new inquiry is quite far from the original topic. We kindly ask your to open a new thread to keep the thread relevant to the original subject. Thank you for your understanding. We’ll close this thread for now.
Best regards,
IsmaelFebruary 5, 2016 at 6:38 am #578289In reply to: Moving meta on top of title in the blog.
Hi stateofart!
Thank you for using Enfold.
Looks like you managed to move the category on top of the title. Is that right?
Site is looking awesome. :)
Regards,
IsmaelFebruary 5, 2016 at 6:31 am #578283In reply to: Can't set 'use post image' in LayerSlider ?
Hi,
Ok, sorry for your problems. Please let us know if you should need any more help on the topic.
Thanks,
RikardFebruary 5, 2016 at 6:10 am #578271Hey!
This code should fix the logo and top bar issue on mobile:
@media only screen and (max-width: 480px) { #header_main { padding-top: 120px; left: 8%; } }There’s a better way to center align the logo but since you’re using css left property, we’ll use that again. Please add the code at the very bottom of the Quick CSS field.
I’m sorry but I’m not sure if I understand the social icon issue. Or did you figure it out?
Best regards,
IsmaelFebruary 5, 2016 at 6:01 am #578266Hi,
From reading this topic: https://kriesi.at/support/topic/single-post-content-single-post-site-with-sidebar-is-too-width/, you got your problems fixed, correct?
Regards,
RikardFebruary 5, 2016 at 5:49 am #578260In reply to: Icon fonts pointing to wrong URL
Hi,
Not sure what going on with your site but the link you sent redirects me to yoursite.com and I see a loading box there reading Bitte noch etwas Geduld, bald gibt es hier mehr zu sehen. but it stops at 65%. The regular login pages are not working either, how do we log in?
Thanks,
RikardFebruary 5, 2016 at 5:48 am #578259In reply to: Sub nav menu active links
Hey!
Use this to change the color of the active menu item:
#top .av-subnav-menu .active-menu-item a .avia-menu-text { color: red; } #top .av-subnav-menu .active-menu-item a { background: transparent; }This will change the active menu item background:
#top .av-subnav-menu .active-menu-item { background: #f4f4f4; }You have to remove this:
.active-menu-item { background: #f4f4f4!important; }We modified the code in the functions.php file a bit.
Cheers!
IsmaelFebruary 5, 2016 at 5:26 am #578243In reply to: Logo center, navigation to the left & right of logo
Hi!
Please adjust the values as needed:
.header_color .header_bg { min-height: 250px; top: -50px; }Best regards,
IsmaelFebruary 5, 2016 at 5:19 am #578236 -
This reply was modified 10 years, 2 months ago by
-
AuthorSearch Results
Viewing 30 results - 100,981 through 101,010 (of 142,928 total)
-
Search Results
-
Hi,
The header social icons display on the top bar on the right doesn´t work. I only cna use display the main header area
I look forward to hearing from you soon
Thanks
hi
the social icons overlapping header menu and footer menu ON iphone landscape and ipad all views.
also the social icons are not visible on the iphone vertical view?Link to pics: https://drive.google.com/folderview?id=0Bwqo-KVcmEm0Y04tUkNCcmcwMXM&usp=sharing
site: http://www.dersichtweise.at/test
i need the social icons on all views not crashing menus and visible on all gadgets :-)
i do not really prefer the second top loader menu because of design reasons.thank you guys ! :-))))
