-
AuthorSearch Results
-
November 16, 2016 at 10:59 pm #713251
In reply to: Remove animation from gallery
Thank you so much – but it still fades in and out. THe little green animation on top of the images is gone though. That’s progress!
November 16, 2016 at 10:56 pm #713248Hey Wisith!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#scroll-top-link { color: #e4e6f0; border-color: #2d333b; background-color: red; } #scroll-top-link:hover { color: #000000; border-color: red; background-color: green; }Regards,
YigitNovember 16, 2016 at 10:56 pm #713247Topic: Disable YouTube related videos
in forum Enfoldkevinmcgillivray
ParticipantI’ve found a number of posts in the Enfold forum about disabling related videos on YouTube videos. None of them solved my issue. In the end, I had to hack /enfold/js/aviapopup/jquery.magnific-popup.min.js and change
src:"//www.youtube.com/embed/%id%?autoplay=1to
src:"//www.youtube.com/embed/%id%?autoplay=1&rel=0Is this really the only solution? Is there any way to do this without having to hack a core Enfold file? I’m concerned about the long term viability of doing this.
November 16, 2016 at 10:34 pm #713231In reply to: Blog using LAYOUT BUILDER
this did not seem to work to show the TAGS unless we did something wrong.
The CATEGORIES is also still not showing or have I missed somethingWe created the folder on the server in the Enfold Child and followed your instructions:
#710134 REPLY.Here is the example page:
The DATE/COMMENTS/AUTHOR is there now thanks from before.
there is some progress : )
-
This reply was modified 9 years, 4 months ago by
DaraEmerson.
November 16, 2016 at 10:32 pm #713229In reply to: Social Media icon
Hi,
1. Oh, you have misunderstood me. It’s not the social icons in the top menu, but the social icons in the contents (the red ones): http://www.myredbag.dk/kontakt
2. Okay, I will try that.Best regards,
Helle ØstergaardNovember 16, 2016 at 8:41 pm #713187is your header a shrinking one or not ?
is it fixed on top ?The thing i understand from your request is that you don’t want to crop the images on top.
The responsive behaviour is a different thing – but you see on screenshot here: https://kriesi.at/support/topic/is-there-any-way-to-make-the-background-image-in-a-color-section-responsive/#post-712654 that it will work on real mobile browsers too and even the font goes to the responsiveness.On what mobilephone your are testing these pages – tell me your Browser and or IOS version please.
you can see here : http://webers-testseite.de/kaetz/leistungen/#av_section_6
ist this what you want? it is positioned center top even if you are turning your mobile to landscape the hat of that young lady isn’t cropped.
no mobile simulated – i can see it on my iphone 4s ( a bit older) and on my ipad4 that all is working in that manner you prefer.Do you can see it too on my testpages that it works? ( i only have here mac equipement – so i could not test it in other variants.)
November 16, 2016 at 8:02 pm #713177Topic: Transparant menu not on top of Layerslider WP 6
in forum Enfold1000zen
ParticipantDear support,
I purchased LS 6 (and deactivated the bundled version).
I want a fullscreen landing page with a transparant header on top. However when I place de [layerslider id=”xx”] in a text box inside a 100% high color section, the height of the slider is limited to the bottom border of the menu.
How to solve this?November 16, 2016 at 7:59 pm #713176Topic: Icon list using capital letters
in forum Enfoldvevans2
ParticipantHello,
I am also interested in using letters for my list. Can I display a letter as the icon would display in the icon list (as mcass described in this post)?
I turned on CSS field for ALB elements. Can you advise on what this CSS should be?
Thank you for the help!
ValerieNovember 16, 2016 at 7:46 pm #713167Hi,
Please copy unmodified enfold/framework/php/class-framework-widgets.php file and paste it inside enfold-child folder. Open the file and find following at the top and remove it (please do not remove PHP opening tag)
if ( ! defined('AVIA_FW')) exit('No direct script access allowed');and then add following code to Functions.php file of your child theme
require( 'class-framework-widgets.php' );Best regards,
YigitNovember 16, 2016 at 7:30 pm #713153Hi Rikard,
Thanks for your reply.If you visited the desktop version of the website you saw a layer slider, and if you visited the website from a mobile you saw a different layer slider (that has a striped background and a border around it, which I don’t like – and that is my problem).
That’s because I pasted this code to the CSS:
@media only screen and (max-width: 767px) { #homeslider { display:none !important; } } #homeslidermobile { display: none; } @media only screen and (max-width: 767px) { #homeslidermobile { display: block !important; } }I noticed that if I place the (mobile-designed) Layerslider instead of the text box containing it, the problem of the background and border disappears, so either I find a way to hide the Mobile LS when visiting from a desktop (because in the desktop version I still want the parallax effect, available only if I put the LS inside of a text box) or the other solution would be to find a way to hide the background and border on the text box containing the Mobile LS (when visiting from mobile).
I’m trying to explain myself as good as I can, but I realize that the matter seems complicated. Maybe if you could visit the website from a desktop and a mobile you’ll be able to understand better what I’m talking about.
Thank you very much
November 16, 2016 at 7:27 pm #713150This is from my developer:
Thanks for all of your help and suggestions in getting this resolved. I appreciate all of the ideas, but I think the problem is different. You have acknowledged that there is a difference in mobile vs. mobile simulated on browser, and you have suggested that this is due to bugs with fixed positioning in mobile and/or that we are simply not applying the right CSS commands. Based on my testing, I suggest an different theory: the theme is using javascript to detect mobile browsers and is then adding classes or styles which are overriding our custom CSS. I suspect the javascript is setting background size and position to make sure that no matter what image has been uploaded, the area at the top is filled. This is a reasonable theory, considering the theme author had to account for a wide range of input from users. Maybe this is due to a setting that has been chosen in the theme settings. If you can think of any setting that may be affecting us, that would be helpful.
To support my theory, I’ve created a test page where I’ve extracted the pertinent HTML/CSS for the top banner region. I’ve added the same mobile-targeted media query that I’ve added to the site. My test page looks the same in desktop when I simulate a mobile device as it does in an actual mobile device. I did this only to show that this is not a CSS or mobile-browser bug issue: http://www.abeautifulceremonynw.com/newsite/main-mobile.html
So, what we are hoping to gain from you is knowledge or ideas about what the theme may be doing in response to detecting a mobile/tablet browser. We need your help to find this because it won’t show up in our desktop browser and so we can’t use developer tools to find it. Also, I don’t want to have to sift through all the site’s javascript J Ideas? If I know what it is doing, I can override it!
November 16, 2016 at 5:39 pm #713087In reply to: Mobile Menu and Image Slider
Hey Nikko,
Thanks for your CSS…. Works how I want it however I just find in portrait my captions still are cut off.
I am not great with dimensions however found Andy’s code with height at 300 worked but the landscape has no stretch so am I correct in thinking we change the size of the caption ? :
@media only screen and (max-width: 768px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px !important;
}16:31 pm
I have i have removed the css as I noticed it shrunk the content on the desktop.
I will have to now leave this to you guys to login and sort out. I hope not to change themes as spent a lot of time on this on.
Appreciate help so far.
-
This reply was modified 9 years, 4 months ago by
Epic.
November 16, 2016 at 5:34 pm #713079In reply to: Problems with fullwidth easy slider
Hi Yigit and Andy. Thanks for taking time to help.
Yigit: Your css did make captions visible again and did stop slider from collapsing at last frame. Thanks for always solving problems :-)
However playing with the position and framing/non framing options unfortunately still leaves a problem. Example: On the frontpage I for the first slide have chosen “Bottom framed” – and it turns out at the complete top of the slide?
I know – as you say – it should not be like this out of the box since everything works fine on my other Enfold sites with the exact same setup by the same host. Thats why I just can’t figure it out…
Andy: I cannot either reproduce the problem on my other Enfold installations. As I mentioned a few times they are working just fine with the same setup at the same host. And again: I did (more than once to make sure) delete all Enfold files via FTP and installed via ftp a fresh copy of latest Enfold. I made hard refresh of the browser and so forth. But maybe I am overlooking something, I don’t know, so you are more than welcome to try to do whatever you can via ftp. I will supply you with ftp-login i private content.
Very best regards
November 16, 2016 at 5:24 pm #713063In reply to: Search Menu Item only for mobile view
Hi,
please follow this thread here: https://kriesi.at/support/topic/search-button-on-mobile/#post-431521
You can hide elements on specific screen sizes by using media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
AndyNovember 16, 2016 at 5:24 pm #713062In reply to: Internet Explorer Rendering Problem
Hi,
I asked my teammates to check your website on IE. Please kindly wait to hear from them.
In the meantime, please make sure that you are using the latest version of Enfold which is currently 3.8 – kriesi.at/documentation/enfold/updating-your-theme-files/ and try flushing cache after de-activating all active plugins. Some users had issues with Autoptimize plugin and as i can see from your source code, you are using it as well.
Best regards,
YigitNovember 16, 2016 at 5:06 pm #713043In reply to: Replicate Header are above menu.
Hi,
try adding this code inside Quick CSS field:
.header-mountains img { position: relative; top: 15px; }I can see your mountan as a highlight indicator just fine: http://imgur.com/a/XlaWF
Best regards,
AndyNovember 16, 2016 at 4:51 pm #713031In reply to: Add Roboto Condensed as a font option in Child Theme
Hey Marsha,
check out this one here: https://kriesi.at/support/topic/roboto-condensed/#post-388143
Best regards,
AndyNovember 16, 2016 at 4:50 pm #713029Hey!
Please try adding following code to Quick CSS
.av-masonry-image-container:after { color: blue; position: relative; top: -150px; left: 10px; width: 100%; font-size: 50px; font-weight: normal; content: '\E803'; font-family: 'entypo-fontello'; }Best regards,
YigitNovember 16, 2016 at 4:44 pm #713025Hallo Andy,
xpoveda hat also asked the same question. I have tried the codes what Yigit offered on my website but it doesn`t work.https://kriesi.at/support/topic/on-hover-effect-in-masonry-images/
November 16, 2016 at 4:43 pm #713024Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
YigitNovember 16, 2016 at 4:34 pm #713011In reply to: sidebar logo icons
Hello,
it is getting a little but confusing. I was not aware that I needed Ismaels code and your code at the same time.
Can you please write the whole code to insert so that´s no confusion please?My code looks like this now, and it still brakes the subbuttons:
.sidebar_left {
-moz-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);}
.sidebar_left .inner_sidebar {
margin-right: 0;
}.sidebar_left .menu li a {
border: 1px solid #e1e1e1;
border-right: 0;
border-left: 0;
margin: 0 0 -1px;
padding: 12px 16px !important;
text-align: left;
}.sidebar_left .menu li:first-child a {
border-top: 0;
}November 16, 2016 at 4:26 pm #713000In reply to: Remove animation from gallery
https://kriesi.at/support/topic/remove-image-gallery-animation/#post-126380
I’m just working from the dashboard and do not know how to modify a .js file as the above link references.
November 16, 2016 at 4:24 pm #712996In reply to: Single Post und Archiv Probleme
Hey DerNeumi,
bei mir wird auch auf dem Desktop alles im Blocksatz dargestellt: http://i.imgur.com/peforH4.png
Gruß,
AndyNovember 16, 2016 at 4:17 pm #712983In reply to: modification slider header
Hi Andy,
I’ve just checked the login details. Should be working (see below) The fullstop ist not part of the password, maybe this was the problem.
Best regards,
EllieNovember 16, 2016 at 3:43 pm #712947In reply to: Top Bar in Enfold Theme
The question is:
a) How can I enable the “Extra Elements” to the header, but with an invisible header, whilst this “extra elements”act as a top bar?
b) I mean, the header would be invisible until scroll down, but meanwhile, the extra elements (top bar) would be sticked from the beginning.
c) Also, I have a picture in the website, and this extra elements (topbar) should be dark transparent, over the picture.
Here is the link: http://www.linchen.com.br/index.php/temp/
November 16, 2016 at 3:36 pm #712942In reply to: Mobile Menu and Image Slider
Hey Epic,
please have in mind that we’re working on hundreds of different posts each day. So it will be almost impossible to remember what you’ve written in any other thread.
Also please keep in mind that we cannot provide you big customizations of the theme and this support we’re providing here is about basic things and if you have problems with our theme, which should not happen. So normally you would hire a freelance developer for this customization you want to achieve. However, I am making an exception for you right now.
To put your mobile menu inside header meta area instead of header main area and to remove your header main area on mobile, use this code:
@media only screen and (max-width: 767px) { #header_meta { z-index: 0; } #advanced_menu_toggle { top: -37px; left: -5px; } #header_main { height: 0px; }}To adjust you slider’s height on mobile use this code:
@media only screen and (max-width: 767px) { .avia-slideshow.image_no_stretch li img { height: 200px !important; } ul.avia-slideshow-inner { height: 250px !important; }}Adjust everything as needed.
Best regards,
AndyNovember 16, 2016 at 3:34 pm #712940In reply to: Where do I find the mobile settings?
Hi Hanna,
It’s all CSS so there’s no specific place to edit your mobile site. But yes, you can create sections to only show for mobile. Make sure to assign IDs to your Color Sections, then you can use CSS like this to show/hide the correct one for the right screen size:
@media only screen and (min-width: 768px) { #section-desktop { display:block !important; } #section-phone { display:none !important; } } @media only screen and (max-width: 767px) { #section-desktop { display:none !important; } #section-phone { display:block !important; } }Best regards,
RikardNovember 16, 2016 at 3:22 pm #712930Topic: Repeating header image.
in forum Enfoldfanlokbun
ParticipantHi I want to add a repeating background image to the header to form a stripe. I have followed the instructions in this thread but can’t get it to align properly. https://kriesi.at/support/topic/how-to-add-a-header-background-image/
The image is 7 x 88px. Here:
http://fordtractorsales.co.uk/wp-content/uploads/2016/11/fts-header-back.pngIt also needs to shrink with the header when you scroll down.
Thanks
RobNovember 16, 2016 at 3:16 pm #712923In reply to: Background colour of Boxed Layout not changing?
Hey topsignshexham,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardNovember 16, 2016 at 3:15 pm #712921In reply to: Plugin for subscribe comments
-
This reply was modified 9 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
I’ve found a number of posts in the Enfold forum about disabling related videos on YouTube videos. None of them solved my issue. In the end, I had to hack /enfold/js/aviapopup/jquery.magnific-popup.min.js and change
src:"//www.youtube.com/embed/%id%?autoplay=1to
src:"//www.youtube.com/embed/%id%?autoplay=1&rel=0Is this really the only solution? Is there any way to do this without having to hack a core Enfold file? I’m concerned about the long term viability of doing this.
Topic: Repeating header image.
Hi I want to add a repeating background image to the header to form a stripe. I have followed the instructions in this thread but can’t get it to align properly. https://kriesi.at/support/topic/how-to-add-a-header-background-image/
The image is 7 x 88px. Here:
http://fordtractorsales.co.uk/wp-content/uploads/2016/11/fts-header-back.pngIt also needs to shrink with the header when you scroll down.
Thanks
Rob
