hey Andy,
tipp hat leider nicht geholfen, hab browser cache geleert (Chrome und auch Safari), Ansicht aktualisiert. Gleiches Verhalten auch bei einer anderen Website, die noch auf alter Version ist, auch hier bei “E-Mail”-Feld.
Bei Chrome kann man in den Einstellungen “Desktop Version” einstellen, dann schaut es richtig aus. Bei normaler iPad Ansicht leider nicht. Screenshot ist im Link siehe unten.
lg
Tashi
Hi Andy
Sure, the link is http://help2read.org/the-literacy-crisis, I am looking at he top colour section id is #mobilepics
This one works well, and then image changes, the css I used is:
@media only screen and (max-width: 480px) {
#mobilepics {
background-image: url("http://help2read.org/help2read/wp-content/uploads/2016/05/background5edited.jpg")!important;}
But the section further, section id is #bottompic doesn’t work on mobile, I use the same code really:
#bottompic {
background-image: url("http://help2read.org/help2read/wp-content/uploads/2016/05/background4editedbigfile.jpg")!important;}
I did put both pieces of code inside the @media {} section in the CSS, didn’t work, then tried putting the bottom one inside it’s own @media {} but also didn’t work..
Thanks
Hi Andy,
Sorry the website has since gone live…
The two pages are:
1) http://help2read.org/blog – This has the featured images next to each post which is great.
But once you click the “News” Category in the fullwidth sub menu below the colour section at the top. All of the posts that get called up don’t have the featured images next to them. As you can see here: http://help2read.org/category/news
I would like to have the featured images show up on that page if possible.
Thanks
Hi,
I solved the problem thanks to this link:
https://kriesi.at/support/topic/enfold-image-sizes/#post-336176
It was a height/width ratio thing. I’m new to this so … sorry for not knowing it before :D
Thank you Basilis for the effort
Cheers
am iPad ist das Feld E-Mail höher als die anderen Text-Input-Felder. Tritt nicht am Desktop auf, wenn das Fenster verkleinert wird, nur direkt am iPad. Schaut aus, als wäre die Font-Größe für das eine Feld größer.
Bitte um Hilfe.
Enfold Version 3.6.1
Thanks Vinay! Works perfectly.
I have one other question, I used colour sections for all images and the video background on the site. The images work perfectly on the desktop site but are super zoomed on the mobile site. please go to http://www.victorygapyear.co.za/test to see what Id like the images to look like on the mobile site – I got that image to work well on mobile by using easy full width slider.
Is there any way to make the images fit on mobile without replacing all colour sections with the full width slider?
Thanks for the help.
The responsive menu on my website seems to function well in all environments EXCEPT Safari on iPhone (a 6S running iOS 9.3.2). Works fine on Safari on a Mac, or on Chrome on the iPhone, but with Safari on iPhone, there’s an extra white section at the top that is expanded and lists the menu items, then the rest of the usual website appears below, but there the responsive menu icon is located on the left underneath my logo and the rest of the menu items display in multiple rows below the menu bar. Any ideas?
Hey rlogan2334,
There is a syntax error in the above css.
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) {
.responsive #top #menu-item-shop.cart_dropdown [data-av_icon]:before {
color: #000!important;
}}
Best regards,
Vinay
Tried this CSS as well. It’s something to do with the pages that have a Transparent Glassy Header defined.
@media only screen and (max-width: 767px)
.responsive #top #menu-item-shop .cart_dropdown_link {
color: black;
}
Hi,
.maintenance is used by wordpress during update and it is not recommended to delete this file as it may cause unknow issues in future.
Please check this link for a viable solution https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Vinay
Hello. I need the cart color to be Black on orientations smaller than tablet landscape. I’ve got the following Quick CSS and I can’t get it to kick in. When I set this using Chrome Inspect, it works.
@media only screen and (max-width: 767px)
.responsive #top #menu-item-shop.cart_dropdown {
color: black !important;
}
Thanks!
Hey tonyska,
Thank you for contacting us.
To make these changes please enable custom class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
To reduce top margin on the buttons click on it and add class name “custom_margin”
To add margin to the blog page image click on the image and add custom class name “blog_page_img”
lastly Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom_margin {
margin: 10px 0!important;
}
blog_page_img{
margin-left: 10px!important;
}
Best regards,
Vinay
Hi Andy,
Using the layout element only covers the a portion of the background. I would like the wood texture to go behind the entire site including the right side bar are. Similar to the non blog pages. Please take a look at the two links below.
Also, I gave your group access to backend but for some reason the News and Events top banner is huge compared to the other page banners.
Hi,
you can use media queries for different results on different screensizes, something like this:
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
#top #searchform > * {
top: -104px;
left: -100px !important;
}}
Adjust as needed.
For your searchform on mobile menu use this:
@media only screen
and (max-width: 768px) {
#top #searchform {
position: relative;
top: 166px;
}}
and adjust as needed.
Best regards,
Andy
Ok it added “Read More” link, but gives me following error up top of page now and there is no link on […]
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/09/13966609/html/wp-content/themes/enfold/framework/php/class-framework-widgets.php:1) in /home/content/09/13966609/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
-
This reply was modified 9 years, 9 months ago by
yes9310.
Hello Josue,
I had this warning in debug mode :
Fatal error: Call to undefined function avia_header_class() in /xxx/wp-content/themes/enfold-child/header.php on line 12
I have a copy of the header.php from the parent folder in my child theme :
<?php
if ( !defined('ABSPATH') ){ die(); }
global $avia_config;
$style = $avia_config['box_class'];
$responsive = avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
$blank = isset($avia_config['template']) ? $avia_config['template'] : "";
$av_lightbox = avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
$preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
$sidebar_styling = avia_get_option('sidebar_styling');
$filterable_classes = avia_header_class( avia_header_class_string() );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes ?> ">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<!-- page title, displayed in your browser bar -->
<title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
<?php
/*
* outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
* located in framework/php/function-set-avia-frontend.php
*/
if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
/*
* outputs a favicon if defined
*/
if (function_exists('avia_favicon')) { echo avia_favicon(avia_get_option('favicon')); }
?>
<!-- mobile setting -->
<?php
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
?>
<!-- Scripts/CSS and wp_head hook -->
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
<?php
if("av-preloader-active av-preloader-enabled" === $preloader)
{
echo avia_preload_screen();
}
?>
<div id='wrap_all'>
<?php
if(!$blank) //blank templates dont display header nor footer
{
//fetch the template file that holds the main menu, located in includes/helper-menu-main.php
get_template_part( 'includes/helper', 'main-menu' );
} ?>
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
<?php
if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container'];
do_action('ava_after_main_container');
?>
Best regards
-
This reply was modified 9 years, 9 months ago by
hurraken.
Hey!
I have loaded the web site and I can see them with less Alpha.
Have you solved the issue?
Let us know please and we will be happy to help with anything else needed.
BTW, please do not post on top of a reply, cause it pushes the topic to the end of the line.
Thanks a lot
Cheers!
Basilis
Hi paolol85!
Please take a look here
https://kriesi.at/support/topic/layerslider-zoom-video-to-fill-banner-space/#post-327976
and let us know if that will work out for you.
Thanks a lot for using our theme, we do appreciate it a lot!
Regards,
Basilis
I have a logo that is 960px wide x 222px height. So I use the following custom css. If I make the css the same size, it cuts off the left and right side of the image. I need it to be full size and be flush with the menu border and bottom header border. I tried “Let logo and menu position adapt to browser window” in header behavior but that didn’t change anything.
Also, I would like to change the background behind the logo to white but keep the same blue color on the menu bar. See below… Thanks
Let logo and menu position adapt to browser window.
This partially works with width but not height or position between top and botom borders.
.logo img {
min-width:900px!important;
height:400!important;
}
Hey, so try looking at the screen on a laptop. the first 3 captions are still shifted way more to the right.
how can i put a screenshot on here?
Hi
I would like to apply link to a whole column box. I have added to functions.php the code for custom CSS types on elements and the code from https://kriesi.at/support/topic/apply-link-to-column-box/ and followed the instructions but I can’t see anywhere to put the link.
Any help appreciated.
Hi!
Thank you for the info. Please add this inside the css media query in order to center align the navigation:
body.home nav.main_menu {
top: 100px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
Cheers!
Ismael
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .iconbox .iconbox_icon {
background: rgba(0,14,105,.55)!important;
}
Best regards,
Vinay
Hi,
Add a colorsection with ID #home on top of all content or if you already have a colorsection on top of all content add ID #home to it and change the menu link to #home from #top.
Best regards,
Vinay
Hey smallisland,
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) {
#top #sub_menu1.av-submenu-container {
position:fixed!important;
bottom:0!important;
}}
Best regards,
Vinay
Hi,
Sorry i missed that one earlier, to make the header fixed in mobile devices please use the below css
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed!important;
}}
Best regards,
Vinay
Thank you for clarifying Rikard.
Can I at least modify the anchor structure for the home page to be #home instead of #top?
Hello Enfold Masters & tech friends…
First off, add my voice to the choir that Enfold is the best theme ever! Thank you very much Team Kriesi for creating Enfold and your ongoing work is very much appreciated!!!!!!!!!!!!!!
Now for my problem, I need a little help with :)
I’m building a site out and I made a contact form using the built in Enfold contact form. I did some custom CSS to style it how I want it to look,BUT I’m stuck on figuring out how to put the name, email and phone number TEXT inside of the input field boxes. I believe this is called ghost text.
The closest thread I found that seemed to cover this is the following link…
https://kriesi.at/support/topic/form-style/
Is that solution still current?
I tried to do what was suggested in that thread, but I cant get the ghost text to show up in the input boxes. Right now with that CSS and php applied all I got is blank fields with no text at all. I must be doing something wrong.
I attached a link with a pic of what things look like now, and a pic of what I would like it to look like.
http://s33.postimg.org/e5et7ba4v/All_in_one.jpg
Any help would be much appreciated…
Thanks
Ivy
-
This topic was modified 9 years, 9 months ago by
Ivygrace808.