Viewing 30 results - 91,831 through 91,860 (of 142,812 total)
  • Author
    Search Results
  • #673232

    In reply to: Customize my theme

    Hi!

    Your website does not load on my end. Attached a screenshot in private content field.

    You have two threads in total, this one and the other one – https://kriesi.at/support/topic/help-message-error/ which we have already replied. I am not sure about which thread you are talking about. Please elaborate.

    Regards,
    Yigit

    #673225

    In reply to: SVG to PNG Fallback

    this thread of mine is a long time ago – and on this time i noticed that this code works well but makes the whole thing extremly slow !:

    function svg_replace(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.avia-msie-8 img[src$="svg"]').attr('src', function() {  
        return jQuery(this).attr('src').replace('.svg', '.png');
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'svg_replace');

    _____________________________________

    On that time i thought a bit like you that every browser must handle an installation as well!

    But now i think we have to weigh here.
    A 100% browser compatibility and very slow ie8 reaction – and 97% browser combatibility to no Ie8 support .

    IE8 has a market share of 2% of 11% of all IE. Google Maps Api (and the other apis too) did not support IE8 – every IE8 Support has stopped from Microsoft.
    So it is much more important that an installation works well on smartphones and tabletts.

    #673220

    Hi,

    I’ve put this code into your Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 10px !important;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 15px !important;
    }} 
    

    and now it’s working as expected. Adjust font-size as needed.

    Best regards,
    Andy

    #673212

    In reply to: Curved Menu 02

    Hi Basilis,

    Thanks for the reply, but I have opened this thread because Yigit asked me for that : LINK

    #673185

    In reply to: Spaltenabstand

    #673178

    In reply to: Translation problems

    Hi,

    if there are some corrupted files then there is no other way to get rid of them. Let us know when you’re ready and still need help with this topic.

    Best regards,
    Andy

    #673175
    vovemod
    Participant

    Hey Kriesi.

    So im currently working on a page using your Enfold Theme, and wanted to make the mobile menu fixed, which i have done.
    The problem is when you click a anchor link to a different section on the page, it moves outside of the content area, and widens the site.
    Also when clicking the menu, it brings you back to the top of the page, this is not a major problem though.

    The main problem is that the menu goes outside the screen when clicking an anchored link, and stays hidden unless u swipe outside the content area to the right.
    To get a visual of what im trying to explain, go to: http://varmvelkomstaarhus.dk (767px or lower) -> click the mobile menu -> click on “om os” or “kontakt” and swipe to the right of the page -> scroll a bit up for the menu to show.

    I simply have no clue how to get this to work. hope you can help.

    #673170

    Topic: SVG to PNG Fallback

    in forum Enfold
    purelands
    Participant

    Hi

    I am using SVG files on my site and want to set a png fallback for browsers like IE8. I saw on this thread: https://kriesi.at/support/topic/svg-graphic-as-logo-and-fallback-png/

    That the following code below was recommended to put in the functions.php. I tried putting it in my child theme functions but it broke. I am not so familiar with PHP. Please can you let me know exactly what I should place in my functions file for it to work. Seems the extra php tags are breaking it.. Many thanks

    function svg_replace(){
    ?>
    <script>
    (function($){
    $(window).load(function(){
    $(‘img[src$=”svg”]’).attr(‘src’, function() {
    return $(this).attr(‘src’).replace(‘.svg’, ‘.png’);
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘svg_replace’);

    #673145
    Gal726
    Participant

    Hi!

    My custom css stopped working all of a sudden. I did normal things, tried in quick css, enfold child theme editor css, and even the sftp.

    nothing is working.

    i tested the code and it works: .easier .main_color.iconbox_top .iconbox_content {background:#c6ad6c !important;}

    any advice?

    #673107

    Hi!

    Please go to Appearance > Editor and add the code to functions.php file. If you are not using a child theme, please find following line near top in functions.php file

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    and add your code right below it

    Regards,
    Yigit

    #673073

    I tried also to align 2 centered buttons in one row. but can’t get it to work;
    This is what i figured out:

    #top .gd-center-buttons .avia-button-wrap {
    display: inline-block;
    margin: 0 5px;
    text-align: center; }

    see the last paragraf on http://www.celebrationevents.nl/dj-huren/bruiloft-dj/
    The buttons are aligned next to each other but not centered in the content block.

    Please let me know how to fix this

    Hi,

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

    Thanks,
    Rikard

    #673035
    Erylodesigns
    Participant

    I have this when I launched my site tonight at the top of my page:

    This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

    Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)

    …or something like this:

    The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

    As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

    How do I get rid of this?

    Also, why isn’t my page centering?

    #673034
    MartinNorton
    Participant

    Hi

    Please advise method to remove margin between columns on attached page.

    Also the large margin at the top of the page

    Thank you

    Hi,

    Great, glad you got it working and thanks for sharing. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #673014

    Hi,

    Thank you for using Enfold.

    1.) Use this for the top header:

    #top .av_header_transparency #header_meta {
        background-color: rgba(255,255,255,0.7);
    }

    2.) You can create a parallax effect but not with the slider. Use the color section, add a background image then set the background attachment to parallax.

    Best regards,
    Ismael

    #672989

    Hi,

    Please add this in the Quick CSS field:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top .logo {
        margin: 0 auto;
    }
    }

    Best regards,
    Ismael

    #672968
    nep102
    Participant

    Hi,

    I am trying to add Prev an Next button to my portfolio pagination as seen – https://kriesi.at/support/topic/adding-next-and-prev-pagination-links/
    I used the code above, the Prev button shows but he Next button is not.

    #672960

    Topic: Unique layout help

    in forum Enfold
    navindesigns
    Participant

    Hi,

    I am going to try and explain this as best as possible. I am trying to build a layout where I have a full width slider, follow below by 3/4 with content and 1/4 with a widget area. I would like to split top of 3/4 into sections, left side to have an image and right side to have text follow by the entire 3/4 text below.

    Mockup – https://s3.postimg.org/vbhexpxwj/welcome.jpg

    My page backend page builder so far – https://s3.postimg.org/dvf3n7j4z/welecome_enfold.png

    What I have so far – http://staging.wsmsnyc.org.s167849.gridserver.com/admissions-welcome/

    Thanks

    • This topic was modified 9 years, 7 months ago by navindesigns.
    #672955

    that work perfect. thanks

    one last one i need help with is this thread

    thanks as always

    #672952

    Try with this instead:

    #top .widget ul li {
        margin-bottom: 10px;
    }
    #672949

    Try this:

    #top .widget ul li {
        margin: 5px 0;
    }
    #672948
    gerardbao
    Participant

    Hi there,

    The custom ALB I have made for this is ‘investors’. Right now the default background color is set to white by default. I want to set it to grey (#f9f9f9).
    #top .av-border-deactivate.avia-logo-element-container img {
    background: #f9f9f9; }

    How can I make that specific to just the ‘investors’ custom CSS ALB?

    #672946

    Hey!

    Try adding this code to the Quick CSS:

    #top .widget ul {
        margin: 15px 0;
    }

    Cheers! 
    Josue

    #672940

    that works thanku so much

    any update on this ticket?

    #672932
    archviz masters
    Participant

    Hi Enfold team,

    I have an issue with animated text loading speed on top of this page:

    Is there anything I can do to make it load faster. I think it happened first time after the last theme update, but not sure.

    Thanks in advance.

    #672931

    Hi,

    Video autoplay on mobile is disabled by mobile browsers due to limited data-usage.

    Best regards,
    Josue

    prettyfish
    Participant

    Hi my blog page showed up with this message:

    Parse error: syntax error, unexpected ‘<‘ in (Provided below) /…com/wp-content/themes/enfold/index.php on line 11

    But I went to line 11 in index.php assuming I got it right, and don’t think I see an unexpected ‘<‘ ??

    Also re SEO Yoast: It doesn’t recognise text typed in the advanced drag-drop layout builder: those pages have a big red ‘unreadable’ on them. Have others come up with ways to get around this?

    Thanks so much!

    Candace

    Private Data:

    Parse error: syntax error, unexpected ‘<‘ in /home2/candace/public_html/TheMermaidTribe.com/wp-content/themes/enfold/index.php on line 11

    WP Login :

    Admin Area: http://themermaidtribe.com/wp-admin
    Username: PrettyFish
    Password: aax36pxu6k5X9mnz

    #672925

    In reply to: Google Maps

    I have managed to get this to work on desktop using the method provided by mensmaximus but it looks like there needs to be another api key for each type of device.

    Google API says:
    “To use this API you need an API key. An API key identifies your project to check quotas and access. Go to the Credentials page to get an API key. You’ll need a key for each platform, such as Web, Android, and iOS. Learn more ”

    How do I implement this fix for mobile and tablet not just web?

    wtechgr
    Participant

    Hi there,

    We are trying to build a layout where the middle image stays always on top of the other elements around it. It appears that this is feasible for the two elements (images) that are on the top of the website, while the two elements (images) at the bottom stay on top of that middle image.

    How can we achieve that the middle image stays always on top?

    Best regards

Viewing 30 results - 91,831 through 91,860 (of 142,812 total)