Viewing 30 results - 95,731 through 95,760 (of 142,845 total)
  • Author
    Search Results
  • #632723

    Hey!

    Is this happening only on this page? Try to add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #massagetherapy {
        padding-top: 120px;
    }
    }

    Cheers!
    Ismael

    #632721

    I have 2 color sections. One at the top of the page which is behaving perfectly and one near the bottom where the layout starts to act up. Isn’t that what they’re supposed to be for? I’m not using the color section in some unusual way so I’m confused why it’s causing issues.

    #632715

    Hi,

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

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }
    
    .content .entry-content-wrapper .entry-content-wrapper {
        padding-right: 50px;
        padding-left: 140px;
    }
    
    #top .fullsize .template-blog .post_author_timeline {
        display: block;
    }

    Best regards,
    Ismael

    #632702

    In reply to: Javascript error

    Hi,

    Great, glad you found the problem. Let us know if you should need any further help on the topic.

    Regards,
    Rikard

    pantoni
    Participant

    Hi guys

    In the Child Theme Options > Advanced Styling > Main Menu Links, I have set a custom grey Font Color plus a custom Font Size.

    That worked, however now there is no Hover or Active state color on the top menu. How do I set those elements up?

    Thanks

    Hi,

    I’m not familiar with that plugin but it seems to do exactly what the theme does by default – adding a mobile menu button to the top right of the site? Right now you have two buttons doing basically the same thing. Not sure exactly what it is you are looking to achieve?

    Thanks,
    Rikard

    #632690

    Hey mediasauce,

    Thank you for using Enfold.

    Please use this one:

    #top #wrap_all .main_color h3.av-magazine-title {
        font-size: 30px;
        font-weight: normal;
        text-transform: none;
    }

    Best regards,
    Ismael

    #632688

    Hi lindaman1,

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

    .menu-item-top-level-5 a .avia-menu-text, .menu-item-top-level-6 a .avia-menu-text {
    color:white !important;
    }

    Cheers!
    Rikard

    #632680

    Hi,

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Regarding the issue, please adjust the top padding of the #main container:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 50px;
    }

    Best regards,
    Ismael

    #632673

    Hi Nigel,

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

    Regards,
    Rikard

    #632666

    Hi!

    Adjust the width of the columns on firefox:

    .avia-mozilla #top .no_margin.av_one_sixth {
        width: 16.5%;
    }

    Adjust the value if necessary.

    Cheers!
    Ismael

    #632658

    Hey!

    We adjusted the css code a bit:

    
    @media only screen and (max-width: 480px) {
        ul.avia-slideshow-inner {
            min-height: 210px !important;
        }
    
        .av_slideshow_full li,
        .av_slideshow_full .avia-slide-wrap {
            height: 100% !important;
        }
    
        .av_slideshow_full li img{
            -webkit-transform: scale(7);
    transform: scale(7);
        }
    
    .responsive #top .slideshow_caption h2 {
        font-size: 14px !important;
    }
    
    #top .avia-slideshow-button {
        padding: 7px 11px;
        font-size: 11px;
        margin-top: 10px;
    }
    }

    Regards,
    Ismael

    Hi,

    Add this css code:

    .border-top-bottom {
        position: relative;
    }
    
    .border-top-bottom .right {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    Best regards,
    Ismael

    #632645

    In reply to: Header Error on Mobile

    Hi,

    Looks like the site has the same issue as this one (also hosted by GoDaddy): https://kriesi.at/support/topic/slider-menu-missing-on-homepage-mobile/

    However, those solutions may not fix the issue because it seems to be server related but it is worth a try.

    Best regards,
    Ismael

    #632638
    Vibedration
    Participant

    Hello – Recently our site completely broke for Desktop mode and is now getting 403 Errors for many sources when we look at the console. Could someone help or give us advice on this error? Not really sure what happened.

    #632620

    Hi,

    I’m sorry but the login credentials you provided is not working. Please check. If you’re using the gallery, try to set the image width to auto.

    #top div .avia-gallery img {
        float: none;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    Best regards,
    Ismael

    #632614
    PattyRose
    Participant

    Please Help.
    My client’s website home page has lots of missing and not working features.
    I went into the dashboard and the features are missing in the builder as well.
    (1) The background image is gone from the top of the page.
    (2) the animation feature is no longer available for the icons in the builder.
    Please advise.
    Thank you.
    Patty

    BeeCee
    Participant

    Hi,

    my site is still under construction, but I discovered the same behaviour at the demo site here », so please take a look there:

    The Layerslider IMAGES overlay the inset box-shadow CSS of the Layerslider container:

    I figured out with Firefox’ Firebug, that this part

    
    <div id="layer_slider_1" class="avia-layerslider main_color avia-shadow avia-builder-el-0 el_before_av_one_third avia-builder-el-first container_wrap fullsize" style="height: auto;">

    has the CSS class

    .avia-shadow {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    }

    This inset shadow, however, is overlaid by all the images of the slider itself:

    When all images are loaded, the shadow has disappeared:

    Is there a possibility, that this INSET SHADOW on top of the layerslider DIV is always there and is NOT OVERLAID by the slider images?
    Here a Photoshop composing of this demo site, explaining perhaps better what I mean:

    Thank you.

    #632612
    Nathan
    Participant

    Hi everyone

    I’m working on this page:
    http://vitalthrive.us/

    I notice there is a white space above the layer slider.

    I am curious to learn could you please guide me how I can

    1. Move “My Account” to the RIGHT of the cart in alignment with the rest of the menu items.
    2. Then remove that white space at the top.

    Thank you for your support!

    Hi webdesign!

    Please refer to my post here – https://kriesi.at/support/topic/team-member-email-iconlink-masonry-portfolio-seperator-font/#post-574006. You should modify the helper-masonry.php file instead

    Regards,
    Yigit

    webdesign
    Participant

    Hi,
    How can I change the symbol “/” that separates the Portfolio Categories showing at the top of the page? I’d like to use several spaces between items, or “|”. As it stands now, it looks like the navigation structure of the page (sort of like a breadcrumb), instead of just looking like a menu of categories.
    Thanks!

    #632595

    Hi Marketopia2014!

    Please see – https://kriesi.at/support/topic/warning-message-on-url/#post-631090. It seems like GoDaddy has to clear the cache from their end :)

    Regards,
    Yigit

    #632572
    webdesign
    Participant

    Hi,

    I have the breadcrumb title bar “fixed” at the top of my Portfolio page which I like. However, a space appears above the bar as soon you scroll down. When the screen is reduced (i.e. on smaller devices), there is a large space/gap at the top of the breadcrumb bar. Can I remove this space/gap so that the breadcrumb bar sits flush at the bottom of the navigation bar and remains fixed? I would actually like it to have no space for both the web browser and the mobile devices.

    Second, I have selected the left sidebar to display the Portfolio Projects (all the portfolio items). However, the sidebar won’t display on the page. How can I get the sidebar to display the Portfolio Projects widget (I created a widget named Projects, and added the portfolio items for that widget)? Page in question is posted below:

    Thanks

    #632564

    Hi Basilis,

    Thanks for the quick reply! Do you have a suggestion on some sort of work around? Is there a way to add these portfolio categories to a widget, or some sort of menu, then fix the widget/menu to the top bar, like the title bar?

    Thanks!

    #632555

    Hey!

    Glad you got it short out and we are sorry we could not assist faster, but when posting on a topic, you actually get it last to the line and that makes things hard.
    Please keep that in mind, if any other time, you are having issues.

    Regards,
    Basilis

    #632552

    Solved: just add this to the Quick CSS box:

    #top .av-siteloader {
    display: none!important;
    }

    #632544
    webdesign
    Participant

    I would like to “fix” the portfolio grid sorting options/categories so it stays at the top of the page after the user scrolls down. My top navigation is fixed, but would also like this category of options fixed when viewing the portfolio pages. Can you please help? Please see my page in question below! Thanks

    #632513
    kavehmovahedi
    Participant

    Hi,

    I recently moved my site to a new server and posted some new stuff in the blog.
    then i realized the imported tables did not have a primary key and auto increment enabled, i fixed that manually and my last post stopped working in the avia page builder…
    i tried copying all the content from database to a “Text area” in a new post, first it loaded correctly and avia page builder was refreshed with all the visual help… then it stopped loading again
    when i click edit on that specific page the page builder is stuck on loading…
    here’s the address to the page : http://www.kamancomputer.com/persian-pdf-kindle/

    #632505
    peterkra
    Participant

    Hi Kriesi Support,

    I am about to create a separate mobile menu based on thread: https://kriesi.at/support/topic/different-menu-on-mobile-view/
    Now my question is: how to change section menu colors? Colored text (‘button style’ menus) should change in colored background sections instead. So the whole ‘home’ row must change into orange and the ‘portfolio’ row should be green (and ‘about’ red).

    Mobile menu

    Do you guys perhaps have a solution for this? I think you do :)

    Thanks in advance.

    Regards,
    Peter

    #632484

    Topic: JS child theme problem

    in forum Enfold
    jomtones
    Participant

    OK, so trying to edit avia.js – I’ve added to child theme in /js folder, and added this code to functions.php to make it include:
    https://kriesi.at/support/topic/use-avia-js-in-child-theme/

    Doesn’t seem to be working right though – in Chrome inspector ‘resources’ I see two avia.js being loaded now – the old one and the new one. The old one seems to be overwriting my edits!

    What I’m trying to achieve is to stop mobile scrolling to top on menu tap (thread is here – https://kriesi.at/support/topic/advanced-menu-toggle-on-desktop-seems-to-be-an-anchor-tag/#post-626159)
    … it’s one tiny edit to the js file.

    I have no idea about PHP syntax, so I have a feeling the functions.php is not working properly – can you take a look?

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    /* Register frontend javascripts */
    
    if(!is_admin())
    {
    	add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    }
    
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false );
    	wp_enqueue_script( 'avia-default-child' );
    }
    
    // STOP SCROLL TO TOP ON MOBILE MENU
    function removeScrollToTop(){
    ?>
    <script>
         jQuery(document).scroll(function() {     
            jQuery("#advanced_menu_toggle").removeAttr("href");     
            jQuery("#advanced_menu_hide").removeAttr("href");        
        });
    </script>
    <?php
    }
    add_action('wp_head', 'removeScrollToTop');
    
    // INCLUDE OTHER CUSTOM FILES
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    
    // hide logo
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= "Bill Tribble";
        return $sub;
    }
    
    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
    
    // TURN ON CUSTOM CLASSES
    add_theme_support('avia_template_builder_custom_css');
    
    // CHANGE MOBILE MENU ICON
    add_filter('avf_default_icons', function($icons) {
    	$icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811');
    	return $icons;	
    }, 10, 1);
    
    add_filter('avf_portfolio_cpt_args','avia_add_portfolio_revision', 10, 1);
    function avia_add_portfolio_revision($args)
    {
      $args['supports'] = array('title','thumbnail','excerpt','editor','comments','revisions');
      return $args;
    }
    
    // PAUSE VIDEOS WHEN NOT IN VIEW
    wp_enqueue_script( 'isInViewport', get_bloginfo( 'stylesheet_directory' ) . '/js/isInViewport.js', array( 'jquery' ), CHILD_THEME_VERSION );
    
    // EDIT PASSWORD FORM TEXT
    
    function my_password_form() {
        global $post;
        $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID );
        $o = '<div class="center-text"><form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" method="post">
        <p>
            ' . __( "Sorry, but this project is protected by a Non Disclosure Agreement (NDA). You'll need a password to see the case study - please " ) . '<a href="http://www.btribble.dev#contact">' . __("contact me" ) . '</a>' . __(" for&nbsp;access." ) . '
        </p>
        <label for="' . $label . '">' . __( "Password:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="20" maxlength="20" /><input type="submit" name="Submit" value="' . esc_attr__( "Submit" ) . '" />
        </form></div>
        ';
        return $o;
    }
    add_filter( 'the_password_form', 'my_password_form' );
    ?>
    

    Any suggestions on how to fix this welcome! My aim is to stop the mobile menu scrolling to top when tapped.

    Thanks!

    • This topic was modified 9 years, 10 months ago by jomtones.
Viewing 30 results - 95,731 through 95,760 (of 142,845 total)