Hello, guys! I’m getting the following error messages on the top and bottom of my website:
TOP: Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_9to5835vgl97bcaojguh6tqj01, O_RDWR) failed: No such file or directory (2) in /home/storage/e/7f/bb/gvbadvocacia1/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
BOTTOM: Warning: Unknown: open(/var/lib/php-cgi/session/sess_9to5835vgl97bcaojguh6tqj01, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php-cgi/session) in Unknown on line 0
What should I do? Please help.
Thanks!
Oh, hold on. I think I’ve answered my own question.
#top .people .no_margin.av_one_fourth {
border-radius: 0px;
border: 6px solid white !important;
}
I did try this before I asked the question, but it didn’t work, but now it does. User error I guess!
Hi,
I’ve been building a site this week and I’ve encountered a problem with the short code that I need some help with.
I’ve put a border around entries on a portfolio grid I am using on the “People” page.
However this has also gone over to the front page. I think it is because I have applied the styling to pages split into “fourths”.
#top .no_margin.av_one_fourth {
border-radius: 0px;
border: 6px solid white !important;
}
I have enabled the custom css class thingy, and was wondering if that’s how I only apply it to one place?
Thanks guys…
Hi,
Please add Code Block element to your home page and then add following code inside it
#header_meta, .header_bg { background: orange !important; }
#header * { color: white !important; }
@media only screen and (max-width: 767px) {
#top #wrap_all .all_colors h1 { font-size: 24px !important; }
#top #wrap_all .all_colors h2 { font-size: 20px !important; }}
Best regards,
Yigit
Hey pako69,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all #av-burger-menu-ul li a {
font-size: 20px;
}
If that does not help, we are going to need to see your live site :)
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.caption_bottom .slideshow_caption .slideshow_inner_caption {
padding: 0;
}
#top .avia-slideshow-button {
margin-top: 0;
}
}
Best regards,
Yigit
Hello,
Since the update of w3tc I lost a lot of functions in my website. I had to stop using w3tc.
Switching the minify to manual worked. And all the functions returned, but nog the site is slow again (pagespeed 40)
No more gzip or minifing of js or css.
I dont get it to work, any idea?>
——
everything is working now, except for gzip, Not everything gets gzipped.
-
This topic was modified 9 years, 5 months ago by
Wolf.
But autoplay is not restricted on IOS anymore…. Please see the link I posted.
Hey elliot-a,
autoplay is restricted due to vendors of mobile devices. You need to use a Video Element for it instead.
Best regards,
Andy
Hey peanuttario,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
body#top.page-id-67, .page-id-67 #header {
max-width: 100%!important;
width: 100%!important;
}
Best regards,
Yigit
If i upload it at double size, it is still ridiculously big, but sharper (of course).
The problem is that it was too small to begin with, but that it seems to be very tiny or enormously big. I would like something in between. But when I upload it in lets say 450×50, the logo is being scaled to a bigger size (don’t know why), and therefore unsharp.
The problem is of course the shape of our logo…
a width of 340 is great on mobile phones also, however, the logo is then very small and hard to read. So I would like it to be a bit bigger, lets say about 450×50 on laptop screens and what is was before (original) on the phone screens. How to make that possible?
Hey Claudia,
I changed z-index to 2 in following code
#header .widget {
left:0%;
padding-top: 0;
margin-top: -10px;
position: absolute;
top: 0;
transform: translate(-10%);
z-index: 2;
}
Please review your website now
Best regards,
Yigit
Hi,
I added following code to Style.css file of your child theme
.avia-menu-text img {
top: 5px;
position: relative;
}
Please review your website now
Best regards,
Yigit
Hi – I already tried this but it ends up in the header area not in the meta area next to the social icons where I want the flag, please view here: http://reservoir.no/no/startsiden/
Using the following css:
#header .widget {
left: 10%;
padding-top: 6px;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
What am I doing wrong?
Hi,
this is very confusing to me. Please keep writing about one issue only and feel free to open a different ticket for more questions/issues.
To move your buttons use this code:
#top .avia-post-nav {
top: 90%;
margin-right: 83px !important;
margin-left: 83px !important;
}
and adjust as needed.
For the other issue as already said please hire a freelance developer for this job: http://kriesi.at/contact/customization
Best regards,
Andy
Awsome! That worked. There is another issue now, when the search box opens it is off the left side of the screen so you only can see the right side of the box. When you type in a search you can’t see what you type as is is off the left side of the screen??
Is there a way to get the search in the top header? I’ve tried this https://kriesi.at/support/topic/search-icon-on-mobile-devices/ but I end up with [avia_search] in the top menu instead of teh search icon.
Hi.
Thanks for the code. It works in child themes style css but not in quick css??
There is a problem though, it appears in the centre of my logo, either on top or behind.
I have played around with the top and right margins but that just moves the cart and drop down menu with it??
Maybe it needs to go in the top menu as a fix?
I’ll leave it so you can take a look. The problem is on a smart phone (mobile) view.
Hi,
Please try changing the code to following one
function avia_custom_blurry(){
if(!wp_is_mobile()){
?>
<script>
jQuery(window).on('scroll', function () {
var pixs = jQuery(document).scrollTop()
pixs = pixs / 100;
jQuery(".blurry-slider li").css({"-webkit-filter": "blur("+pixs+"px)","filter": "blur("+pixs+"px)" })
});
</script>
<?php
}
}
add_action('wp_footer', 'avia_custom_blurry');
Best regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .all_colors h3 {
font-size: 12px;
font-family: 'Arapey';
font-style: italic;
}
.av-main-nav > li > a {
font-weight: normal;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
I found another post about this and it gave me an idea of where to look. I changed the 210 & 135 numbers (previously were 175 and 100)
scroll_top: function()
{
setTimeout(function()
{
var target_offset = target_wrap.offset().top - 210,
window_offset = win.scrollTop();
if(window_offset > target_offset || target_offset - window_offset > 135 )
{
$('html:not(:animated),body:not(:animated)').animate({ scrollTop: target_offset }, options.timing, options.easing);
}
},10);
},
Hi,
I am using the Polylang plugin and would like to add flags next to the social icons I have in the top left bar. Is it possible to ad a widget to do this?
http://reservoir.no/no/startsiden/
Thanks Elise:)
And another two font-related questions came up …
1. on http://wedding.coeval.de/reportagen/ I used Images as links for the private galleries of my clients. I would love to change the font of the image title, which appears on mouse over, to the font which I used for my content (Arapey, italic).
2. I would like to change the font of my menue from bold to regular, or from regular to light (I’m not sure which one is used actually).
The font in the dropdown menue is already thinner, and I would like to use this thin/light version as well for the topics like “portfolio”, “info”, … :)
Thank you Vinay
but i think you misunderstand me
i only need to change 2 borders
please see attached image
View post on imgur.com
Your code change all the “td” top border
is there any way to target it like maybe using nth child / item or something similar ?
thank you
Hey swelzel,
Thank you for using Enfold.
1.) Yes, this is possible. Please add this in the functions.php file:
add_filter('avf_logo_subtext', 'avf_logo_subtext_mod');
function avf_logo_subtext_mod($sub) {
$sub .= "YOUR TEXT HERE";
return $sub;
}
And style it with this css code:
.logo .subtext {
position: absolute;
top: 30px;
}
2.) Could you please provide a screenshot? You can try the phone info field.
Best regards,
Ismael
Hi,
When I change it this way, the logo is bigger indeed, but does not scale down when scrolling down.
Also it sticks to the top of the header, but it should be put in the middle.
And on small screens the logo stays as high and is pinched together. It should rescale a bit.
What do I have to change?
Thanks in advance,
Sara
Hi,
The video on tablet device does not work fine and load the fallback image (as you can see from the screenshot image attached in the previous email).
What is the actual screen resolution of the samsung device? You might need to adjust the value of the view port in the css media queries.
@media only screen and (max-width: 1024px) {
.hide-mobile { display: none; }}
@media only screen and (min-width: 1025px) {
.hide-desktop { display: none; }}
Best regards,
Ismaelo
Hi Jordan,
Yep, running the latest version (3.8). Since we need to have the logo displayed in the middle, I couldn’t use the header settings position( menu left and logo rightleft). For that reason I used this in the Child CSS:
/*Always hamburger menu*/
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }
/*Hamburger menu left alignment*/
a#advanced_menu_toggle {
left: 10px;
}
#advanced_menu_toggle
{border:none!important; font-size: 60px!important; color:#de0a1c!important;}
.avia_desktop #advanced_menu_toggle:hover
{
background: none!important;
border:none!important;
}
#advanced_menu_toggle:after {
content: "MENU";
font-size: 24px !important;
left: 56px;
position: absolute;
top: 0px;
color:#7b7b7b!important;
}
and added this to the child’s functions.php:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
function avia_replace_standard_icon($icons)
{
$icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811');
return $icons;
}
Thanks for you help!
Hi,
To target individual elements please enable custom css class name as mentioned in this link kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And use the css provided earlier in combination with the class name that you add to the table.
Example
.main_color .custom-table-class td {
border-top: 6px solid #e1e1e1!important;
}
Best regards,
Vinay
Hi Jordan,
I don’t know how to create a mockup but it’s easy to explain what I want to achieve.
On this site http://syngenera.com/ there are 4 horizontal rows
Top row is the Logo section
2nd row is the menu
3rd row is the main content
4th row is the socket
I’d like to place an image behind the logo which will fill the entire background of the Top row
When I try putting in a background image for the Logo Area via the Enfold settings it places the image in both the Logo area and the Menu area.
I only want it in the Logo area.
I hope that is clear.
Thanks