Hi,
no the page is still there, I think you were redirected to the start page because of the browser language switch.
I’ve posted the english page link also in the private content.
If it not works, please click at the top menu on “current news” or “aktuelles”.
I make the text which is added via shortcode now red and bigger, so it’s easier to see it.
The red text “This is a test” above the news headline is placed via shortcode left of the @ image at the bottom.
If you take a look at the backend of this page you will see the shortcode [crdeutsch] in a text-block left of the box with the @ image.
So I don’t know why it’s displayed at the wrong location at the frontend.
Hi Rikard,
Thanks for your quick reply. I attach a link to a draft page,
http://www.mcgenergy.eu/wp-admin/post.php?post=834&action=edit
This is what I want to achieve…… To close the text to the icon…. And since if this achieve this on a computer screen, on a mobile screen may appear weird I would need to know if creating 2 items (one for only-desktop and one for only-mobile) I could achieve a perfect fit in both devices,
Thanks,
Thanks Rikard.
Is there a way to have the sidebar display at the top? Is it also possible to have the menu in a closed view until touched open?
Thanks heaps.
John
Hey maggie8741,
1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Please adjust the padding-top value as required.
#av_section_3 .content {
padding-top: 0 !important;
}
2. To display the full image under “WHY YOGA” please try use a colorsection with a image element if that does not work for you edit the colorsection and minimum height to be 100%.
3. Please check the 2/3 column settings and remove the padding it should look fine. if you still have any issues use the below css in Quick CSS
.avia-builder-el-35 {
padding-left: 0 !important;
padding-right: 0 !important;
}
Best regards,
Vinay
Hi,
Great, glad you got it working :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hi,
Ok, thanks for letting us know. We’ll help you out in your other topic.
Regards,
Rikard
Hi,
I’d like to recreate the content slider that is found here: http://kriesi.at/themes/enfold-shop/ (the special heading is: “Recent Top Sellers”. By “recreate”, I mean that I would like to have four or five images fill the screen which is controlled by the forward/backward arrows (not necessarily any text). The content slider comes with small arrows in the upper right and I prefer these arrows in their look/placement. I also like the way a user can move forward through the next series of images. Do you have a suggestion on how to get these arrows and on how to get the flow of images?
Thanks!
Hello Enfold,
Just finished building my site with your theme, thank you for an awesome product!
The site looks great on desktop, tho some content on my homepage, About and Programs look very distorted (mainly text). I know that I should able to adjust with CSS, however, I’m very weak in that area. Would you be able to throw me some codes?
Below are the sections I need help with:
Homepage:
1. reduce the white gap between the advanced layer slider and the content below “WHY YOGA”.
2. display full image underneath the section of “WHY YOGA”
3. adjust text to be properly displayed at screen size in section above clients’ logos
About / Programs:
1. text need to be properly displayed.
Hi,
Could you try removing #top in your CSS?
Best regards,
Rikard
Thanks the code really works.
but since i placed the first code my sidebars are not showing on posts and I do not know why. I tryes every thing tog et them working again but they do not in some of the posts.
http://www.glauber50prefeito.com.br/comecou/ like this example.
This website is receiving 600 view every day and I need desperatly a solution. I opnede another topic but nobody is answering and i do not know if it is related to this change that we made.
Hi,
To reproduce the exact setup as the example link please enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and paste the below shortcode in the page.
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
[av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']
[av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='']
[/av_one_full]
[/av_section]
[av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
[av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
Best regards,
Vinay
Hi!
@Tobiy: One of the reasons was provided here: https://kriesi.at/support/topic/masonry-gallery-hentry/#post-664120
@Dutchman: Thanks for the link. You can implement that in the av-helper-masonry.php file but we don’t recommend adding modifications in the core files of the theme and will only suggest it as a last resort.
Best regards,
Ismael
Hi,
Change the viewport to 1024px as suggested in the previous post. https://kriesi.at/support/topic/single-product-page-sidebar-to-right-instead-of-below-that-wont-break-on-mobile-2/#post-668841
Could you please provide a screenshot of the tab issue? Or provide a link to the product with the issue so that we can check it.
Best regards,
Ismael
Hey enestedt,
Thank you for using Enfold.
Create a new shortcode in the functions.php file:
add_shortcode('avs_posts_tags', 'avs_posts_tags_callback');
function avs_posts_tags_callback() {
//display tags
ob_start();
the_tags( 'Tags: ', ', ', '<br />' );
$output = ob_get_clean();
return $output;
}
Edit the page, add a text or code block then add this shortcode:
[avs_posts_tags]
Related thread: https://kriesi.at/support/topic/show-tags-under-blog-posts/#post-448772
Best regards,
Ismael
Hi,
This filter is actually included in the theme before but it caused errors on some installation so Kriesi removed it. Also, the filter is now deprecated and replaced with a javascript driven text analysis. This is not implemented in theme yet. https://github.com/Yoast/YoastSEO.js/blob/master/README.md
Related thread: https://kriesi.at/support/topic/new-yoast-seo-issue-on-the-new-v3-0-2-update-makes-theme-seo-unfriendly/#post-339923
Best regards,
Ismael
is it possible to have the choice here on board if i browse on my profile to see topics to which i answered!
I’m on 1060 postings now – and sometimes i want to come back to a thread i answered. But to look through the postings i made is heavy.
So a list with themes i answered will be brilliant. To remember the Themes is easier to my old brain. :lol:
Same problem here, Advanced Layout Editor not working in pages, but works fine in posts, it just stopped working while I was editing some pages today.
Hello Ismael,
We like the FIXED option for this element – it gives a 3D effect for desktop layouts.
On mobile, it is showing up now – but scrolls and therefore seems flat; not a dynamic experience for the user.
Is it possible to have the element fixed for mobile as well?
Sincerely,
Greg
Hi,
we have no problems with cache…
You can close the topic.
Thanks
Regards
Biggy
Looking at some other recently opened topics we’re not the only ones having this issue.
Hello
I think I did all to have google map working but it is not working on this site. I even followed the instructions laid out on previous topic thread but it was in vain. I don’t know why this site gives error message, but all other sites are working fine with this API key.
Best,
Austin
I opened a topic for the exact same issue, hope a solution will be posted soon.
I just found out that the problem seems to be isolated to Pages. With all plugins activated the advanced layout editor is working fine in Posts. Is it working for you in Post but not in Pages?
I have implemented this solution https://kriesi.at/support/topic/adding-search-icon-to-mobile-menu-hamburger-icon/ on this site.
When the search icon is clicked in responsive mode, the pop-up search input box appears but it is covered by the hamburger menu icon.
The CSS element .html_bottom_nav_header .avia-search-tooltip also controls the non-responsive behaviour of the search input box when the search icon is clicked on the menu bar, so I need to target the responsive-only behaviour of this element to move the search input box down (or elsewhere so that the hamburger doesn’t cover it).
I have tried this:
@media only screen and (max-width: 1440px) {
.responsive .html_bottom_nav_header .avia-search-tooltip {
top: 85px !important; }}
but it doesn’t work.
I’ve also tried changing .avia-search-tooltip .avia-tt but no success either.
Can you suggest how I can move the input box down please in responsive mode?
Hey Basilis!
I know not all customization support is within the Enfold licence, but it should be great if you give some more explanation to my questions…
1. Is it possible to add a custom class to masonry images?
This function does not support masonry images:
add_theme_support('avia_template_builder_custom_css');
OR
2. Can I change CSS below so only custom link images have a icon on front?
.av-masonry-image-container:before {
content: '\E869';
font-family: 'entypo-fontello';
position: absolute;
border-radius: 50px;
background: #df8f04;
height: 80px;
width: 80px;
line-height: 80px;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
z-index: 500;
text-align: center;
color: #fff;
}
OR
3. Are there other possibilities to show icon only on masonry grid images with a custom link?
Bingo ! See here on top : Link
4 or 6 Icon Circles : most is the same code-block has one less or one more circle.
And only Positioning of the icons is the work to do – all the rest is similar to 5 Icon Circle !
In the Code-Block you only have to complete Link, link-target and fill in you own Caption
-
This reply was modified 9 years, 7 months ago by
Guenni007.
Hallo
in einer FARB-SELECTION habe ich eine Foto als Hintergrundbild angelegt.
Einstellung:
PARALAX
Oben Mitte
Keine Wiederholung
im Desktop wird das Bild bis zum oberen Rand angezeigt. Das Bild rollt im Desktop mit. Im Ipad und auf dem iPhone werden die Bilder nur fixiert angezeigt. Die Einstellung OBEN MITTE in der Bildpositon wird hier leider nicht berücksichtigt. Dabei wird dann der obere Teil – in meinem Fall der Kopf – abgeschnitten. Gibt es einen Einstellung, dass ich das Bild in Mobile erst gar nicht angezeigt wird. soll aber Paralax sein. oder das auch im der Mobilversion der Obere Teil des Bild gezeigt wird.
Beste Grüße nach Österreich vom Andi
The 5 Circle Case:
Some Positioning:
/* the circle itself border-radius has to be more than 50% of height and width */
.circle {
border: 2px solid #059 !important;
border-radius: 250px;
display: block;
height: 500px;
overflow: visible;
padding: 0 !important;
width: 500px;
position: relative;
margin: 60px
}
/* if you like to have a background-image in the circle, with less opacity */
.circle::before {
background-color: transparent;
background-image: url("http://webers-testseite.de/ikom/wp-content/uploads/sh_284363741.jpg");
border-radius: 250px;
content: "";
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
/* if you don't like to change the code itself you can set the icon size here */
.circle .av_font_icon .av-icon-char {
font-size: 50px !important;
line-height: 50px !important;
width: 50px !important;
}
/* this is the class from the code not the caption set by icon element and determines the position where the description is shown */
.circlecaption {
position: relative;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
/* you see in that code that these are the single text elements of each Icon */
.circlecaption span {
display: none;
width: 250px;
font-size: 16px;
text-align: center
}
/* this is the logo or image in the center - hover states must follow than */
.circlecaption img {
display: block;
width: 250px;
}
/* very nice gimmick - the tilde (swung dash) is a special selector - read yourself */
/* it is called: General Sibling Combinator */
.circle .av_font_icon.circle1-5:hover ~ div.circlecaption span.circle1-5,
.circle .av_font_icon.circle2-5:hover ~ div.circlecaption span.circle2-5,
.circle .av_font_icon.circle3-5:hover ~ div.circlecaption span.circle3-5,
.circle .av_font_icon.circle4-5:hover ~ div.circlecaption span.circle4-5,
.circle .av_font_icon.circle5-5:hover ~ div.circlecaption span.circle5-5 {
display: block;
background: rgba(255,255,255,0.8);
padding: 5px;
border-radius: 5px
}
/* hover effects for the hovered links */
.circle .av_font_icon.circle1-5:hover a {
background: #BF00FF;
color: #fff !important
}
.circle .av_font_icon.circle2-5:hover a {
background: #0080FF;
color: #fff !important
}
.circle .av_font_icon.circle3-5:hover a {
background: #00FF00;
color: #fff !important
}
.circle .av_font_icon.circle4-5:hover a {
background: #FFFF00;
color: #000 !important
}
.circle .av_font_icon.circle5-5:hover a {
background: #FF0000;
color: #fff !important
}
/* hovering the icons - let the logo in the circle disappear */
.circle .av_font_icon:hover ~ div.circlecaption .circlelogo {
display: none !important;
}
/* positioning of each icon in the uniform pentagon - so most positions are calculated and nearly not influenced*/
/* - by circle dimensions - 50px is here icon-font-size - but this is a lot trial and error */
.circle .av_font_icon a ,
.circle .av_font_icon span {
background-color: #fff;
}
.av_font_icon.circle1-5 {
position: absolute;
top: calc(0px - 55px);
left: calc(0px + 195px);
}
.av_font_icon.circle2-5 {
position: absolute;
top: calc(0px + 118px);
left: calc(0px + 433px);
}
.av_font_icon.circle3-5 {
position: absolute;
top: calc(0px + 397px);
left: calc(0px + 342px)
}
.av_font_icon.circle4-5 {
position: absolute;
top: calc(0px + 397px);
left: calc(0px + 48px);
}
.av_font_icon.circle5-5 {
position: absolute;
top: calc(0px + 118px);
left: calc(0px - 55px);
}
here some code for responsive case:
@media only screen and (max-width: 720px) {
.circle .av_font_icon .av-icon-char {
font-size: 40px !important;
line-height: 40px !important;
width: 40px !important;
}
.circle .av_font_icon .av-icon-char {
padding: 20px !important;
}
.circle {
height: 350px;
margin: 40px;
overflow: visible;
width: 350px;
border-radius: 190px;
}
.av_font_icon.circle1-5 {
position: absolute;
top: calc(0px - 35px);
left: calc(0px + 135px);
}
.av_font_icon.circle2-5 {
position: absolute;
top: calc(0px + 81px);
left: calc(0px + 301px);
}
.av_font_icon.circle3-5 {
position: absolute;
top: calc(0px + 277px);
left: calc(0px + 238px)
}
.av_font_icon.circle4-5 {
position: absolute;
top: calc(0px + 277px);
left: calc(0px + 32px);
}
.av_font_icon.circle5-5 {
position: absolute;
top: calc(0px + 81px);
left: calc(0px - 32px);
}
}
-
This reply was modified 9 years, 7 months ago by
Guenni007.
Hi!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky .blog #header.header-scrolled {
height: auto;
}
Best regards,
Yigit
Hi again,
I will try to explain better. If would be so kind to have a look at this website – http://dictionary.cambridge.org/
At the very top there is a gray stripe that I DO NOT want to have , but just below it there is Cambridge logo with a picture that stretches full-width.
I would like to have an exactly the same thing here – http://babeldictionary.net/
Thanks a lot
Tom
Hi, I’ve got a layer slider on our homepage with an embedded video. It plays fine on desktop, but on mobile devices the video doesn’t play. So I added a fallback image to show on mobile. That is fine, however, the video is 16 seconds long, and the slideshow pauses for the video to play. Is there a way to override this if the video is over-ridden with an image?