Hi Guys,
On my page (http://bit.ly/1cjIjlK) I’ve set the following,
Page Template to ‘Blank – No Header, no Footer’,
Layout to ‘No Sidebar’,
Header Settings to ‘Don’t display the Header’
Footer Settings to ‘Don’t display the socket and footer’
and there’s no content, but I’m not getting a blank page. I’m still getting a bar at the top and bottom of the screen.
What is wrong?
Thanks,
Dave
Hi again- My last issue is on the “Why Cook” page. It is behind a coming soon page, so I’ll post login info in the reply. On a desktop screen, the text is sitting at the right of the numbered buttons on the bottom, but on an ipad it is wrapping below the buttons. What do I need to do to get them to appear the same on both? Is there special css for maintaining the code in mobile view or something? Any ideas are helpful, as I can’t seem to figure it out.
Thanks!
Angie
I have same issue as
https://kriesi.at/support/topic/header-settings-on-blog-page/
what is happening
and what is correct fix
?
update:
removed it on my blog listing page (deselected blog from theme settings and WP reading settings)
I can not remove it from an individual blog post
Update 2:
edited
Single Post (single.php)
removed if( get_post_meta….
and that got rid of header
What is it that I am missing here so that i am not editing php
-
This topic was modified 12 years, 4 months ago by
aribann.
hello Yigit,
thx for your support. You gave me the idea :-)
Have nice christmas
This code fixed my problem. Maybe another one can use it too :-)
@media only screen and (min-width: 767px) and (max-width: 989px) {
.avia-promocontent {
margin-right: 0px;
min-width:50%;
}
.responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap{
width:100%;
margin-top:4px;
position: relative;
top:0; left:0;
text-align: center;
float:none;
}
Hey jamesmac007!
You will need to use the iframe code generated from Vimeo for that video and add it to a text block. The oembed method doesn’t accept the autoplay parameter in the url.
Best regards,
Devin
Hey dawsmik!
Can you post the link to your website? Many Enfold users are using yoast seo and it is one of the plugins that are recommended ( https://kriesi.at/support/topic/recommended-plugins-last-update-04-09-2013/ ). Please try deactivating all active plugins and check if one of them causing the issue. Then you can activate them one by one to find the culprit
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well
@media only screen and (min-width: 767px) and (max-width: 989px) {.avia-promocontent {
margin-right: 0px; }
.av_promobox .avia-button {
right: 59px;
top: 75%; }}
Regards,
Yigit
I found the solution to removing the “archive for category” text in the header in this thread.
I’m new to this theme and haven’t updated it before, but will this edit be undone each time I update? Is this a file we should copy over to the child theme?
Thanks.
Hi,
I have similar problem and I found something in this support page that resolve the situation with the blank page in advanced layout editor.
Go to the top right of the page your are editing and click in the screen options (near help button) then select or chek Avia Layout Builder!
It works for me. Hope it can help you!
this is the post i’ve seen:
https://kriesi.at/support/topic/cant-edit-text-in-advanced-layout-editor/#post-119904
This reply has been marked as private.
I would like to use the ‘video’ media element and have it auto play a Vimeo video.
Could you please tell me how that could be done.
Hi dawsmik!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
.fixed_header #main {
padding-top: 61px;
}
2) Not sure if i understood this one clearly. Can you elaborate?
3) You can either choose one of headings or add following code on Text tab
<p style="font-size: 44px;">your text here</p>
http://i.imgur.com/rBqGyWs.jpg
4)
.main_color .avia-icon-list .iconlist_icon {
background-color: #6a2f79;
}
Cheers!
Yigit
Hey lsmith7806!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #header .mega_menu_title a {
font-size: 13px; }
Cheers!
Yigit
Hi!
You can add !important to Ismael’s code to force it as following
@media only screen and (max-width: 767px) {
.ajax_controlls {
position: absolute!important;
z-index: 100!important;
right: 0!important;
top: 160px!important;
}
}
Regards,
Yigit
Hi there,
URL: http://www.videyou.nu/wp
I have created a slide which has video in a DIV, on desk/laptop it is showing fine but not on Iphone..
Any suggestions?
Thanx!
Hey!
Unfortunately this can happen if a database error occurs (i.e. if the data transmission fails and the data in the database is corrupt or if the server stops to write the data to the database because of the number of requests/procedures, etc.). I suggest to make a regular backup of the database every day (i.e. with tools like: http://wordpress.org/plugins/backupwordpress/ ) and then you can restore it if some data is corrupt.
Cheers!
Peter
Hey Emmanuelppp!
The single product template does not support a right sidebar at the moment. It would require some major template rewrites and some theme code customization. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ – if more users request it we’ll look into it.
Regards,
Peter
Hi!
You can adjust the portfolio ajax control using this:
@media only screen and (max-width: 767px) {
.ajax_controlls {
position: absolute;
z-index: 100;
right: 0;
top: 160px;
}
}
Adjust the bottom position.
Regards,
Ismael
After the latest Enfold update, the accordion filter no longer works. When a filter tag is selected, the entire list of accordions disappears. I reviewed the forum and identified that someone experienced the same issue, but the topic was closed and the problem resolved, but the solution was not disclosed. Your assistance would be greatly appreciated. Thank you in advance for your help.
Enfold v2.5
WP v3.8
Hey markbener!
Please use this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .boxed#top {
width: 100%;
}
}
Remove browser cache then reload the page a few times.
Cheers!
Ismael
Hey!
Just change the color value:
#top #main .sidebar_left .sidebar {
border-left: 1px solid rgba(0, 0, 0, 0.3);;
}
Change the rgba color to something else.
Best regards,
Ismael
Hey!
Just change the color value:
#top #main .sidebar_left .sidebar {
border-left: 1px solid rgba(0, 0, 0, 0.3);;
}
Change the rgba color to something else.
Best regards,
Ismael
Hi!
This css in your child theme is causing the height to be smaller than the content:
/*About page content slider adjustments*/
.avia-content-slider-inner .image-overlay { display: none!important; }
.avia-content-slider-inner { height: 190px!important; }
body .aligncenter { padding: 10px 0!important; }
Specifically the .avia-content-slider-inner { height: 190px!important; }. If you only want that on your “about” page you should add the page id as a selector like this:
#top.page-id-2408 .avia-content-slider-inner { height: 190px!important; }
Also as a general tip you don’t need to have a separate media query for each line in your css, you can have a single query and then all the css declarations inside of it.
Cheers!
Devin
I tried that but no luck. This is what I originally had inside the enfold style section. I tried your code with this code and without.
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul, .responsive #header .main_menu ul {
display: block !important;
position: absolute;
background: none;
top: -20px;
right: 0;
}
.responsive #header .main_menu ul li {
display: none;
}
.responsive #header .main_menu ul li:last-child {
display: block !important;
}
}
Is there a recommendation I can try from scratch. I am also using a child theme and possibly my codes in there might be effecting it. I am willing to start that from scratch as well.