-
AuthorSearch Results
-
April 8, 2017 at 2:41 pm #774512
In reply to: resizing space between columns
Hi Rikard,
In order to avoid clutter I thought I’d reply to this topic instead of opening a new thread, my bad. What I want to accomplish is a 1/4 1/4 1/2 column layout with less space between the colums than the default space.
Please see screenshot here: http://imgur.com/NQ9oFB1
Cheers,
Steven
April 8, 2017 at 2:24 pm #774504In reply to: Web Translation into multiple languages
Hey Jessica,
Here are a few useful links on the topic for you:
https://kriesi.at/support/topic/how-to-translate-enfold-site-with-wpml-correctly/
If you need further assistance please let us know.
Best regards,
VictoriaApril 8, 2017 at 2:21 pm #774501In reply to: Odd search feature behavior
Hi NMOI,
I tested in Chrome, Safari and Firefox on a Mac, alway got the search field. It could be happening if there is an error in Javascript, then it can stop working, but even than it’s not always the case.
If you need further assistance please let us know.
Best regards,
VictoriaApril 8, 2017 at 2:12 pm #774500In reply to: menu position
Hi Noelle,
You’re trying to keep the menu at the bottom of the header with this:
#top #header .av-main-nav > li > a { line-height: 140px !important; }It pushes the menu down, but when the header shrinks, this code keeps the menu lower. if you don’t use this css rule, the menu is higher, aligned with social links buttons, looks nicer and works with the shrinking header.
Here is the solution, if you still want the menu lower and work with the header:
#top #header.header-scrolled .av-main-nav > li > a { line-height: 44px !important; }If you need further assistance please let us know.
Best regards,
VictoriaApril 8, 2017 at 1:23 pm #774490Hi Ope_Market,
Here is how you can get the images back, if you had them backed up
https://wordpress.org/support/topic/images-in-library-have-disappeared/If you need further assistance please let us know.
Best regards,
VictoriaApril 8, 2017 at 12:47 pm #774479and !!! what do you inserted in your video link ? this ist your site where the video to youtube is linked ?
that is why you got that scroll you got an iframe in an iframe !see again here: https://webers-testseite.de/ikom/video/
do as manual link on your page direktly the link to youtube page :
https://www.youtube.com/watch?v=waXFJHu2Jy8?autoplay=1&rel=0&iframe=true-
This reply was modified 8 years, 11 months ago by
Guenni007.
April 8, 2017 at 12:46 pm #774478In reply to: H1 doubled in Posts
OK – i got it but i have to say that this is something you should REALLY write down somewhere:
If you dont use ALB – the posttitle is printed automatically on top of the post
If you use ALB – it doesnt.This behaviour might be by purpose – but nevertheless ist confusing and not logic.
It needs a lot of time to figure that outApril 8, 2017 at 10:59 am #774434In reply to: LayerSlider manual update
Hi,
Yes, LayerSlider shows up in the plugins list, but no, I didn’t install the standalone version. I’m not noctambulic : I know what I did and what I didn’t. Do I need to show you my purchase’ list on Code Canyon?
I understand that it should work like on your test installation, but it’s not. This is precisely why I need your help.
Did you check the ticket I mentioned in my previous message? It’s the same problem I’ve already had with a previous Enfold update and your colleague had to do it himself: https://kriesi.at/support/topic/update-plugins/#post-454875.
Thanks
April 8, 2017 at 10:58 am #774433In reply to: Responsive problems Fullscreenslider
Hi,
Great, glad we could help and thanks for the kind words :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 8, 2017 at 10:39 am #774428Hi,
It seems like requesting two videos at the same time is not allowed by Vimeo: https://vimeo.com/forums/help/topic:114568, maybe you could try hosting one of them on Youtube?
Best regards,
RikardApril 8, 2017 at 10:27 am #774422Tx for your answers guys.
I’ve integrated the Youtube URL directly (without the iframe code), I just have a bottom margin left.
Here is the page URL : please click just under the main header image on the small image tablet with the player.As you can see, I have the scroll bar on the right of the lightbox I’d like to remove. To remove the padding at the top and left I’ve done this ‘(ID video on the color section with a text block and my video link)
#video .container { padding-right: 0; padding-left: 0; } .html_header_transparency #top .avia-builder-el-0#video .container { padding-top: 0; }How to get rid of the scroll bar and the small bottom white part?
Tx !April 8, 2017 at 10:04 am #774417Topic: Ipad Menu Options
in forum EnfoldJmiro1
ParticipantHi,
Is there a way to make the top menu for ipad different than the desktop menu? The phone meny looks fine but the ipad menu has the logo overlapping the text because there are too many menu items.
Can I arrange it so that specific menu items are shown depending on ipad vs. laptop?
Thank you for your help,
Joaquim
April 8, 2017 at 9:29 am #774406In reply to: Slider arrows wrong color.
Hi!
Add the following CSS
#top .avia-slideshow-arrows a { color: #fff !Important }
let us know if there is anything else we can help with
Best regards,
BasilisApril 8, 2017 at 9:28 am #774404In reply to: Enfold: How to get the search box bigger and moved
@cykelstyrken take a look in /enfold/includes/helper-main-menu.php. You will find a couple of action hooks that can be used to add extra content. Some of them are dependent on the header style you have chosen in the enfold setting (e.g. menu below). First of all you need a child theme either to use the hooks in the functions.php of the child or to overload templates.
For example if one would like to have the search box above the header you would use the following function and style it via css:
add_action ( 'ava_main_header', 'mmx_header_search' ); function mmx_header_search() { echo '<div id="mmx_header_search">' . get_search_form(false) . '</div>'; }To get the header style like in your example you could use the enfold header style ‘logo left, menu below’ and add the following code to your child themes functions.php:
add_action ( 'ava_before_bottom_main_menu', 'mmx_header_search' ); function mmx_header_search() { echo '<div id="mmx_header_search" style="display: inline-block; position: absolute; top: 2em; right: 3em;">' . get_search_form(false) . '</div>'; }This examples should give you an idea how to accomplish this task and where to start. Have fun.
April 8, 2017 at 9:22 am #774402In reply to: Issues with the listing of categories
Hey!
Please take a look here
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206let us know if that works out for you.
Best regards,
BasilisApril 8, 2017 at 8:56 am #774383well a lightbox is a lightbox – but you want it as big as possible!
please insert into your quick css:
.mfp-iframe-scaler { height: 55vw !important; width: 98vw !important; }you can do 100vw and 56vw – but than i think the close button is out of screen. ( The values concern to 16:9 ratio)
btw: on youtube something changes with embed code !!! do not take the embed code instead look to your url in the browser window for that video on my example (right side) the link in the url is:
https://www.youtube.com/watch?v=B7wkzmZ4GBw
the link given to you by clicking the share button is:
https://youtu.be/B7wkzmZ4GBw
if you click on embed on that screen you will get the iframe link:
<iframe width="560" height="315" src="https://www.youtube.com/embed/B7wkzmZ4GBw?rel=0" frameborder="0" allowfullscreen></iframe>But we need the url in the browser add to that url:
https://www.youtube.com/watch?v=B7wkzmZ4GBw?rel=0&autoplay=1&iframe=true
and place it as manual link-
This reply was modified 8 years, 11 months ago by
Guenni007.
April 8, 2017 at 8:50 am #774381In reply to: Internal nofollow – every post /page to itsself
Hi Thomas,
Great, glad you got it fixed. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardHey Zaccc,
Your post does have video in the content, are you referring to the excerpt? If so then you can select to show the Excerpt field in the Screen Options in the top right hand corner of the screen when you are editing the post.
Best regards,
RikardApril 8, 2017 at 8:47 am #774377April 8, 2017 at 7:14 am #774329Hi Gala,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardApril 8, 2017 at 7:06 am #774319In reply to: TopBar Menu size
Hey mosummers,
First off, thanks for using the Enfold.
To increase the top header height, add the following custom CSS code:
#header_meta { min-height: 50px !important; }Best regards,
John TorvikApril 8, 2017 at 6:08 am #774282In reply to: font size caption title
Hi,
I
ve checked and theres a media query applying this custom font size, so, add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS@media only screen and (max-width: 767px) and (min-width: 470px) { .responsive #top .slideshow_caption h2 { font-size: 9px !important; } }Best regards,
John TorvikApril 8, 2017 at 3:21 am #774268Topic: TopBar Menu size
in forum Enfoldmosummers
ParticipantHow do I change the size of the top bar (above the header) where phone number and social media icons are displayed. I’d like this to be a bit bigger/taller, and also to increase the size of the font and social media icons within the header?
Thank you!
April 7, 2017 at 11:47 pm #774254In reply to: Single product images displays wrong after update
Hey!
The solutions provided work fine.
If you still have issue, please check the forums, there are multiple topics explaining.Thank you
Regards,
BasilisApril 7, 2017 at 11:30 pm #774249Topic: How to edit Buttons on Top Slider
in forum Enfoldselbond
ParticipantI don’t know how to name it but the buttons on the top slider as it seen on this pic. http://i.hizliresim.com/1L6ObA.png
I just want to change them. But couldn’t found in any place.
Could you please help me?
Thanks.April 7, 2017 at 11:04 pm #774240what kind of video link is it – a selfhosted or youtube or vimeo ?
first place an image element . On that element there is a second tab – “link settings”
place an individuell (manuell link) put in the video url
and just try to ad after the url ?iframe=true f.e.https://vimeo.com/4949853?iframe=truethe first option must added with the “?” after that each option has to be added by “&” so f.e.
https://vimeo.com/4949853?iframe=true&autoplay=1see here: https://webers-testseite.de/ikom/video/
for youtube i think it is similar to that. For selfhosted i did not do a test til now.
-
This reply was modified 8 years, 11 months ago by
Guenni007.
April 7, 2017 at 10:59 pm #774234In reply to: Contact button on same line as text fields
Hi,
Thank you for sharing the screenshots. As I understand the form is shifted to right in the mobile screen and looks fine on tablets and desktop.
To remove the effect of the code in mobile device please replace the earlier code with the below enhanced version.
@media screen and (min-width: 480px) { .YourCustomClass { right: -52px; }}Best regards,
VinayApril 7, 2017 at 10:57 pm #774232In reply to: Single product images displays wrong after update
April 7, 2017 at 10:17 pm #774223Topic: Horizontal Lines Appearing Over Content
in forum Enfoldwbmiller4
ParticipantPage that we are currently seeing issues on in the most current version of Google Chrome: http://crctest.waterstopmedia.com/
Browser Settings:
“Google Chrome
Version 57.0.2987.133 (64-bit)Google Chrome is up to date.”
Link to screenshot of issue: http://imgur.com/CAw9WDQ
We are currently not seeing the same issue in Internet Explorer.
-
This topic was modified 8 years, 11 months ago by
wbmiller4.
April 7, 2017 at 9:55 pm #774218In reply to: Theme import
Hey,
I rearranged the menu, the demo theme is not so important although it is mixed but I use it to learn the Enfold so it is enough.
FYI: I installed a child theme but didn’t do any changes yet to the theme.My real problem is the mobile menu I mentioned in my past forum issue. You didn’t use arrows to open the sub menus so for example you can’t click on Pages link. It opens submenu when you click.
I think other problems about the choice “sidebar menu” are also the bugs of the theme but I will prefer to use top header so they are not problem for me now.
Details are below. Please be careful with the info, if you enter the wrong info you will be blocked by the system.
I am looking forward for your reply. Thanks. -
This reply was modified 8 years, 11 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Ipad Menu Options
Hi,
Is there a way to make the top menu for ipad different than the desktop menu? The phone meny looks fine but the ipad menu has the logo overlapping the text because there are too many menu items.
Can I arrange it so that specific menu items are shown depending on ipad vs. laptop?
Thank you for your help,
Joaquim
Topic: TopBar Menu size
How do I change the size of the top bar (above the header) where phone number and social media icons are displayed. I’d like this to be a bit bigger/taller, and also to increase the size of the font and social media icons within the header?
Thank you!
I don’t know how to name it but the buttons on the top slider as it seen on this pic. http://i.hizliresim.com/1L6ObA.png
I just want to change them. But couldn’t found in any place.
Could you please help me?
Thanks.Page that we are currently seeing issues on in the most current version of Google Chrome: http://crctest.waterstopmedia.com/
Browser Settings:
“Google Chrome
Version 57.0.2987.133 (64-bit)Google Chrome is up to date.”
Link to screenshot of issue: http://imgur.com/CAw9WDQ
We are currently not seeing the same issue in Internet Explorer.
