Viewing 30 results - 98,641 through 98,670 (of 142,852 total)
  • Author
    Search Results
  • #601145

    Hey Günther,

    sorry if i was not specific enough. I also wrote a wrong URL – i meant another project item page.

    So, it is not about the navigation in the slider, it is about the navigation from one portfolio item to another (“entry-info-wrap”). It used to be on all portfolio pages, but now it is gone entirely on chrome, and only visible on safari or FF but only on the portfolio item page without a fullwidht slider on top.

    I have no idea what happened to these. My best guess is that the fullwith slider has something to do with it.

    thank you in advance for every help!

    philipp

    #601136

    In reply to: Enfold 3.5 update

    Here someone has already laid out the list

    #601120

    In reply to: Fullwidth Easy Slider

    Hi Ismael,

    Yes this is the new site http://hina.co.il/ in front page you will see the Fullwidth Easy Slider
    1. Its dont work on smartphone and ipad..
    2. After finish playing first movie its not move to next movie i did all you told me to check
    when i mark autorotation its just autorotation when insert first time to page then its stop on first movie.

    Best regards
    Gil

    • This reply was modified 10 years ago by Gil.
    #601091

    Hi @riskagency,

    Did you get your problems solved or not? Please let us know if you should need any more help on the topic. Thanks for helping out @begrafiks :-)

    Best regards,
    Rikard

    #601090

    Hi,

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

    Regards,
    Rikard

    #601089

    In reply to: GA Event Tracking Code

    Hi goads,

    You could try it in a text widget on top of what you are trying to track, please post admin login details if you should have any further problems.

    Thanks,
    Rikard

    #601088

    Hey!

    Please check this post and CSS code to style cf7 form to match enfold style

    Regards,
    Vinay Kashyap

    #601083

    Hi!

    First disable the default hover effect so that when you hover over an image with Icon it won’t show 2 icons

    Then please use the below CSS

    We recommend enabling custom class names

    Add a custom class to portfolio gallery and target only the sections you like or else this css will affect the entire site.

    Please note you can display only one type of icon on all images before hover. it’s a css limitation.

    /* add your custom class name before grid-image */
     .grid-image:before {
            content: '\E832';
        font-family: 'entypo-fontello';
            position: absolute;
        border-radius: 50px;
        background: #000;
        height: 80px;
        width: 80px;
        line-height: 80px;
        left: 50%;
        top: 50%;
        margin: -40px 0 0 -40px;
        z-index: 500;
        text-align: center;
        color: #fff;
    }

    Best regards,
    Vinay Kashyap

    #601080

    In reply to: Space At Top of Site

    Hey!

    Edit the header.php file then look for this code around line 61:

    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
    

    You can place the google code below.

    Cheers!
    Ismael

    #601076

    Hi Lyse,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #601057

    Hi,

    Try the following as well:

    #socket {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    Thanks,
    Rikard

    #601054

    Hi,

    Your scroll to top button will stop working if you remove that, not sure what the point would be to remove it to be honest? Please post admin login details in private if you should need any more help.

    Best regards,
    Rikard

    Hi CatherineCBrand!

    Thank you for using Enfold.

    Add a padding property to the .grid-image:before selector. Replace the css code with this:

    .grid-image:before {
        content: attr(title); 
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        opacity: 0;
        display: none;
        font-weight: 200;
        font-size: 24px;
        color: #ffffff !important;
        top: 50%;
    }
    
    .grid-image:hover:before {
        opacity: 0.9;
       display: block;
    }

    Regards,
    Ismael

    #601040

    Hey MuscleMechanics,

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

    #top .avia-button {
        border-radius: 0px !important;
    }

    Thanks,
    Rikard

    #601039

    Hi,

    I’m not sure if you got your problem fixed or not? Please let us know if you should any more help on the topic.

    Regards,
    Rikard

    Hi!

    Thank you for the info. Please follow the instructions in the following thread: https://kriesi.at/support/topic/show-parent-page-above-nested-subpages-in-sidebar-navigation/

    Regards,
    Ismael

    #601020

    Hi,

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

    #top .widget_nav_menu ul ul li a {
    color: #002bff !important;
    }
    

    Regards,
    Rikard

    #601008

    Hi Vinay,

    That is most likely the issue. I have uploaded an image with the changes here:
    http://newjewelry.sonyasanchezarias.com/wp-content/uploads/2016/03/Changes.jpg
    Changes

    The blue was discovered using Firebug in Firefox. The red is the relational change if the blue outlined area is edited, which i am almost certain is what you found. Below is the code relating to the find, with the area in question in bold.

    <div id=”header_main” class=”container_wrap container_wrap_logo”>
    <div class=”container av-logo-container”>
    <div class=”inner-container”>
    <strong class=”logo”>

    <nav class=”main_menu” itemtype=”https://schema.org/SiteNavigationElement&#8221; itemscope=”itemscope” role=”navigation” data-selectname=”Select a page”>
    <div class=”avia-menu av-main-nav-wrap”>
    <ul id=”avia-menu” class=”menu av-main-nav”>
    <li id=”menu-item-48″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-12 current_page_item menu-item-top-level menu-item-top-level-1″>
    <li id=”menu-item-50″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2″>
    <li id=”menu-item-421″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-3 dropdown_ul_available”>

    <ul class=”sub-menu” style=”display: block; opacity: 0; visibility: hidden;”>

    <li id=”menu-item-54″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-mega-parent menu-item-top-level menu-item-top-level-4″>
    <li id=”menu-item-49″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5″>
    <li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown”>

    </div>
    </nav>
    </div>
    </div>

    Thank you!

    PS – all custom code has been removed but the “Custom Header Size” option is still set to 300 under Header Options.

    PSS – The client requires the large logo size of 300.

    #601007

    Hi!

    We added the below code to fix the issue

    #main > .container_wrap {
        border-top-width: 0px!important;
    }

    The instagram icon looks fine on my end please share a mockup what you need it to look like? upload to imgur and share the link here please.

    Cheers!
    Vinay Kashyap

    #600999

    In reply to: Blog problem

    Hi Andreas,

    If you are using the builder for your posts then you will have to add the excerpt and read more button manually. You can see the excerpt field by selecting it under Screen Option in the top right hand corner of the edit screen. If you want the regular items to appear you could also save them while in the default editor window.

    Thanks,
    Rikard

    #600998

    Hi!

    I believe this is causing the issue and the large logo size.

    #top #header_main > .container .main_menu ul:first-child > li > a {
        height: 300px!important;
        line-height: 300px!important;
    }
    

    I’m not sure if you are trying to keep the large logo with a slim header? Please remove any custom modifications and share a mockup what you are trying to do or what you need the end result to look like we will try our best to help you achieve it.

    Cheers!
    Vinay Kashyap

    #600985

    also, i just updated to 3.5, and something happened to my instagram icon in header (on desktop) – it shifted to right. If you could take a look as well. Thank you.

    #600977

    Hey mepho!

    Please add the below CSS in Quick CSS

    #header .container_wrap {
        border-top-width: 0px!important;
    }

    Best regards,
    Vinay Kashyap

    #600973

    Hi Vinnie,

    thanks for the reply.
    I probably did not explain myself right.

    I AM using a child-theme and the problem showed up after the last update.
    Somehow the deleted code from the shortcode.css was “ignored” and the tabs would show again on top of each other, instead of next to each other in the responsive mode.

    I could place the code back, so you can see what I mean or give you access to WP to inspect it.

    Best Regards
    Asterios

    • This reply was modified 10 years ago by Asterios.
    #600966

    Hey!

    You have multiple rules for the same issue in enfold child theme to overwrite the theme styles which is causing this issue if more rules are added to the same issue it will be difficult to maintain the css and make any customisations in future hence we recommend you hire a freelancer so they come up with a maintainable css for you.

    You can try the below css to push the main menu up

    .main_menu {
        top: -100px!important;
    }

    Regards,
    Vinay Kashyap

    #600946

    In reply to: Stretch Fullwidth

    Hey!

    I’m sorry but what do you mean by it doesn’t work for you? I checked the test page but it no longer exist. Make sure that all html tags are closed properly. https://kriesi.at/support/topic/stretch-fullwidth-2/#post-597823

    Cheers!
    Ismael

    #600943

    Hey!

    Glad you are happy :) and thanks for the kind words.

    Sure you can hide some things on only mobile, tablet and desktops

    We have added the below code in Quick CSS

    Please use only_tablet to hide things on tablets.

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (min-device-width: 768px)   and (max-device-width: 1023px)  {
    .only_tablet { display: none !important; }}
    
    @media only screen and (max-width: 1024px) {
    .only_desktop { display: none !important; }}

    Regards,
    Vinay Kashyap

    #600942

    Hey!

    A screenshot of what you’re trying to do will help. Or try to replace the css code with this:

    .footer_color:before {
        content: '';
        display: block;
        width: 100%;
        height: 1000px;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
    }

    Regards,
    Ismael

    #600940

    Hey!

    Try adding this code to the Quick CSS:

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content
    {
    visibility: visible;
    -webkit-animation: caption-bottom 1.5s 1 ease-out;
    animation:         caption-bottom 1.5s 1 ease-out;
    }
    
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title
    {
    visibility: visible;
    -webkit-animation: caption-top    1.5s 1 ease-out;
    animation:         caption-top    1.5s 1 ease-out;
    }

    Cheers! 
    Josue

    #600938

    In reply to: Left Menu om iPad

    Hey!

    The left header will switch to the top when the screen width reaches 767px or below. If you want the switch to happen earlier, add this in the Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block;
    }
    
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    }

    Cheers!
    Ismael

Viewing 30 results - 98,641 through 98,670 (of 142,852 total)