-
AuthorSearch Results
-
February 9, 2016 at 12:57 pm #580368
Topic: How do I disable links to blog posts?
in forum Enfoldjimjiber
ParticipantHello
I am trying to make a super-simple site with Enfold and I am having a problem with the blog:
I want the blog posts to appear as they are here, in their entirety. I don’t want the titles to link to the single blog post (it is centered and kills the aesthetic). How do I stop them being links? I assume somewhere in PHP?
February 9, 2016 at 12:50 pm #580359In reply to: Sub Menu included in content Section
Hi!
Please add the below code to Enfold > General Styling > Quick CSS
#top .av-submenu-container { position: absolute!important; margin-top: -105px!important; background: transparent!important; border: none!important; }Cheers!
Vinay Kashyap-
This reply was modified 10 years, 2 months ago by
Vinay.
February 9, 2016 at 12:45 pm #580353In reply to: Align T&C´s
Hey!
Please add the following CSS
#top #payment .terms { padding: 0 !important; }Cheers!
Vinay KashyapFebruary 9, 2016 at 12:35 pm #580345Hey Anthony,
Try with this:
#top .av-special-heading, #top .main_menu ul:first-child > li > a{ font-family: "optimusprinceps"; }Regards,
JosueFebruary 9, 2016 at 12:21 pm #580327In reply to: Space between gallery images
Hi!
Sorry for the delay…
It’s still not clear what you need but as per my best understanding i am thinking you want something like you see in the below screenshot if so please add the below code in Enfold > general Styling > Quick CSS if not please get back to us with a mockup of what you are trying to do so we can help you better.
#top .avia-gallery .avia-gallery-thumb a { padding: 1em!important; }Please feel free to adjust 1em in the above to .5 or more.
Cheers!
Vinay KashyapFebruary 9, 2016 at 11:53 am #580309In reply to: Mobile Menu Social Icons
Hey!
ok! Please add the below code in Quick CSS
#top .av_header_transparency .phone-info { color: #555!important; }Best regards,
Vinay KashyapFebruary 9, 2016 at 11:28 am #580290In reply to: Submenu on IPad does not fade out after click
hi Ismael : as you can see it here: https://kriesi.at/support/topic/submenu-on-ipad-does-not-fade-out-after-click/#post-576287
i have the normal main navigation on my ipad retina – if you hover concept and click one of those links (and maybe this is the point : these are anchor links on the same page) the dropdown does not close after click (as it is on pc or mac ) on ipad it stayes open scrolling down to the anchor link but dropdown still open.
PS: unusual position – maybe – but Customer Whishes have to be fullfilled !
sorry.
PPS: why it is normal ? By hovering and clicking on my homepc or mac Browsers the dropdown closes immediately after going out of that field with the mouse button.
Only on Ipad it does not because there is no mouse button! So maybe it would be nice to close the dropdown after clicking the link!-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 11:08 am #580278In reply to: ava hook on div#header_main_alternate?
Hey! Thanks a lot for your precious help Elliott.
It works just fine with your first proposal, the “ava_inside_main_menu” hook.
This topic can now be closed.
Wish you a great day,
Steph.February 9, 2016 at 11:05 am #580277In reply to: Adding a second menu above the main menu
i can not see your site but try this here:
#top #header_meta { border-bottom: none !important; }-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 11:03 am #580274In reply to: Error en el enlace de iconos sociales
look here f.e. to get it from 30px to 50px
#top .social_bookmarks { height: 50px; } #top .social_bookmarks li { width: 50px; } #top .social_bookmarks li a { line-height: 50px; min-height: 50px; width: 50px; } .social_bookmarks li > a::before { font-size: 30px; }-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 10:50 am #580268Thank you, but the CSS are not the problem – I mean the order of these elements.
This cannot be done with CSS (moving minor meta data from the bottom of the post to its top, over the title for example):February 9, 2016 at 10:49 am #580266In reply to: Social Icon color
the background color font color by hovering these icons is made for each icon f.e.
#top #wrap_all .av-social-link-twitter:hover a { background-color: #46d4fe; color: #fff; }but you have to do it for each icon – so you have to know the name of that social-link ( in that case above it is easy “twitter”)
the font color of the icons are set by:
.social_bookmarks_twitter > a { color: #900 !important; }but you see here too. It has to be than for each social-link
-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 10:35 am #580258Hi!
We are working on your ticket please wait while we update the results here soon.We have added the below code in Quick CSS
/* Your css styles for active menu item*/ .current_page_item .avia-menu-text, .active-menu-item { background:gold!important; }and this jQuery in functions.php
//One page nav highlight function activateMenuItem(){ ?> <script> jQuery(document).scroll(function() { var sections = jQuery('.avia-section'), menu = jQuery('.av-submenu-container'), nav_height = menu.outerHeight(); jQuery(window).on('scroll', function() { var cur_pos = jQuery(this).scrollTop(); sections.each(function() { var top = jQuery(this).offset().top - 300, bottom = top + jQuery(this).outerHeight(); if (cur_pos >= top && cur_pos <= bottom) { menu.find('a').removeClass('active-menu-item'); menu.find('a[href="#' + jQuery(this).attr('id') + '"]').addClass('active-menu-item'); } }); }); }); </script> <?php } add_action('wp_head', 'activateMenuItem');Please check the site now and let us know if you need anything else.
Regards,
Vinay Kashyap-
This reply was modified 10 years, 2 months ago by
Vinay.
February 9, 2016 at 10:34 am #580257In reply to: Header and main body.
you have to have the content which should overlap in a row ( could be even a 1/1 )
on that edit column / row settings there is on the bottom a thing called : Custom top and bottom margin – check that and put in a negative margin !February 9, 2016 at 10:28 am #580249Topic: Content Element: Icon – On Mobile Site
in forum EnfoldJasmer
ParticipantHello,
I’ve noticed a problem with my enfold site that utilize the Icon content element. It looks great on desktop browsing. However, it is disproportionate on a mobile device. MUCH TOO LARGE for a mobile site. The icons stay nearly the same size as the desktop site and the icons change to a vertical list.
1. I would like the icons to be listed horizontally and much smaller in size. I have marked the area in a red box to show the desired section size. The icons should fit nicely within that box. See screenshot.
2. I would like CSS that can be used on all Enfold sites with this content element. They will range from 3 to 6 icons and I would like to be able to adjust the size of the icons AND the content area. Ideally the icons should size dynamically one the content are has been set. Site 1: has 3 icon content elements. Site 2: has 5 icon content elements. I have several more sites.
I only want this to affect the mobile site only. The desktop site is perfect.
Thanks for your help,
Jas
February 9, 2016 at 10:09 am #580238In reply to: Set header default for ALL pages
i use firefox with firebug plugin (today a lot of browsers including firefox have their own tools for that)
clicking on the contextmenu of your mouse (mostly it is a right button of the mouse) and than goto firebug.
A new tab or i like the new window is opend with all info of your source code.
Hovering on the right side f.e. a div it will be highlighted on the left. So the source code i wanted was the section on top because this it is i want on my searchresults page too!
When the section i want is highlighted you only have to copy on the right side the whole code (in this case it is the whole div with av_section_1 id.this is the code to go to “here comes the content”
see here a page: http://webers-testseite.de/enf02/header-layout-for-search/
and here are the search results-page: http://webers-testseite.de/enf02/?s=oh+it+works-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 9:56 am #580229In reply to: Autoplay YouTube video on scroll
Hey Chris!
What you are trying to do requires a lot of customization and we recommend hiring a freelancer since it is going to take much time to do this. An alternative is to search for a solution on sites like stackoverflow check out http://jsfiddle.net/zohf/Luoyon0x/ or http://stackoverflow.com/questions/15594881/triggering-a-video-autoplay-based-on-scroll-position
If you have more questions please feel free to get in touch with us.
Regards,
Vinay KashyapFebruary 9, 2016 at 9:36 am #580227Elliott,
We did some more testing. It turned out that the icons don’t show in the right way in on this domain, in IE on remote desktop. Other (Enfold) sites work, other browsers (via remote desktop) work and local access via IE (not via remote desktop) also works.
So it’s a very specific problem which I want to ignore.Thanks for the support.
February 9, 2016 at 8:47 am #580212In reply to: Few questions/issues during test
Hey!
I added a color section at the very top of the page and it is still responsive. Do you have any elements outside a color section? We encountered a few inquiries about this and the issue occurs if some of the elements are left outside a color section. The issue is random or depends on the combination of elements. Make sure that all elements are inside a color section in order to prevent the issue.
Cheers!
IsmaelFebruary 9, 2016 at 8:40 am #580208In reply to: Set header default for ALL pages
i have this set for my search site and asked the question too for transparency headers here:
https://kriesi.at/support/topic/header-on-search-sites/
so for search site ad this to your child theme functions.php:
add_filter('avf_header_setting_filter', function($header) { if ( is_search() ) { $header['header_transparency'] = 'header_transparency header_glassy'; $header['header_class'] .= " av_header_transparency av_header_glassy"; } return $header; }, 10, 1);it is not difficult to include is_category or is_single etc
here is discussed it for single event page:
https://kriesi.at/support/topic/styling-single-events-page/
but this is only the half thing – because on searchresults-page (or other dynamic pages) there is no chance to edit the layout for a header:
so you have to get content into it via:
add_action('ava_after_main_title', function() { if ( is_search() ) { ?> here comes the content <?php } });the here comes the content you must change it to your desired content
i have styled one page and looked to the source code of it and via copy paste i got this insertion.-
This reply was modified 10 years, 2 months ago by
Guenni007.
February 9, 2016 at 8:40 am #580206Hey!
Are you trying to decrease the size of the image in the color section element? Unfortunately, you can’t without distorting the images. The background property is set to “cover” to keep the the images’ aspect ratio. http://www.w3schools.com/cssref/css3_pr_background-size.asp
A workaround is to add another slider, probably “fullwidth easy slider”, inside the page then use css media queries to toggle the display of the elements. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Cheers!
IsmaelFebruary 9, 2016 at 8:32 am #580202In reply to: Align T&C´s
Hey!
Please replace the css code with this:
#top #payment .form-row .input-checkbox { margin: 5px 5px 0 0; float: left; }Cheers!
IsmaelFebruary 9, 2016 at 8:28 am #580199Hi bowmandesign!
Thank you for using Enfold.
Please try this css code:
.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before { content: "\25BA"; }Cheers!
IsmaelFebruary 9, 2016 at 8:28 am #5801982. I have allready contact with author and this is the answer:
https://wordpress.org/support/topic/problem-in-sidebar-after-update-wordpress?replies=9#post-7991014I have tried to fix left sidebar but vertical grid still exist in the first color section (in photo. See my page)). I manage to fix the left sidebar.
1. I add above solution in quick css but not fix. Can you fix it to play image layerslider in width 100% in mobile and tablet please ? Can you try it please ?
thanks
-
This reply was modified 10 years, 2 months ago by
artemis25.
February 9, 2016 at 8:26 am #580197In reply to: Few questions/issues during test
Ok, I found the bug. If you use color section at the start of the page, entire page lose it’s responsiveness.
But if you put either text box or separator or anything on top then put color section like you’d normally do, page stays responsive.
There’s some error somewhere causing this i’m assuming. but at least I found the issue and workaround while you guys fix it.I’m very impressed and happy with this theme…
Not so much with support though… very slow and doesn’t seem to be able to figure things out… instead you said something about my settings when my entire setting on test site was imported from your demo.Anyway, I hope you can figure this out and fix it. either way, I’ll be using this theme using the new fix I found for now.
Thanks.No need to respond to this further. I’m unsubscribing as my issue has been resolved.
February 9, 2016 at 8:12 am #580191In reply to: Transparent Logo Size
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Regards,
RikardFebruary 9, 2016 at 8:06 am #580186Hi!
Remove the top padding with css:
.widget_nav_menu { padding-top: 0; }Best regards,
IsmaelFebruary 9, 2016 at 7:53 am #580175In reply to: Layerslider RTL
Hi,
No problem, you may now close the topic.Regards
February 9, 2016 at 7:52 am #580174In reply to: Hide "Read More" button on Slider (on Mobile)
Hi,
I’m not sure I understand what you mean by that? Please let us know if you should still need help on the topic.
Thanks,
RikardFebruary 9, 2016 at 7:48 am #580169In reply to: Gallery autorotation
-
This reply was modified 10 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello
I am trying to make a super-simple site with Enfold and I am having a problem with the blog:
I want the blog posts to appear as they are here, in their entirety. I don’t want the titles to link to the single blog post (it is centered and kills the aesthetic). How do I stop them being links? I assume somewhere in PHP?
Hello,
I’ve noticed a problem with my enfold site that utilize the Icon content element. It looks great on desktop browsing. However, it is disproportionate on a mobile device. MUCH TOO LARGE for a mobile site. The icons stay nearly the same size as the desktop site and the icons change to a vertical list.
1. I would like the icons to be listed horizontally and much smaller in size. I have marked the area in a red box to show the desired section size. The icons should fit nicely within that box. See screenshot.
2. I would like CSS that can be used on all Enfold sites with this content element. They will range from 3 to 6 icons and I would like to be able to adjust the size of the icons AND the content area. Ideally the icons should size dynamically one the content are has been set. Site 1: has 3 icon content elements. Site 2: has 5 icon content elements. I have several more sites.
I only want this to affect the mobile site only. The desktop site is perfect.
Thanks for your help,
Jas

