Viewing 30 results - 24,421 through 24,450 (of 244,542 total)
  • Author
    Search Results
  • #1358783
    Susan Haley
    Guest
    #1358778

    In reply to: Propulsion Theme

    Hey arrichter,
    Unfortunately since WordPress 5, in 2020, and the introduction of the new WordPress Block editor our old template builder was not compatible so we removed them from the marketplace and ended our support for them, you should have received a note in Theme Forest about this.
    Here is a link to our announcement
    You could try installing a slider plugin and using its shortcode in place of the one that is currently on the page.

    Best regards,
    Mike

    #1358776
    Tobias
    Participant

    Hi Support,

    we import flaticon once. But now we need more Icons from flaticon. After update the new icon-set we don´t see the new icons in enfold. How can we get this?

    Best regards!

    Tobias

    #1358774

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1358770

    Hey zalozen,
    Thanks for the link to your site, I corrected the error at the top of the page by deleting and reloading the gym flaticon at Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and this is now solved, please clear your browser cache and check.
    The bundled LayerSlider only updates when the theme updates, please see our documentation here.

    Best regards,
    Mike

    #1358766

    good mornin Mike
    Following you advice I´ve installed a brand new WP & Enfold site (see private content) – everything works well until now. I can do changes on Advanced Styling options…
    but what does this means to my current problem site? I was working many days on the content and would like to use it.
    And do you have an advice how I can change the transparent background on the submenu – I´ve tried everything with no effect on live site

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1358757

    Das sind custom made svgs. Schau dir die svgs von Enfold mal mit einem Guten Texteditor an ( OSX: Sublime Text oder Windows: notepad++ )
    Der Aufbau ist recht ähnlich – ein wenig was über svgs sollte man wissen.

    PS : das svg liegt ja im DOM als inline svg file explizit vor. Niemand hindert dich das svg aus dem DOM herauszukopieren ;)
    Anleitungen wie man custom svgs einbindet gibt es nicht nur von mir hier an Board genüge :)

    PPS: was überigens bei den meisten svg dividern der Fall ist – so auch bei Elementor und Konsorten.

    schau mal die Stadt-Silhouette: https://guenterweber.com/#footer

    #1358756
    zalozen
    Participant

    Something is not right on my website athletix.se you can see the issue I mean as soon as you go to my webpage.
    And also inside the admin panel of my WordPress I can not make an update on a plugin called LayerSlider either.

    I have changed the theme to another theme and then switch back to Enfold theme and the problem remains. I have also uninstalled Enfold completely and then installed it again and the problem still persists and does not go away.

    Hope you know what it may be and can help me with this. Thank you very much and have a nice day.

    Best regards
    Gonzalo

    #1358751

    Hey Tilman,

    Thank you for the inquiry.

    The new analytics code (G-id**) should also work in the Enfold > Google Services panel. Please provide the login details in the private field so that we can check the issue properly. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings while editing the site.

    Best regards,
    Ismael

    #1358750

    Hi,

    Thank you for the update.

    It seems to be an issue with the Enfold > Performance > File Compression > Javascript File Merging And Compressionoption. The sticky header works properly when the option is disabled.

    We are not yet sure which one of the scripts in the merged file is causing the issue, so we kept the option is disabled. You can enable SG Optimizer’s compression/minify option in the SG Optimizer > Frontend panel instead.

    Best regards,
    Ismael

    #1358746
    oestersund
    Participant

    Der Team,
    as mentioned here https://kriesi.at/support/topic/ga4-not-working/ I have tried to connect my page with the new GA code (as below). Bit in the theme options it is mentioned one shall still use the UA-xxx format. If I enter the G-xxx code, the Google dashboard does not show any results. I use Enfold 5.01.

    How can I connect the page to the new code in order to get it up and running?

    Thx a lot Tilman

    #1358742

    Hi,

    Thank you for the info.

    Looks like you are using a different plugin for the audio players, which require the media element scripts (mejs). To fix the issue, we set the Enfold > Performance > Self-hosted video and audio functions (WP media element scripts) settings to the third option.

    Best regards,
    Ismael

    #1358739

    Hi Rikard I just noticed that in the Enfold options everything seems to be deleted after the update. This is the issue. Any ideas as to what can cause that?

    #1358737

    Hi aboderc,

    Thanks for posting the code that you used.
    The code will only show up in Social Profiles where you have the option to add it on the header or footer, on the social links however you may need to do these extra steps:
    1. Override Social Share
    – Do the things posted on this section: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    – Copy social_share folder located in the parent theme wp-content/enfold/config-templatebuilder/avia-shortcodes and paste it to the shortcodes folder in the child theme
    – Edit social_share.php in the child theme and find this code (line 453-462):

    array(
        'name'		=> __( 'YouTube Link', 'avia_framework' ),
        'desc'		=> $check_profile,
        'id'		=> 'share_youtube',
        'type'		=> 'checkbox',
        'std'		=> '',
        'container_class' => 'av_third ',
        'lockable'	=> true,
        'required'	=> array( 'buttons', 'equals', 'custom' )
    ),

    and below it add this code:

    array(
        'name'		=> __( 'Telegram Link', 'avia_framework' ),
        'desc'		=> $check_profile,
        'id'		=> 'share_telegram',
        'type'		=> 'checkbox',
        'std'		=> '',
        'container_class' => 'av_third ',
        'lockable'	=> true,
        'required'	=> array( 'buttons', 'equals', 'custom' )
    ),

    2. Add this code in functions.php:

    function avia_add_custom_social_share_link_arguments($args) {
    	$telegram = array('telegram'	=> array(
    								'encode'		=> false,
    								'encode_urls'	=> false,
    								'profile_only'	=> true
    							));
    	$args = array_merge($args, $telegram);
    	return $args;
    }
    
    add_filter('avia_social_share_link_arguments', 'avia_add_custom_social_share_link_arguments', 10, 1);

    Hope this helps.

    Best regards,
    Nikko

    #1358735

    Hi brmurphy,

    1. Follow the instructions posted here: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
    You can download the icon fonts using the link in private content.

    2. The icons you purchased in flaticon are all in SVG form and not webfont files. Please go flaticons and download again the collection but choose the Icon font format.

    Hope this helps.

    Best regards,
    Nikko

    #1358732

    Hi ellamac,

    I’m glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1358725
    brmurphy
    Participant

    Hi there,

    I just want to be able to use icons on my website, I bought a set from flaticon, but was unable to use them on my site, first it was a format error (svg something…), and not I am getting a “server didn’t respond” error message when I try to upload via ocnonfont manager in the theme.

    I am not technical, so I can’t figure out archive zip stuff.

    This is getting very frustrating.

    Two questions:

    1. Can you tell me how I can access (and load on my site) the icons on these 3 theme pages you have (without overwriting my current theme)?
    https://kriesi.at/themes/enfold-gym/
    https://kriesi.at/themes/enfold-health-coach/
    https://kriesi.at/themes/enfold-app/

    2. Can you help me load the icons I purchased from flaticon? I have downloaded .svg, .eps, svg sprite and icon font files.

    Link to my website below along with login credentials

    #1358724

    In reply to: Printer friendly help

    Hey virtualbis,
    Thanks for your question, have you set up a media print styling?
    Enfold only includes basic print styles in \enfold\css\base.css
    this is what is there:

    /* Print Styles
    ================================================== */
    @media print{
    .page-break{display:block;page-break-before:always}
    p,a,strong{color:#000!important}
    a{text-decoration:underline}
    .entry-content a:after{content:" [" attr(href) "] "}
    .related_posts a:after{content:attr(title)}
    .container{width:100%}
    #top{overflow-x:hidden}
    .boxed#top{width:100%}
    .container{width:100%;margin:0 auto}
    .units,.unit{margin:0}
    .container .one.unit,.container .one.units,.container .two.units,.container .three.units,.container .four.units,.container .five.units,.container .six.units,.container .seven.units,.container .eight.units,.container .nine.units,.container .ten.units,.container .eleven.units,.container .twelve.units,#top .flex_column{margin:0;margin-bottom:20px;width:100%}
    #top.boxed .stretch_full{width:100%}
    #top .offset-by-one,#top .offset-by-two,#top .offset-by-three,#top .offset-by-four,#top .offset-by-five,#top .offset-by-six,#top .offset-by-seven,#top .offset-by-eight,#top .offset-by-nine,#top .offset-by-ten,#top .offset-by-eleven{padding-left:0}
    .avia-section-large .content,.avia-section-large .sidebar{padding-top:2%;padding-bottom:2%}
    #top .flex_column.av_one_half{width:48%}
    #top .flex_column.av_one_half.first{padding-right:2%}
    .fixed_header #header,.html_header_top.html_header_sticky #header{position:relative;top:0}
    .fixed_header #main{padding-top:0}
    #header_main{border-bottom:0}
    nav,#footer,#scroll-top-link,#av-cookie-consent-badge,.image-overlay,#top #main .sidebar,#commentform,.comment_container .miniheading,.comment_container .minitext,#top .avia-post-nav{display:none}
    .avia-shadow{box-shadow:inset 0 0 0 rgba(0,0,0,0)}
    .grid-entry .inner-entry{margin-right:0;box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}
    .content{border:0}
    .boxed .container{margin:0}
    .avia-layerslider,.avia-fullwidth-slider{display:none}
    .avia_transform .avia-icon-list .iconlist_icon{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
    #top .tab_titles{display:none}
    #top .tabcontainer .tab.fullsize-tab{display:block;border-bottom:none}
    #top .tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto;background-color:#fcfcfc;color:#666}
    #top .tab_inner_content{left:0}
    #top .toggle_wrap{visibility:visible;display:block;position:static}
    .grid-sort-container{width:60%;margin:0 auto}
    #top .isotope-item{position:initial!important;top:0!important;left:0!important;-webkit-transform:translate3d(0,0,0)!important}
    .avia-progress-bar{margin:5px 0;border:1px solid #555!important;border-radius:3px!important}
    .avia-progress-bar .progress{box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;border:0!important}
    .avia-progress-bar div.progress .bar{border:0 solid;border-right:1px solid #555!important;border-radius:0}
    .avia-testimonial-image{margin:0;width:100%;float:none;text-align:center;margin-bottom:15px;height:auto}
    .avia-grid-testimonials .avia-testimonial-meta{margin-left:0}
    body div .avia-testimonial{display:block;float:left}
    .avia_transform .avia-testimonial .avia-testimonial-image{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
    .avia_transform .avia-gallery-thumb img{opacity:1}
    }

    You can add more to your child theme stylesheet by wrapping it in the print media query:

    @media print{
    /* your print style */
    }

    Best regards,
    Mike

    #1358720

    In reply to: Home page canonical

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1358710

    Dear Rikard,
    I also have a website for a client, and after the latest update of WP, there is no chance to get the masonry blog working. I did as a workaround put into a normal layout but to be honest, the customer is absolutly not happy. The masonry had been working before. I tried to test several settings and options but none of them worked. I tried to check the console log, but could not identify any issues. To be honest, I did not want to spend several hours on trouble shooting but would be happy to help.
    I realized that not only the layout and CSS is messed up but also the sorting got broken. Could be also related to the WP update, that some new features are kind of awkward and broke part of the functionality of the theme.
    If you need further information I would be glad to be of help.

    Was happy before with the theme and made few projects with it. By the way, where can I sign up for an affiliate program for the Enfold theme?

    Hope to hear back from you soon.
    Best regards,
    Th. Beck

    • This reply was modified 3 years, 8 months ago by sharkyger.
    #1358707

    In reply to: Feature Request forum?

    Hey ilowelife,

    Thanks for using Enfold. It’s fine if you post your feature requests here on the forum, like in this thread for example :-)

    Best regards,
    Rikard

    #1358697

    In reply to: Enable Post Format

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further
    questions or problems.

    Best regards,
    Rikard

    #1358694

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General

    Styling:

    @media only screen and (max-width: 767px) {
    .avia-accordion.av-l3mwl1z9-c783010ebe860be259075b4aaf7377ac {
        height: 200px;
    }
    }

    Best regards,
    Rikard

    #1358688

    Hi,
    Thanks for your feedback, but to be clear, you did use the better search replace plugin to make changes?
    Not just install the plugin, but to use it to search and replace something in the database?
    Perhaps try creating a sub-domain test site and install a fresh WordPress and Enfold, the use the WordPress ▸ Settings ▸ Export on your current site and import it on the test site, then use Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File on your current site to import to the test site, and see if the new site then uses the Enfold Theme Options ▸ Advanced Styling options correctly.

    Best regards,
    Mike

    #1358686
    Liftworks
    Participant

    Hello Enfold Team,

    The craziest thing, any change I make to the footer of my site causes the shrinking header functionality to stop working. The only way to get it back is to restore the site from a previous backup (removing the change does not fix it). All I am trying to do is add a suite number (#240) to the address but as soon as I do, the header is broken (keeps the first logo and transparent background).

    Your help is greatly appreciated.

    -James J.

    #1358682

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1358672
    Tom Schintgen
    Guest
    This reply has been marked as private.
    #1358658

    you can see here all css and settings that are needed:

    https://enfold.webers-webdesign.de/smudgedesign/

Viewing 30 results - 24,421 through 24,450 (of 244,542 total)