Hi
Is it possible to have a different image on a desktop page/mobile page?
Example:
Desktop: contact page… laying.jpg
Mobile: contact page…standing.jpg
thanks
/lena
Hi guys,
is there a way so that my transparent header can separate the main menu and submenu when scrolling.
I would like the main menu with logo to stay “unsticky” while the submenu becomes sticky and follow the browser window top when scrolling down.
Attaching two images to show what I mean.
Image 1 showing both main menu and submenu
Image 2 showing only the submenu when the user has scrolled down
View post on imgur.com
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
View post on imgur.com
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
-
This topic was modified 10 years, 2 months ago by
gorehalling.
Hi kmac,
Try this CSS, it worked for me :
#top .av-subnav-menu a {
font-size: 14px; }
Found it at this ticket : https://kriesi.at/support/topic/fullwidth-submenu-color-customization/
Hello Vinnie
I’m sorry but I don’t quite understand your answer.
I don’t know what alternate setup you are referring to? – in any case it is not working great for me:-/
Our problem is not regarding opening the portfolio items – they work fine – our issue is with the sorting options(links). They sort properly but for some reason the browser jumps to the top of the webpage when you click on them(the sorting links).
You speak of removing the animation – how does one accomplish that? (as mentioned, we have to take into account that some are using IE9 as their only browser option)
I really hope you can help me solve this issue.
It seems that the problem started to occur with the newest update of wordpress – but I don’t know.
Please help.
Regards,
Johnny
At the frontpage of my website i show the last 4 blogpost. On the desktop it works great, but on mobile the images / titels are to close to each other. There is not enough spacing.
Is it is possible to get 1 blogspost in 1 row with enough spacing?
Example:
https://www.dropbox.com/s/6z81yw49ya9z5cp/Schermafdruk%202016-02-11%2009.46.19.png?dl=0
You can find the website at http://www.degrotedag.net
I hope there is a solution :-) Thanks!
Hi,
On my website http://www.easyliving-emmen.ch I use a full width sub menu for each page. In the backend I set lato and helvetica as font family in simple custom css;
#top .main_menu .menu li ul a { font-style: lato!important; }
and in enfold quick css:
#top .main_menu .menu li ul a { font-family: “Helvetica”, lato !important; }
But each time I go on my website it shows a times new roman type of font and when I update all plugins etc. in the backend, it shows the correct font. On another website http://www.businesspark-zelgli.ch I use the same css and never have any issues.
Do you know what could be the issue?
Best regards,
Michel
Hi Basilis and thanks,
I think I found an answer to my question here:
https://kriesi.at/support/topic/custom-jquery/
yes Ismael that worked on iphone vertical perfect
on landscape iphone the footer menu (Impressum,AGBs) is overlapping the social icons. Can we fix this ?
ALSO: the header Logo is overlapped on top border from the header menu there i would need some spacing
thank you Andreas
Hey!
We are working on your ticket please wait while we update the results here soon.
As I understand you like the header to be fixed in the mobile version
We have added the below code in quick CSS and made the mobile version header to be fixed
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed!important;
}
}
Best regards,
Vinay Kashyap
-
This reply was modified 10 years, 2 months ago by
Vinay.
Hey!
I tested your site on the IE9 simulator all tho simulators render the webpage close to the original browser there might be small differences.
The Portfolio items are opening in a different page and it seem to be an alternate solution to prevent the page from jumping to the top.
Usually if you remove all animations and some modern features the problem in IE9 goes away but that will make your website look bland in new browsers without any animations or modern effects that a majority of the users would otherwise experience. To be frank even Microsoft has stopped supporting IE9 and other old browsers simply cannot keep up with the new technology and features that web has to offer.
Glad this alternate setup works great for you.
If you have more questions please feel free to get in touch with us.
Cheers!
Vinay Kashyap
Hi Ismael,
Thank you for that info. Ok lets limit this discussion to Site 1 listed above, for now.
I added a height: 110px!important; to the CSS. This was to center the icons.
@media only screen and (max-width: 767px) {
#top #wrap_all #photo-center .flex_column.av_one_third {
width: 31%;
height: 110px!important;
float: left;
clear: none;
margin-left: 1%;
}
} /*Content Element: Icon*/
There are a few problems:
1a. Portrait orientation – The section is still to tall. It is much larger than the slider > which should be the focus of the page.
1b. Landscape orientation – Perfectly proportional.
Is this difficult to change one without affecting the other? I would be ok if the landscape view section was smaller. That is ok.
2. The icons are text are too large. They don’t look like they are proportional to a mobile site. Will you add some CSS to the above to shrink the icons and text? Perhaps this will help the section height problem.
3. The background image needs to move left. I used this CSS some months ago and now it seems to have no effect now?? It’s not working.
@media only screen and (max-width: 767px) {
#photo-center .av-parallax.avia-full-stretch.active-parallax {
background-position: 35%!important;
}}
Thanks for your help!
Jas
Hi!
@PRuuPH: Yes, you can still use the code.
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
function avia_append_search_nav ( $items, $args ) {
if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form(false);
$getform = ob_get_clean();
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">'.$getform.'</li>';
}
return $items;
}
Adjust the position with this css:
#top #menu-item-search #searchform div {
opacity: 1 !important;
display: block !important;
top: 20px;
margin-left: 20px;
}
It will require a few css modifications which depends on the site’s header settings.
Regards,
Ismael
Hi eviang!
Thank you for using Enfold.
The social share section has its own sharing pattern and the plugin’s settings won’t affect it. You can use the following filter in the functions.php file:
// modify social share args
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
function avia_add_social_share_link_arguments($args) {
$args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]%20@something&url=[shortlink]';
return $args;
}
EDIT: You have to modify the text query: “?text=[title]%20@something”
The “[title]” is the title of the current post or page, the %20 is a space and the @something is the twitter handle if you want to include it or add any other text.
Usage examples:
https://kriesi.at/support/topic/share-button-twitter-handle-not-showing-when-people-are-sharing/#post-578267
https://kriesi.at/support/topic/changing-words-on-share-function/#post-481864
Cheers!
Ismael
Hi gooseflight!
Thank you for using Enfold.
1.) Please use this css declaration:
.avia_ajax_form h3 {
// style here
}
2.) Yes, you can adjust the width using css. This is the default style:
.avia_ajax_form .button {
margin: 0;
padding: 16px 20px;
border-radius: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
font-weight: normal;
font-size: 0.92em;
min-width: 142px;
outline: none;
}
3.) I’m not sure what you mean by this but you can add a custom script via functions.php file. Example here: https://kriesi.at/support/topic/insert-java-scripts-in-body/#post-579587
Cheers!
Ismael
Hi mdxclr!
That seems as an interest topic.
Can we please also have ftp access? Have you added the Arabic language through the wp-config configuration?
Regards,
Basilis
Hi!
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
margin-top: 0;
display: block !important;
}
}
Regards,
Ismael
Hi mcraig77!
Thank you for using Enfold.
I think its better if you hide the button on mobile view and then add it somewhere else. Maybe, below the slider? Will that work? You can toggle the display of the elements by using css media queries. Example here: https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
Regards,
Ismael
Hi Anne-lys87!
Thank you for using Enfold.
Please use this:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab, .responsive #top .main_color .active_tab_content, .responsive #top .main_color .tabcontainer .active_tab {
background-color: #28343c;
color: #ffffff;
}
Cheers!
Ismael
Hi Jasmer!
Thank you for using Enfold.
1.) Adjust the width of the columns that contain the icons:
@media only screen and (max-width: 767px) {
#top #wrap_all #photo-center .flex_column.av_one_third {
width: 31%;
float: left;
clear: none;
margin-left: 2%;
}
}
2.) Please refer to number 1. Use the google / chrome inspector in order to get the appropriate element selectors. https://developer.chrome.com/devtools/docs/dom-and-styles
I only want this to affect the mobile site only. The desktop site is perfect.
3.) Use css media queries. http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Regards,
Ismael
Hey!
1.) You can move the arrow with this:
#top .scroll-down-link {
margin: 0px 0 0 -42px;
}
2.) Did you set the blog page as “blog” in Enfold > Theme Options panel? Or you can use the blog post element.
3.) Regarding the responsive issue, please move all elements inside a color section. If you have a few elements on the page that are left outside a color section, move them inside. This usually fix the issue.
Best regards,
Ismael
Hi Charlotte!
Thank you for using Enfold.
1.) Set the height of the header in the Enfold > Header panel. Set the Header Size settings to custom then adjust the height accordingly.
2.) Add this in the Quick CSS field:
#top #extended-categories-select-2 {
padding: 20px 20px;
font-size: 20px;
}
3.a) Use this to disable the animation:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none;
animation: none;
}
3.b) For the title:
.av-masonry-entry-title.entry-title {
font-size: 30px;
}
3.c) Remove the date:
.av-masonry-date.meta-color{
display: none;
}
4.) Add the “noLightbox” to the class attribute of the link tag.
In the future, please create a single thread for each inquiry. Thank you.
Cheers!
Ismael
Hi,
It looks great in desktop but when it goes into mobile, i need the logo to flush LEFT.
How do i go about doing this?
Hi charlotteraboff;
I’m not sure but this would help you :
.html_header_top.html_header_sticky.html_large #main{padding-top: 86px !important;}
Hey Event38!
Please do try the following code
https://kriesi.at/support/topic/tables-are-not-responsive/
and let us know if it fixes our issues.
let us know if we can do anything else for oyu.
Cheers!
Basilis
Hello there,
Is it possible to make content in the mega menu scrollable. There are certain laptops where the mega menu is too long. The screens of these computers are too small. So some links are not shown. It would be great when there is a possibility to maken the mega menu to scroll. So those hidden links can be visited. Great theme!
Elliott,
I have tried this tactic in post #169646 & it did not work.
I downloaded the file to make a copy of it, uploaded it into Dreamweaver & made the change. Once done, I uploaded it into my child theme but when I go to the website, nothing has changed…I have cleared browsing history & cache, still same thing.
Okay still waiting for help on this…
Added another css customization that isn’t taking either:
#top .avia-post-nav {background: rgba (125,5,15,0.8) !important;}
The change works in browser debugger.
Hello!
I tried shortcode, but dont work. I think I need change in php.
[av_partner columns='12' heading='' size='no scaling' border='' type='grid' animation='slide' navigation='arrows' autoplay='false' interval='5' custom_class='']
[av_partner_logo id='500' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='501' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='499' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='498' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='497' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='496' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='495' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='494' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='493' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='492' hover='' link='' linktitle='' link_target='']
[av_partner_logo id='491' hover='' link='' linktitle='' link_target='']
[/av_partner]
Please, help me, thank you
BEst regards,
Peter
Hello, I’ve got an issue with the enfold theme, particularly with tables not formatting properly on Mobile.
If you check out the pricing table I have on this page you will see how it is supposed to look. However, if you view that same page on a mobile device the table does not format properly and it lists the prices wrong for the tiers in those columns.
On the desktop version it is setup properly with Starter as Free, Professional at 50/500 and Advanced at 100/1000. When viewing on mobile everything is thrown off and it says the the starter tier is 50/500. How can I format this table differently so it shows up properly for both desktop and mobile versions. Please let me know if you need additional information.
UPDATE: Never mind, I figured it out. I was able to change the first column to highlight and it works well that way.
-
This topic was modified 10 years, 2 months ago by
Event38.