Viewing 30 results - 87,031 through 87,060 (of 142,852 total)
  • Author
    Search Results
  • Hey!

    Sure, I have replaced the code I gave to this:

    @media only screen and (min-width: 768px) {
      #top .av-submenu-container, 
      #top .sticky_placeholder {
        display: none !important;
      }
    }

    Regards,
    Nikko

    #721536

    So i figured out why its doing it, not how to fix it.

    I have about 5 youtube videos on the homepage. If i remove them then the full width video slider works, if i put them back it stops working. any ideas there?

    #721534

    Update:

    Meanwhile for the icon box I got it to work. Thanks to topic https://kriesi.at/support/topic/custom-icon-in-icon-box/ I was able to replace the Fontello icon by our own image.

    Leaves me for now with the icon-list. There it doesn’t work yet.

    #721528

    Hey Yigit,

    I already tried this solution before i posted here. Now i tryed again, nothing changes.

    Bute now after updateing WPML it shows: Warning: Illegal string offset ‘language_code’ in /home/cu/web/sicherungsbrille.de/public_html/technik/themes/enfold/config-wpml/config.php on line 488

    I think this doesn’t conflict, but now you know it.

    Back to the problem with the light box.
    An even better solution would be to have a secont LightBox-Galery. This solution i would prefer.
    …..
    Now got your Solution working, but i had to change something more. Changed this (look for the [] for the arrays):
    var defaults = {
    groups : [‘.avia-slideshow’, ‘.avia-gallery’, ‘.av-instagram-pics’, ‘.portfolio-preview-image’, ‘.portfolio-preview-content’, ‘.isotope’, ‘.post-entry’, ‘.sidebar’, ‘#main’, ‘.main_menu’],
    autolinkElements: ‘a.lightbox, a[rel^=”prettyPhoto”], a[rel^=”lightbox”], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=”.jpg?”], a[href*=”.png?”], a[href*=”.gif?”], a[href*=”.jpeg?”], a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”], a[href*=”iframe=true”]’,
    videoElements : ‘a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”], a[href*=”iframe=true”]’,
    exclude : ‘.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*=”dropbox.com”]’,
    },

    to this:
    var defaults = {
    groups : [‘.avia-slideshow’, ‘.avia-gallery’, ‘.av-instagram-pics’, ‘.portfolio-preview-image’, ‘.portfolio-preview-content’, ‘.isotope’, ‘.post-entry’, ‘.sidebar’, ‘#main’, ‘.main_menu’],
    autolinkElements: [‘a.lightbox, a[rel^=”prettyPhoto”], a[rel^=”lightbox”], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=”.jpg?”], a[href*=”.png?”], a[href*=”.gif?”], a[href*=”.jpeg?”], a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”], a[href*=”iframe=true”]’],
    videoElements : [‘a[href$=”.mov”] , a[href$=”.swf”] , a:regex(href, .vimeo\.com/[0-9]) , a[href*=”youtube.com/watch”] , a[href*=”screenr.com”], a[href*=”iframe=true”]’],
    exclude : [‘#footer , #footer a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*=”dropbox.com”]’],
    },

    ok, now it works, but please tell me how to do the Trick for a second Slideshow Gallery. Is it “Magnific Popup” in original? if so, it would do that for me, probably the function for this is already there, but i don’t se it in the code.

    Best
    Jan

    #721523
    Wolf
    Participant

    Hello Enfold.
    I would like to edit the default height of the text area in the enfold contact form.
    I tried https://kriesi.at/support/topic/i-seek-to-make-the-text-area-box-50-smaller/ but it does not work.

    In the image I have added you can see:
    1. the situation now.
    2. the situation as I would like it to be.
    3. The google chrome css adjustment that works, but adding that part of css too “quick css” does not work.

    Hello Nikko,

    So I need to use the code?

    @media only screen and (min-width: 768px) {
    #top .av-submenu-container,
    #top .sticky_placeholder
    display: none !important;
    }
    }

    #721510

    Can you help me?

    .menu li > a::after {
        content: " ????";
        font-family: "??fontello???";
        font-size: 10px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        position: absolute;
        right: -1px;
        text-transform: none;
        top: 1px;
    }
    • This reply was modified 9 years, 3 months ago by royaltask.

    Hi pimroll,

    Just replace this part of the code I gave (the latest):

    #top.page-id-2947 .av-submenu-container, 
      #top.page-id-2947 .sticky_placeholder

    to this:

    #top .av-submenu-container, 
      #top .sticky_placeholder

    Cheers!
    Nikko

    #721493

    Hey!

    I have added this code in your Quick CSS (located in Enfold > General Styling):

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        height: auto !important;
    }
    
    .html_header_top.html_bottom_nav_header .main_menu ul#avia-menu:after {
      content: "";
      display: table;
      clear: both;
    }

    This is to make the height of the menu flexible. And have added this code in functions.php:

    function adjust_header(){
    ?>
    <script type="text/javascript">
    (function($){
    	function adjust_header() {
    		var $header_height = $("#header").height();
    		jQuery("#main").css({"padding-top": $header_height + "px"});
    	}
    
    	adjust_header();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'adjust_header');

    To adjust the padding based on the height of the header, to test this you need to resize the browser then refresh the page since the code only runs when the page is being loaded. Let us know if this is good on your end.

    Cheers!
    Nikko

    #721490

    Hey Richard,

    check out Enfold’s image sizes here: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    By the way WordPress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
    I hope this will help :).

    Best regards,
    Andy

    Hello Nikko,

    My goal is to remove the submenu in all pages in desktop and tablet but why is it not showing only in the page which is in your private.
    How can we add the other pages too, so it will not show in pc and tablet in other pages too?

    interfacemedia
    Participant

    Hey there

    I implemented a fix as suggested here https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161 and i can update the cart. but the icon amount it not reflecting the amounts in the cart.

    If you add a quantity of the 1st product (20) then add to cart, it works perfect and icon correctly reflects the number in the cart.
    Add a product

    But if you then go to view Cart (hosted on WPengine) and change the quantity and then hit update cart. The dropdown shows the correct number but the icon is stuck at the initial value of 20.

    If you refresh the cart page,the icon does update and reflect the correct figure.

    Are you able to assist?

    Enfold 3.8
    Woocommerce 2.6.4

    #721479

    Hi guys,

    Sorry to interfere in this topic, but I expect this topic comes closest to what I am looking for and I couldn’t find any solution on the forum yet.

    When mterrian is asking for CUSTOM icons, I suppose he (or she?) means he wants to design his own icons, not use a ready made icon package from one of the icon fonts generator websites?

    If that is correct, I am looking for (more or less) the same: my client wants me to use an image of his LOGO in several occasions in stead of the offered package of Fontello icons. So CUSTOM icon image.

    Basilis’ reply (http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/) offers a solution for adding icons from Fontello, but does not give a solution for CUSTOM icons.

    Do you (Enfold team) have a solution to add your OWN CUSTOM (own designed or home made) images for icons?

    Thanks & regards,
    Monique

    #721474

    Sorry Andy, I was referring to the main menu at the top of the page, not the side bar.

    The flyout will display on the left rather than the right when using that menu.

    Thanks,
    Kenneth

    #721472

    Hi,

    this is the expected behavior. Enfold itself controls the appearance of it, so default stylesheets are not avaialble (otherwise it won’t work well with Enfold). Check this for more information: https://kriesi.at/support/topic/styling-events-calander/#post-501371


    @MarcusJeroch

    Let us know which layout you want to achieve and we might be able to help you out with some css code.

    Best regards,
    Andy

    Hey!

    I have added this code in Quick CSS (I have adjusted the code to make it specific only for the page):

    @media only screen and (min-width: 768px) {
      #top.page-id-2947 .av-submenu-container, 
      #top.page-id-2947 .sticky_placeholder {
        display: none !important;
      }
    }

    I have compared both and the only difference is the submenu module isn’t showing in both desktop (my reference page is the one in the private content).

    Regards,
    Nikko

    #721464

    Hi,

    I just want the text to be in between the social icons at the top and the facebook box at the bottom. Is that passible?

    Best regards,
    Helle

    #721445

    Hi,

    Glad we could help :-)

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

    Best regards,
    Rikard

    #721439
    creativeweblogo
    Participant

    Hello,

    my new website url is https://passportclubtravel.com/news/
    but when i share or like anything in facebook its shows error. It is only on news page sidebar facebook share and like option on google chrome and on mozila firefox facebook option not shwon

    i also creat a topic about it on December 2, 2016 at 1:27 pm but my issue not solved yet google chromemozila firefox
    , please slove my problem.

    #721438

    Hey!

    I checked your site and I don’t see what I have mentioned before and can see this taking effect:

    .pyb-text-block h2 {
    	font-family: "abolition" !important;
    	font-size:48px !important;
    	color:#005CA9 !important;
    	text-transform:none !important;
    	letter-spacing:1px !important;
    }

    I think it’s already good now, let us know if there’s anything else you need help regarding this topic.

    Regards,
    Nikko

    #721432
    Krissieg
    Participant

    Hi there guys,

    Can you help me please. I created a banner on this website: http://helpinghandsoverstrand.co.za/
    It looks fine on desktop devices but anything smaller the banner doesn’t look right and on mobile in particular the wording gets cut off. I see that it doesn’t happen with your demo for the wedding so could you let me know how I can sort it so the fonts adapt accordingly.

    Also, how do I make the font bigger in the small menu bar above the main header?

    Thanks

    Krissie

    #721430

    Hey Yigit,

    I am now working on this website and with your tip, the info from several topics here in the forum and some CSS I was able to make this work.

    You can flag this topic as solved!

    Thanks & regards,
    Monique

    #721425
    envapk2
    Participant

    Hi
    I am trying to apply different fonts to different text boxes. I have created Custom CSS Class for a text box, e.g. ‘georgia’, and then put this in Custom CSS:
    #top .georgia {
    font-family: “Georgia”!important;
    }

    This works fine with any Web save fonts but I can’t get it to work with Google fonts. Eg, if I try this
    #top .cardo {
    font-family: “Cardo”!important;
    }
    the font is not applied.

    You can see an e.g. on the link attached.

    How can I make this work with Google fonts?

    many thanks

    Peter

    #721418

    Hi Ismael,

    Your option to disable to navigation means that it will be disabled on all pages/portfolios… :-(

    In my post https://kriesi.at/support/topic/show-categories-and-tags-in-portfolio/ I asked for help to show subcategories or tags on a single portfolio (page templates). On the screenshots you can see that the filtering in the overview page corresponds with the part in the single portfolio page which is called “Geschikt voor websites voor o.a.” (Suitable for websites for ie.).

    Since the navigation cannot work the way I like, can we maybe get the filtering to work with tags in stead of (sub)categories? That would also solve the navigation issue since there will be tags in stead of subcategories.

    Hope you understand what I mean!

    Best regards,
    Monique

    #721415

    In reply to: Google maps API

    Hi,
    in the API console my API’s key is active.
    I put into the google services of enfold but when i create a google maps on my page it doesn’t work . This is the error that i see:
    “It seems that your Google API key is not configured correctly

    The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.

    Please check your API key qui

    The domain that should be allowed is:
    http://stoping.it/*

    I saw your link in the previous answer but i don’t find the way to solve it.
    My domain is verificated on google search console.

    #721414

    In reply to: PORTFOLIO GRID

    Yigit, thanks for the feedback. Your code worked.

    The flap was disabled, but the image got too big on the screen.
    We have to use the scroll to see the full image. How to leave the image proportional to desktop and mobile screen?

    This happens on all projects. The projects have photos with sizes of 800×800, 1440×900 and 1920 x 1080. Even in smaller sizes the photo stretches on the screen.

    LINK
    (http://enpro.com.br/enproml03/projetos/)

    #721402

    Hi,

    1. To increase the blog post width we have added the below code in Quick CSS.

    #top .fullsize .template-blog .post .entry-content-wrapper,
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 1200px!important;
    }

    2. I checkd for the issue post not showing and it appears there is a plugin conflict.

    To find which plugin is causing the conflict please follow these steps:

    1. Go to your plugins page > Deactivate all active Plugins
    2. Update WordPress and Enfold to latest version if you have not.
    3. Make sure all the plugins are updated.
    4. If the problem does not persist when plugins are turned off, activate one plugin at a time and refresh until you find the plugin in conflict.

    I’m suspecting that this is due to “WP Hide Post” plugin.

    We await the results of your plugin compatibility test. I’m sure the blog post shoudl work fine for you once the plugin in conflict is deactivated or re-installed.

    3. This issue too is related to the plugin conflict.

    Best regards,
    Vinay

    • This reply was modified 9 years, 3 months ago by Vinay.
    #721400

    I have 4 monitors I am looking at the site on.

    One is an iMac 27 inch : 2560 x 1440 pixel <– the whole menu fits and it is sticky as I want it*
    One is a secondary monitor which is quite a bit smaller I think it’s around 1600×900 pixel *guesstimating* <– menu does not stick and scrolls
    Then I have Macbook air which I believe is: 1440 x 900 pixel <– menu does not stick and scrolls
    We have 2 tablets in our office and one scrolls and one is sticky.

    I don’t really know where to start in turning on and turning off custom styles to locate the issue as I can’t recall making any adjustments to the standard left-hand side menu that enfold comes with. Almost all my styles have been on page content.

    Any assistance is appreciated – I know it’s a biggie.

    Edit: We did edit the menu on tablet portrait to sit at the top as the left hand side menu did not look very nice in this size and orientation.
    Could this be causing the non-stick behavior even if I set it to only work at portrait tablet size using @media?

    • This reply was modified 9 years, 3 months ago by Briana. Reason: Remembered more information
    #721397

    Hi Nunzio,

    Ok, thanks for that. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #721389

    Hi,

    Ok great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 30 results - 87,031 through 87,060 (of 142,852 total)