Viewing 30 results - 96,811 through 96,840 (of 142,822 total)
  • Author
    Search Results
  • #620881

    Hi there Vinay,

    Thanks for your quick response. Please check the site in the private content below.

    The thing with the logo is this: on different screens I want the logo to position at the right place. It is now centered with a margin of 75px from the top. On my screen it is perfect, but on screens with higher resolutions the logo needs to have more margin. How do I achieve that? Can you follow me?

    Kind Regards,
    Folkert van der Wei

    #620877

    Hey!
    Sure i think this can be done with CSS but it is much easier and avoids back and forth if we are able to see the elements and inspect it. kindly share the link to the page.

    I think you are are trying to achieve something similar please check this thread https://kriesi.at/support/topic/place-full-with-buttons-at-the-bottom-of-column/#post-620885

    Adjust the bottom, left and right values in .avia-button-wrap to suit your design :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 11 months ago by Vinay.
    #620872

    In reply to: Modify copyright

    Hey!

    Please go to your style.css file, and Open it. there in the top u will see
    ” Enfold Child WordPress Theme by Kriesi ”

    From there, change that and you will be ok!

    Thanks a lot for your time and patience

    Regards,
    Basilis

    #620856

    Hey!

    To resolve the icon issues please follow the steps provided in this link http://kriesi.at/documentation/enfold/enable-cors/

    To resolve the button issue please use the below CSS

    @media only screen and (max-width: 767px) {
    #top .main_color .avia-color-theme-color {
        margin-left: 0px!important;
    }
    #top .avia-slideshow-button  {
      display: block !important;
    }
    }

    Best regards,
    Vinay

    #620855

    Hey!

    Percentage values for font-size are relative to the parent element’s hence it’s not working for you in this case. As an alternate solution you can use vw example font-size:4vw; This should work.

    The #top and !important is to increase CSS specificity just incase if there are other default styles which might overwrite this style :)

    Best regards,
    Vinay

    #620839
    swa6768
    Participant

    hello, can please help me with Enfold
    I need a black bar at the top of the page (it should be always there), without any links or elements. I now use the “Extra Element” of the header (without any item), maybe there is an better solution.

    My two questions now:

    1. The bar is too high. Can you show me the code, for making it much thinner (about the half, as it is now)?
    1. on a bigger screen, you see, that the width of this black bar is not 100% of the browser-window (the black bar stopps at the right and left corner). It should have always 100% of the width of the browser window. Can you help?

    Thank you,

    #620835

    Topic: Logo Panel

    in forum Enfold
    arcaneagenda
    Participant

    Hi – sorry for this question – firstly how do you post a topic in private?

    I have added a new logo – 1920 pix x 189 pix
    here http://www.foodspeed.co.uk/products-2

    I set the height to 189 pix but the logo is very small with acres of white space below –
    it should be 189 pix high x full width in pro –

    Any help appreciated – thanks

    cyberhrc
    Participant

    Edit: Fixed, please delete this topic :)

    • This topic was modified 9 years, 10 months ago by Rikard.
    #620825
    hurraken
    Participant

    Hello the team,

    I’d like to have a clickable background around my boxed site, on the top and the sides, like an ad.
    if it’s possible, i’d like too having my logo and menu (logo top centered, menu below) stay on top and visible when i scroll down.

    Thank you for your help.

    Best regards.

    #620820

    Topic: Tabs stopped working

    in forum Enfold
    steveshiver
    Participant

    ARG! Tabs have suddenly stopped working. the default tab works fine, but the two remaining wrap under the first and won’t activate. All 3 used to be beautifully lined up at the top of the tab control.

    Please help!

    Here’s the link: suiteflow.com/wp

    Steve

    wabdmoul
    Participant

    Hello,
    I’m using since several enfold versions an iFrame code to reference google drive documents (as part of code block). I noticed today, that avia layout editor is now only showing a circle for long time, without loading the content. Please note, that this was in the past possible. The iframe HTML code is like this and is CORRECT from my point of view since proposed by Google:

    <iframe src=”https://docs.google.com/forms/d/<google_doc_id>I/viewform?entry.1740519500&entry.1851074162&entry.1213680210&entry.2092861963=83666+Waakirchen&entry.1595428428&entry.198235176&entry.202778101=Waakirchen+/+Schaftlach&entry.666582228&entry.872373776=Neu&entry.390983605&entry.513777303=Ja&#8221; width=”760″ height=”1300″ frameborder=”0″ marginwidth=”0″ marginheight=”0″>Wird geladen…</iframe>

    If I switch to the standard editor, then I see a blanc page !
    Note: with wordpress 4.5: issue observed, with wordpress 4.4NOT observed !!

    Version used is: 3.5.3
    Your advice is highly appreciated !
    Thanks.

    • This topic was modified 9 years, 11 months ago by wabdmoul.
    #620802

    Actually, I want to know about the best practice for images upload for best server resources and page speed load.
    Is it to upload the image with whatever size even 4000X4000 for example and choose the best size that fit the grid requirement ?
    OR
    to re-size the image on a desktop app like Photoshop and then upload it with the best fit size ?

    #620794

    That works, but why doesn’t a percent value work? It works without the #top and without !important, so is there a reason to use them anyway?
    Thanks.

    jamesmcd
    Participant

    Hi there,

    I imported the landing page demo, and for some reason Safari sometimes shows a white space at the top of the site. This seems to be an issue with the ‘header is invisible and appears when the user scrolls down’ option. When I disable this, the problem goes away. I do want to use this option however, as the menu is very useful.

    Advice is greatly appreciated!

    Thanks in advance,
    James

    #620773

    Hi blackbarrow!

    Make sure the #ID is linked to the top of the sections if you still have any issues please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Regards,
    Vinay

    #620768

    Hi!

    Please try this code in Enfold > general Styling > Quick CSS

    #top .av-hotspot-image-container ul li  {
    list-style-type: circle!important;
    background:gold!important;
    }

    Not sure if you are manually adding ul and li tags if so please add a class to UL and replace “av-hotspot-image-container” in the above code with your own class name for it to work.

    If you have any issues please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay

    #620767
    dh_sichtgut
    Participant

    Hello,

    i want to try a individual font. I know how to use google fonts now (https://kriesi.at/support/topic/google-titillium-webfont-einbinden/) but i find no clue, were to put the code, which myfont gave me:

    <script type="text/javascript">
        (function() {
            var path = '//easy.myfonts.net/v2/js?sid=285408(font-family=Ciutadella+Slab+Medium)&sid=285409(font-family=Ciutadella+Slab+Semi+Bold)&sid=285410(font-family=Ciutadella+Slab+Regular)&sid=285412(font-family=Ciutadella+Slab+Light)&key=7XaQYsXgYw',
                protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
                trial = document.createElement('script');
            trial.type = 'text/javascript';
            trial.async = true;
            trial.src = protocol + path;
            var head = document.getElementsByTagName("head")[0];
            head.appendChild(trial);
        })();
    </script>

    Can you help me please.

    Kind regard,
    Daniela

    Yes! I love using Enfold, it’s a terrific theme to use as a starting point for my projects.

    Is it possible to stop this happening?

    constrained inside the main container

    I want the landscape images to be enlarged in pro to fill the width and portrait images to be enlarged to fill the height. See diagram in this link:
    http://peteranderson.net/wp-content/uploads/2016/04/How-it-should-look.jpg

    This is what used to happen, see how it used to look in this link:
    http://waltoncreative.com/portfolio-item/peter-anderson-photography-website/

    Thanks

    #620733
    blackbarrow
    Participant

    Hi,

    I am setting up a new website, and I want to use a left side menu instead of the top menu. I have set my homepage with a fullscreen slider image and a colour section below with images, text etc for my ‘about’ page.

    I have set up an anchor for the ‘about’ section, and the page scrolls to the colour section at the top of the about section when you click ‘about’ on the main menu. Viewing the site on a desktop PC, it all works well and looks great. Viewing the site on a mobile device, the page scrolls past the ‘about’ colour section and displays the bottom half of the image below.

    I’m not sure why this is happening. If I change the menu to a top menu, the problem goes away, but I really like the left side menu so I want to find a solution.

    Thanks

    #620713

    In reply to: color second menu

    Hi edzetrading!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .main_color .widget_nav_menu div ul li a {
        color: #ffffff;
    }
    
    #top .content .flex_column .widget_nav_menu li {
         border: 0;
    }

    Regards,
    Ismael

    #620711

    I have updated the theme to 3.5.3.
    The Editor stopped working… Everything in the editor has disappeared. What do I do

    Hi @ewingmh ;
    try to add this line into your custom css :

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{opacity: 1 !important; filter:alpha(opacity=0) !important;}

    #620694
    raslade
    Participant

    Hiya

    I’ve changed the background color of the navigation when the page scrolls but can’t seem to change the background color of the menu item before it scrolls.

    I’ve tried the code

    #top #wrap_all .av_header_transparency .av-menu-button-colored > .av-main-nav > li > a .avia-menu-text {
      	color: #415678 !important;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }

    But it doesn’t seem to do anything.

    Any suggestions would be much appreciated
    Richard

    #620690

    Hi!

    Please try this and change the font size value to suit your design.

    #top h1.site-name {
        font-size: 26px!important;
    }

    Cheers!
    Vinay

    #620674

    In reply to: LayerSlayder problem

    Hi, i confirm, on android divece and desktop no problem with any images on iphone and ipad can’t still see those images

    Please help i tried to find a solution but i can’t understand where is the problem. I need to sort it out

    #620640

    Hi!

    Are you using MapPress or Events Calendar plugin?
    There is a conflct with Maps and those plugins as I can see on other topics.
    If not, can u please create a different ticket, so we can check your backend?

    Cheers!
    Basilis

    I have updated the theme to the latest. I added the code snippet to functions.php and the galleries are back!!!

    So thank you.

    I added the code snippet to get the css custom code to show up in Functions.php
    I still have NO CSS Custom Field available. Not sure this is related to current topic.

    Should I create a new ticket? Probably a plugin problem?

    Thanks,
    Connie

    #620562
    Dist
    Participant

    Hi,

    Starting a new thread (from your recommendation) following the conversation at:
    https://kriesi.at/support/topic/enfold-masonry-problem-safari-ios/

    I have a page with a masonry element showing my CPT and most of the time it is working fine but randomly the images doesn´t load when on ipad or iphone, (IOS latest version) I don´t see a clear pattern, sometimes it happens the first time I view the page sometimes I need to click back between other pages 6-7 times before it happens sometimes it takes longer. When the images doesn´t load, if I then click on a filter-link then the images shows up.

    The following seem to fix it but makes the filter functionality very buggy

    @media only screen and (max-width: 1024px) {
    .av-masonry-entry {
        opacity: 1 !important;
        visibility: visible !important;
    }
    }

    providing link to the page under private content + login

    #620556

    Hey!

    Did you remove the login details above? https://kriesi.at/support/topic/links-on-main-menu-not-working/#post-607263

    Best regards,
    Ismael

    newuser1
    Participant

    URGENT PLEASE HELP! We have cleared the cache multiple times and made sure every plugin is up to date as well as the wordpress version updated, theme updated, etc. We have also turned off all caching that we know of, etc.

    As of yesterday evening when all our visitors try to go to the www version of our site, they get the following error message below. It used to always just take anyone who types www in the address bar to the non www version of our site automatically without ever experiencing a single issue. We have not changed anything to cause this. The issue of the www site not working is critical because our top and only google results still show the www version of our site and now none of those links work so none of the visitors can get to our site!

    *We also started getting random code showing in the top header on some pages intermittently and some pages even going down altogether. I believe this has since stopped, but now the issue above is critical, still happening, and they are definitely both related to the recent Enfold theme issues. We greatly appreciate your help to fix this as soon as possible.

    Error message that started showing if you try to visit the www version of our site:

    Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/object-cache.php on line520

    Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/object-cache.php:520) in /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/object-cache.php:520) in /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-content/object-cache.php:520) in /home/content/p3pnexwpnas10_data02/27/2725027/html/wp-includes/pluggable.php on line 1171

    Thank you!

Viewing 30 results - 96,811 through 96,840 (of 142,822 total)