Viewing 30 results - 83,521 through 83,550 (of 142,642 total)
  • Author
    Search Results
  • #753686

    Hi,


    @cptnem0
    Replied you here – https://kriesi.at/support/topic/code-block-shortcode-is-not-working-with-amp/. Let us continue there

    Best regards,
    Yigit

    #753683

    In reply to: Sidebar

    Hi,
    many thanks for your help. The color changes now and the top margin works, but there is large space between content and right sidebar, also it seems to be that the snippet has no effect if you want too see the homepage on an tablet or mobil phone. Can you have a look ? See Link in privat content field (there is also the link to the screen shot, as the page later should look) I hope you can help me ;-)
    Many thanks
    Christian

    #753680
    sensiblekaren
    Participant

    Hello

    I know there are lots of threads on this topic but I cant quite find on that gives me this exact solution.

    I am really happy with the masonry on other devices apart from on mobile – becuase some titles are longer than others – some images are smaller than others. Even the ones with short titles cut off the image and if it is a podcase the music note logo is cut in half. How do I make the images appear larger and so the icons are not covered on a mobile device? Link enclosed.

    #753657

    Thank you Vinay
    but i would yuo like add location-pin icon in social icon (top bar and footer)
    so i have think to replace skype icon with location-pin icon

    #753651

    In reply to: Sidebar

    Hi,

    Please refer to this ticket https://kriesi.at/support/topic/change-colour-of-entire-sidebar/#post-731082

    If yous till have any issue please share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #753640

    In reply to: Fixed Frame question

    Thanks Rikard,

    Is there anything you could suggest I could try on our site? We’re using Enfold with a frame, so I can experiment on there.

    I’ve tried the following, but it appears to sit under the navigation, full width sub-menu.

    .av-framed-box {
    border-right: 2px solid #444;
    border-left: 2px solid #444;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    }
    #753608

    In reply to: Hotspots

    Thanks Yigit,

    This works great for the pulse but the body of the hotspot remains the same, i have tried making the body colour clear to see if this would make the body transparent but it didnt work. Do you think you could do anything about this?

    http://tinypic.com/r/11w80pf/9
    this is the body of the hotspot, youi can see the pulse to the top left of the body.

    Thanks.

    Hi,
    Thank you so much! I’ve yet to test the solution on huge viewports, but on general-laptop sizes it works great! I ended up having my final left-header-css as following, for the sake of other finding this thread in the future;

    @media only screen and (min-width : 1001px) {
      .html_header_sidebar .logo {
        position: relative;
        clear: both;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
        height: 25vh !important;
      }
      .html_header_sidebar #top #header {
        width: 20%;
      }
      .html_header_left #main {
        margin-left: 20%;
        position: relative;
      }
      .html_header_sidebar #header .av-main-nav > li, .av-sidebar-social-container {
        height: 11vh !important;
      }
    }

    Once again, thank you. I’ll report back shortly with the huge viewports, when I’m home at my bigger monitor.

    Best regards,
    Martin

    Hey Heathcliffe,

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

    
    #footer {
        border-top: 3px solid #B2E129;
    }

    Best regards,
    Rikard

    #753555

    In reply to: Sidebar

    Hello Rikard,
    many thanks for your answer, please have a look at the screenshot. We would like to have the right sidebar colored in grey and at the same start line as the content block (who is has a top margin of -50px). Do you have an idea for me to realize this?
    Many thanks
    Christian

    #753553

    Hi,

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

    .logo img {
        top: 50%;
        transform: translateY(-50%);
    }
    

    Best regards,
    Vinay

    #753546

    Hey accurIT,

    The easiest way to achieve this would be using custom css and adding a class name to the element or column whose margins you like to be different on mobile.

    To do so please perform the below steps:

    1. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    2. Give the elements or columns a custom class name of “mobile-margin”.

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

    
    @media only screen and (max-width:767px) {
    	.mobile-margin {
    		margin-top:60px!important;
    		margin-bottom:60px!important;
    	}
    }
    

    Best regards,
    Vinay

    #753538

    Hi,

    Try adding this css code in Quick CSS:

    #top .av-hotspot-container span.avia-arrow-wrap {
        display: none;
    }

    Hope this helps.

    Best regards,
    Nikko

    #753537

    Hi,

    I have checked it but it seems you have already done it, if not you can try this css code:

    #top .header_bg {
        background: rgba(0, 0, 0, 0.5) !important;
    }

    Best regards,
    Nikko

    #753533

    Hello Rikard, I kind of found a solution yesterday: downloaded the enfold.css from the EnfoldGym demo site, and added it to my site; plus one or two settings to change inside the Enfold theme menu, and here we go…. As it appears that every demo comes with a specific Enfold menu theme settings, it would be great if each demo page could give these settings. Otherwise, you end up with something a bit different from the original…(at least regarding the look of the top menu). Best regards, thank you… Frederic.

    #753522

    Hi Ismael!

    Thx for your reply, but I use the FB page plugin to display events. So the Enfold widget isn’t an alternative for me. Also this doesn’t explain, why the FB code stopped working after the last update…

    Best regards,
    Thomas

    #753521

    Just as an update, I tried moving the echo command inside of the <head></head> tag which fixed the issue on mobile but ended up breaking the desktop site.

    • This reply was modified 8 years, 11 months ago by bohn54.
    #753516

    Ismael,
    Thanks for the quick response!
    Here are a couple screenshots of the code.
    Here is before I added the code.
    Before adding PHP echo
    And this is after
    After adding PHP echo code

    And here is the code for the new header

    <?php
    if ( !defined( 'ABSPATH' ) ) {
    	die();
    }
    
    global $avia_config;
    
    $style = $avia_config[ 'box_class' ];
    $responsive = avia_get_option( 'responsive_active' ) != "disabled" ? "responsive" : "fixed_layout";
    $blank = isset( $avia_config[ 'template' ] ) ? $avia_config[ 'template' ] : "";
    $av_lightbox = avia_get_option( 'lightbox_active' ) != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    $preloader = avia_get_option( 'preloader' ) == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
    $sidebar_styling = avia_get_option( 'sidebar_styling' );
    $filterable_classes = avia_header_class_filter( avia_header_class_string() );
    
    ?>
        <!DOCTYPE html>
        <html <?php language_attributes(); ?> class="
        <?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes ?> ">
    
        <head>
            <meta charset="<?php bloginfo( 'charset' ); ?>" />
            <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=Om5o09g53k">
            <link rel="icon" type="image/png" href="/favicon-32x32.png?v=Om5o09g53k" sizes="32x32">
            <link rel="icon" type="image/png" href="/favicon-16x16.png?v=Om5o09g53k" sizes="16x16">
            <link rel="manifest" href="/manifest.json?v=Om5o09g53k">
            <link rel="mask-icon" href="/safari-pinned-tab.svg?v=Om5o09g53k" color="#5bbad5">
            <link rel="shortcut icon" href="/favicon.ico?v=Om5o09g53k">
            <meta name="apple-mobile-web-app-title" content="GracePoint">
            <meta name="application-name" content="GracePoint">
            <meta name="theme-color" content="#212a2f">
            
    
            <?php
    	/*
    	 * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    	 * located in framework/php/function-set-avia-frontend.php
    	 */
    	if ( function_exists( 'avia_set_follow' ) ) {
    		echo avia_set_follow();
    	}
    
    	?>
    
                <!-- mobile setting -->
                <?php
    
    	if ( strpos( $responsive, 'responsive' ) !== false )echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    	?>
    
                    <!-- Scripts/CSS and wp_head hook -->
                    <?php
    	/* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    
    	wp_head();
    
    	?>
    
        </head>
        <?php flush(); ?>
    
        <body id="top" <?php body_class($style. " ".$avia_config[ 'font_stack']. " ".$blank. " ".$sidebar_styling); avia_markup_helper(array( 'context'=> 'body')); ?>>
    
            <?php 
    		
    	if("av-preloader-active av-preloader-enabled" === $preloader)
    	{
    		echo avia_preload_screen(); 
    	}
    		
    	?>
    
            <div id='wrap_all'>
    
                <?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>
    
                <div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting(' header_scroll_offset '); ?>'>
    
                    <?php 
    		
    		if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container'];
    		do_action('ava_after_main_container'); 
    		
    				
    		echo do_shortcode("[av_submenu which_menu='center' menu='Main Menu' position='center' color='alternate_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2']
    [/av_submenu]");
    	?>
    	
    	
    
    • This reply was modified 8 years, 11 months ago by bohn54.
    #753503

    Hey James,

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

    div.custom_text {
        top: -40px !important;
    }

    Best regards,
    Rikard

    #753500

    Hey dvdconway,

    Thank you for using Enfold.

    Please try one of the solutions that are provided in the following threads.

    // https://kriesi.at/support/topic/how-to-remove-date-from-google-snippet/#post-746185
    // https://kriesi.at/support/topic/google-pulling-date-from-portfolio/#post-712693

    Best regards,
    Ismael

    You can close the topic
    Thank you very much for all your help :)

    #753489

    Hi,

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

    .avia-post-prev {
      top: 70% !important;
    }

    Best regards,
    Rikard

    Thanks Ismael!

    Worked perfect with this code for me:

    #top .woocommerce-tabs h2 {
        font-weight: bold; color:#502a62; font-family: open sans; font-size:14px;
    }

    This support here is the very best!

    • This reply was modified 8 years, 11 months ago by Micha66.

    Hi,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #753476

    Hi,

    Thanks for the feedback and glad you found the problem. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #753475

    Hi,

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

    Best regards,
    Rikard

    Hi,

    We are very sorry for the late response.

    The font weight of the product description title is already set to bold.

    #top .woocommerce-tabs h2 {
        font-weight: bold;
    }

    Could you please provide a link to the product with the description?

    Best regards,
    Ismael

    Hi,

    Is there a function that allows for both menus to be included in one menu button in mobile?

    This is possible but it will require a lot of modification that we can’t provide here. Please hire a freelance developer or contact our partner, Codeable.

    // http://kriesi.at/contact/customization

    One workaround is to include the items of the submenu in the main menu then add unique class attributes to the items. You can hide these items on desktop by using css media queries. Please post the login details so that we can create an example.

    Best regards,
    Ismael

    #753464

    Hi,

    Great, glad we could help you out with that and thanks for the feedback. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hi,

    Great, thanks for the feedback and sorry for the late reply. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 83,521 through 83,550 (of 142,642 total)