Viewing 30 results - 88,591 through 88,620 (of 142,852 total)
  • Author
    Search Results
  • #707590

    Hey ngavy,

    Please refer to this thread: https://kriesi.at/support/topic/update-layerslider/

    Best regards,
    Nikko

    #707580

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #707569

    Hi,

    Ok great, we’ll keep the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

    #707568

    In reply to: Custom Styles in

    Hey thereselloyd,

    Kindly follow the instructions on this thread: https://kriesi.at/support/topic/how-to-disable-dynamic-css-style-on-frontback-end/

    Best regards,
    Nikko

    #707567

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi,

    We can resize the countdown on mobile view. Please add this in the Quick CSS field:

    @media (max-width: 989px) {
    .flip-clock-wrapper ul {
        width: 18px;
        height: 20px;
    }
    
    .flip-clock-divider {
        height: 20px;
    }
    
    .flip-clock-dot.top {
        top: 13px;
    }
    
    .flip-clock-dot.bottom {
        bottom: 13px;
    }
    
    .flip-clock-wrapper ul li a div div.inn, .flip-clock-wrapper ul li a div {
        font-size: 11px !important;
        line-height: 20px;
    }
    }

    Best regards,
    Ismael

    #707547

    Hi Ismael,

    My apologies for taking so long to reply. I have been waiting for my daughter to send the image whe wants used as the background. I have now attached the screen shot of the website now set to boxed layout. I knew it was set to stretched but figured there was no point in changing it as I did not see how to set the background image.

    I have also added the background image which we want to set up around the sides and top of the site. Note that the image currently at the top of the site would be removed once the background image is in place. Its just there now to sort of show what it would look like.

    Where it is currently black, we want there to be the image showing. Actually, need it to be wider than the black.

    Can you let me know how to do it, or provide the code for that? Thanks for your help :)

    #707524

    Hey Tarakbc,

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

    .sidebar.sidebar_right .widget {
        padding-top: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #707516

    Hey Dick,

    If you want to show a textblock or anything on mobile and hide on desktop, just add this to custom class of that textblock, or other modules hide-desktop, if you want to hide it in mobile and show it in desktop you just need to add this class hide-mobile and add this code to Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width: 767px) {
      .hide-mobile {
        display: none !important;
      }

    If that doesn’t work, can you post a screenshot so we can easily identify the issue.

    Best regards,
    Nikko

    #707504

    Hi Lyse,

    Kindly add this code to Quick CSS:

    .av-minimum-height-50 #footer {
        border: 0;
    }
    
    .av-minimum-height-50 #footer .container {
        height: auto !important;
    }
    
    .main_color #footer a, 
    .main_color #footer strong, 
    .main_color #footer h3,
    .main_color #footer a {
        color: #fff;
    }
    
    #socket .sub_menu_socket li {
        border-color: #222 !important;
    }
    
    #top #wrap_all #socket .social_bookmarks li a {
        color: #fff;
    }

    Let us know if it works :)

    Regards,
    Nikko

    #707497

    Hey!

    It was good when I checked it on a mobile device, can you let us know what device you are using to check it? also can you try to remove this code and check (if it doesn’t work, you can return the code to its place):

    function modify_jquery() {
    	if (!is_admin()) {
    		wp_deregister_script('jquery');
    		wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    		wp_enqueue_script('jquery');
    	}
    }
    add_action('init', 'modify_jquery');
    
    if(!function_exists('avia_register_frontend_scripts'))
    {
    	if(!is_admin()){
    		add_action('wp_enqueue_scripts', 'avia_register_frontend_scripts');
    	}
    
    	function avia_register_frontend_scripts()
    	{
    		$template_url = get_template_directory_uri();
    		$child_theme_url = get_stylesheet_directory_uri();
    
    		//register js
    		wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
    		wp_register_script( 'avia-default', $child_theme_url.'/js/avia.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
    		wp_register_script( 'avia-prettyPhoto',  $child_theme_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
    		wp_register_script( 'avia-html5-video',  $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);
    
    		wp_enqueue_script( 'jquery' );
    		wp_enqueue_script( 'avia-compat' );
    		wp_enqueue_script( 'avia-default' );
    		wp_enqueue_script( 'avia-shortcodes' );
    		wp_enqueue_script( 'avia-prettyPhoto' );
    		wp_enqueue_script( 'avia-html5-video' );
    
    		if ( is_singular() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); }
    
    		//register styles
    		wp_register_style( 'avia-style' ,  $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
    		wp_register_style( 'avia-grid' ,   $template_url."/css/grid.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-base' ,   $template_url."/css/base.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-layout',  $template_url."/css/layout.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-scs',     $template_url."/css/shortcodes.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-custom',  $template_url."/css/custom.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-prettyP', $child_theme_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
    		wp_register_style( 'avia-media'  , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
    
    		//register styles
    		if($child_theme_url !=  $template_url)
    		{
    			wp_enqueue_style( 'avia-style');
    		}
    
    		wp_enqueue_style( 'avia-grid');
    		wp_enqueue_style( 'avia-base');
    		wp_enqueue_style( 'avia-layout');
    		wp_enqueue_style( 'avia-scs');
    		wp_enqueue_style( 'avia-prettyP');
    		wp_enqueue_style( 'avia-media');
    
            global $avia;
    		$safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    
            if( get_option('avia_stylesheet_exists'.$safe_name) == 'true' )
            {
                $avia_upload_dir = wp_upload_dir();
    
                $avia_dyn_stylesheet_url = $avia_upload_dir['baseurl'] . '/dynamic_avia/'.$safe_name.'.css';
                wp_register_style( 'avia-dynamic', $avia_dyn_stylesheet_url, array(), '1', 'screen' );
                wp_enqueue_style( 'avia-dynamic');
            }
    
    		wp_enqueue_style( 'avia-custom');
    
    	}
    }

    Best regards,
    Nikko

    Hi,

    I have checked the backend of mulligan101’s site (in this thread) and found out that this plugin causes the issue: Woocommerce Poor Guys Swiss Knife. It works properly using Enfold 3.8 and Woocommerce 2.6.7 when that plugin is deactivated.

    Best regards,
    Nikko

    #707494

    Hey 1lizcollins,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        padding-left: 50px;
        overflow: hidden;
    }

    Best regards,
    Ismael

    #707493

    Hi,

    1) the color of the “alternate” row that has a dark grey background to a light grey, say #d4d3d2
    Is this already done? I could see these rows already in #d4d3d2, but if you want to change it you can add this code to Quick CSS:

    .main_color #wwof_product_listing_ajax_content tr:nth-child(odd) {
        background: #ddd;
    }

    2) the variations “select: box within each row to alternate to #fff for row with light grey, and to light grey #d4d3d2 for the white row

    .main_color #wwof_product_listing_ajax_content tr:nth-child(even) {
        background: #efefef;
    }
    
    #top .main_color #wwof_product_listing_ajax_content select {
        background: #fff;
    }

    Just adjust the colors as you see fit. Hope this helps :)

    Best regards,
    Nikko

    Hi,

    You can and should disallow or block search pages or every url with the search query in the robot.txt file.

    User-agent: *
    Disallow: /search
    Disallow: /*?s=

    // https://kriesi.at/support/topic/links-to-404-pages/#post-588813

    Best regards,
    Ismael

    #707469

    Hey!

    I could see the code working in the link you have provided. Just to verify if the white border you mentioned the white space between the products? and the text to be centered is the text at the bottom of the image? I could see the products already next to each other and the text at the bottom is already lifted 3px higher. Can we get more details where this issue shows up? like in desktop or mobile? chrome, firefox, ie? please provide another screenshot showing not only 1 product and also point there the text that hasn’t been centered.

    Best regards,
    Nikko

    #707459

    Hi Elsa,

    You’re very much welcome :)

    It should be showing up, I have replaced this code:

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

    to this one:

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

    Let us know if this is good on your end and if you need more assistance related on this topic. :)

    Cheers!
    Nikko

    #707438

    Account details have been provided a few times above…

    The caption appears at the top. The middle is preferred .

    Thanks

    • This reply was modified 9 years, 4 months ago by Epic. Reason: checked the css code provided
    #707426

    Hi, yes, thanks, I’ve included it in the private content…. This is a link to a prototype post, and for all the posts in this category, I’d like to move the content up by removing the top padding of the content class.

    Actually this page is using the Avia Layout, and with that the category isn’t showing up as a class at all. If I just add a post without the avia builder, the category is in the article tag, as in the second link. We want to use the avia builder so we can use a full width banner.

    #707417
    hylandgraphics
    Participant

    Hey guys,

    Is there a way to hide the navigation menu on both mobile and desktop when I am creating one page site? Link below. Thanks!

    #707410

    Hey jeffersonh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #scroll-top-link {
    	display:block!important;
    }
    

    Best regards,
    Vinay

    #707409

    In reply to: Main Menu Font

    Hey nuncer,

    Menu item colors can be changed from Enfold > Advanced Styling > Main Menu

    If that does not work please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header .av-main-nav > li > a .avia-menu-text, 
    #top #header .av-main-nav > li > a .avia-menu-subtext {
        color: #303030!important;
    }
    

    Best regards,
    Vinay

    #707405

    Hey Bernhard!

    Please take a look her
    https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503

    and let us know if that works out for you.

    Thanks a lot

    Cheers!
    Basilis

    #707379
    jeffersonh
    Participant

    The client has asked why the “Back to Top” icon on the desktop does not appear in the mobile version. Is there a way to make this appear on mobile as well?

    #707334
    Aerdvark
    Participant

    Sorry for the bad topic title but I would not know a better way to describe.

    If I have an internal link in the page (see private section) I can redirect the visitor to another page wich contains a tabcontrol
    By adding this: “../#tab-id-8” I can redirect not only to the page but as well as the desired tab that opens.

    But somehow the visitor gets send to the middle of the page, I mean, the visitor must scroll up in order to be able to read the text in whole.
    Sorry again for the bad explaining.

    Thanks big time for the help!

    #707330

    Okay so I was able to get the main header text to position with the reduction of screen size.

    This is the new custom CSS

    .logo-text {
    position: absolute;
    left: 85%;
    top: -260%;
    font-size: 26px;
    width: 100%;
    }
    
    .logo-address {
    position: absolute;
    left: 85%;
    top: -120%;
    font-size: 14px;
    line-height: 15px;
    }
    
    .logo-slogan {
    position: absolute;
    left: 40%;
    top: -130%;
    font-size: 26px;
    color: #ee4874;
    line-height: 15px;
    }

    Still have the problem with it disappearing when I go to mobile and now a new problem where the top menu does not resize as I reduce, it just stacks up as the screen size gets smaller until it switches to mobile at 989.

    So I fixed one problem and found another.

    #707324
    janetgot
    Participant

    Hi, I am looking to make some style changes to a post in a certain category. I saw in this post https://kriesi.at/support/topic/different-category-different-style-border-hover/ that there should be a category class added to the body tag, however, in my case, the class is added to the article tag, which is lower in the page than the style I need to adjust. Can you tell me how to make sure that my category class is added to the body tag, so it can be used for the entire page layout? I am using Enfold 3.8 and WP 4.6.1. Thanks, and I hope this makes sense!

    Hey jimbeamkentucky!

    1- Please go to Enfold theme options > Blog Layout > Blog Layout and choose to use Advanced Layout Builder to create your blog page.
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background: transparent;
        position: absolute!important;
    }}

    Cheers!
    Yigit

    #707285

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .av-social-link-teamviewer:hover a {
        background-color: red;
    }
    

    Best regards,
    Yigit

    #707283
    RankXpress
    Participant

    Hi,

    I am currently working on a new site for a client and they would like to have the phone number, address and email in the main header section on the right. I have been able to get to a certain point with desktop, but it looks horrible as you reduce the screen and then at a certain point it all just disappears.

    Here is the code I have added to my functions.php file

    add_action('ava_after_main_menu','logo_text');
    function logo_text() {
    echo "<div class='logo-text'>Muh Phone</div>";
    }
    
    add_action('ava_after_main_menu','logo_address');
    function logo_address() {
    echo "<div class='logo-address'>Muh Address</div>";
    }

    And here is the code I added to the Quick CSS editor.

    .logo-text {
    position: absolute;
    left: 1600px;
    top: -130px;
    font-size: 26px;
    }
    
    .logo-address {
    position: absolute;
    left: 1600px;
    top: -60px;
    font-size: 14px;
    line-height: 15px;
    }

    Can someone please point me in the right direction to get this setup correctly. Your help is greatly appreciated.

    • This topic was modified 9 years, 4 months ago by RankXpress.
Viewing 30 results - 88,591 through 88,620 (of 142,852 total)