Hey!
You can add phone number to top bar and then add following code to Quick CSS in Enfold theme options under Styling tab to make the top bar the same color as header
#header_meta { background-color: white; box-shadow: none; }
#header_main { border-top: none !important; }
Best regards,
Yigit
This reply has been marked as private.
yep, I understand…
Enfold will be the best if it was able to manage mobile/tablet/desktop easely :-)
Hi!
This kind of customization is beyond what we can help with through support. The theme doesn’t have a method for switching elements on or off on mobile only so doing so would need to be custom coded in.
When using the shortcode of the layerslider you are going to need to use a do_shortcode function. The theme however disabled the regular LayerSlider shortcodes because of it how it needs to wrap the plugins sliders. There are quite a few hurdles that need to be jumped in order to get something like the above working unfortunately.
Regards,
Devin
Hi Voilaah!
Yes though it isn’t something we can really walk you through. Kriesi has pretty good inline documentation for the framework so looking through the associated files is your best guide. There are also hooks/filters for things as well: https://kriesi.at/support/topic/add-elements-to-visual-composer/#post-243206
Cheers!
Devin
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.responsive .title_container .breadcrumb {
top: 15px;
}
#top .title_container .container {
padding: 0px 0px 6px 0px;
min-height: 90px;
}}
Regards,
Yigit
OK this is much better :))
The only last detail that upsets me is that Title and breadcrumb are not vertically centered in the container (in the demo they are).
And for the container’s “height” that changes while reducing the window… I suppose it’s because I changed it for the “computer format” no ? (see below). Do I have to change it the same way for “media only screen” ??
Thank you Yigit for your help and for your patience…
Marie
/* Reducing title container’s height and vertically align the breadcrumb */
.title_container .breadcrumb {
margin-top: 0;
}
#top .title_container .container {
padding: 0px 0px 6px 0px;
min-height: 60px;
}
.title_container .main-title {
top: 18px;
}
Hello I have bought the WPML translation tool. If i change the page to english the correct CSS file is not loading.
For example: (German page)
http://www.top-managementberatung.de/fuehrungsfuehrerschein/
English Page:
http://www.top-managementberatung.de/en/fuehrungsfuehrerschein/
The fonts are not correct.
i want to load the same CSS File for English and German Version.
Thanks a lot for support
Hey!
Please replace the code i posted previously with following one
@media only screen and (max-width: 767px) {
.responsive .title_container .breadcrumb {
top: 8px; }}
Regards,
Yigit
Hi
I am trying to change the order of my portfolio categories, and managed to do so in a Portfolio grid by following instructions from this post https://kriesi.at/support/topic/control-order-of-portfolio-categories/ (=I used order by ID, deleted my categories and re-entered them in the order I want them to appear on the screen). But: I am not managing to do the same in a Masonry grid: I tried editing masonry_entries.php but no success.. Could you please tell me which file to edit to change the order in which the portfolio categories in a Masonry grid ?
Many thanks for your help.
Hi I have the same need than in this thread :
https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag/
I’ve guessed the name of the page wp-contentthemesenfoldconfig-wpmlconfig.php (nice name btw :) ) has changed and is now in enfold/config-wpml/config.php
I’ve created a copy within enfold-child/config-wpml/config.php and made the change as detailed in the previous thread. But nothing happened on the website (www.sourcedeprovence.com). What did I made wrong?
Many thanks for your help.
Thomas
This reply has been marked as private.
Hi,
i found the following bugs:
– In Avia editor, when i put a video background (color section) and an embedded video on the same page, if i play the embedded one, the video background stops and never resumes, neither the video slider. In my case, i would prefer that when the embedded video starts, this will mute the rest of the videos, but not stop them.
– I also miss a poster image for the embedded videos.
– In the same editor, if i write in a text box an “a” tag around a “div” tag, it disappears after saving, when re-open the text box.
For example:
<a href="http://mydomain.com"><div class="mystyle">HELLO</div></a>
Becomes:
<div class="mystyle">HELLO</div>
What am i doing wrong?
Thanks in advance
Hey caip!
The code you have added should do it. Can you try changing it to following one
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}
Please flush browser cache after applying the code and post the link to your website if it still does not work
Regards,
Yigit
Hi,
I’ve add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #scroll-top-link {
display: block !important;
}}
Unfortunately the code seems to me to have no effect. At some mobile devices (when the display is placed horizontally) or at shrinked brownser the top scroll button still disappears. Estimated at a width that should be changed as above.
I’d like to have that scroll icon always fixed when I’m scrolling down regardless of the width size of the screen or when resizing.
Thank you!
Hi Yigit.
All our posts do have a featured image set. Please note…we have disable the featured image within the top of each post on the desktop view. I’m guessing that also disables it in mobile view.
Is there a way to keep it disabled is desktop view and enabled in mobile view?
Below is the code you sent from our Quick CSS:
@media only screen and (max-width: 767px){
.responsive .mobile_slide_out .logo img {
width: 80%;
height: auto !important;
padding-top: 15px;
}
}.single-post .big-preview.single-big { display: none; }
div .logo {
top: 20px !important;
}
.header-scrolled .logo {
top: 0px !important;
}
Hi again, Ismael.
Tried downloading both plugins. Altered the sizes, then regenerated the images. The thumbnails are still intact. Still small.
Tried to edit the code directly into the functions.php, raised the values. Saved. Thumbnails still intact.
Seems like there’s not an easy workaround for this. Wish I was a web developer, but my knowledge on the topic doesn’t go that far.
Any other possible solutions will be greatly appreciated. Don’t know if I should keep trying to fix this or look for another theme and ask for a refund for this one. :(
Hi Yigit,
Unfortunately it didn’t work. I’ll post temporary login below.
Can you please fix this as well as my issue in the below thread that hasn’t been resolved? I’ve been hoping someone would look at it but no one has yet.
https://kriesi.at/support/topic/issues-after-update-whitespace-etc/#post-246341
Thanks a lot for this.
Best,
Jonathan
Hey sparkeeey!
I have answered your question here https://kriesi.at/support/topic/ie-issue-2/#post-247196
Please do not create duplicated topics as it is making it harder for us and other users to follow. Closing this one for now, let us continue from your other topic
Cheers!
Yigit
Hi – I added some new items to a Masonry Gallery in a site that I’m building and none of them open in a Lightbox, instead I get a 404 error. All the previously added photos work fine.
Top Left – newly added image
Snowboard Girl – previously added image
http://sundialdev.com/mindmanagement/our-clients/
Any suggestions?
Thanks
Hi!
@karbonato Answered your question here https://kriesi.at/support/topic/wpml-flags-overlapped-by-webiste-logo-on-ios-devices/
@bborsi Login credentials are not working. I am closing this thread. If you are still having the issue, feel free to start a new one
Best regards,
Yigit
Hey magicznechwile!
Please try adding Latin extended subset. See Peter`s post here – https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
Regards,
Yigit
Hello, is there a way to add a phone number to the header if i am using Small non-fixed header? I want to add the phone number on top of the menu and aligned right ? Thank you!
Thanks so much the topic can be closed. :)
OK, great. Thanks for figuring it out!
Disabled al plugins, re-enabled them back again, and that seemed to work. It is still funny though why this stopped working on the first place.
Cheers
Hi, I did start another topic about some issues since you have updated Enfold and the WPML settings had gone not displaying or displaying in a wrong way. One week waiting for a reply so far and posting this because maybe it was marked accidentally as read or solved.
The issue I have been trying to solve since one month ago is to have the WPML flags dislpaying correctly at the header.
So far I have solved with your help the desktop client and android WPML flags displaying but STILL NOT SOLVED (sorry for capitals) the flags on iOS devices. They appears overlapped by the logo and it’s not possible to click on a couple of flags displayed caused by overlapping.
It’s not a problem to share the admin details in order to go through Enfold custom css settings if that helps to solve the issue.
Thank you,
Oriol
I disabled and enabled the plugins and that seemed to fix the problem. I’m only using Akismet, Jetpack and WordPress SEO – weird that it stopped in the first place.
Since I haven’t received any suggestion from march 28th in order to solve this issue I’ll create a new topic to ask for a solution.
Oriol