Viewing 30 results - 142,021 through 142,050 (of 142,807 total)
  • Author
    Search Results
  • #123255

    Hi,

    Open js > avia.js, go to line 537.

    item.stop().css('display','block').animate({opacity:1},300);

    Replace 300:

    item.stop().css('display','block').animate({opacity:1},0);

    Regards,

    Ismael

    #122768

    Hi,

    I added the request to the list https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-116522

    Will close this request for now.

    Thanks,

    Nick

    #121322

    In reply to: Header Border (bottom)

    Hi,

    If that is the correct then this will hide it

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    display:none;
    }

    or you can try this

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

    Thanks,

    Nick

    #122185

    In reply to: Translating search

    Hi,

    I am aware that its the anti virus software that blocking your IP, but since 200 million people use this software I thought you should know about the block.

    Have you added the code above ( https://kriesi.at/support/topic/translating-search#post-115659 ) to your htaccess file? Because right now something is not properly setup with you server. Because if I enter a Russian word , your server doesn’t show it when looking at the search box under magnifying glass

    http://www.zink.by/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA

    http://www.clipular.com/c?7306002=zaxzxgULG0LZdRb933nV00JlEKc&f=.png

    But when the same word is searched on kriesi’s website , it comes out normally

    http://kriesi.at/themes/enfold/?s=%D1%83%D0%B1%D0%BB%D1%8E%D0%B4%D0%BE%D0%BA

    http://www.clipular.com/c?7070039=zJLNVPcCZxA9WCgdHmsH0yehA0A&f=.png

    After using that .htaccess , I also have no problems.

    Thanks,

    Nick

    dmc4321
    Participant

    the url is AXxperts.com The WordPress guy who helps me said this was the problem

    There appears to be a conditional statement or something not working right between the header.php and archive.php in 1.5.1 as the horizontal header that stays floating on top of the page does not load. The page I’m having the problem on is: http://www.axxperts.com/blog-single-author-big/ I have checked in all 3 of my browswers (Chrome, Firefox, IE9).

    #24378
    cajam
    Participant

    Almost all feedback I am receiving from various articles written lately points to having the Social Media icons on the top right side of the screen. It does not appear that any of the header selections gives us that option. Is there a way to accomplish that by switching the location of the Social Icons from left to right and the free text area would be moved to the left?

    Also, on your demo on an iphone in vertical position, the menu shows the small box on the right to click to view the menu and the main menu disappears. I tried that on my installed website on my iphone and I get both menu’s showing up (actual menu + mobile menu). How do I eliminate the large menu from showing up and only keep the mobile menu to show?

    Thank you

    #24374
    dweb
    Participant

    Hi,

    Layer slider not saving after upgrading to 1.5.1 !!

    TypeError: top is undefined

    …/config-layerslider/LayerSlider/js/admin.js?ver=4.5.5

    Line 761

    Thank you for tour help

    #24356

    Topic: Fixed Header Function

    in forum Enfold
    MikeMike017
    Participant

    This is what I want to do:

    1) I want the fixed header to be completely transparent and floating on top of the layer slider.

    2) Then, as the user scrolls, I need the fixed header & logo to get smaller (as it does already) BUT then either have the background opacity go to 1 or add a background color. This is so that the content doesn’t overlap the navigation element.

    I know where to put the js, but I am not knowledgeable in jQuery, so I have no idea what syntax to put in.

    Please help! I need this ASAP!

    #24361
    ace2296
    Participant

    I would like to know how to show the full portfolio image on the portfolio page. Right now, all of my portfolio images are the same size circle (300px by 300px) and it is automatically cutting off the top and bottom the circle. I would like it to show the full image, but maybe have the thumb 100% wide so it can fit inside smaller columns. Does this make sense?

    #123052

    It depends on how you update the theme. If you just overwrite the old files with the new, update files (eg by using ftp) the custom elements won’t be affected (or only if we add a file with the same file name – however the risk is not very high :) ). However if you delete the entire theme folder first you need to make a backup of the elements.

    You can also try to place the element code/class into a child theme but I’m not sure if this works out because all elements extend the “aviaShortcodeTemplate” class and if the template builder plugin is not loaded (which can happen because the child theme functions.php will load first) then you’ll probably get an error. In this case I’d recommend to copy the content of functions.php to your child theme and to set the “use_child_theme_functions_only” to “true” (see comment at the top of functions.php).

    $avia_config['use_child_theme_functions_only'] = true;

    #122231

    Any progress on this problem?

    #24331
    Togel1
    Participant

    Hey, I am working with your theme and it´s really fun!

    Now I would like to modify the BACKGROUND COLORS of the MAIN- and SUB-MENU. What must I change to apply different initial, hover and active-state colors?

    #122585

    Glad we could help :)

    Just make a new topic if you have any other questions or issues.

    Regards,

    Devin

    I don’t know what you mean by category. I think the terminology breakdown is just not accurately describing the difference in the set up.

    If you have a working solution, its most likely the intended way to structure the mega menu though without seeing it first hand I can’t say for sure. Either way, as long as its working the way you’d like it should be okay.

    Regards,

    Devin

    #24350

    Topic: Slider Layer Opacity

    in forum Enfold
    marshw
    Participant

    Hey there,

    It looks as though in the demo that you can adjust the opacity of layers in the homepage slider. For example I’d like lower the opacity of a text box that I place over top of the main image for that slide.

    Any idea if/how I can go about accomplishing this?

    Thanks for your time and insight. All the best.

    #24349

    Topic: Menu overlaying logo

    in forum Enfold
    tmunz
    Participant

    Hey there,

    I used the custom CSS that was posted in the FAQ to stop the nav from scaling, which works, but now when scaling down my browser to certain sizes, the responsive menu starts overlapping the logo (my logo is a bit wider than the one used in your demo theme). How can I prevent this from happening?

    Here’s a link to the page: http://goo.gl/jGUCw

    Thanks,

    Tom

    #123065

    In reply to: Breadcrumbs Issue

    On the topic of shortening the breadcrumbs, no not at the moment. It would need to be done as a rewrite of the breadcrumb function since I’ve never seen any kind of implementation like that before.

    Regards,

    Devin

    #122184

    In reply to: Translating search

    Fresh news: Nick, the site is blocked by the sowtware you use. Every one else see it clearly.

    I created a topic on Malwarebytes forum and asked to remove IP from the blacklist: http://forums.malwarebytes.org/index.php?showtopic=127312

    Right now you can skip this blocking by reading following article: http://helpdesk.malwarebytes.org/entries/23460161-How-do-I-unblock-a-site-which-Malwarebytes-Anti-Malware-blocks-

    If you are afraid of skip blocking we shoud wait for 3-5 days until the IP would be removed and you get the updated Malwarebytes bases

    #122789

    If you want to view your shortcodes you can also activate the debug mode: https://kriesi.at/support/topic/export-theme-settings-and-templates

    You can i.e. copy/paste the output of the debug field into the standard editor and modify it there.

    #24335
    murattemel
    Participant

    Hello,

    I have posted this issue before but you are not helping. Earlier you said “It should be working” and I said “It is not working” then I realised you have marked it “CLOSED”!!! https://kriesi.at/support/topic/left-sidebar-menu-footer

    My left menu is still listing alphabetically and I want it to be listed just like in the dropdown menu. I have changed the sidebar.php and updated and still not working. CAN YOU PLEASE HELP!

    http://bilgin-group.com/blgn-grp-test/?page_id=1506

    Thanks…

    #123063

    In reply to: Breadcrumbs Issue

    On the topic of breadcrumbs and not trying to hijack your thread Daniel. Is there a way to shorten the breadcrumbs? As you can see here it gets very long (this is a shorter one):

    http://staging.avenirtechnologies.co/product/352a60/

    When you start to resize the browser the breadcrumbs overlap the title of the page until you get to a width where the breadcrumbs fall under the title.

    Maybe a way to have it go like this:

    Home / … / … / General Purpose / Single Axis / Model: 352A60 – ….

    Instead of:

    Home / Products / Accelerometers / General Purpose / Single Axis / Model: 352A60 – High frequency, ceramic sheer ICP accelerometer

    #122964

    In reply to: Anchor links

    Hi,

    On Appearance > Menu, give the menu items a special class. If you can’t see it, click Screen Options (top right), look for “Show advanced menu properties”, check “CSS Classes”. You will be able to specify “CSS Classes (optional)” for each menu item.

    Regards,

    Ismael

    #123000

    In reply to: Header Troubles

    Hi!

    Use following code instead

    .fixed_header #header {
    margin-top: 0 !important;
    top: 0px !important;
    }

    Best regards,

    Peter

    #122935

    Hi,

    I tested this and it seems like you are correct, they are required. Let me tag Kriesi to shed some light on this topic.

    Regards,

    Ismael

    #122925

    Hi,

    <p> tag creates a top and bottom margin. You can add this on your custom.css

    p {
    margin: 0 0;
    }

    Regards,

    Ismael

    #122744

    Nick hi,

    I tryed doing what you recommended, but it did not move the silde text/button to the right position (as it looks in the full width desktop).

    It must be some other thing …

    do you have an idea ?

    Thanks

    #122848

    This is not possible at the moment and I’ll mark this for Kriesi (feature request). You can only remove the link from “Meqa Menu” columns which are not main menu items but menu items on the second level (you just need to insert a dash ( – ) into the “Mega Menu Column Title” field).

    #24328
    petzeus
    Participant

    Hi guys,

    Great theme, love it. I tried using the instructions from this support thread of a year ago to sort posts from oldest-first (while keeping the default newest-first ordering in the blog main page):

    https://kriesi.at/support/topic/how-to-sort-by-older-posts-from-older-to-newer-posts-possible

    That is, edit archive.php by adding:

    `query_posts($query_string . ‘&order=ASC’);’

    But nothing I have tried works. Any suggestions?

    Thanks,

    Paul

    #122956

    Hi,

    You can add this on your custom.css or Quick CSS to make the thumbnails square.

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    .avia-gallery-thumb a {
    width: 20%;
    height: 97px;
    }

    Regards,

    Ismael

    #122847

    Thanks Devin. I too need to have a top level navigation be an inactive link. In other words, cannot be clicked.

    Using your recommendation from above I load a blank page in a new tab ( in chrome). Any other ideas anyone?

Viewing 30 results - 142,021 through 142,050 (of 142,807 total)