Viewing 30 results - 140,941 through 140,970 (of 141,768 total)
  • Author
    Search Results
  • #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

    #121327

    In reply to: Header Border (bottom)

    Hi,

    Could be anything.. cache, browser, not sure. But I looked and this is the code that’s hitting and making it not show up, the other block isn’t working.`

    #top .title_container {
    display: none !important;
    }

    Thanks,

    Nick

    #123336

    You can change the position with following css code – insert it into the quick css field:

    #top .social_bookmarks {
    float: right;
    }

    .sub_menu {
    left: 0;
    }

    2) I’m not sure if this is easily possible. I marked this question for Kriesi.

    I couldn’t reproduce the thumbnail issue on IE10 and 9: http://www.screenr.com/uCBH

    IE8 displayed slightly smaller thumbnails but they’re still squared and not distorted, etc.

    You can try to add a min-width to the thumbnails though – add following code to the quick css field:

    #top div .avia-gallery img {
    min-width: 120px;
    min-height: 120px;
    }

    This should force IE8 to display the images with at least 120px width/height or more (depends on the thumbnail size).

    BrettTandy
    Participant

    After upgrading to 1.6 the desktop site is displaying correctly but the mobile site is not displaying correctly. It appears that when loading the mobile version that the style information is missing.

    The site can be viewed from:

    asd.ts.changeip.net

    Help would be appreciated…

    #123354

    In reply to: Form question

    Hi nimrodmadar,

    1) No, the switch can only be applied to the actual form content.

    2) Yes but it has to be done for that specific item and will need additional css for mobile if its too big a change:

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.page-id-708 .avia-builder-el-4 .avia-form-success {
    width: 450px;
    }

    3) You would need to completely re-style that button with css using similar methods as in step 2.

    4) No, the confirmation doesn’t have that level of customization at this point.

    Regards,

    Devin

    #123496

    Hi arrt,

    If it shows 1.5 still, you need to re-download from your download on themeforest. Open that up and look at the style.css in the theme folder which should have 1.6 at the top.

    Regards,

    Devin

    #24450
    Auxral
    Participant

    Hey guys,

    Just a minor problem. My layerslider works and fits perfectly on my computer screen, however it doesn’t fit well on my mobile screen. The sign up box does not show and it doesn’t fit well on small laptop screens either. Anyway for me to fix this? Note: In the General Settings for the Theme, the responsive layout is set to Default (Max width: 1030px).

    #120731

    It turned out it was no memory problem whatsoever – I used the WordPress Plugin “WP-Memory-Usage” and the memory usage never goes beyond 20MB, even on complex pages. My problem was of a different kind (which you solved in another support request): the Advanced Editor was disabled!

    To enable it, open the page you want to edit (which shows the “Advanced Editor” button which won’t work), then, click on “Options” in the top right corner to bring down the options menu, check “Avia Layout Builder”, reload and voilà! Next time, the Advanced Editor will (hopefully) start working again.

    I’m just repeating this, so all hail the Kriesi support team. :)

    #122235

    Hey!

    Unfortunately I have problems reproducing the issue on my firefox on mac, which means a solution wont make it into the update tomorrow. Just wanted to ley you know that I am looking into it :)

    #123405

    My only guess is that something was set up incorrectly. You may also need to go into your styling options and re-set one of them and re-save to get the stylesheet regenerated but that was mentioned in that topic.

    #123378

    In reply to: Page Lay-out

    Hi,

    I’ve been trying some things with CSS, using the following:

    .el_after_av_one_half {

    background-color: #f9f7f7;

    height: 335px;

    }

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

    .avia_textblock {

    padding:20px}

    On desktop version it works ok, but on iPad the fixed height causes trouble. The image crops, while the text block stays the same height. Besides, it obviously affects also all text blocks (e.g. on homepage etc). Hopefully you can provide me a more neat solution!

    kind regards,

    Nick

    #123248

    In reply to: Menu overlaying logo

    Hello,

    Where is the custom CSS mentioned in the original post?

    “I used the custom CSS that was posted in the FAQ to stop the nav from scaling, “

    #122234

    Hi,

    I tried the method you suggested, adding that code to functions.php, and its causing more problems:

    On the archives:

    The videos that added via the theme shortcode are completely missing from the archive/category list, just a blank space is shown.

    The videos that are added via youtube iframe code are present, but still on top of the menu.

    On the individual post itself:

    The videos that added via the theme shortcode are present, and show up under the menu when scrolling (this is perfect)

    The videos that are added via youtube iframe code are present, but still on top of the menu.

    To sum up, if I use the shortcode, the videos are missing from the archives, but present in the post. If I use the iframe embed code, then the videos are shown in both the archives and the posts, but remain on top of the menu.

    Any other solutions?

    #122850

    Hey! I will ad a small check to the next theme update that renders an item unclickable if the link is set to “#” ;)

    Best regards,

    Kriesi

    #24412
    CurlyHost
    Participant

    So, I’m having an issue with the Easy Slider. I have three images in my slider and I have it set to auto-rotate. However, it seems to only slide to the second slide and then it stops. It doesn’t go on to the third slide or keep rotating or anything.

    http://test.curlyhost.com/find-a-home/grand-rapids-luxury-homes/

    Is there something in the settings or code that I have to change to fix that?

    #122849

    Hi brahim_daghl – I wanted to thank you for your post in my support ticket area. It is closed and I couldn’t reply, but wanted to let you know that you did indeed figure it out and works like a charm. Thanks again for posting your solution, it is really appreciated.

    #122233

    Hi!

    If you’re using wordpress embeds you can try this fix: http://www.wpbeginner.com/wp-tutorials/how-to-prevent-youtube-oembed-from-overriding-your-wordpress-content/ – add it to the bottom of functions.php.

    Regards,

    Peter

    #123403

    Hi sobrilliant,

    There was a bit of discussion on that topic in this thread that may help : https://kriesi.at/support/topic/reducing-http-requests#post-115039

    Regards,

    Devin

    #122232

    Hi imagnmedia,

    It typically takes Kriesi a bit of time to respond to topics in between normal bug fixes and everything else. When is able, he’ll respond here directly.

    Regards,

    Devin

    #123323

    In reply to: Some questions !

    Hi Tsukassax.

    1) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.archive.category .title_container {
    display: none;
    }

    then this for #2 in the same area:

    .avia-menu-fx {
    display: none;
    }

    Regards,

    Devin

    @bakbek – insert following code into the quick css field

    body{
    font-size: 13px;
    line-height: 1.65em;
    }

    and change the font size value & line height value.

    @Ukiain – use following code

    #top .main_menu .menu > li{
    font-size: 13px;
    }

    and change the font size value if necessary.

    #24400

    Topic: Gallery Fade

    in forum Enfold
    artistic24459
    Participant

    Is there a way to turn of the gallery fade for the loading of each image. I find it a bit hard on the eyes.

    http://kriesi.at/themedemo/?theme=enfold

    Gallery with preview is the effect Im talking about. When you hover over each image you get the main preview fading from image to white to image. Is it possible to speed up the fade or stop it altogether?

Viewing 30 results - 140,941 through 140,970 (of 141,768 total)