Hi Ismael, the site is https://innerlife-rabe.de/courses-overview/
I followed Peters thread and dowloaded the start- and end-wrappers. But since Sensei 1.9 some changed in Sensei and I tried changing the wrapper files in that way, but I am not happy with what I have done.
Start-wrapper:
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
/**
* Content wrappers
*
* @author Automattic
* @package Sensei
* @category Templates
* @version 1.9.0
*/
global $avia_config;
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
get_header();
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
do_action( 'ava_after_main_title' );
?>
<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>
<div class='container'>
<main style='padding-right:40px' class='template-page content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
End wrapper:
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
/**
* Content wrappers
*
* @author Automattic
* @package Sensei
* @category Templates
* @version 1.9.0
*/
?>
<!--end content-->
</main>
<?php
//get the sidebar
$avia_config['currently_viewing'] = 'page';
get_sidebar();
?>
</div><!--end container-->
</div><!-- close default .container_wrap element -->
<?php get_footer(); ?>
And extra styles in Enfold Child styles.css:
#top.single-lesson #comments{ clear: both; padding-top: 30px; }
header.archive-header {margin-bottom: 30px;}
div.nav-next.fr, div.nav-next.fl { padding-bottom: 30px;}
section.course-meta, section.sensei-breadcrumb {padding-top: 30px;}
/*.container_wrap, .main_color, .sidebar_right {padding-top: 30px;} */
ol#sensei-quiz-list {padding-left: 25px; padding-right: 25px;}
#main .course, #main .course-container, #main .lesson, #main .lesson-container { padding-top: 30px;}
Beside I saw in Sensei docs that they gave us with Sensei 1.9 another way integrating Sensei in a theme by writing some code in functions.php of theme. But I was unsure doing it in that way.
Thanks, Adrian
Hi,
Since you’re using WPML, you have to do this: https://wpml.org/forums/topic/wpml-export-and-import/
Follow the troubleshooting instructions they provided there.
Best regards,
Ismael
Hi!
Use this to adjust the position of the menu:
@media only screen and (min-width: 2000px) {
.html_header_top.html_bottom_nav_header .main_menu {
top: 200px;
}
}
This should work but screens with 2000px++ resolutions are rarely used.
Regards,
Ismael
Thank you very much: that worked perfectly!
You can close the topic now.
My compliments for your incredible theme!
Elena
Hey kirillko,
There’s not a lot of space there but you can try this in Quick CSS:
#top .onsale {
right: 0px !important;
font-size: 11px !important;
}
Best regards,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi
Have you tryed this on my page? On that testpage?
When i inset that iFrame code, same error, when trying to edit Text Block.
I think the problem is not in the iFrame code. I have other webpages made with Enfold theme, and there are no errors with iFrame.
When i am at backend on page where are youtube video embedded starting automaticly, it sonds like it plays two times at the same time. If pause the video, in backround it still goes on. Video stops, but sound keeps playing… like it plays in backroud.
Now on page: http://www.elamasikuntoon.fi/test-2/ is youtube video with autoplay. Try to go backend as an admin, and pause the video. You can hear, that there is another video witch keep playing on the backround…
Very strange…
Hey Welmoed,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page .ck_form.ck_naked {
margin-top:0!important;
}
If you like to further reduce you can also add -ve margin like
.page .ck_form.ck_naked {
margin-top:-20px!important;
}
Best regards,
Vinay
-
This reply was modified 9 years, 10 months ago by
Vinay.
Hey ottopeltola,
Thank you for using Enfold.
Did you insert a woocommerce shortcode inside a content slider? Please use the Product Grid element. The product columns will automatically respond to the current screen size. Or add this in the QuicK CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .products .product {
clear: none;
width: 100%;
}
}
Best regards,
Ismael
Hi tal1234,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .container .av-masonry.av-large-gap {
width: calc(100% + 0px) !important;
}
Regards,
Rikard
Hi aintzerga,
Maybe this thread will help you out: https://kriesi.at/support/topic/line-where-to-put-the-code/
Regards,
Rikard
Hey einfachkom,
Thank you for using Enfold.
I’m sorry but this is not possible. You can automatically set the top-level pages by enabling the “Automatically add new top-level pages to this menu” option but yu have to set the sub pages manually.
Best regards,
Ismael
Hello all!
I recently just installed Yoast plugin into my current Enfold theme and I’m loving it so far, however, ran into a small problem when I was trying to properly implement SEO into my pages.
Everything seems fine but it seems like Yoast is not finding my main keyword in the first paragraph. Not entirely sure why, but I think it’s the way I designed the page (I have the standard text box in a grid row). The message that I am receiving through Yoast is:
“The focus keyword doesn’t appear in the first paragraph of the copy. Make sure the topic is clear immediately.”
The keyword is “sports massage therapy” and the first paragraph does have that keyword. Any advice is greatly appreciated!
Hi,
We are working on this ticket please await for a reply soon.
Please check the test page in private content.
Do check the css class added to contact form 7 in Contacts > forms > _enfold test
and the css added in Quick CSS on the top :)
Let us know if you have any questions.
Best regards,
Vinay
-
This reply was modified 9 years, 10 months ago by
Vinay.
Hey markt8_gmbh,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .header_color strong {
background-color: transparent !important;
}
Best regards,
Rikard
Hey envapk2,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 0!important;
}
Best regards,
Vinay
Hi,
Please try the the following css code:
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: #c3c3c3;
}
#top #header.header_color.av_header_transparency .av-main-nav > li:hover > a .avia-menu-text {
color: #22b3ed;
}
Please copy the code directly from this forum, not from your email.
Best regards,
Ismael
Hi Alex!
Please add to your CSS
#top .av_header_transparency #header_meta {
boarder: none;
}
Let us know if that works
Best regards,
Basilis
Hi dondela,
Please try the following CSS instead, I think it should work better:
.avia_textblock ol li {
list-style: none;
background: url(‘image-url’) no-repeat left top;
padding-left: 21px;
}
Thanks,
Rikard
Hi,
Change the opacity of the lightbox background with this:
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.2!important;
}
On a slightly related note….any idea why the hover overlay for the thumbnail only shows as a thin bar across the top of the image the first time you hover over it after the page loads? It will show if you hover over it again. You can test this on that page by hitting refresh.
I can’t seem to reproduce the issue on Chrome, Windows 7. What is your browser?
Best regards,
Ismael
Hi,
The gap is caused by this css code:
.responsive #top #main {
top: 275px;
position: relative;
}
Why did you add the top property?
Best regards,
Ismael
Hi,
This is the same issue with the ajax add to cart when you use the advance layout builder for products: https://kriesi.at/support/topic/ajax-add-to-cart-problem-with-the-alb-product-list-element/#post-633309
Best regards,
Ismael
Hi,
Could you please provide a screenshot of the issue? We checked the page and the tabs are aligned to the left instead of top which is what you wanted, right?
Best regards,
Ismael
Hi Andy
I’m not using any of he code you mention above?
This is the code for the full width sub menu:
#top .av-subnav-menu .current-menu-item a .avia-menu-text {
color: #c3512f !important;
}
Hi,
I have some pages that use a 3/4 and 1/4 column layout. These content areas are inside a color section because i wanted to save it as a template.
Anyhow, what I find is that the 1/4 content lines up at the very top edge, but the 3/4 content area, with a text block is down about 40px.
You can see an example below:
You can see the quote form in the 1/4 column. I would like the text in the 3/4 column to line up with the top edge of the quote form.
What is the easiest way to make this happen?
Hi nunop..
I’m happy to help.. 1/1 element should works to keep the sidebar on the correct place, then I put the code block elements and write <div id=”customid”></div> it just for the anchor of the button that i made on the top of the page.. however it might be different in case by case.. could you please share the link and tell me what are you trying to do? It would be easier to analyze when i see it in real..
We didn’t make any changes to our theme nor our gravity forms but as of the past day or two, our forms have stopped displaying and we simply have a blank page.
The page is at http://mifos.org/take-action/get-mifos/download-mifos-x and as you can see it loads as blank even though it has The form code which reads [gravityform id=”1″ name=”Mifos X Download Form” ajax=”true”] and the page
Hi Vinay,
While you are looking at this page again, can you see how I can stop the very top horizontal shrinking header from flashing so big when I start to scroll. I can figure where to stop this from happening and it’s pretty tricky to catch it.
Thanks
Lyse