Viewing 30 results - 81,931 through 81,960 (of 142,845 total)
  • Author
    Search Results
  • Hi

    I have succeeded by using

    #header_meta {
        background: #000000!important;
    }

    I just need to get the white border showing below the top header (the same as when you scroll) – it would appear that the brightness of the border is also controlled by the glassy header class.

    A

    #772132

    OK, I’ve fixed the problem by removing the code:

    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');
    
    	}
    }
    • This reply was modified 8 years, 11 months ago by skrinks.
    StudioProjects
    Participant

    Hi

    I am currently using the glassy menu, but require the top header with the social media icons and phone number in it to be black. Can I have the requisite Quick CSS, please?

    Cheers

    A

    #772109
    Matt Lacroix
    Guest

    Hello
    I have started a support thread here but have not gotten any updates in some time.

    Woocommerce update – Fatal error on cart page

    My business is shut down as people cannot place orders on my site.
    Can someone please have a look?

    #772093

    You may also wish to use Fullwidth Easy Slider to show your Vimeo… supports autoplay. However, it is full screen…. no black bars….

    #772088
    kenshepherd
    Participant

    We’ve put button short code in out top header, and the following phone number has awkward looking padding. We can’t figure out how to center the phone number text with the button. Any ideas?

    #772070

    Hi John,

    Please see the attached screen grab from the home page.
    homepage add to cart button

    Many thanks

    #772059
    garethlawson
    Participant

    Hi all,

    I was looking for a solution to swap the next and previous navigation buttons on a single post. To be clear, if I have a post category with 10 posts and open the category listing page, and then click on the first item (newest post/portfolio entry) in the list. When I view the first item, I will have an arrow on the left to navigate to the next post, which is the newest post after the one I am currently viewing. This is by default. I want the arrow to be on the right.

    I searched the forums for a solution and found this: https://kriesi.at/support/topic/blog-post-previous-and-next-arrows/, which is closed to comments. While this solution worked and still works, the thread is old, so it’s a little outdated and there’s a better option in the current version of Enfold (v4.0.5). So I thought I would share it in case it’s useful to someone else out there:

    Create a child theme if you haven’t already, and add the following code to the functions.php file in your child theme:

    if (!function_exists('swap_single_post_next_and_previous_mod')) {
    	add_filter( 'avia_post_nav_entries', 'swap_single_post_next_and_previous_mod' );
    	/**
    	 * Swap the next and previous navigation on single posts
    	 *
    	 * @param array $entries
    	 *
    	 * @return array
    	 */
    	function swap_single_post_next_and_previous_mod( $entries ) {
    		if ( ! isset( $entries['prev'], $entries['next'] ) ) {
    			return $entries;
    		}
    
    		$temp_prev = $entries['prev'];
    		$entries['prev'] = $entries['next'];
    		$entries['next'] = $temp_prev;
    
    		return $entries;
    	}
    }

    If you wanted to, you could also pass the $settings array to the function via the filter, and then only apply this to certain taxonomies or if certain other conditions are met, e.g.

    if (!function_exists('swap_single_post_next_and_previous_mod')) {
    	add_filter( 'avia_post_nav_entries', 'swap_single_post_next_and_previous_mod', 10, 2);
    	/**
    	 * Swap the next and previous navigation on single posts
    	 *
    	 * @param array $entries
    	 * @param array $settings
    	 *
    	 * @return array
    	 */
    	function swap_single_post_next_and_previous_mod( $entries, $settings ) {
    		if ( ! isset( $entries['prev'], $entries['next'] ) || $settings['taxonomy'] != 'my-category') {
    			return $entries;
    		}
    
    		$temp_prev = $entries['prev'];
    		$entries['prev'] = $entries['next'];
    		$entries['next'] = $temp_prev;
    
    		return $entries;
    	}
    }
    #772050
    #772040

    We also noticed that since the updates (woocommerce and theme) that Booster no longer works. When changing the price from USD to CAD it would not convert the price. This was working this morning prior to the updates. I have disabled this feature in the interim.

    WOOCOMMERCE >> BOOSTER SETTINGS >> PRICES AND CURRENCIES >> MULTIPRICE
    The currency converter use to be in the top bar using this code. It has been removed so that nobody uses it.

    [wcj_currency_select_drop_down_list]

    Hi!

    Thank you very much for updating the topic with a solution, we do appreciate it a lot.

    Cheers!
    Basilis

    Hi!

    Please refer to this post – https://kriesi.at/support/topic/woocommerce-3-0/#post-771853

    Best regards,
    Yigit

    #771887

    In reply to: Column Heights

    Hi,

    not sure which elements you’re referring to, but for your buttons the only solution which comes to my mind is to use individual “top” values for each button:

    .avia-button-wrap.avia-button-center.avia-builder-el-15.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-19.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-23.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }
    .avia-button-wrap.avia-button-center.avia-builder-el-27.el_after_av_textblock.avia-builder-el-last {
    position: relative;
    top: 21px;
    }

    Adjust every top value as needed.

    Best regards,
    Andy

    #771878

    Hi Yigit,

    This is partially what I want to do, i’m already able to change the text to the icon as mentioned in my original post, but what I was more after is when the nav sticks to the top, that’s when the text changes to the icons.

    Is this possible with CSS or do i need to manipulate with Jquery/JS?

    If possible with CSS, what do i need to target?

    Thanks,

    Hi Victoria,

    Thank you very much for attending to this! Thank you also for figuring this out – I am sorry for disturbing you, I actually thought the problem came from the theme update, now I realize it is likely to be related to the Gravity Forms plugin update. This is because I haven’t modified that page at all, and it worked previously.

    Less important, can you please let me know if this is possible (my other question): “…in the main menu on the top right, the list item is JOBS. What I love about it is that it has that little number on it, stating the number of openings you have. How did you achieve that?”

    Once again, thanks!

    Kind regards

    #771835

    Hi aitormzn,

    Please refer to this thread for a solution.

    Best regards,
    Victoria

    #771822

    Hey cerasel,

    Here is the css code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
    .responsive .phone-info {
        width: 15%;
        margin-top: -31px;
        margin-left: 33%;
        float: right;
    }
    
    .responsive #header .sub_menu {
    	width: 20%;
    	padding-top: 11px;
    	float:left;
    	margin-left: 40%;
    }
    
    
    .responsive #header .social_bookmarks {
       width: 17%;
       margin-top: 7px;
       float: left;
       margin-left: -38px;
       min-width: 100px;
     }
    }
    

    Aligning search to the left is not a good idea, search form gets beyond screen to the left. You can adjust these settings as to what you like.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #771814

    I am trying to do the exact same thing as the original poster. This is what I have in my functions:

    
    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    	dynamic_sidebar( 'header2' );
    }
    

    the widgets are named header and header2 this is my css:

    #header .widget {
      left: 50%;
      padding-top: 10;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }
    
    #header2 .widget {
      left: 90%;
      padding-top: 10;
      position: absolute;
      top: 0;
      transform: translate(-50%);
      z-index: 999;
    }

    Problem is my images are right on top of each other. I am assuming my css needs to be altered on header2.

    Thoughts?

    #771811

    Offtopic:

    wie gesagt – reiner Eigennutz. Durch die Fragen bin ich gezwungen über die Machbarkeit nachzudenken.
    Das hilft mir weiter, mich schnell einzuarbeiten.

    #771809

    Oh wow look, I see someone from your team had no problem helping a customer with the same question I had:

    #771803

    Hi jdbrunet,

    Here is the code to change the header of your page, you can put it in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header { background-image: url(your image url); }
    

    If you already have a page set up, you can send us the link and we will give you the code to work just for that page, since you don’t want this on all pages.

    And this code

    
    .av-special-heading {
      margin-top: 0px;
    }
    

    will remove the space you don’t want on the page http://www.thelastpig.com/join-the-herd/

    Best regards,
    Victoria

    #771769

    Hi, i’ve updated to the latest version of the theme, but still having the slides overlapping in layerslider. I’m including private links to a screenshot of how it looks plus a screenshot of the opening transition and ending transition settings. I’d be very grateful if you could suggest how i can amend these settings to stop the slides overlapping. I have set it to have every layer visible until end of slide and ending transition is 0 – but they do seem to stray into the next slide and I can’t work out why.

    #771754

    Hey Peter,

    Please refer to this thread and below are two articles on the topic:
    http://www.wpgmaps.com/documentation/exporting-and-importing-your-markers/
    http://www.wpbeginner.com/plugins/7-best-free-google-maps-plugins-for-wordpress/

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #771739
    djhal3
    Participant

    Hi,

    Ive got a really weird problem. I have a responsive website which works fine. On the home page, I have a series of 4 grid row. The first works as expected with cells appearing one on top of the other in mobile view. However the grid rows 2, 3 and 4 all appear side by side?!!

    The Grid rows have exactly the same settings, and in fact if I swap say the 2nd grid row with the 1st, it stays that only the top most grid row appears properly (cells on top of each other)… so strange.
    Please HELP asap!

    PS – I’ve deleted all my CSS and that didn’t resolve the issue.

    Any ideas!?!

    Thanks!!!!

    #771737

    Hi Victoria,

    After the issue with Ismael has been resolved, all of the plugins were disabled and the change of the title from top to bottom was barely visible. However, now that I’ve re-enabled them all I’ve figured out that the JetPack plugin is the one that causes the major delay of the title going from the bottom to the top. Is there a solution for this? I cannot uninstall or remove the JetPack plugin due to back end statistics for the client.

    Thanks and Regards,

    Matt

    #771711
    mrpacogp
    Participant

    Hi guys.
    I was looking how to get more icons on navbar when using Burguer menu on desktop.
    I will try it to do it like webpages like this: https://www.etq-amsterdam.com/
    Pk, i get burguer menu with this:
    `
    @media only screen and (min-width: 1024px) {
    nav.main_menu {
    display: none !important;
    }
    }
    And works,, but how to setup more icons in this bar?

    #771710

    Doch das funktioniert :
    Die Equal Height gilt ja für den Surrounding container also für die Column nicht für den Content. Der Content war es aber der den Hintergrund bekam beim Anlegen als top boxed content with borders.
    Was also gemacht werden musste war: dieses Styling löschen, und es der Column zuordnen.
    Um das mit dem Aussehen hinzubekommen – geben wir also nachher der Column diese Eigenschaften.

    Das Setup kann so bleiben denke ich wie du es gemacht hast.
    Die Columns bitte in eine Color-Section und dieser Color-Section diese Klasse zuordnen: spezial-icon-box

    Wichtig: damit die Buttons unten auf einer Höhe und äquidistant zum Boden bleiben – nicht in das Textfeld der Iconbox – sondern als einzelnen Button zum 1/3 Container hinzufügen.
    Bild klicken um zu vergrößern:

    Alles andere ist dann nur noch verschieben der Inhalte:

    .spezial-icon-box .av_one_third {
        border: 2px solid #eee;
        border-radius: 5px !important;
        box-shadow: 3px 3px 5px #ddd;
        padding: 20px;
    }
    
    .spezial-icon-box .iconbox_icon.heading-color {
        display: inline-block !important;
        left: 50% !important;
        margin: 0 !important;
        position: absolute !important;
        top: -70px !important;
        transform: translate(-50%);
    }
    
    .spezial-icon-box .iconbox_top .iconbox_content {
        background: inherit !important;
        box-shadow: none;
        padding: 0 15px 20px;
    }
    
    #top .spezial-icon-box .iconbox_top {
        margin-bottom: 30px;
    }
    
    .spezial-icon-box .iconbox h {
        padding-top: 10px !important;
    }
    
    .spezial-icon-box .iconbox +  .avia-button-wrap {
        bottom: 0 !important;
        left: 50%;
        padding-bottom: 20px;
        position: absolute;
        transform: translate(-50%);
    }
    
    @media only screen and (max-width: 767px) {
    .spezial-icon-box .flex_column {
        margin: 30px 0 !important;
    }
    }

    unten der Code ist um den Abstand dann der Columns zu gewähren, wenn die responsiv auf 100% Breite zurückfallen.

    #771700

    Hi Brian,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #771685

    Hey!

    Can you please try adding following code to wp-config.php file near top and check if that helps?

    
    define('CONCATENATE_SCRIPTS', false);
    

    Cheers!
    Yigit

    Hey!

    Sorry for the late reply!

    Please refer to this post – https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220

    Cheers!
    Yigit

Viewing 30 results - 81,931 through 81,960 (of 142,845 total)