Viewing 30 results - 101,491 through 101,520 (of 142,931 total)
  • Author
    Search Results
  • Hi Rikard,

    I spoke to soon :( The issue is back. It looks like every time a setting is changed and saved in LayerSlider the slider is refreshed and the images load. But after <24 hours the images stop loading again, with the “It seems like the URL of the image or background image …..” error message. So, I’m back to asking if you have any further suggestions. All plugins are up to date as well as WordPress, and this is a recent issue as the slider has been working fine for 5 months. I’ve tried adding relative urls for the images, but as I have just saved the settings I will need to wait <24 hours to see if this has helped. I will include login details below if you want to take a took in the Dashboard and see if there are any issues.

    Thanks,
    Barnez

    • This reply was modified 10 years, 2 months ago by Barnez1. Reason: More info + login details
    #573569

    In reply to: Several questions

    I did all those things already, and tried it on several computers, and the same thing happens.

    The menu is really vital, as we will be launching on Monday, and I need to get it fixed. I’ve also tried playing with the width of the container and the menu location from the theme options, but for some reason on desktop the menu it’s responsive (including the logo).

    Could you please look into this for me as I’m going a bit crazy :)

    Also, i noticed on the FAQs page, I’ve added some anchor text in two side by side columns, but these look funny on mobile. If you could help me with this too it will be greatly appreciated.

    The menu however is more urgent, please please let me know how to fix it :)

    Thanks very much for your help

    #573566

    Thanks – works great in desktop. Now I will figure out a way to have it look good in mobiles too. Thanks for the help!

    #573547

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #573545

    Hi,

    If you are using the regular editor your can paste it on the top of the post when in text mode (you can change between text and visual in the top right hand corner of the editor)

    Thanks,
    Rikard

    #573538

    Hey!

    Alright. I was able to reproduce the issue on a test page and it seems to be related to an ajax script. I tried to test it on firefox but the login credentials are not working. Did you change it? I wonder how I managed to logged in on chrome. https://kriesi.at/support/topic/accordion-has-stopped-working/#post-524105

    This is the test page: http://108.179.228.91/wp-admin/post.php?post=13873&action=edit

    Please post the FTP details here so that we can do some further testing. This is the error in the console:

    POST http://108.179.228.91/wp-admin/admin-ajax.php 406 (Not Acceptable)send @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload&ver=4.4.1:5m.extend.ajax @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload&ver=4.4.1:5$.AviaModal.fetch_ajax_content @ avia-modal.js?ver=0.8:164$.AviaModal.create_html @ avia-modal.js?ver=0.8:145$.AviaModal.set_up @ avia-modal.js?ver=0.8:46$.AviaModal @ avia-modal.js?ver=0.8:35(anonymous function) @ avia-builder.js?ver=0.8:220m.event.dispatch @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload&ver=4.4.1:4r.handle @ load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload&ver=4.4.1:4

    Regards,
    Ismael

    #573522

    In reply to: fontsizes etc

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #573517

    Hi,

    I see what you mean, I get the same result. I’m not sure what has changed but I’ll tag Yigit for the topic so that he can have a look at it.

    Regards,
    Rikard

    #573515

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #footer .widget_nav_menu li {
        border-bottom: 1px solid #ddd !important;
    }

    Thanks,
    Rikard

    #573509

    Hi Meijestic!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .header-scrolled #search-7 {
        top: -20px;
        position: relative;
    }

    Regards,
    Ismael

    #573492

    Hi @Red Rubber Media,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #header_main > .container {
        height: 350px !important;
    }

    Regards,
    Rikard

    Hi L+T!

    Thank you for using Enfold.

    It doesn’t really matter where you put it but if you really want to place the conversion code right above the closing body tag, you can use the wp_footer action. https://codex.wordpress.org/Function_Reference/wp_footer

    Example: https://kriesi.at/support/topic/yet-another-2-logo-header-question/#post-571295

    Cheers!
    Ismael

    #573484

    Hey!

    the html does not have the class: “html_header_glassy” only the “html_header_glassy” is there
    so i thing the line mentioned above has to be a little bit different

    The pages above including the search page are already set to glassy header. You can check that by looking at the header_bg container. You should see this css style:

    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    If it is only set to transparent header, the style would be:

    #top .av_header_transparency .header_bg {
        background-color: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Regards,
    Ismael

    #573482

    In reply to: Set main menu down

    Hi!

    Thank you for the screenshot. Please add this in the Quick CSS field:

    .avia-menu ul > .menu-item-top-level > a > .avia-menu-text {
        position: relative;
        top: 20px;
    }

    Regards,
    Ismael

    #573481

    In reply to: LayerSlider issue

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    Hi!

    Are you trying to enable the advance layout builder for you custom post types? Please refer to this link: https://kriesi.at/support/topic/enfold-saving-post-type-inclusion-in-child-theme/#post-419261

    Cheers!
    Ismael

    #573478

    Hi,

    Please try something like this:

    #main_menu {
        width: 90%;
    }
    
    .av-main-nav-wrap {
        width: 100%;
    }
    
    #top #header .av-main-nav > li {
        margin-right: 10%;
    }

    You may have to adjust the values and/or add the !important statement at the end.

    Best regards,
    Rikard

    #573459
    bobfurgo
    Participant

    Hello! I need some help using a css to make the buttons appear next to one another rather than on top of each other, I was unsuccessful with my attempts.

    This is the code I have in a single code block:

    `<div align=”left”>PARTICIPATION</div><div align=”left”>RESULTS</div>

    Thank you!

    #573450
    geeks4rent
    Participant

    Good Day,

    I am wondering if you could explain how I can keep the page from shifting up and down as a rotating quote box fills with text that varies in length from quote to quote.

    See the quote on: http://serrystestserver1.info/bob1/strengthsfinder-keynote-and-workshops/ Scroll to bottom of page and watch the page dance up and down as the quotes rotate.

    Any ideas on how to fix this on desktop that will also work in mobile are greatly appreciated.

    Thanks,
    Brett

    #573441

    Hi Josue, is there anyone available to help me with an urgent problem? https://kriesi.at/support/topic/masonry-displays-unwanted-spaces/

    #573439

    In reply to: set margin top

    Hi jelle!

    You have a line break on top of it in the source code. Is there a codeblock or textblock element above it? If so then remove it.

    If not then try adding a codeblock to the page and add this inside.

    <style type = "text/css">
    #av_section_1 h1 { display: none !important; }
    </style>

    Cheers!
    Elliott

    #573437

    found it!! (unfortunately, some topics on the same subject had the answer unavailable – there was just reference that it was changed in quick css by admin)

    https://kriesi.at/support/topic/change-background-colour-and-font-colour-of-shrinking-header/

    Thanks,
    Greg

    P.S. This can be closed. gw

    #573421

    Hi katelynkingtaylor!

    There isn’t enough space there so you’ll need to reduce the padding in your custom CSS from 45px down to 5px and then add this to your custom CSS to create the space for your logo.

    #top #menu-item-3286 {
        padding-right: 300px !important;
    }

    Regards,
    Elliott

    #573382

    Hi!

    It looks fine to me. Can you take a screenshot and highlight what your seeing on mobile? Is the problem that it’s not scrolling down the page on mobile? We can give you some CSS to set it to a fixed position but it will display on top of your icons and other header info on mobiles. Is that what your wanting?

    I don’t see the black blocks on parallax sections either. Can you take a screenshot and highlight what your seeing?

    Regards,
    Elliott

    #573354
    lzevon
    Participant

    I’ve seen a few posts in this support forum, but wondered if there is a way to ensure that regardless of viewport / screen size the caption appear in the absolute center? We have important information falling below the fold on some screen sizes using the center without frame. Even if we could center on top it would be helpful.

    • This topic was modified 10 years, 2 months ago by lzevon.
    #573353

    Unable to do so when using the 2nd method and selecting from “Slide image & thumbnail” (top left corner)

    #573349

    Here you go:

    /* Padding adjustments */
    #header_main .menu > li > a{
        padding: 0 5px;
    }
    
    #header_main .menu > li > a .avia-menu-text {
        padding: 8px 10px;
        transition: all linear 0.3s;
        border-radius: 5px;
    }
    
    /* Indicator removal */
    .avia-menu-fx{
        display: none;
    }
    
    /* Submenu positioning */
    #top .av-main-nav ul {
        border: 0;
        top: 75%;
        left: 5px;
        border-radius: 0 5px 5px;
        overflow: hidden;
    }
    
    /* Coloring */
    #header_main .menu > li:hover > a .avia-menu-text {
        background: #d1d1d1;
        color: red;
    }
    
    #top .av-main-nav ul a{
        padding: 8px 10px;
        color: red;
        border: 0;
        background: #d1d1d1;
    }

    Not sure how would you add an arrow there as the top menu item is part of the ‘bubble’ too.

    #573343

    Ok, try with:

    .ssba.ssba-wrap {
        padding: 100px 0 0 0;
    }

    padding accepts 4 values in this order: top right bottom left, so in the code above we only increase top.

    #573334

    Hi Josue,

    This seems to move the whole div in all directions. Any way to just move it vertically? Something such as “top padding”?

    #573332

    In reply to: Mobile Issue

    Hi!

    This code in your Quick CSS:

    	.html_header_top.html_header_sticky #top #wrap_all #main {
        	padding-top: 199px !important;
    	}
    

    Change it to:

    @media only screen and (min-width: 767px) {
    	.html_header_top.html_header_sticky #top #wrap_all #main {
        	padding-top: 199px !important;
    	}
    }
    

    Cheers!
    Josue

Viewing 30 results - 101,491 through 101,520 (of 142,931 total)