-
AuthorSearch Results
-
December 6, 2016 at 4:24 pm #721118
In reply to: Mobile View link to facebook app
Hey madmanbean,
Please try adding following code to Functions.php file in Appearance > Editor
function avia_change_fb_link(){ if(wp_is_mobile() ) ?> <script> jQuery(window).load(function(){ jQuery('#top #wrap_all .av-social-link-facebook a').attr('href','NEW LINK HERE'); }); </script> <?php } } add_action('wp_footer', 'avia_change_fb_link');Best regards,
YigitDecember 6, 2016 at 4:18 pm #721112In reply to: Changing the submenu dropdown background colour
Thanks, I figured out the css. This is resolved.
#top .sub-menu {
background: #0ddddf !important;
}December 6, 2016 at 4:00 pm #721097Hey!
Please add following code to Quick CSS in Enfold theme options > General Styling tab
#top .av_header_glassy.av_header_transparency .social_bookmarks li a { color: black; }Cheers!
YigitDecember 6, 2016 at 3:44 pm #721083In reply to: phone icon in phone -info class
Hey!
Please refer to my post here – https://kriesi.at/support/topic/how-to-add-mobile-to-social-profiles/#post-677808
Cheers!
YigitDecember 6, 2016 at 3:21 pm #721056Hi,
try this code instead:
@media only screen and (min-width: 768px) { .tribe_events { margin-top: -100px; }}Best regards,
AndyDecember 6, 2016 at 3:20 pm #721052In reply to: Two Background images on mobile
Hi,
We have an ID to the colorsection and the below css to the Quick CSS section
@media only screen and (max-width: 767px) { #sticky-section { position:fixed!important; top:0; }}It is a bit different from the desktop version, to achieve the exact same effect as desktop on mobile devicves will take a lot of time and we recommend hiring a freelancer.
Best regards,
Vinay-
This reply was modified 9 years, 3 months ago by
Vinay.
December 6, 2016 at 3:06 pm #721040Ismael, that code seems to fix the event page view problem. However, I didn’t realize till now it had an adverse affect on my other posts (non-event posts) — causing them to be cut off on the top. So I had to delete the code you gave me above. Is there any way to get that code just to function on the single event pages of the Modern Tribe Event plugin, and not on every other post as well?
Better yet, why is this even happening? I’d like to solve the origin of the problem rather than inserting a code to patch it…
Thanks.
December 6, 2016 at 3:02 pm #721034Excellent! Top man, top theme and top support. Thank you so much.
December 6, 2016 at 2:46 pm #721018In reply to: wrong appearance homepage
Hi,
I put this code into your Quick CSS field:
section.av_textblock_section { margin-bottom: -190px !important; } .avia-image-container.avia-align-center { top: -135px !important; margin-bottom: -138px !important; }and now it seems to work fine. Can you confirm please?
Best regards,
AndyDecember 6, 2016 at 2:44 pm #721015In reply to: Change language of widget of facebook (
Hi!
Please try applying only this – https://kriesi.at/support/topic/change-language-of-widget-of-facebook/#post-720561
If that does not help, please post FTP and WP admin logins here privately so we can look into it.Best regards,
YigitDecember 6, 2016 at 2:25 pm #721007In reply to: blog post excerpt
Hey arcray!
Please edit your blog post and click “Screen options” on the top right corner and check “Excerpt” and then scroll below your blog post and add your excerpt in “Excerpt” field :)
Regards,
YigitDecember 6, 2016 at 2:17 pm #720999In reply to: menu items -> Display as icon SIZE
this works better wit the animation
.av-hamburger-inner::before,
.av-hamburger-inner,
.av-hamburger-inner::after {
background-color: black !important;
width: 32px !important;
height: 2px !important;
}
.av-hamburger-inner::before {
top: -8px;
}
.av-hamburger-inner {}
.av-hamburger-inner::after {
bottom: -8px;
}.av-hamburger–spin .av-hamburger-inner::before,
.av-hamburger–spin .av-hamburger-inner,
.av-hamburger–spin .av-hamburger-inner::after {
width: 32px !important;
height: 2px !important;
}.av-hamburger–spin.is-active .av-hamburger-inner::before,
.av-hamburger–spin.is-active .av-hamburger-inner,
.av-hamburger–spin.is-active .av-hamburger-inner::after {
background-color: red !important;
}December 6, 2016 at 2:09 pm #720991In reply to: Button Integration with Fare Harbor
Hi,
try this code:
.flex_column.av_one_fourth.no_margin.flex_column_div.avia-builder-el-9.el_after_av_three_fourth.el_before_av_one_full a:hover { opacity: 0 !important; } #top .avia-button-fullwidth:hover { opacity: 1 !important; }Best regards,
AndyDecember 6, 2016 at 2:05 pm #720986Topic: Burger Menu / Mobile Menu / unconsistancy
in forum Enfoldalphabeta23
ParticipantI was hoping for an updated mobile menu for a while now, because the old mobile menu function, looks and animation are not very pleasing. I think the new Burger Menu now is very nice. But i am unhappy about the limitation of usage.
– a burger menu usually is a mobile menu per definition. The burger icon replaces menu text because of the limited screen dimensions of mobile devices (on a sidenote, it is generally difficult to use for unexperienced users also because they don’t understand the burger icon)
– in enfold, the “new burger menu” is used as an replacement of the normal text based menu, and if the theme is used on a mobile device, it changes to the “old mobile menu”… WTF? Wouldn’t it be much more logical to replace the “old mobile menu” with the “new burger menu” (and have it on desktop sizes as well, if the user wants that?)
– this also would provide the possability to have the “new burger menu” together with a “logo in sidebar” gerneral layout
is there any way to achieve my whishes with changes to function / style?
cheers, philipp
December 6, 2016 at 1:09 pm #720962Topic: IE 11 issues
in forum EnfoldMarcel
ParticipantHello!
I am creating a new website with this beautiful theme and I’m almost finished the homepage. The page looks good on Firefox, Safari and Chrome but then I checked the site on Internet Explorer 11 … maybe a little bit too late …
1. The background image (1920 x 1280 px) which is placed in a content-section is showing wrong in IE 11. The image is zoomed-in like 120%!!! The beak and the eyes of the owl are positioned wel in other browsers but too big and wrong positioned in IE 11.
2. The alignment of the content of the 4 footer columns is also totally wrong in IE 11. Suddenly there is an enormous gap between the top of the footer and the text.
I checked the “compatibility view” in IE but nothing happened. I really hope someone can help me with the issue, because a lot of customers are working with IE 11.
Greetings Marcel
December 6, 2016 at 12:38 pm #720957Topic: Disable Admin Bar on Safari Browser
in forum EnfoldAmigs
ParticipantHi Support Teeam
I have the problem on
I would like to remove the admin bar: i found a sololtion here:
https://kriesi.at/support/topic/how-to-hide-admin-bar/
but on Safari Browser there is still this fuxxx admin bar.
Do you now a solotion?
I Try all of theme a Plugin, does not work.
December 6, 2016 at 12:37 pm #720956In reply to: Increase Text Size in contact form
Dear all, in addition to increasing the size of text in the contact form, I would like to change the font and the color of the inline-labels in the contact form. Appreciate your comment on this. Thanks, Christoph.
December 6, 2016 at 12:32 pm #720950In reply to: Problem demo gym ENFOLD
Hi Christophe,
Please send us admin login details in private and specify on what page you are having this problem and what changes you are attempting when the problem occurs.
Best regards,
RikardDecember 6, 2016 at 12:05 pm #720945In reply to: Full Width Slider Buttons
Hi Brian,
Ok, thanks for the feedback. Let us know if you should need any further help on the topic.
Best regards,
RikardDecember 6, 2016 at 11:38 am #720934paulseager
ParticipantI am using Enfold theme and I have a client who wants no numbers visible on desktop view but wants to retain the default mobile view where it displays a numbers in the dots and a referenced list? Can you help please.
December 6, 2016 at 10:36 am #720916In reply to: Menu problems on mobile
Hi,
There’s more space on top of the logo so I think it will better to place it there, please try the following in Quick CSS:
@media only screen and (max-width: 767px) { div.phone-info { top: 0px; left: 0px; } }Best regards,
RikardDecember 6, 2016 at 9:38 am #720900In reply to: Parallax backgournd color showing up
Hi!
You’re welcome. Just checked your site and it seems the image looks sharper and better. Let us know if you need anything that is related to this topic.
Best regards,
NikkoDecember 6, 2016 at 9:02 am #720887In reply to: a way to have category list with sort option by tag
well it would be nice to have a list similar to the magazine style of one category and with sortoptions by the existing tags
– i build in that moment a town website and on some categories (pharmacie or doctors) it would be nice to have the oportunity to show only pharmacies in given district.
if so i will tag all pharmacies with their town-district . there are plugins which can show me a list of category-posts with tag xy. But to have it in with minimum space requirements will be very nice.December 6, 2016 at 8:45 am #720882In reply to: page white on mobile
Hey BPC,
You have this CSS in your style.css file:
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 110px!important; } }Please remove it or try to override it using this CSS:
@media only screen and (max-width: 767px) { .page-id-5072 #main { padding-top: 0 !important; } }Best regards,
RikardDecember 6, 2016 at 8:08 am #720870In reply to: Banner above header problem on tablets and mobile
Hi,
I have deactivated the cache plugin to troubleshoot the issue so we can see the css changes.
Added the below css to Quick CSS
/* Mobile Header */ @media only screen and (max-width: 767px) { .header-scrolled #header_main { position: fixed; top: 0; width:100vw; background:#FFF; } }The sticky header works good in mobile and desktop please hardrefresh and review the site :)
Best regards,
VinayDecember 6, 2016 at 7:18 am #720859In reply to: Transparent Menu not going back to color
When you view this page https://reefmarina.wpengine.com/entertainment/ – you will see the logo in white (transparent) but when you scroll down, it’s not going back to blue (full color) as it should.
So over white background, it’s not visible.
Another issue – content on different screen sizes (desktop) is not showing at all. See screenshots.
When you drag the screen width wider – or narrow – it begins to show. But at a specific width, all content disappears.How do we fix this? Client getting grumpy at me as we are slow to launch now.
Please help – thanks!!!
December 6, 2016 at 6:33 am #720850In reply to: Header in code block
Hi,
I made another menu for it and I need to insert another logo.
If you want to display a different menu in a specific page, you’ll have to use one of the following plugins.
// https://wordpress.org/plugins/menu-items-visibility-control/
// https://wordpress.org/plugins/zen-menu-logic/For the logo, use this filter.
// https://kriesi.at/support/topic/replace-site-logo-on-one-page/#post-657563
Best regards,
IsmaelDecember 6, 2016 at 6:29 am #720849In reply to: Unwanted Links Created in Portfolio Section
Hey mandarkhamkar,
Thank you for using Enfold.
You can disallow those url and directory in the robot.txt file. Example.
// https://kriesi.at/support/topic/gwt-problems-indexing-enfold-soft-404-with-search-activated-s/#post-707487
// http://www.robotstxt.org/faq/prevent.htmlBest regards,
IsmaelDecember 6, 2016 at 6:14 am #720847In reply to: How to add CTA button into the slider?
Hi,
To hide the slider buttons in mobile view please add the below css
@media only screen and (max-width: 767px) { #top .avia-caption-content .avia-button-center, #top .avia-caption-content .avia-slideshow-button { display: none; }}Best regards,
VinayDecember 6, 2016 at 6:10 am #720845In reply to: Mobile menu
-
This reply was modified 9 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: IE 11 issues
Hello!
I am creating a new website with this beautiful theme and I’m almost finished the homepage. The page looks good on Firefox, Safari and Chrome but then I checked the site on Internet Explorer 11 … maybe a little bit too late …
1. The background image (1920 x 1280 px) which is placed in a content-section is showing wrong in IE 11. The image is zoomed-in like 120%!!! The beak and the eyes of the owl are positioned wel in other browsers but too big and wrong positioned in IE 11.
2. The alignment of the content of the 4 footer columns is also totally wrong in IE 11. Suddenly there is an enormous gap between the top of the footer and the text.
I checked the “compatibility view” in IE but nothing happened. I really hope someone can help me with the issue, because a lot of customers are working with IE 11.
Greetings Marcel
I am using Enfold theme and I have a client who wants no numbers visible on desktop view but wants to retain the default mobile view where it displays a numbers in the dots and a referenced list? Can you help please.
