Viewing 30 results - 134,761 through 134,790 (of 142,897 total)
  • Author
    Search Results
  • #214815
    #214812

    Hey!

    You can use the code I posted here: https://kriesi.at/support/topic/breadcrumb-and-blog-title-formatting/#post-214336

    Cheers!
    Peter

    #214795
    mijyman
    Participant

    Hi there,

    My website:

    http://www.whitestagweddings.com/

    I have added some quick css:

    .home .content { padding-top: 0px!important; }
    .main_menu ul:first-child>li>a {
    font-size: 9px;
    }

    to alter with the padding on the home page and the font size of the menu. In other pages, i.e. pricing (http://www.whitestagweddings.com/pricing/) i’d like to have the same padding but I can’t seem to get it to work?
    Is there any way to alter my code or add code to get the padding to fit on all pages (very small padding between header and page content).

    Thank you very much!

    Andy

    #214791

    Hi!

    WordPress supports a special option field for the portfolio items. Go to Appearance > Menus and click on the “Screen Options” tab in the right top corner. Then tick the checkbox next to “Portfolio Items” and WP will show a new option field for portfolio items.
    Cheers!
    Peter

    #214782

    In reply to: Change Logo Shrink

    code is added to stylesheet now.

    I additionally added the following to style.css in the child theme

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    min-height: 70px !important;
    }

    #top .header-scrolled .main_menu {
    margin-top: 15px;
    }

    I still have the same behaviour like adding the code to quick css. Menu jumps down during scroll up…

    Best, T

    • This reply was modified 12 years, 2 months ago by BASISberlin.
    #214770

    Hi toberho!

    I’m not familiar with the google adwords tracking code but I guess this thread: https://kriesi.at/support/topic/syntax-error-when-adding-tracking-code-to-form-submit-button/ will help you.

    Regards,
    Peter

    #214762

    Thanks, but the problam is still there, the logo is overlapping the menu..

    • This reply was modified 12 years, 2 months ago by asafku.

    Thanks Devin,

    What about this option then: http://pbrd.co/1mFAd8J – the header below layerslider with logo overlapping

    or the same but header on top: http://pbrd.co/1mFAk4m

    Or lastly if overlapping the logo is really such a problem, then just the whole header with normal logo below the layerslider: http://pbrd.co/19TVTO0

    Thanks for the help – the reason for the above ideas is really just to try and mix it up a bit as the standard layout is getting a bit old – you know what I mean…….

    #214759

    In reply to: main blog sidebar

    This reply has been marked as private.
    #214754

    Thanks Ismael – that’s a lot better. I tweaked the color and size a little bit. Right now the button is at the top of the page away from the navigation… I kinda like it that way. However, if my client wants the button to be aligned with the rest of the top menu, what parameters would I need to change in the code? Thanks again for all your help!

    #214747

    Hi!

    Please replace the code using this:

    .main_menu #menu-item-2609 a {
    position: absolute;
    width: 120px;
    background: blue !important;
    display: block;
    top: -11px;
    left: -130px;
    height: 40px;
    line-height: 40px;
    color: white;
    padding: 5px 10px 15px 10px !important;
    }

    Cheers!
    Ismael

    #214746
    Justin
    Participant

    Is there anyway I can stop the logo from reducing in size when scrolling?
    I thought I had this set by adding a max-width the .logo…but that doesn’t work.
    Thanks!

    #214741

    In reply to: Icon Box and Text

    Hi!

    You can adjust the top margin of the columns:

    body .column-top-margin {
    margin-top: 10px;
    }

    Regards,
    Ismael

    #214738

    Hey!

    Please edit js > avia.js, find this code on line 300:

    switchWidth = 767;

    Replace it with:

    switchWidth = 1024;

    This should display the sildeout menu on iPad screens. Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #214730

    Hey studiotopo!

    Can you please give us a link and a screenshot of the page?

    Best regards,
    Ismael

    #214722

    Contact Form:
    Option to use input Name field as a watermark label inside the input bar rather than a normal Text label on top of the input bar.
    (Would look the same as how the captcha equation sits inside the bar.) Would just make the contact form neater and simpler.

    #214706

    In reply to: Gallery for post

    Hi studiotopo!

    You can use the regular WordPress Add Media button just above the visual editor and then select your images to become a gallery.

    Cheers!
    Devin

    #214694

    That image is sized at 414×450 while the rest are 450×450. If the root dimensions before being uploaded are not over 450×450 (like that image isn’t) then WordPress shrinks it down to fit at its longest edge. In this case that leaves it taller than the other images.

    Right now I only see it causing an issue on true mobile size. So you could wrap the max-height in a media query for mobile specifically to shrink it down even further with something like this:

    
    media only screen and (max-width: 479px) {
    #top div .avia-gallery img {
    max-height: 79px;
    }
    }

    Ultimately the issue just stems from using an image that is too small on one edge from all of the others.

    #214688

    Hey Ismael.
    Have now added the new snippet and getting the same results. It is that single image on both galleries for some strange reason.

    This is now what I have in total for this image ordeal

    #top div .avia-gallery img {
    max-height: 333px;
    }
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 132px!important;
    }
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top div .avia-gallery img {
    max-height: 217px;
    }
    }
    #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

Viewing 30 results - 134,761 through 134,790 (of 142,897 total)