Viewing 30 results - 141,961 through 141,990 (of 142,808 total)
  • Author
    Search Results
  • #123629

    In reply to: Margin Lay-out element

    Hello Peter,

    Found a solution:

    .avia-builder-el-4{

    margin-top: 0px !important;

    }

    Thanks!

    #24517
    cdsymm
    Participant

    Hi there

    For the past week I have been trawling this forum and the web for a solution to this theme not uploading, maybe I missed something. This is what I’ve done so far:

    Tried uploading the zipped folder directly into WordPress, it doesn’t load.

    Unpacked the files from the zipped folder

    Using blue FTP, tried copying the unpacked enfold folder into the themes folder, the upload does not complete and therefore the theme does not work. The upload seems to stop at the same point every time, even if I use a different pc, I thought it might have been a firewall issue, so I have disabled the firewall, still no luck.

    The upload gets stuck after this file has been installed :

    Enfold/configure-templatebuilder/avia-template-builder/template-builder.php

    So the rest of the folders are not installed

    Can anyone please help me, I am very frustrated.

    Chris

    Hi,

    Since I can’t see your code to give you the correct css for your situation, I will guess. Please add this to your /css/custom.css or to Quick CSS located in Enfold > Theme Options – Layout (textarea at the bottom) . If it doesn’t fit change 247px to a lower or higher number.

    .fixed_header.social_header #main {
    padding-top:197px !important;
    }

    Switching to mobile navigation at larger screen size will annoy tablet owners. I think a better solution would be to lower the menu , however to change the screen size that triggers the mobile menu please open up /js/avia.js and find line 1099 which looks like

    switchWidth: 768,

    Change that number above (768) to 790

    and also please add this css but change 767 to whatever number you put above minus one. so if instead of 768 you put 777 then put 776 below.

    @media only screen and (max-width: 767px){
    .responsive .main_menu {
    position: static;
    }}

    Thanks,

    Nick

    #123573

    Yes – use following code and add it to the top of functions.php (after global $avia_config;):

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    #118020

    Thanks Ismael it works!!

    I have just another issue with mega menu. Top margin of mega menu is not align, check my site.

    I wrote this code, but than top green border was under line like 2px and it looks even worst:

    .avia_mega_div.avia_mega2.six.units {

    right: -360px !important;

    margin-top: 0px !important;

    }

    Sorry I’m beginner in CSS and I would like to help with this mega menu problems which I wasn’t expecting.

    Thanks!

    andikleinke
    Participant

    Hi there,

    the fixed menu doesn’t work as expected on the iPad: when viewed in landscape mode, it does remain fixed at the top of the window, but it doesn’t shrink in height like on desktop browser. And when you turn the iPad 90 degrees and use it in portrait mode, the menu doesn’t stick at all but scrolls up with the rest of the page.

    Is it possible to have it react the same way as on desktop browsers, regardless of the orientation?

    Thanks!

    Andy

    I second that

    Just set up a color section with a FIXED image in it with a quote over the top. Looks fine on my Mac & Safari but doesnt work at all on IOS devices. The text (quote) appears as it should but no image

    Cheers

    Andy

    #121719

    Thanks a lot, Kriesi, the 1.6 update fixed it! :)

    It introduced another bug though, which I’ve outlined here: https://kriesi.at/support/topic/new-bug-in-16-font-icons-within-icon-boxes-cant-be-aligned-anything-but-left

    Also, there are a few other things that are a bit weird on the iPad. The fixed menu doesn’t stay fixed in portrait orientation, and while it does remain at the top border of the screen in landscape orientation, it does not shrink like it does on desktop browsers. And: the parallax-ish effect for color sections does not work on iOS-Safari at all, and is very choppy on Safari for Mac.

    I’ll open up separate threads for these, would be fantastic if you could have a look.

    Thanks again,

    Andy

    This is pretty cool, good tip especially #4

    ….you can enter your own custom buttons CSS (replace theirs)

    http://css-tricks.com/examples/ButtonMaker/#

    I used the color swatches from this: http://designmodo.github.io/Flat-UI/

    worked great (just dont make a gradient…(for the purposes of that generator use same for top and bottom color)

    Figured out the Parrallax effect.

    1. Create Colored Section ( Change Background )

    2. Fixed Background

    3. Throw Easy Slider on top of it.

    4. You can make it as wide as you want by throwing dividers and making them Clear Dividers.

    Yes but I edited in that removing that does make it go “flat” but the flat UI does indeed have a hover change…maybe reversing the current hover event would do it? instead of making it lighter or vanish like they have it now, make it appear or darken as you hover?

    I think you’d have to make that png the full size of the button not just a kind of top down “bubble” effect…

    Enfold?

    #24510
    Tsukassax
    Participant

    Hello guys !

    I need your help on something :

    1/ I would like to remove the small bold line on top of sub-menus as shown on the picture above :

    995780Sanstitre.png

    2/

    I also would like to remove the name of the picture file on the left top of the lightbox, aswell as the slim black frame arround the box and adjust the close button to show properly !

    212848bis.png

    Any idea on how to do that ?

    Thanks in advance ;)

    #24500
    kale407
    Participant

    I see from other threads, how you can add background to the .main_menu element to achieve a background for your menu. But the background takes up that entire block of space. I would like to see how I can add a background to each menu item with about 5px padding around (top bottom left and right) for each top menu navigation text.

    #24445
    mayorninja
    Participant

    Hey guys,

    For some reason, using Gravity Forms inside a column shortcode adds br tags after everything in the gform_footer div, as well as p tags after the end of the form, and I can’t quite work out how to filter it out. I’ve tried custom functions to strip them, specifically moving shortcode_unautop after wpautop in the filter chain, and other experiments, but nothing seems to affect it, and I’m not that good with PHP anyway, so… I’m stuck.

    Any chance of bug fixing this? I am sure this affects some other plugin shortcodes too. Sure, you can use something like .gform_footer { height: 0; } and/or .gform_footer br { display: none; } to get rid of the extra space, but that’s only a temporary solution.

    This is related to the following topic, so it’s actually been an issue for a while: https://kriesi.at/support/topic/formatting-issues-with-shortcode-and-gravity-forms

    This time, though, with the new functionality in Enfold, [raw] tags can’t save it, since it literally outputs the raw shortcode — just text in brackets. Not that I would want to use a hack method like that anyway.

    #123552

    Hi,

    Kriesi said it will be fix on the next update.

    https://kriesi.at/support/topic/jumbo-menu-not-aligned

    Regards,

    Ismael

    #123506

    Thanks for the assist formateins :)

    If you are familiar with css those steps are the basics for it although you’ll want to limit the change to the new desktop only media query in the custom.css file (1.6+).

    Regards,

    Devin

    #24495

    Topic: Margin Lay-out element

    in forum Enfold
    Hotelsolutions
    Participant

    Hi,

    I managed to decrease the margin between the lay-out elements using:

    div .av_one_half {margin-top:20px; margin-left:1%; width:49%;}

    However, the first block on all pages is not in line with the other lay-out elements…

    http://goo.gl/YN6cX

    How can I get the first element in line with the other?

    #24493
    Cowedia
    Participant

    Hello,

    When I choose for the ‘Header with Social icons and bottom’, I have the ability to put a ‘Phone number or small info text’ at the top.

    Is it possible to put another menu in there? Like this website: http://www.frankwatching.com/ ?

    Regards,

    Jimmy

    rsg2
    Participant

    on my portfolio page, i used to see portfolio categories listed at the top and can sort by them…but after upgrading to 1.5, they have disappeared. is there a reason why this is happening?

    your help would be greatly appreciated.

    thanks!

    chris

    #24488
    500Webmaster
    Participant

    How do I rename or add to top menu items on standard template – Home , Portfolio, Blog etc? – Thanks

    #123446

    Hi,

    You can change it like this, just chose whatever font you want, as I used times new roman

    #menu-main-menu {
    font-family:"Times New Roman",Georgia,Serif;
    }
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    font-family:"Times New Roman",Georgia,Serif;
    }

    #123437

    Hi,

    This controls the width`

    .boxed#top {
    width: 1010px;
    }
    @media only screen and (min-width: 1140px){
    .responsive .boxed#top {
    width: 1130px;
    }}
    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive .boxed#top {
    width: 782px;
    }}
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .responsive .boxed#top {
    width: 478px;
    }}
    @media only screen and (max-width: 767px){
    .responsive .boxed#top {
    width: 318px;
    }}

    Just change them as you wish, the top 2 probably, the others are media queries for smaller screen sizes.

    Thanks,

    Nick

    #123432

    Hi,

    You have a large number of errors generating from two external js files and the slider stopped just as 5 errors pop up. 7 error total. i added the url to each file behind the error)

    Uncaught TypeError: Object #<HTMLLIElement> has no method '_each' prototype_1_7.js:828 ( idxre.com/idx/lib/javascript/prototype_1_7.js?version=2012-11-07 )

    ==============

    Uncaught TypeError: Cannot call method 'disable' of null searchAtlasUtilities.js:143 ( idxre.com/idx/lib/javascript/searchAtlasUtilities.js?version=2012-11-07 )

    I am not sure what this stuff is, but looks real estate relevant. Overall you have something like 40-45 javascript files, some duplicates on this page, which is a bit of an overload.

    Thanks,

    Nick

    #24478

    Topic: Updated to 1.6

    in forum Enfold
    FLSouthPaw
    Participant

    I was unsuccessful getting the 1.5 update to work but the 1.6 installed except now there is a permanent header on every page with the below content… it is even in every wp-admin page… look at rformz.com ….

    .avia_wpml_language_switch { position: relative; padding: 0px 0 0 10px; height: 30px; line-height: 36px; margin: 0 0 0 0; z-index: 151; -webkit-backface-visibility: hidden; top:-2px; right:0; } .sub_menu ul{float:left;} #top ul.avia_wpml_language_switch li{ float:left; margin: 0px 0px 0px 5px; padding:0; border:none; } .avia_wpml_language_switch li:hover{ opacity: 0.8; } .avia_wpml_language_switch li span{ display:none; } .avia_wpml_language_switch li .language_flag{ display:block; } .avia_wpml_language_switch li .language_flag img{ display:inline-block; border:1px solid rgba(255,255,255,0.2); } #icl_lang_sel_widget{ overflow:visible; z-index:20; }

    #123434

    Hi andreanapier1985,

    I answered this question in your other topic with a similar question here: https://kriesi.at/support/topic/enfold-portfolio-excerpt#post-116487

    Please only make a single topic for each support request as it makes it easier for others to search and for us to answer.

    Regards,

    Devin

    #123389

    In reply to: Menu Location Theme

    Solved it!

    If anyone else needs the above you can use it for either ‘primary’ which is your main menu or ‘avia2’ which is your very top menu. :)

    Peace,

    Daniel

    #24398

    Topic: Menu Location Theme

    in forum Enfold
    #24467

    Topic: About this Forum

    in forum Enfold
    gianmarizzi
    Participant

    Hi everybody,

    I cannot find a list of topics started or commented by me. Also, if I try with advanced search filtering by user I cannot find my name. It seems like I don’t exist! :-(((((

    #123169

    Hi,

    Please examine the block of css in this post https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059

    It has almost everything you need to customize the menu , rollovers, etc.. You can try it as is to get idea first. You should add it to your /css/custom.css file OR to Quick CSS located in Enfold > Theme Options Styling .. the text area at bottom of that page

    Thanks,

    Nick

    #122959

    Hi,

    Your images are not of the same size. The initial image of the lady with wine glass is 468×608 (original 515×651) but then when i put my mouse over the next image, it is 468×322 (original size 947×651)

    Your images are of completely different size and aspect ratio, so the only way to make them proportional is via cropping or preferably you can prep the images prior to uploading them so this way you ensure you control the crop, or otherwise you will have to trust WordPress’ cropping talents.

    You should first install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ). The plugin will give you complete control over images: setting constraints for specific locations like blog, thumbnails, portfolio, gallery, shop, etc. along with the ability to set whether to crop an image or not in Settings > Media.

    Changing the dimensions of images does NOT automatically change all the images already uploaded but only affects new uploads. To change the sizes of images already uploaded, you will need to use the Regenerator – also a part of the Simple Image Sizes and found on the bottom of Settings > Media. Don’t forget that images scale down, so always upload images bigger (or the same) as the constraints you set in Settings > Media (with the plugin) or you will get blurry (stretched) or incomplete images.

    You should add the code below to your Quick CSS or /css/custom.css file. this will just force all images to be same size as they are (initial image will be smaller so there is no empty space below some images.

    #top div .avia-gallery .avia-gallery-big {
    width: 468px;
    height: 322px !important;
    }

    Thanks,

    Nickn

Viewing 30 results - 141,961 through 141,990 (of 142,808 total)