Viewing 30 results - 134,671 through 134,700 (of 142,788 total)
  • Author
    Search Results
  • #214686

    Hey David!

    The code above target the mobile screens like iPhone etc. Please add this below:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top div .avia-gallery img {
    max-height: 217px;
    }
    }

    Best regards,
    Ismael

    #214677

    Hey!

    You will also need to then include a custom class on your code and then some css inside the desktop only media query in the css/custom.css file to hide the image on desktop.

    Regards,
    Devin

    #214675

    In reply to: Column modal

    Hi clecocq!

    I’m sorry but this is beyond the scope of support. Please hire a freelance developer to help you. You can visit this link. Request the feature here.

    Regards,
    Ismael

    #214672

    Hey t-creator!

    Please add this at the very bottom of functions.php:

    if(!function_exists('avia_append_lang_flags'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 10, 2 );
    
    	function avia_append_lang_flags( $items, $args )
    	{	
    	    if ((is_object($args) && $args->theme_location == 'avia'))
    	    {
    	        global $avia_config;
    	        global $sitepress;
    			$languages = icl_get_languages('skip_missing=0&orderby=custom');
    
    			if(is_array($languages))
    			{
    				foreach($languages as $lang)
    				{
    					$currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
    
    					if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
    					         
    					$items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
    					$items .= "	<span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
    					$items .= "</a></li>";
    				}
    			}
    	    }
    	    return $items;
    	}
    }
    

    Best regards,
    Ismael

    #214650

    Hi Kean45.

    I am not more than jjust a user and a true n00b, but still, Filezilla shows me French is one of the standard Enfold languages. As is Dutch. Which loads perfectly. So, I guess if you buy the theme it’ll work out fine. And if you already did… Check out these forum topics and solutions:

    https://kriesi.at/support/topic/how-to-change-language/
    https://kriesi.at/support/topic/set-language-in-enfold/

    Best of luck!

    #214642
    bondi2026
    Participant

    Hi there,

    I really like your theme but there is a bugg on android devices.
    When i put the fixed header with social icons, that header goes down while scrolling the page instead of keeping place at the top. It means it goes over the main website area..

    Please can you correct that bug

    Thanks

    #214617
    This reply has been marked as private.
    #214614
    t-creator
    Participant

    Hi, I’m using the Enfold theme with small fixed header. I would like to have the language selector (two flags side by side is enough) on top of the menu (or by its side maybe?). How can I achieve this? Thank you

    João

    #214605
    Violet
    Participant

    Hello,
    I’ve been working on a few sites and have just found a few large issues with windows only browers, chrome, safari and EI
    1. The menu was all squished to the right with very large spacing in-between.
    as seen here
    I added the CSS I found on the support document here…my problem was the same
    https://kriesi.at/support/topic/windows-problem/
    It sort of fixed things then I noticed the sidebar has been pushed down to the end of the page.
    HERE
    Is there a way to fix this, around it or it means using another theme. Yikes too much work.

    Thank you in advance,
    Violet

    PS I love the theme

    #214603
    mscott819
    Participant

    I am using a third-party plugin that creates a custom page that contains a checkout iFrame for WePAY. Unfortunately, it doesn’t style the page based on the theme. I have added code to the functions.php that has allowed me to add my logo to the page:

    if ( ! function_exists( ‘mycred_buyCRED_custom_styling’ ) ) :
    add_action( ‘mycred_buy_cred_page_header’, ‘mycred_buyCRED_custom_styling’ );
    function mycred_buyCRED_custom_styling() {
    echo ‘
    <style type=”text/css”>
    html { background-color: rgb(34, 34, 34); }
    body { width: auto; height: inherit; margin: 0; padding: 120px 0 0 0; overflow: hidden; }
    body { background-image: url(“http://www.crewnami.com/wp-content/uploads/2013/10/Crewnami_Logo_V3.png&#8221;); background-position: top center; background-repeat: no-repeat; }
    body > img { display: none; }
    body > p { position: absolute; top: 24px; left: 24px; margin: 0; padding: 0;
    </style>’;
    }
    endif

    However, I would like it to look like the rest of the site. Unfortunately, that is above my pay grade. I would appreciate any help that could be provided.

    THANK YOU

    #214601

    Hey!

    The gist of what you will do is add the items to your menu like normal. Then add custom classes to them so that you can style those classes like buttons. The WordPress menus manager has a field for custom classes if you go to the top right of the screen and click on Screen Options. Check the box for the classes field.

    Best regards,
    Devin

    #214584

    Hi!

    The css from ismael is not in your quick css that I can see. Instead you have:

    
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 333px!important;
    }
    }
    

    Cheers!
    Devin

    #214577
    noble51
    Participant

    My client wants to use the Blue settings throughout the site to match the blue color of their logo – BUT in the top navigation when you mouse over the menu a thin line appears and then stays there if you choose that page – they want to make it a RED COLOR.

    Is this possible to change with CSS?
    Please… tell me it is possible b/c that’s what I told them. :)

    IF SO, what would that custom CSS be?

    Thanks in advance!

    Paul

    #214576
    This reply has been marked as private.
    #214570

    In reply to: "Post_gallery" filter?

    Hey!

    I still can’t modify the theme files. Please try to insert this code: https://kriesi.at/support/topic/post_gallery-filter/#post-213804 into your child theme functions.php file.

    Cheers!
    Peter

    #214567
    This reply has been marked as private.
    #214563
    This reply has been marked as private.

    Thanks for the reference, Yigit. I will try Werkpress.
    I’ve looked through the source of the theme and it did look doable to me.
    The admin panel looks super flexible as ALB.

    But on the other hand, I’ve seen lots of dependencies with css etc., in the source
    so I had doubts weather such a change would be possible at all.

    Thank you so much for you input.

    Hey!

    I would suggest you to give Enfold a try. It is one of the most flexible WordPress themes available and with the help of a freelance developer, you can make your website look and function the way you want. And if you use an existing theme, it would be faster and cheaper to finish your project. That is what i would do. You can request quote here or find a freelance developer from https://codeable.io/

    Cheers!
    Yigit

    #214542

    In reply to: Search on top menu

    This reply has been marked as private.

    Any ideas?

    #214528

    Hey,

    In narrow screens (like Ipad`s) the menu is hidden by the logo…

    I added the code above but it is not working properly…
    http://www.kuleski.co.il/

    Please Help :)

    Asaf.

    #214509

    yeah, I tried that, I’ve given the section a unique name, referred to it in the custom css, but it only seems to apply on smaller viewports, like ipad or mobile width… when my browser is in desktop it just shows the default height I choose in the editor (for instance 25% height)…
    when I make the browser smaller, it refers tot the height in the custom css.

    as for the background image: found out that this css did some of the trick for smaller viewports, but not exactly what I wanted…
    .avia-section
    {
    background-size:360%;
    }

    • This reply was modified 12 years, 1 month ago by maggie247.
    #214503
    This reply has been marked as private.
    #214494

    Sorry, its not about this topic, but cant send PM … so i do it that way :-)

    @ Glyyphism
    Still looking for grayscale google maps?

    Solution for u with the site u told us about (http://snazzymaps.com/style/15/subtle-grayscale )

    Open class-framework-widgets.php and search for

    var myOptions = {
    		  zoom:".$zoom.",
    		  mapTypeControl:true,
    		  mapTypeId:google.maps.MapTypeId.".$type.",
    		  mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    		  navigationControl:true,
    		  navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    		  center:latlng		  
    		};

    replace it with:

    var myOptions = {
    		  zoom:".$zoom.",
    		  mapTypeControl:true,
    		  mapTypeId:google.maps.MapTypeId.".$type.",
    		  mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},
    		  navigationControl:true,
    		  navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},
    		  center:latlng,
    		  styles: [{featureType:'water',elementType:'all',stylers:[{hue:'#e9ebed'},{saturation:-78},{lightness:67},{visibility:'simplified'}]},{featureType:'landscape',					elementType:'all',stylers:[{hue:'#ffffff'},{saturation:-100},{lightness:100},{visibility:'simplified'}]},{featureType:'road',elementType:'geometry',stylers:[						{hue:'#bbc0c4'},{saturation:-93},{lightness:31},{visibility:'simplified'}]},{featureType:'poi',elementType:'all',stylers:[						{hue:'#ffffff'},{saturation:-100},{lightness:100},{visibility:'off'}]},{featureType:'road.local',					elementType:'geometry',stylers:[{hue:'#e9ebed'},{saturation:-90},{lightness:-8},{visibility:'simplified'}]},{featureType:'transit',elementType:'all',stylers:[						{hue:'#e9ebed'},{saturation:10},{lightness:69},{visibility:'on'}]},{featureType:'administrative.locality',elementType:'all',stylers:[						{hue:'#2c2e33'},{saturation:7},{lightness:19},{visibility:'on'}]},{featureType:'road',elementType:'labels',stylers:[{hue:'#bbc0c4'},{saturation:-93},{lightness:31},						{visibility:'on'}]},{featureType:'road.arterial',elementType:'labels',stylers:[{hue:'#bbc0c4'},{saturation:-93},{lightness:-2},{visibility:'simplified'}]}]		  
    		};

    This works. Have fun :-)

    • This reply was modified 12 years, 1 month ago by docperi.
    #214490
    zerozendesign
    Participant

    Hi guys,

    I am starting this as its own thread since the other has apparently fallen off the radar. If you take a look at http://codelessme.com/casey/abstracts/ and /figures, on tablet and smartphone, the 4th row center image is displaying with a different height than the others. This is causing 2 white spaces to appear on tablet and smartphone. Ismael helps resolve on desktop, but these two issues still exist.

    I was provided with

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 132px;
    }
    }

    on the 21st by Ismael, but it did nothing. Any more help would be greatly appreciated. This is the only speed bump keeping this project from completion.

    Thanks,
    David

    #214486
    This reply has been marked as private.
    #214455

    In reply to: Long Page Titles

    Hey KingConga!

    Please refer to my post here to move breadcrumbs under page title as it is on Kriesi.at https://kriesi.at/support/topic/long-titles-overlapping-breadcrumbs/#post-195768

    Regards,
    Yigit

    #214449

    Topic: main blog sidebar

    in forum Enfold
    jmalevic
    Participant

    Hello,

    Could you please advise on how to set the widgets for the main blog page (latest blog posts archive page).
    I know how to set widgets on pages, posts, forum pages or can set the “displayed everywhere” widgets, but can’t figure out how to set them for my top page which displays the latest blog posts.

    Thank you for your help.

    #214417

    Hey Coronacom!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .page-id-739 .avia-builder-el-10 {
    margin-top: 50px!important; }

    Regards,
    Yigit

Viewing 30 results - 134,671 through 134,700 (of 142,788 total)