-
AuthorSearch Results
-
July 10, 2016 at 8:18 am #658902
In reply to: Related Products Size and Background
Hi,
Sorry for the delay. Please add this css code:
@media only screen and (min-width: 768px) { .tax-product_cat .template-shop .page-title { display: block; position: absolute; left: 35%; top: 20px; } .tax-product_cat .template-shop.av-content-small { padding-top: 70px; } }If you have additional inquiries, please feel free to create a new thread. Thank you for your understanding.
Best regards,
IsmaelJuly 10, 2016 at 4:18 am #658886In reply to: Mobile Menu Sticky Issue
Ismael,
Thanks! I’ll consider it. I made use of the mobile menu on desktop as well and it works great. You guys should consider removing this from the avia.js for the future release so it’s not an issue.
Thanks,
Leyden
July 10, 2016 at 1:52 am #658882Topic: Abstand Menü -> Logo
in forum Enfoldmynoxin
ParticipantHallo Leute,
ich habe einiges durchgesucht und viele CSS-Codes angewendet, die ich hier finden konnte. Bisher hat nichts geholfen.
Könnt Ihr mir sagen, wie ich den Abstand vom Logo zum unteren Menü vergrößern kann?
Den Abstand nach oben konnte ich mit.logo { top: 15px; }
ändern. nach unten gelingt es mir einfach nicht. Über den richtigen Code wäre ich dankbar! Grazie!
Edit mit zweiter Frage: Wie bekomme ich die Schriftgröße im Top-Down-Menü angepasst, wie im Main-Menu?
Habe für das Main Menu das hier verrwendet:.header_color .main_menu ul:first-child > li > a { font-weight: 400; font-family: ‘Open Sans Condensed’; letter-spacing: 1.5px; font-size: 18px; }
und für das Dropdown-Menu das hier (Änderungen der Schriftgröße werden nicht übernommen):.main_menu .menu li ul a {
font-weight: 400; font-family: ‘Open Sans Condensed’; letter-spacing: 1.5px; font-size: 18px;
}Danke #2 :)
-
This topic was modified 9 years, 5 months ago by
mynoxin.
July 9, 2016 at 8:03 pm #658824In reply to: Custom image float style CSS
Hi,
Thank you for sharing the mockup, to modify specific icon box please add the below css to quick css and the custom css class name “icon-offset” to the icon box element.
.icon-offset .avia-image-container-inner { margin-top: -200px; }Let us know if you have any questions.
Best regards,
VinayJuly 9, 2016 at 4:50 pm #658814Topic: Problems with videos since update to wordpress 4.5
in forum Enfoldmonball
ParticipantHi,
My web http://www.clickam.es have problemes with videos since update to wordpress 4.5. Look at the video at the home page.
I follow the instructions with your post https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ but it isn’t work.
Help me, please
July 9, 2016 at 4:41 pm #658813In reply to: Events Manager Pro captcha field style
I tried adding quick CSS with both auto and 30px and not change. The bottom of the captcha still shows part of the top border. Right now you can see how it looks with the auto.
Unfortunately there is not an option to change the captcha style/version with Events manager Pro. It has a built-in field for captcha and when added it uses this old style Google captcha. This seems to show fine with other themes but for some reason with Enfold it has the style broken.
Thank you!
July 9, 2016 at 3:55 pm #658807In reply to: Set Featured Image below Title
Now it seems to create another problem. It was working fine previously.
http://strategistshub.com/articles/

