Viewing 30 results - 82,231 through 82,260 (of 142,833 total)
  • Author
    Search Results
  • Hi Victoria!

    Yes, exactly. It looks like any color I pick for the socket background is taking precedence, however the preview in the theme options shows the correct color I picked for the body background. I inspected the element and it’s implementing this code but I don’t know why,

    html, #scroll-top-link {
    background-color: #333333;
    }

    I know I can change this in my custom styles, but I would prefer it works in the options panel. Any help is greatly appreciated!

    Thank you,
    Chris

    #768828
    fairusd
    Participant

    Hi there!

    I would like to have a long horizontal banner(with company text/tagline + logo) on top of the menu.

    Is this possible? I have attached a reference below.

    Any thoughts will be appreciated!

    #768818

    Hello Yigit
    Does this version resolve the bug with WP Rocket?
    I also read that this 4.0.4 crash Layerslider: https://kriesi.at/support/topic/enfold-4-0-4-update/#post-768785
    …..

    #768792

    In agreement with some, this feature is taking up half my desktop real-estate, provides me with nothing useful and I can’t disable it with either a front-end option or a functions.php code mod.

    … it is therefore my assessment and (most humble) suggestion that …

    IT SHOULD BE KILLED.

    #768773

    Hi, I can see that this topic has been off for a while, but I am trying to do the exact same thing. I’ve put the JS at the bottom of the functions.php and it doesn’t cause any errors, but my icon doesn’t transform at all. The CSS and HTML work fine.

    andersenhansson42
    Participant

    Hey!

    Tried to search around, and find a code to obtain the top bar on a page that uses the secondary menu in Enfold. No problem with the main menu as the top bar is viewable, but not on the pages with secondary menu. Anyone can help?

    Thx!

    Regards
    /Chris

    #768749

    In reply to: LayerSlider WP

    Confirmed on my end as well. Left admin nav and admin top bar still show an update available while there is no actual update. Tried reinstalling WP 4.7.3 and the same. Enfold update reads current 4.0.4. Would you mind getting it right this time?

    #768679
    Portfoli0CSG
    Participant

    Hi there,

    I have been using the Enfold theme for quite some time and have never had an issue with it before, however my latest website I can successfully install the theme but when I activate it it comes up with the error message of:

    Fatal error: Uncaught Error: Function name must be a string in /home/expres37/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php:222 Stack trace: #0 /home/expres37/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php(131): avia_htmlhelper->render_single_element(Array) #1 /home/expres37/public_html/wp-content/themes/enfold/framework/php/class-adminpages.php(205): avia_htmlhelper->create_container_based_on_slug(Array, ‘avia_active_con…’) #2 /home/expres37/public_html/wp-includes/class-wp-hook.php(298): avia_adminpages->render_page(”) #3 /home/expres37/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #4 /home/expres37/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /home/expres37/public_html/wp-admin/admin.php(222): do_action(‘toplevel_page_a…’) #6 {main} thrown in /home/expres37/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php on line 222

    And does not display a website, only this message.

    I have deleted it from the ftp directory and reinstalled and still get the message on activation.

    I have added the link to my website, WP and ftp login credentials if required in the Private Content.

    Thank you in advance.

    #768671

    Yo John,

    A couple of things.
    -I put the code in to solve the first problem but it didnt seem to work.
    -I added the custom css to the contact form box and than added the custom code in the quick css, it works but than it brings up whole other issue for tablet and mobile. As you can see from the first screenshot on the thread I sent you it is only not centered on desktop – once you shrink it everything is fine. When I add that code not when I shrink things, thought now perfect on desktop everything is off center when I shrink. I included screenshots to show this issue. How do I get it the form always centered?

    #768647

    Hi Alan,

    I’m not really sure why it’s not working on iphone or ipad, does the font apply on iphone or ipad on h1-h6 and p selectors? if yes try using this instead of #top:

    html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
      font-family: 'akkurat_lightregular';
    }

    put this on top of Quick CSS.

    Best regards,
    Nikko

    #768616

    In reply to: Layer Slider Update

    Hi,

    Yes, I agree that fixed size isn’t a good solution since it isn’t responsive. There is a workaround that I think should work, if it’s okay that you would use 2 sliders (one for desktop using fixed size and one for mobile using responsive), basically you need to duplicate the layerslider then modify it to use fixed size (if the other one is already using responsive) then on put another layerslider in the page, make sure that the fixed size layerslider is on top of the responsive and on Quick CSS (located in Enfold > General Styling) add this css code:

    #layer_slider_2 {
      display: none !important;
    }
    
    @media only screen and (max-width:1309px) {
      #layer_slider_1 {
        display: none !important;
      }
    
      #layer_slider_2 {
        display: block !important;
      }
    }

    I hope this workaround is good until this will be fixed.

    Best regards,
    Nikko

    #768612
    bakbek
    Participant

    Hi, how can I have a youtube video play on mobile the same way it plays on Desktop? Is it possible? Which element should I use?

    Thanks.

    #768582
    PtboRelic
    Participant

    Hi. On the front page at http://yls.green you will see three simple text widgets. (The top two are TInyMCE Visual Editor widgets.) To view the site, use the password in the private content below.

    Why is the following quick CSS correctly setting the link color to a blue in the first widget and not in the second?

    .widget p { 
    font-family: "Open Sans", arial, sans-serif !important; 
    color: #444444;
    }
    
    .sidebar .widget a:link { 
    color: #107ade !important; 
    }

    Thanks.

    #768560

    Hey laptophobo,

    Unfortunately our theme isn`t a preloader available. But you can try these steps below:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg.
    2. Once all images are on the website, optimize with www optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets, you can also use W3 Total Cache’s minify settings but we use BWP for Enfold.
    5. Install W3 Total Cache or WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. Once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    Best regards,
    John Torvik

    #768537

    Topic: ENFOLD FB LIKE WIDGET

    in forum Enfold
    alexbanaga
    Participant

    For some odd reason the ENFOLD FB LIKEBOX WIDGET stopped working… I’m inputting the correct FB URL to my fanpage but it’s not showing up.

    Is there something I’m doing wrong or maybe its a bug that needs fixing?

    Thanks!

    #768512

    In reply to: Enfold Changelog

    I still don’t understand this topic when it comes to Enfold. Aren’t developers supposed to release the changelog when they drop the corresponding software? I don’t know what being busy with bugs has to do with anything. It takes 2 minutes to say “xyz” has been added/removed/updated/etc.

    Furthermore, if you released a changelog properly, people would know what to look for…potentially. I know if I see “LayerSlider” anywhere in a changelog…that I should be prepared for stuff to break…even if it doesn’t.

    #768503

    Thanks John,

    I noticed a couple of issues still. the text in the button is a little lower than the text on the contact form. See Screenshot1. The contact box does not seem to be centered now on desktop See Screenshot2. How can I fix that text and make the form be centered under the header “Get your free no obligation estimate or call 18008888888”

    #768497

    Hi Marketopia2014!

    Yes you can do that
    You can create a custom class, that you can apply to the elements you want to hide on each screen size
    Here is how media queries work

    Let us know if you have more questions

    Regards,
    Basilis

    #768486

    In reply to: Developer messed it up

    Hi!

    I have edited also your Topic, so I can remove the domain.

    Let us know if anything else you need

    Cheers!
    Basilis

    Hey PtboRelic,

    You can add this to quick css:

    #top .wp-caption.alignright {
        margin: 20px 20px 20px 20px;
        border: none !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #768459
    bitojoe
    Participant

    Hi I’m having a strange problem where one of the plugins stopped working after recently updating enfold. Could you take a look?

    This is the page I’m having problems with

    #768447

    Topic: Website has crashed

    in forum Enfold
    DavidLarkin
    Participant

    I’ve had a website in use for 18 months based on the enfold theme.

    Today it crashed and users are saying that it is a page of characters. Here is a piece of it

    ‹í}[sÛÈÒØ³Yµÿa ×1É]¼êF™òʲ½Ççó-–¼þNÙþX 1$!JâÚªJU’‡¼’©ÊÞ\ò˜JU*UÉÓù)ùßoHwÏàJŠ¢,j÷dµk ôÌôôt÷ôÌtÏ”Jî>~upôç×OØ8š¸{¥ø‡¹–7êjÜ3Þj,ùÐ9ïjþ¨@QЩÕüQNxÍ÷46p-!ºåï‰(äÑÌmrøžpN9³N (Ãõ-›‡†5ˆæÒ¸gõ]ȉ6ZS72\g4Žúþ9“åŽ9ö”?ï®?ò{.Fòub9^ϳNœJäÞ´b9 7×™äJ‘38™å“Æ¡ã8Þ¨Xmß { uY¸ßw\.ëˆû(—C}îó±uêøa¾n…ƒ±3ð½žíÙrú)÷¢ž÷zxäùœSPF| Y“ù ¡ pÖsì^sƒiØÅ &<²Ø`l…‚G]ííÑSc[cµ½ð„a°Àq9‘ËuÅ®5ƒòÍüiÈú¡&

    Try it yourself http://engagesmith.com

    However I can access it just fine on my Laptop ( Windows 10 , Chrome) which is the machine where I do all the configuration stuff.Same machine with Edge browser no luck.

    I can also access WP just fine too. I can activate and deactivate plugins, change text etc as I would normally do.

    Please help ?

    Hi,

    Do you have full admin rights (full user control) on all the pages?

    Best regards,
    Jordan Shannonhttps://kriesi.at/support/wp-admin/admin.php?page=avia_support_support_forum&avia_support_current_topic_page=1&avia_support_current_filter=replied-topics&avia_support_single_topic=768331#

    #768412
    Marketopia2014
    Participant

    Hi,

    I’m wondering if there are ways to hide certain rows/sections on mobile vs. desktop similar to visual composer. In particular, I’m trying to hide the ‘ Image Hotspot’ element on mobile and am wondering how to do so on a particular page.

    Can you please advise?

    Please let me know if you need any additional information

    Thank you

    #768403
    carmentvaalba
    Participant

    Hello, I want to show different content in a mobile and desktop page – about us -, is this possible?

    So the desktop content does not appear in mobile , and the mobile content does not appear in desktop.

    Thank you, carmen

    #768401

    Hi Basil,
    optimisation was done of course, and it is on autoplay.
    But the video won’t play in Firefox.

    Erik

    #768384

    Issue is resolved you can close this topic.

    #768382

    That’s perfect jordan! Tested on mobile and desktop and it’s exactly what I wanted it to look like, thanks!!

    You can mark this thread as resolved and close it if you’d like :)

    #768381

    I’m still seeing the author name, despite moving the code to the top. I can temporarily disable the firewall so you can login. Please give me just a second.

    #768375
    Julie
    Participant

    Hello!
    How can I move the slider caption farther down on small mobile screens (wide view)?
    I tried the following, but it’s not working for some reason:
    @media only screen and (min-width: 361px) and (max-width: 640px) {
    .page-id-595 .slideshow_align_caption {
    top: 40px !important;
    }
    }

    What am I missing?
    Thanks in advance for your help!

Viewing 30 results - 82,231 through 82,260 (of 142,833 total)