Viewing 30 results - 5,071 through 5,100 (of 11,212 total)
  • Author
    Search Results
  • #913764

    Hi dmac,

    Looks like you changes elements, the code triggers specific elements, so if you change the elements, the code needs to be adjusted.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .home #av_section_3 .avia-builder-el-18.avia-button-wrap {
      float:right;
    }
    
    .home #av_section_3 .avia-builder-el-20.avia-button-wrap {
      float:left;
      margin-left:10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #913746

    Hey Theresia,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #js_sort_items a, 
    #js_sort_items .text-sep {
        display: inline-block !important;
        float: none !important;
        font-size: 13px;
    }
    
    #js_sort_items .text-sep {
        transform: rotate(-20deg) !important;
    }
    
    #js_sort_items a.all_sort_button, 
    #js_sort_items span.doppelzimmer_sort_sep {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #913635
    blockbaster
    Participant

    I have implement a new icon “Android”. It appears! Yes. But how can i add an other icon?
    Here is my code, which i have added in the /wp-content/themes/enfold/functions.php

    I have added the whatsapp-font-icon within the enfold inport/export -> Iconfont Manager.

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    	$icons['android']	 = array( 'font' =>'entypo-fontello', 'icon' => 'u+F17B');
    	$icons['whatsapp']	 = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    	$icons['android'] = 'Android';
    	$icons['whatsapp'] = 'WhatsApp';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    #913599

    Hi KimberlyM,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-button-fullwidth:hover .av-button-description p font {
         color: #ccc; 
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #913502

    Hey Xandria,

    1. The full screen button is pushing the widgets to the bottom, if you remove it, the widgets will be in place.

    2.+ 3. Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-special-heading-tag:after {
        content: '';
        width: 20%;
        height: 1px;
        border-bottom: 2px solid #a79595;
        position: absolute;
        right: 00%;
        top: 23%;
    }
    .av-special-heading-tag:before {
        content: '';
        width: 20%;
        height: 1px;
        border-bottom: 2px solid #a79595;
        position: absolute;
        left: 0%;
        top: 23%;
    }
    
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
        text-align: center;
    }
    .av_textblock_section .avia_textblock  p:first-child strong {
      font-size: 26px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Brixton4G63T
    Participant

    Hello,

    I have rebuild a site with enfold on http://www.url.de/WP
    Works fine there and everything is ok.

    Then I have downloaded all files with FTP to my HDD and safed the SQL with export of phpMyAdmin.

    After that I uploaded the whole Backup on the new server (www.other-url.de/Enfold) and update all SQL tables. wp_options manualy with phpMyAdmin and then every URL with “Better Search and replace”.
    Was not the first time I do that. Have done it with a few other projects in the past.

    Problem is on new Server the enfold Theme dont work properly:
    1.) On “enfold” where I can chose options (General layout etc) the sidebar is not loading and I´m not able to go in the options. Only see the first side
    2.) The Sliders are not showed in the Frontend. There is only a white Space where it should be. The rest looks good. Layout, Text, Videos…everything is there.
    3.) If I go to the Slider (Layer Slider WP) I can see in the List every slider. If I go into one, I cant click any button. Everything just dead.

    I already:
    – Try to re-upload everything (2 times)
    – Try to download everything again and upload again (1 times)
    – Search in the database for false url. Nothing found (multiple times)
    – Taking my head on the table, nothing diffrent (multiple times…hurts badly)

    Hope you can help me.

    • This topic was modified 8 years, 1 month ago by Brixton4G63T.
    #913150

    Hey navindesigns,

    Thank you for using Enfold.

    Please try to use script in the functions.php file.

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	$(window).load(function() {
    	    $('.mejs-overlay-button').trigger('click');
                $('.mejs-mute button').trigger('click');
    	}); 
    })(jQuery);
    </script>
    <?php
    }
    

    Best regards,
    Ismael

    well i have made a section.php in which this is a checkbox to have audio or not.
    But it is some time ago. So i will see to update it to the newest enfold file.

    this here is an enfold 4.1 based sections.php : Download
    but it has allready the screenoptions dialog – i guess there weren’t changings till that. It works on my 4.2.3 Enfold
    Best is to have it in child-theme!

    But it is no frontend solution ( all browsers have on top in the tab a mute button)
    But you can choose to have audio or not

    click to enlarge

    #912325

    In reply to: Better leading

    Hi PEder,

    Yes, you’ll just need to adjust it in Enfold > Advanced Styling > Select an item to customize, select < p > then click on Edit Element button, just adjust the font size and line height then save and that should be it. :)

    Best regards,
    Nikko

    #912216

    Hi Jason,

    I think you would need to modify Portfolio Grid file for that which you can find in enfold > config-templatebuilder > avia-shortcodes > portfolio.php

    But first I would suggest using a Child Theme: https://kriesi.at/documentation/enfold/using-a-child-theme/ then override how the current Portfolio Grid works by following the instructions here: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ next, copy portfolio.php (from the Enfold theme) and paste it in the shortcodes folder of the child theme and modify it, the part where it shows the sorting is in this line of code (723-736):

    foreach($categories as $category)
    			{
    				if(in_array($category->term_id, $current_page_cats))
    				{
    					//fix for cyrillic, etc. characters - isotope does not support the % char
    					$category->category_nicename = str_replace('%', '', $category->category_nicename);
    
    					$output .= 	"<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
    					$output .= 		'<a href="#" data-filter="'.$category->category_nicename.'_sort" class="'.$category->category_nicename.'_sort_button" ><span class="inner_sort_button">';
    					$output .= 			"<span>".esc_html(trim($category->cat_name))."</span>";
    					$output .= 			"<small class='av-cat-count'> ".$cat_count[$category->term_id]." </small></span>";
    					$output .= 		"</a>";
    				}
    			}
    

    Hope this helps :)

    Best regards,
    Nikko

    #912185
    Monique
    Participant

    Hi Guys,

    I have integrated one of my enfold sites with ChamberMaster: https://www.rsgchamber.com

    I am finishing up some edits and widget integration and will need to incorporate the ChamberMaster search. I would like to keep the clean look of the search icon I currently have in the header but make that module function so that it searches both website and chambermaster site as well which is a subdomain: https://business.rsgchamber.com/

    Below is the widget code they provided. Is it possible to combine the enfold search and the CM search into one global search in the header? Possibly with a plugin or script?

    <div id=”mni-search-1518586367593″></div>
    <script type=”text/javascript” src=”https://business.rsgchamber.com/Content/Script/SearchWidget.js”></script&gt;
    <script type=”text/javascript”>
    /*<![CDATA[*/
    new MNI.Widgets.SearchBox(“mni-search-1518586367593”,{“limit”:10,”buttonText”:”Search”,”keywordPlaceholder”:”Enter name, category, or keyword”,”styleTemplate”:”#@id .mn-widget-searchbox-form{margin:0 0 -10px}#@id .mn-widget-searchbox-fieldwrapper{display:inline-block;margin:0 0 10px;margin-right:3px;max-width:100%;position:relative}#@id .mn-widget-searchbox-field{display:block;padding:0 6px}#@id .mn-widget-searchbox-field input{background:#FFF;border:solid 1px #999;border-radius:5px;color:#555555;font-family:Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:15px;line-height:100%;max-width:100%;padding:5px}#@id .mn-widget-searchbox-field input{margin:0 -6px}#@id .mn-widget-searchbox-keyword{width:338px}#@id .mn-widget-searchbox-searchbtn{background:#485410;border:solid 1px #999;border-radius:5px;color:#FFFFFF;cursor:pointer;font-family:Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:15px;margin:0 0 10px;min-width:75px;padding:5px 10px}#@id .mn-widget-searchbox-searchbtn:hover{background:#CED56B;color:#FFFFFF}#@id .mn-widget-searchbox-autocomplete{left:0;min-width:100%;position:absolute;top:100%;white-space:nowrap;z-index:1000}#@id .mn-widget-searchbox-autocomplete ul{background:#FFF;border:solid 1px #999;border-radius:5px;list-style:none;margin:0;padding:2px}#@id .mn-widget-searchbox-autocomplete li{margin:0;padding:0}#@id .mn-autocomplete{border-radius:5px;color:#555555;cursor:pointer;display:block;font-family:Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;font-size:15px;line-height:100%;padding:.2em .4em;position:relative;text-decoration:none}#@id .mn-autocomplete:hover{background:#EEE;border:solid 1px #999;margin:-1px}#@id .mn-autocomplete br{display:none}#@id .mn-autocomplete-name{display:block}#@id .mn-autocomplete-type{color:#555555;display:block;font-size:75%;font-style:italic;line-height:125%}”}).create();
    /*]]>*/
    </script>

    Many thanks,
    Monique

    #912138
    xa1970
    Participant

    Hi,

    I am removing my other site from Avada (torture) to Enfold today mainly because I love your customer support and of course the theme is user friendly too.

    I have never used the LayerSlider of Enfold before and want to know if I can have video as its background. Please see this link http://www.morsche.co
    I am moving this site to Enfold just about now but I want to create the same homepage with a link button.

    Can I make it in Enfold?

    Your help is always greatly appreciated.

    Reagrds,

    Xan

    #912055
    Lukerk
    Participant

    Hello and thank you for trying to help me with my issue. I am not the best at WordPress or Enfold but have been learning very quickly so go easy on me.

    I have been trying to make my background images responsive to mobile but can’t seem to figure out how to do it (I read many forum posts and YouTube videos) I found this link to a person having a similar issue but did not see a solution on his thread.

    My other issue is with my main page buttons also on mobile. They look good in the browser but don’t align or stack on mobile and look terrible the way they are.

    Thanks,

    Luke

    • This topic was modified 8 years, 1 month ago by Lukerk.
    #911894

    Hi Richard,

    Thanks for contacting us!

    You can login to your ThemeForest account and then go to Enfold’s ThemeForest page – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 and on the right hand side there should be a “Renew support” button :)

    Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    #911546

    Hi,

    Thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    #footer #text-5 a.avia-button {
      background-color: #da4824 !important; 
    }

    Best regards,
    Rikard

    #911456

    You can check this one.
    How to add the “button” element to the table? Use the HTML code?

    #911278

    In reply to: Theme Color Subtle

    Hi,

    If you mean in general these shortcode buttons http://kriesi.at/themes/enfold/shortcodes/buttons/
    there are rules for every defined color.

    If you need much more specific then CSS can be implemented to target what you need.

    Best regards,
    Jordan Shannon

    #911121

    Topic: Enfold Landing Page

    in forum Enfold
    Candratech
    Participant

    Dear sir, madam,

    If you take a look at the enfold landing page Demo: https://kriesi.at/themes/enfold-landing-page/#features. The navigation buttons on the top navigate tot a section on the page. We would like tot use this style of navigation on our website. How can We create this?

    Kind regards,

    • This topic was modified 8 years, 1 month ago by Candratech.
    #911034

    Hey Mireya,

    Please refer to this post: https://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
    Hope it helps :)

    Best regards,
    Nikko

    #910929

    Hey poylomat,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-mailchimp-form .button {
      background-color:red !important;
      color:green !important;
      font-size:20px !important;
    }

    Not sure what you mean by name though?

    Best regards,
    Rikard

    #910473
    pazygratitud
    Participant

    Greetings Enfold support team,

    I want to know if you are able to help in this regard. I want to set an objetive in Google Analytics: I want to know how many people are clicking the Send button in the contact form in the Contact page of my website https://pazygratitud.com/contacto/

    Please let me know if you can help me with this one, it appears I have to put some code.

    Thank you very much for your support.

    • This topic was modified 8 years, 1 month ago by pazygratitud.
    #910453

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_1 .avia-builder-el-12 .avia-button-wrap {
      float:right;
    }
    
    .home #av_section_1 .avia-builder-el-14 .avia-button-wrap {
      float:left;
      margin-left:10px;
    }

    Best regards,
    Rikard

    #910432

    I’m not sure this is tied to my exact issue but after i updated to version 4.2.3 i noticed im missing buttons on layerslider only on mobile. So I restored the site and manually updated the enfold theme. then updated the layer slider plugin and works great now

    My biggest issue is i purchased the key for the layer slider and that caused major issues because it wouldn’t update via the menu so manual was the only way.

    make sure all your plugins are up to date.

    #910334

    Topic: Update broke site

    in forum Enfold
    ac
    Participant

    Hi, I have just tried to update the theme on my website and it has broken the website. I just pressed the theme update button from the theme dropdown, which I’ve done loads of times before and never had this problem.

    In wordpress themes, it says
    Name Description
    enfold Stylesheet is missing.

    The front end is showing wordpress plantpot (theme twentyseventeen) and Enfold and child theme have gone.

    Looking in FTP, most of the theme files seem to have disappeared.

    I’m working with the hosts to have it restored from backup, but that doesn’t seem to be going well.

    Very nervous about running the theme update again.

    I welcome any advice for 1. restoring the site (unless the hosts have managed to get it back from backup) and 2. updating the theme.

    • This topic was modified 8 years, 1 month ago by ac.
    #910241
    swelzel
    Participant

    Liebes Kriesi-Team,
    bei meiner Kundenseite (s. Link in der Privat Box) habe ich das Problem, dass nicht die volle Bildschirmbreite genutzt wird, trotz einer Breiteneinstellung von 1310px (Sidebar-Verhältnis 70:30) habe ich links und rechts noch viel Platz.
    Weitere Seiten die ich mit gleichen Enfold-Theme und gleicher Einstellung erstellt habe, weisen dieses Problem nicht auf (s. Links in der Private Box)
    Ferner gab es eine Verschärfung dieser Darstellung nach dem update auf 4.2.3
    Die Größenverhältnisse passen nicht mehr. Es kommt mir wie ein Zoomeffekt vor, die Bilder sind jetzt kleiner und der Text größer so dass das Verhältnis nicht mehr stimmt, war vorher nicht so.
    Unten im Footer haben die SM-Buttons vorher wunderbar nebeneinander gepasst und jetzt nicht mehr.
    Ferner passt die Überschrift in der 3. Footer-Kolummne nicht mehr in die Spalte, vorher hatte sie wunderbar Platz.

    Was kann ich tun?
    Ich sage schon jetzt 1000 Dank im Voraus.
    Herzliche Grüße Sonja

    Hey royaltask,

    You could start off by activating the custom CSS field for all builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, then give the button a custom class, for instance my-sticky-button. Then you can add something like this to Quick CSS:

    .my-sticky-button {
      position:fixed;
      top:50%;
      left:0;
    }

    Best regards,
    Rikard

    #908730

    Hi, That’s good that you’ve been able to fix the issue. I look forward to seeing the patch tomorrow.
    If the user has autoplay disabled, what will the background video look like sites in Safari that use Enfold? Will it revert to an image instead or will it show a play button? Have you added code so that something will appear rather than a blank dark grey background?

    #908596
    CodeSamurai
    Participant

    Hi,

    I have a URL such as this: http://www.example.com/?broker=JohnSmith. I would like to grab the JohnSmith value and put that into the URL of an Enfold button on the same page. In this example the button URL should be http://www.example.com/application?broker=JohnSmith. If the querystring value was “JaneDoe” then the button URL should be http://www.example.com/application?broker=JaneDoe.

    Is there a way to use the Enfold Button element and grab that value to append to the end of that button URL?

    Thanks!

    royaltask
    Participant

    Hello, I want to place a sticky button close to the border of the boxed enfold theme. Have a look:
    https://ufile.io/b6y00

    #908557

    Topic: Comment redirect

    in forum Enfold
    Robin
    Participant

    Hi,

    I’d like to track comments on my blog in Google Analytics, more specifically to use them as a goal.
    Basically, I want the submit button for comments to link to a thank you page, which I’ll set as my goal.

    I found a Yoast plugin that allows this kind of redirections. I set it up, but apparently Enfold overrides this setting with its own redirection to the comment ID in the discussion.

    How can I override Enfold’s default comment settings to allow this redirection to a new page?

    Thanks in advance
    Robin

Viewing 30 results - 5,071 through 5,100 (of 11,212 total)