The image originally when it was above the title stretch full width. Now it seem to become smaller and align to the center.
Adding the following code to the css does not help.
.big-preview { padding: 0 !important; margin-top: 20px;}-
This reply was modified 9 years, 5 months ago by
hzy17079.
July 9, 2016 at 1:55 pm #658781In reply to: Schriftgröße der Textblöcke ändern
Hallo Diana,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Grüss,
RikardJuly 9, 2016 at 1:55 pm #658779Topic: Vertical alignment of content elements
in forum EnfoldNikil_
ParticipantHi there,
I’d like to create a number of pages that have a picture one the left and a contact form or text box on the right (see the two images attached). The two should be aligned at the top. At this point, they are aligned at the middle of the content elements. How do I change this? Thanks in advance!
Best, NJuly 9, 2016 at 1:27 pm #658772Hey Dörte,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
RikardJuly 9, 2016 at 12:47 pm #658760Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Thanks,
RikardJuly 9, 2016 at 12:43 pm #658758hi, sorry the the projects stop for a time.
the site is at maintenance mode and i have deactivate yoast plugin, because i can´t edit the product category pages in the backend, if i activate it by the enfold theme. So you must activate it.
I sent a pm.
kind regardsJuly 9, 2016 at 11:48 am #658739Hi Dörte,
I don’t understand most of your posts above since my german is not too good but I’ve tagged our german speaking moderator for the topic, please wait for his reply. Note that each time you reply to your own topic it gets pushed to the back of our support queue so please try not to do so unless you think it’s absolutely necessary.
Best regards,
RikardJuly 9, 2016 at 10:01 am #658722In reply to: Removing underline in button on Easy Slider
Hey!
Change the CSS with
#top .avia-button.avia-color-light {
text-decoration: none;
}let us know if that works out for you.
Regards,
BasilisJuly 9, 2016 at 7:11 am #658706I figured out that you can make two sections, one that ill hide on desktops/tablets, one that ill hide on mobiles.
I named the section socialjustice, but when I use .socialjustice as an identifier, it doesn’t work.
Here is the code I’m using:
@media only screen and (max-width: 728px) {
.socialjustice {
display: none !important;
}}What a I missing here?
July 9, 2016 at 5:06 am #658696I’ve been trying, trying, trying to use the @mobile stuff and its just not working.
I don’t want to simply disable the parallax, I want to replace the parallax effect with a simple background (image or color) on mobile – while keeping the other elements there.I do not want to hide the entire section on mobile.
According to you guys, the code automatically disables the parallax effect. This leaves a tiny version of the desktop image sandwiched in between two black boxes. Is there a way to get rid of this small image and black boxes and replace it with a different background? In theory, the code should be pretty simple, but its not working. I tried using your code from the previous message as a test and it didn’t work.
At the moment, I would prefer not to hire a freelance developer. This is not a complicated issue. In the past, I’ve had theme support go into my site and make the changes for me. I’m even asking for that, but can you please help me get this done.
Thank you
July 9, 2016 at 4:26 am #658692Topic: Tables on mobile…
in forum Enfoldmrlreynolds
ParticipantHi,
1. there seems to be an issue with the tables on mobile now, when set to display data and then set to scroll on mobile all of the text overlaps.
2. when using WPML and the dropdown language selector option, we would like to see the small down arrow after the first language at the top in the topbar so people can see that there are options. how do we add this back in please?Thanks,.
July 9, 2016 at 3:46 am #658685In reply to: Mobile Menu Sticky Issue
Hi,
You can disable that behaviour but you have to modify the js > avia.js file which is a script file that can’t be modified in a child theme. You have to repeat the modification every time you update the theme. If you’re still interested, edit the file then look for this code around line 464:
win.scrollTop(0); mobile_advanced.css({display:'block'});Remove this line:
win.scrollTop(0);Best regards,
IsmaelJuly 9, 2016 at 3:30 am #658680Hi,
I’m sorry but we cannot hand in our ip addresses. A workaround is to add an actual video element in addition to the color section. Hide it on desktop then display it mobile. You can do that by using css media queries. More info here: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
IsmaelJuly 9, 2016 at 3:20 am #658676In reply to: Content slider arrows
Hi,
Please use this to make it transparent:
.avia-slideshow-arrows a:before { background: transparent; }And change the color of the arrows with this:
#top .avia-slideshow-arrows a { color: red; }Best regards,
IsmaelJuly 9, 2016 at 3:17 am #658675In reply to: content collapsing
Hi,
Add a unique Section ID to the top color section then use that in place of the “.avia-section” selector. For example, if you use “custom-section” in the Section ID field, the selector would be “#custom-section”.
Best regards,
IsmaelJuly 9, 2016 at 2:57 am #658665Hi!
Thank you for using Enfold.
The solution on the previous thread is not going to work properly anymore because the product template has been modified. Please undo the modifications then follow the instructions here: https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
And if possible, please post long codes on pastebin.com.
Best regards,
IsmaelJuly 9, 2016 at 2:45 am #658662In reply to: Youtube videos on smartphones:
Hey,
No, i’m afraid that’s not possible, mobile browsers disable video autoplay due to limited data-usage.
Best regards,
JosueJuly 9, 2016 at 2:37 am #658656In reply to: Blog and Post Sidebar Color Help
Hi,
The sidebar height adapts to the content height now. Replace the css gradient with the following:
.container_wrap.sidebar_right { background: -webkit-gradient(linear,right top,left top,color-stop(#f1f1f1,0.295),color-stop(white,0)); background: -webkit-linear-gradient(right,#f1f1f1 29.5%,white 0); background: -moz-linear-gradient(right,#f1f1f1 29.5%,white 0); background: -o-linear-gradient(right,#f1f1f1 29.5%,white 0); background: linear-gradient(to left,#f1f1f1 29.5%,white 0); }If it’s not working, try this:
.container_wrap.sidebar_right { background: -webkit-gradient(linear,right top,left top,color-stop(#f1f1f1,0.295),color-stop(white,0)); background: -webkit-linear-gradient(right,#f1f1f1 29.5%,white 0); background: -moz-linear-gradient(right,#f1f1f1 29.5%,white 0); background: -o-linear-gradient(right,#f1f1f1 29.5%,white 0); background: -ms-linear-gradient(to left,#f1f1f1 29.5%,white 0); background: linear-gradient(left,#f1f1f1 29.5%,white 0); }Best regards,
IsmaelJuly 9, 2016 at 1:45 am #658637In reply to: Grid Row 100% Height
Hi,
Can you try implementing this (just need to swap some classes to target grid row instead of accordion slider)?
Best regards,
JosueJuly 9, 2016 at 1:43 am #658635In reply to: Menu Bordered Button
Hey!
Try adding this code to the Quick CSS:
#top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text, #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-subtext{ color: #7d7d7d !important; }Cheers!
JosueJuly 9, 2016 at 12:54 am #658623In reply to: Transparent Mobile Menu
Hi Ygit,
The solution works but creates two more issues.
1. The three bars in the mobile menu do not turn transparent (white) as on the tablet.
2. All pages that do NOT have a slider with transparent menu are cut off when viewed on mobile. (The text/image at the top of these pages fall behind the menu bar).Best regards
SimonJuly 8, 2016 at 11:43 pm #658613In reply to: Custom Post Type mystery template
Just as an FYI and for anyone else, I just added this to the top of the template-builder.php file in my Child Theme:
if ( is_singular( ‘books’ ) ) {
get_template_part( ‘single-books’ ); exit();
}and caused the correct template to be used, so I think it’s fine now, but still confused why it’s not using the single-books.php right away.
July 8, 2016 at 10:49 pm #658608In reply to: Remove images from Blog Grid layout
Hi Yigit,
Thanks for the response but it doesn’t seem to work? Do I need to do anything else within the site to help the code work?
Below is the complete quick css box in case something is contradicting it? Thanks for your help.
#avia-menu {
margin-left: 30%;
}
@media only screen and (max-width: 767px) {
h1.av-special-heading-tag { font-size: 35px !important; }}.av-subheading_below {
margin-top:50px!important;
}.av-image-caption-overlay p {
text-align: left;
margin-top: -70px!important;
}@media only screen and (max-width: 767px) {
.av-subheading {
font-size: 20px!important;
}}.page-id-144 .avia-content-slider .slide-image { display: none; }
July 8, 2016 at 7:04 pm #658561Topic: Menu placement
in forum EnfoldCurlyHost
ParticipantI was hoping to have two menus situated similarly to http://wellnessmama.com/ – is it possible for the secondary menu to either show up below the header or to the right of the logo as opposed to the top little area?
-
This topic was modified 9 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Abstand Menü -> Logo
Hi,
My web http://www.clickam.es have problemes with videos since update to wordpress 4.5. Look at the video at the home page.
I follow the instructions with your post https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ but it isn’t work.
Help me, please
Hi there,
I’d like to create a number of pages that have a picture one the left and a contact form or text box on the right (see the two images attached). The two should be aligned at the top. At this point, they are aligned at the middle of the content elements. How do I change this? Thanks in advance!
Best, NTopic: Tables on mobile…
Hi,
1. there seems to be an issue with the tables on mobile now, when set to display data and then set to scroll on mobile all of the text overlaps.
2. when using WPML and the dropdown language selector option, we would like to see the small down arrow after the first language at the top in the topbar so people can see that there are options. how do we add this back in please?Thanks,.
Topic: Menu placement
I was hoping to have two menus situated similarly to http://wellnessmama.com/ – is it possible for the secondary menu to either show up below the header or to the right of the logo as opposed to the top little area?
