Forum Replies Created

Viewing 30 posts - 25,201 through 25,230 (of 25,536 total)
  • Author
    Posts
  • in reply to: Ampersand (&) problems #705641

    Hey Picante,

    Is the text with ampersand this one: FIT-OUT FOR SCHOOLS & COLLEGES if it is, try to add this code in Quick CSS (located in Enfold > General Styling):

    span.special_amp {
        font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Media library issue on Vendor's user #705637

    Hi Elsa,

    Kindly add this code to Quick CSS (located in Enfold > General Styling) or style.css of your child theme:

    #top select#media-attachment-date-filters {
        height: 32px !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Portfolio-grid sort items (categories) css #705631

    Hi Nedim,

    Glad that you have fixed it.

    Best regards,
    Nikko

    in reply to: Frontpage Problem #705630

    Hi,

    This is fixed. I have added config-gravityforms folder and its files as it was missing and deleted the cached files. Let us know if it’s good on your end as well :)

    Best regards,
    Nikko

    in reply to: Portfolio grid padding in mobile view #705604

    Hi Robi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Got a question mark sign (looks like a missing picture) #705602

    Hey Belcuore,

    This is fixed. I checked the Advanced Layout Builder, and it might not be obvious but if you hover under the content there’s an image element but no image is inserted, I have removed it and the issue is fixed. Let us know if this is good on your end as well :)

    Best regards,
    Nikko

    in reply to: Boarder lines between Main Menu sublevel Links #705598

    Hi,

    Please let us know if this is fixed :)

    Best regards,
    Nikko

    in reply to: can i apply shawdows to text? #705596

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: font background #705595

    Hi,

    To set custom css class to apply in that specific special h1, you may want to check this post: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    As for the background, try to add this code in Quick CSS:

    h1.av-special-heading-tag {
        display: inline-block !important;
    }

    If you have added a custom css class, the code should look like this: (example custom css class is your_custom_class

    .your_custom_class h1.av-special-heading-tag {
        display: inline-block !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Autoplay Youtube video? #705593

    Hi,

    Can you try to use a text block instead of video module and paste in the embed code not the url, and ?rel=0&autoplay=1 inside the url of embed code it would look like:

    <iframe width="560" height="315" src="https://www.youtube.com/embed/XWze2cCdt40?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>

    Hope this helps :)

    Best regards,
    Nikko

    Hi ppi37,

    Glad it’s fixed :)

    Best regards,
    Nikko

    in reply to: Portfolio Categories – "All" #705590

    Hi,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Gravity Forms – Margins #705571

    Hi!

    Thanks for the video, Kindly add this code in Quick CSS:

    #gf_1 {
        position: relative;
        top: -24px;
    }

    Let us know if it works :)

    Regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #705569

    Hi!

    Try to change this code:

    @media only screen and (max-width:767px) {
      .avia-fullscreen-slider .avia-slideshow {
        max-height: 220px;
      }
    
      #top .avia-slideshow-arrows a {
        width: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
      }
    
      #top .avia-slideshow-arrows a:before {
        line-height: 40px;
        font-size: 20px;
      }
    
      .avia-slideshow-dots a {
        height: 10px !important;
        width: 10px !important;
        border-radius: 10px !important;
        padding: 4px !important;
        margin-left: 2px;
        margin-right: 2px;
      }
    }

    To this one:

    @media only screen and (max-width:767px) {
      .avia-fullscreen-slider .avia-slideshow {
        height: 500px !important;
        max-height: 500px;
      }
    
      #top .avia-slideshow-arrows a {
        width: 30px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
      }
    
      #top .avia-slideshow-arrows a:before {
        line-height: 40px;
        font-size: 20px;
      }
    
      .avia-slideshow-dots a {
        height: 10px !important;
        width: 10px !important;
        border-radius: 10px !important;
        padding: 4px !important;
        margin-left: 2px;
        margin-right: 2px;
      }
    }
    
    @media only screen and (max-width:600px) {
      .avia-fullscreen-slider .avia-slideshow {
        height: 220px !important;
        max-height: 220px;
      }
    
      .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0 10px !important;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Customizing the Author Name and Updated on date #705565

    Hey!

    I’m very sorry for that. Try to check this work around for it: https://kriesi.at/support/topic/post-meta-information-not-appearing-on-single-post-in-restaurant-theme-in-enfold/#post-508189

    Cheers!
    Nikko

    in reply to: Showing all items despite section in portfolio categories. #705563

    Hey!

    10 is the priority, in which functions run in order, the lower number gets executed first, 1 is the number of accepted arguments in the function. You can refer here for more info: https://developer.wordpress.org/reference/functions/add_filter/

    Hope this helps :)

    Regards,
    Nikko

    in reply to: Featured Image Slider » Element align #705559

    Hey!

    Glad it’s fixed :)

    Regards,
    Nikko

    in reply to: Missing styling #705488

    Hi,

    If you are using a caching plugin or some minification plugins kindly delete cache and disable those plugins, if it doesn’t work, Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)

    Best regards,
    Nikko

    Hi,

    Glad that it’s fixed.

    Best regards,
    Nikko

    in reply to: Choose position in Color section #705486

    Hi Martin,

    Try to add this code in Quick CSS (located in Enfold > General Settings):

    .page-id-61146 #av_section_1 .av_one_fourth {
        position: relative;
        top: 120px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Portfolio Item Breadcrumb Incorrect #705484

    Hi,

    Before giving the code I have checked the breadcrumbs, I tested it several times and noticed that when I clicked Braces the breadcrumbs is Home / Portfolio / Braces but when I clicked on Pendant then open Braces, the breadcrumb becomes Home / Pendants / Braces this is on desktop, tablet or mobile.

    I have tried to change the code I gave unfortunately I accidentally forgot to add ) which causes error. Can you replace the code in functions.php (you can change this via ftp or cpanel) to:

    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1);
    function avia_change_breadcrumb($trail) {
    
      if(is_single() && get_post_type() == "portfolio")
      {
        $newtrail     = array();
        $portfolio_id = 77; //change portfolio id here
        $pendant_id   = 253; //change pendant id here
        $frontpage    = avia_get_option('frontpage'); 
    
        $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home">Home</a>'; 
        if( is_tax( 'portfolio_entries', 'pendants') ) {
            $newtrail[1] = '<a href="' . get_permalink( $pendant_id ) . '" title="' . esc_attr( get_the_title( $pendant_id ) ) . '">' . get_the_title( $pendant_id ) . '</a>'; 
        } else {
            $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '">' . get_the_title( $portfolio_id ) . '</a>'; 
        }
        $newtrail['trail_end'] = $trail['trail_end'];
    
        $trail = $newtrail;
      }
      return $trail;
    }

    I apologize for the mistake, let us know if it works.

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko.
    in reply to: Embedding a Youtube Video Best Practices #705481

    Hey goldengate415,

    Can you give us a link to pages concerned (if possible link to pages that uses standard embed code and video shortcode). Also Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    in reply to: Import theme settings automatically #705480

    Hi,

    Unfortunately we don’t have any wordaround atm, also our full documentation is found here: http://kriesi.at/documentation/enfold/

    The theme settings should be stored in wp_options table and the option name is avia_options_enfold. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Wrong built-in Conact Form e-mail subject. #705477

    Hi MDO,

    Try to add back this line of code:

    $form_args['autoresponder_email'] = 'Name Here < (Email address hidden if logged out) >';

    Just replace the name and email. If it doesn’t work, can you give us ftp access?

    Best regards,
    Nikko

    in reply to: Gravity Forms – Margins #705474

    Hey rlogan2334,

    I have tested it and I don’t experience anything like the 2 links you posted (I have reached until step 3: 75%). Is this already fixed? if not kindly give us more information like if this is on a Desktop, Tablet or Mobile (iphone, etc), what browser is used (chrome, firefox, etc), what OS is used (windows, mac osx, etc)?

    Best regards,
    Nikko

    in reply to: Sovling issue responsive on smartphone #705473

    Hi,

    Can you post screenshots of the things you have mentioned, like how it looks on a tablet (which is a problem), how it looks on desktop (no issues) just for comparison and we can see better in your perspective as well as it will be easier for us to provide a solution. Also include the thin text as I can see it just the same on my end.

    As for the solutions, it’s better to keep it in Quick CSS or if you have child theme, in your child theme’s style.css. This is much safer since you won’t lose any of it during theme update.

    Best regards,
    Nikko

    in reply to: Parallax Scrolling #705471

    Hey TScursso,

    Try to check this thread: https://kriesi.at/support/topic/scroller-parallax-ratio-how-to/

    Best regards,
    Nikko

    Hey Aerdvark,

    @media only screen and (max-width:1024px) {
      #header nav.main_menu {
        display: none;
      }
    
      #header #advanced_menu_toggle {
        display: block !important;
      }
    }
    
    @media only screen and (max-width:767px) {
      #footer {
        text-align: center !important;
      }
    
      #footer .news-wrap {
        text-align: left !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Filter of Masonry not displaying #705467

    Hi,

    Please provide the temporary admin access, we need to check the backend also. Kindly place it in the Private Section. :)

    Best regards,
    Nikko

    Hi,

    I could not see the date, it seems you have removed it. As for the php files, the answer is already given, refer to the answer given by Ismael.

    Best regards,
    Nikko

Viewing 30 posts - 25,201 through 25,230 (of 25,536 total)