Viewing 30 results - 93,331 through 93,360 (of 142,712 total)
  • Author
    Search Results
  • #656580

    In reply to: Google Maps

    @mensmaximus Thank you, all the answers are in that Google topic.

    #656532

    There you go:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    animation: 0s cubic-bezier(0, 0, 0, 0) 0s normal none 0 running avia_msonry_show;
    }

    #656521
    #656520
    #656484

    Hey PKoch,

    try this code inside Quick CSS field:

    .post-title.entry-title {
    margin-top: 30px !important;
    }
    #top .fullsize .template-blog .post-meta-infos {
    top: -95px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #656466
    AppelenEelman
    Participant

    Hi Support,

    If I’am on a shop page on http://www.railcenter.nl (for Example http://www.railcenter.nl/opleiding-tag/organisatie-communicatie?product_order=default) There is a sorting possibility the top of the page. In this case you can sort on ‘Standaard Volgorde’ ‘Naam’ etc. and products per page.

    I use a product filter plugin for filtering in the sidebar so I don’t need te sorting in the top of the page. Is it possible to make the sorting in the top invisible of is it possible to let the sorting dissapear?

    Thank you for your advice, tips.
    Willem Eelman PM

    #656423

    Hi,

    Please deactivate the caching plugin and clear the cache from browser and try the below css.

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        margin: 35px;
    }

    We tested this on your installation in console and it works please check screenshot attached.

    Best regards,
    Vinay

    #656410
    kt2webdesign
    Participant

    Hi All, I’ve seen thread’s on this before but none of the solutions worked for me. I would be so grateful if someone could take a look to see what could be the problem?

    I asked a freelancer to make me a video 1200 x 430 which he did. Then I got another freelancer to get that video into a fullwidth easy slider, which he did. They both tell me the video should now play with no border, but there is still a border on the top and bottom which you can see here:

    Any help would be much appreciated!

    Thank you, David.

    hi Basilis,

    Something like below (position absolute) to keep the look on desktop and Mobile design consistent.

    Thank you and appreciated

    Hey!

    It is not caused by the image inside the container, it is caused by the content expanding on smaller screens. You can decrease the height of the section by decreasing the size of the objects inside. For example, you can decrease the font size of the heading, reduce the minimum height of the section then remove the bottom margin of the input fields on smaller screens:

    @media only screen and (max-width: 1366px) {
    .custom-title-home h2 {
        font-size: 23px !important;
    }
    
    #top #av_section_1 input[type="text"] {
        margin-bottom: 0;
    }
    
    #av_section_1 .container {
        height: 450px !important;
    }
    }

    Please add a unique Section ID to the color section so that you can replace the generic “#av_section_1” selector with it.

    Best regards,
    Ismael

    Hi,

    This should not be happening in the first place. Please remove the css modification then edit one of the page with the issue. Move the color sections or elements around, change their position, update the page then move them back to their original position. This is a small glitch in the advance layout builder but moving the elements around should remove the extra section at the very top of the page. Let us know if it helps.

    Best regards,
    Ismael

    #656380

    Hi,

    Try the following CSS code instead. The first code is for the search result possibilities that appear below and the second is to change the color for the text color in the search field:

    .header_color .ajax_search_excerpt {
        color: #ffffff;
    }
    
    #top .header_color input[type='text'] {
        color: #000000;
    }

    Best regards,
    Jordan

    #656372

    Hi,

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

    #hellobar-pusher {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    And this code in the functions.php file:

    // custom script
    function add_custom_script(){
    ?>
    <script>
    (function($){
    	function g() {
    		var scrolled = $('.header-scrolled').length;
    		if( scrolled == 1 ) {
    			$('#hellobar-pusher').css('display', 'none');
    		} else {
    			$('#hellobar-pusher').css('display', 'block');
    		}
    	}
    
    	$(window).scroll(function() {
    		g();
    	});
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Best regards,
    Ismael

    #656369

    Hi,

    I have one more problem where empty cells on the attached page show – {{content-8}} (scroll towards the bottom of the page to see the tables)
    I think it might be because I am using H Tags in some of the other cells?

    Is this the thread? https://kriesi.at/support/topic/weird-problem-with-empty-cells/

    If yes, we will close this one and continue on the other thread. Please create a test page so that we can see the issue.

    Best regards,
    Ismael

    #656359
    scotthco
    Participant

    Hi Guys:

    I’m running WP 4.5.3. I was running Enfold 3.5.4, just updated to 3.6.1 and am having the same problem in the latest version. The google maps ALB media element works fine on my local development box, even when I hit it from outside my local network. However when I hit the same page on the live site, it does not. With Enfold 354, my Firefox showed the following Javascript error: This page was unable to display a Google Maps element. Please contact the site administrator. If you are the administrator of this site, please check the JavaScript console or check the following page for troubleshooting: http://g.co/mapsJSApiErrors. However upon checking the javascript console, there was nothing. I tried the page mentioned, but since nothing showed in the console, there was nothing to lookup. Now under Enfold 361, I get nothing but a gray box with a “!” icon in the middle in Firefox desktop. My Firefox mobile shows, “Oops! Something went wrong. This page didn’t load Google Maps correctly. See the Javascript console for technical details.” Once again, nothing in the JS console.

    If you need to see the page, I’ll put the URL in the private content area below.

    Any suggestions???

    Thanks!

    #656353

    Topic: Add text in top bar

    in forum Enfold
    guillaume14
    Participant

    Hi,
    I use the phone/extra-info option to display some text in the top var (left aligned). I need to add another text sentence in the top but right aligned: how can i do that please ?

    When the site is displayed on a a smartphone i would like a carriage return after the phone info so each text sentence can be displayed on a separate line.

    Thanks a lot in advance

    Guillaume

    #656340

    In reply to: custom avia css

    Hi,

    Some of the css rules does not make sense. I assume you are trying to place the search box next to the search icon as seen in the below screenshot.

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

    .avia-search-tooltip {
    	margin-top:-66px!important;
        border-radius: 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border-width: 0px;
        border-style: solid;
    }
    

    Best regards,
    Vinay

    #656319
    rmavila
    Participant

    Hello, I have a VFP Pro Form plugin on my page. When I reload it, it loads at the bottom where the form is. Can some one help me fix this> When I remove the form, it loads at the top again. Thank you so much.

    #656309
    Special K
    Participant

    Hi Support Team,

    I want to create a enfold website for my boss company. Its a major company with over 40 offices whitin one country. As you understand its really big. Now I’m wondering if Enfold is good enough to use for major companies. I was wondering about the following: can it handle a lot of trafic? Is it safe enought or is it difficult to hack, is the template fast enough (we have a top position in Google and we would like to remain to have it…of course we need to keep having a goog SEO).

    I’m asking you this because I’ve invited some companies to discus a new website. And I suggested to use Enfold, so that they dont have to build a new template, which will safe my boss a lot of money, and I can do most of the building myself. But the webdesign companies wherent that possitive about enfold. They told me it has a lag of safety (easy to hack) and not fast enough, and cant handle a lot of trafic so it will crash a lot. This could be their strategy to scare me off…but I need to know for sure that Enfold is good enough. Myself I dont see any difference between enfold and the template of the webdesign companies…My opinion is that enfold is much better as it has more functionalities…I’m very happy to use enfold for my own customers as a freelancer. it always work perfect.

    Could you please give your honest opinioin about using enfold for major companies?

    Thanks in advance.

    SpecialK

    #656294

    Hey Basilis,

    Hiding of Link with {display: none} won’t solve the problem.

    On initial page load “All” will be active and Related content area “av-magazine-group” will be displayed. When I will click on “Breaking News” — It will be active and related contet area “av-magazine-group” will be displayed (visible).

    I want to remove “All” link as well as it’s content block (Div). And “Breaking News” should be active along with it’s proper filtered content.

    Let me know If you want more information.

    Currently it’s binding click event from “shortcode.js”

    	$.fn.aviaMagazine = function( options )
    	{
    		console.log(this.length);
    		if(!this.length) return;
    
    		return this.each(function()
    		{
    			var _self = {};
    
    			_self.magazine		= $(this),
    			_self.sort_buttons 	= _self.magazine.find('.av-magazine-sort a');
    			_self.container		= _self.magazine.find('.av-magazine-group');
    			_self.sort_bar		= _self.magazine.find('.av-magazine-top-bar');
    
    			_self.sort_buttons.on('click', function(e){ e.preventDefault(); methods.switchMag(this, _self);  } );
    		});
    	}
    • This reply was modified 9 years, 7 months ago by ybema.
    #656289

    In reply to: custom avia css

    I’m just trying to change the search popup, the size and all, but the changes i’ve made in the style.css of my enflod-child them are not working :
    /*SearchTool*/
    .avia-search-tooltip{
    position: absolute;
    z-index: 9999999;
    padding:0;
    width: 300px;
    top: 85% !important;
    margin-left: -120px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border-width:0px;
    border-style: solid;
    }

    evette
    Participant

    hi, the Demo imported is Flat Business.

    On Mobile view, how to make the Logo to be on the cover image, just as in the desktop view (instead of in its own layer)

    Thanks

    Desktop View

    #656249

    Hey Mahran2016,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    As an alternate solution

    Go to Appearance > Menu and click on the “Screen options” on top right and select post if it is now selected.

    Now you can add post to wordpress menu. If that does not help please use a plugin like

    https://wordpress.org/plugins/wr-megamenu/

    https://wordpress.org/plugins/megamenu/

    Best regards,
    Vinay

    #656231

    Hi,

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

    Regards,
    Rikard

    #656226

    i’ve put this in quick css :
    #top #s {
    color:#666666 !important;
    }
    1. i recogn this is the way to do it, or is there even a more direct way in basic options itself? (in one of the options , i mean)
    2. when go typing there’s displaying some possibilities below the search field. now, these possibilties are white text on light blue background, how to change this font color as well?

    • This reply was modified 9 years, 7 months ago by yampieters.
    #656224

    Hi Ismael,

    Great! Thanks for that. The CSS code for the tables worked a treat. The logo image however doesn’t seem to be scaling. Any thoughts what I could do to make this scale on various devices so it’s not overlapping across the top menu.

    Kind regards,

    Steffen

    #656222

    Topic: Improved Include Page

    in forum Enfold
    slinder
    Participant

    Hey Kriesi Team!

    Loving the theme and had a quick question. I am looking to install a plugin called Improved Include Page and I wanted to make sure that it won’t break the enfold theme. Before creating this thread, I did some research, but I am not sure if it was resolved (and my Germain isn’t too hot). I found this post in your forum:
    https://kriesi.at/support/topic/improved-include-page/

    Can you let me know if it was corrected and if it’s okay for me to install the plugin?

    Thanks in advance!

    Steve

    #656220

    In reply to: News Menu Sub Page

    Hi,

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

    Regards,
    Rikard

    #656219

    In reply to: Search Box Formatting

    Hi,

    Please try this instead:

    #top #s {
    color:black !important;
    }

    Best regards,
    Rikard

    #656197

    Hey kilimats,

    Thank you for using Enfold.

    That is the default behaviour of the cart icon on mobile view. If you want to hide it on initial load, please follow the instructions here: https://kriesi.at/support/topic/trouble-with-cart-icon-on-mobile/#post-631242

    Best regards,
    Ismael

Viewing 30 results - 93,331 through 93,360 (of 142,712 total)