Viewing 30 results - 91,741 through 91,770 (of 142,715 total)
  • Author
    Search Results
  • #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, 6 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

    #672908

    Topic: webshop

    in forum Enfold
    Ronaldgoudriaan
    Participant

    Dear Kriesi-team,

    First: thanks for making such a fantastic theme! I have been using it for a couple of clients and my latest client wants to have a web shop. I bought again the Enfold theme and installed the Woocommerce plugin. But I found that the ‘front page’ of the web shop is not as customize as I hoped it would. For example, I want use a slider at the top of the page (below the header), little bit text, button and then some latest illustrations (client is an artist). This is so to say the parent page for the next one with products (illustrations). So… is Woocommerce the right webshop plugin for Enfold, if so, how do I customize the page exactly as I want?

    Thanks a lot in advance for your answer.

    Kind regards
    Ronald

    #672902

    On mobile autoplay of videos is disabled on most devices. Is there a way around this by using the full width video slide feature or do we need to have a static image as an alternative for mobile devices? Thanks!

    redeemiatest
    Participant

    Hello,

    I am having a problem with the styling of the masonry gallery.

    The background of the masonry gallery has a small downwards arrow on the top border styling. I can’t find a way to remove this.

    I have found what is causing the arrow to appear, but can’t figure out why it is happening and how to fix it…

    It seems the arrow appears because on the page there is a totally separate colour section on which the option to have a downwards arrow on the bottom border styling has been selected. If I unselect this option, it removes the arrow from the bottom border of that colour section, and also the top border of the masonry gallery.

    These two totally separate elements should not be linked in this way. I want to keep the arrow on the colour section, but not have it on the masonry gallery. Is this an issue you are aware of? Do you know how I can fix it?

    #672873

    Topic: Top promo bar issue

    in forum Enfold
    heatmiseruk
    Participant

    Hi

    I have installed a third party promo bar on http://www.heatmiser.com, and i am seeing a black bar under the promo. I am guessing this is theme related. Would you have any idea how I can remove it ?

    Thanks
    Martyn

    A mock up would not really help. The icons need to be centered on the top of the boxes on all types of browsers.

    I am grateful for your help. You have helped me a ton in the course of editing this website.

    These icons in particular have been a thorn in my side. They are not centering no matter what I do. So if you look at the Who We Serve on a desktop and on mobile browser as well as an ipad.

    The top box and the two boxes below with icons on top. on desktop the icon is close to center. But on all other browsers not even. And when you look at it on a phone the first box icon is off center to the left and the other two are off center to the right. It looks terrible.

    I have tried several things to try to get them to align and I am pretty frustrated and that is why I asked for help.

    #672866

    yigit,

    how do i add this code to the phone number? i am tracking when people on mobiles click on the phone number on top.
    i figure that i need to add some sort of code to the phone number link maybe? but not sure how.

    Thanks!

    <!– Google Code for calls from cellphone Conversion Page
    In your html page, add the snippet and call
    goog_report_conversion when someone clicks on the
    phone number link or button. –>
    <script type=”text/javascript”>
    /* <![CDATA[ */
    goog_snippet_vars = function() {
    var w = window;
    w.google_conversion_id = 1052668207;
    w.google_conversion_label = “hIknCMOuhGkQr-L59QM”;
    w.google_remarketing_only = false;
    }
    // DO NOT CHANGE THE CODE BELOW.
    goog_report_conversion = function(url) {
    goog_snippet_vars();
    window.google_conversion_format = “3”;
    var opt = new Object();
    opt.onload_callback = function() {
    if (typeof(url) != ‘undefined’) {
    window.location = url;
    }
    }
    var conv_handler = window[‘google_trackConversion’];
    if (typeof(conv_handler) == ‘function’) {
    conv_handler(opt);
    }
    }
    /* ]]> */
    </script>
    <script type=”text/javascript”
    src=”//www.googleadservices.com/pagead/conversion_async.js”>
    </script>

    #672826

    Hi Ismael,
    No, the anchor is still not working correct. It only works correct if the second gallery has fully loaded. But if you visit the site first time it still does not work.
    And I figured out why also: There is a .gif graphic on top of the site. If I delete it the anchors work all correctly. So it has to do with that .gif
    Do you have any idea if it is too large or anything? Do I have to replace it or is there any workaround?

    Thanks for the support!

    Olaf

Viewing 30 results - 91,741 through 91,770 (of 142,715 total)