Viewing 30 results - 4,231 through 4,260 (of 11,211 total)
  • Author
    Search Results
  • #1016587

    Hey timchurchman,

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

    .av-menu-button-bordered {
      border-color:red !important;
    }

    Best regards,
    Rikard

    #1016564

    In reply to: Image overlay bg color

    Cool & thank you Milan!
    This is a good hint and it works for the colors in the enfold backend. But in my case this is not the solution, because you set the menu links and I have a problem with linked image overlays. I have a german version. Maybe the translation doesn´t fit. You find it here:
    – extended styling
    – various
    – linked image overlay

    @enfold
    : This is a method to set transparent colors works, but the preview doesn´t show the color correctly in the backend. This is a display issue. Maybe you insert in a upcoming enfold theme update the possibility to set transparent colors correctly. I see only hexa and hsb.

    Conclusion
    I want to get rid of two things:

    • image overlay grey color (NOT hover)
    • button obove (for a equal padding)

    Screenshots
    1) Backend

    2) Testsettings. You can only edit the hover color, the symbol color and the symbol bg

    3) Result. Left is hover. Right is the overlay, that I want get rid of.

    BG Sven

    • This reply was modified 7 years, 5 months ago by TESLA. Reason: Screenshots doesn´t display

    Hey ezvisa,

    Thank you for using Enfold.

    You can add a button in the portfolio items’ “Additional Portfolio Settings” > “Add Preview Text” editor. Add the button markup manually or use the shortcode generator.

    Best regards,
    Ismael

    #1016277

    Hi,

    You maybe need to regenerate the performance cache. Go to Enfold > Theme Options > Performance and disable the javascript merging/compressing. Save the settings. Then activate the setting and hit the save button again.

    Best regards,
    Peter

    #1016183

    Hi,

    The post slider uses the same slideshow script like the easyslider. If you want to “activate” the “go to” slide buttons without javascript open up enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php and replace

    
    		protected function slide_navigation_arrows()
    		{
    			$html  = "";
    			$html .= "
    <div class='avia-slideshow-arrows avia-slideshow-controls'>";
    			$html .= 	"<a href='#prev' class='prev-slide' ".av_icon_string('prev_big').">".__('Previous','avia_framework' )."</a>";
    			$html .= 	"<a href='#next' class='next-slide' ".av_icon_string('next_big').">".__('Next','avia_framework' )."</a>";
    			$html .= "</div>
    ";
    
    			return $html;
    		}
    

    with

    
    		protected function slide_navigation_arrows()
    		{
              	$number_of_go_to = ceil($this->entries->found_posts / $this->atts['columns']);
              	$buttons = '';
    
              	for ($i = 1; $i <= $number_of_go_to; $i++) 
              	{
        			$buttons .= '<a href="#'.$i.'" class="goto-slide">'.$i.'</a>';
    			}
    
              	$buttons = '
    <div class="avia-slideshow-dots avia-slideshow-controls">'.$buttons.'</div>
    ';
    
    			$html  = "";
    			$html .= "
    <div class='avia-slideshow-arrows avia-slideshow-controls'>";
    			$html .= 	"<a href='#prev' class='prev-slide' ".av_icon_string('prev_big').">".__('Previous','avia_framework' )."</a>";
    			$html .= 	"<a href='#next' class='next-slide' ".av_icon_string('next_big').">".__('Next','avia_framework' )."</a>";
              	$html .= 	$buttons;
    
    			return $html;
    		}
    

    (you can also copy the modified postslider.php to your child theme folder to overwrite the parent theme postslider.php). Then modify your javascript function to trigger a click event based on the current url.

    Best regards,
    Peter

    #1016053

    In reply to: Blog page

    Hey prana3stil,

    Can you elaborate the issue?
    There are multiple blog style options provided by Enfold theme and each one of them is unique and atleast one of them should suit with what you need.
    The 2 blogs you used varies from one another and should not be displayed the same but the essential contents for it should be there like title, featured image and date while other things such as read more button or excerpt are used on some blog styles.
    I hope this clears it out. If I misinterpreted the issue, please let us know.

    Best regards,
    Nikko

    #1016012

    In reply to: Image overlay bg color

    Hi AWZ,

    Thanks for giving us the link.
    As for the grey overlay, try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .main_color .avia-button .image-overlay {
        background: transparent !important;
    }

    As for the top padding, are you referring on top of the image? since I could see there’s a button on top of it.
    Best regards,
    Nikko

    #1015933

    Hi,

    If you are using the ALB to build posts then you have to do manually. You could refer to the following:

    And perhaps add the script given directly to the default page template to ensure it displays on all pages.

    Best regards,
    Jordan Shannon

    #1015883
    gatehealing
    Participant

    I did a search on this, but found ways to use the Social Share element in ALB, or how to do this via magic wand.

    What I am hoping to find is how automatically add these at bottom of posts without manually going through 175 posts and activating the social share button (and so new posts automatically show the buttons).

    I have all Social Share buttons checked in Enfold > Theme Options > Blog Layout > Share links at the bottom of your blog post

    I think there is probably a Custom CSS I can add someplace, or to a php document that will accomplish this as an automated thing for all existing posts and all future posts that I create? I just did not find that in my search. I will keep looking, and if I find it before y’all respond, I’ll link to it here.

    Thanks
    Jon

    #1015695

    Hi,
    No , in the Enfold settings it is possible to change the primary color for links, dropcaps and other elements (main content). I think buttons are “other elements”. But I need the button color in red and the link color in black.
    Your code works fine:
    .postid-114 input[type=’submit’] {
    background-color: #b4060e;
    border-color: #b4060e;
    }
    But I need this for all the portfolio entries. I don’t want to integrate a snippet for each entry.
    Bests,
    Andy

    #1015543
    kopperdrake
    Participant

    I have a scrolling home page built from several colour sections. If I add a button to any of the colour sections, it’s dead – no link is shown when I mouse over, and nothing happens when I click. If I move the same button outside a colour section then it works as expected.

    #1015287
    Arthapignet
    Participant

    Hi,

    I’m trying to add 2 icons to social media,but can’t get it to work, I’ve followed the instructions here:

    And here’s my code so far:

    function avia_add_custom_icon($icons) {
    	$icons['user']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue800');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    	$icons['My Account'] = 'user';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Sometimes it’s showing the music note icon, or pencil icon.. What I’m trying to add is user icon, and phone icon, from Entypo.

    Can you help?

    Thanks.

    #1015137

    Hi Jordan,
    I want to have the text and the links in black (defined in the enfold settings, primary color for main content) and the “Senden” button in another color like #b4060e.
    Bests,
    Andy

    #1014981
    #1014979

    Hello, Gunter

    I’ve cloned the live site and updated both WP and Enfold to the latest. I’ve added in the code and added in Jordan’s css and it’s still not working. Also, the form is still being processed when I hit the submit button without selecting a pulldown item for the 5 required select elements. Please advise. So, I still need to have –

    1) Make the select elements validation work properly – they are not being validated.
    2) A red border show up for the select elements (text filed and date picker are fine) when the submit button is hit and they have not made a selection.

    Thanks again!

    Well that is an enfold page – and that nice creator has no merging!
    so it is a bit easier to look what he had done.
    most of the rules are in his custom.css :

    /* SLIDER STYLES */
    .slideshow_caption{
    	width: 55%;
        padding: 50px 0 50px 50px;
    }
    
    .slideshow_inner_caption {
        width: 50%;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
    .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title{
    	background: rgba(255, 255, 255, 1);
    	margin: 0;
    	padding: 20px 30px;
    	line-height: 22px;
    	text-align: left
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p{
    	background: rgba(255, 255, 255, 0.9) !important;
    	font-size: 18px;
        width: 100%;
    }
    .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-title{
        width: 100%;
        font-size: 28px;
    	line-height: 32px;
    }
    .avia-slideshow-dots a{
    	border-radius: 0;
    	border: 1px solid #FFFFFF;
    	background: none;
    	margin: 0 2px;
    }
    #top .avia-slideshow-button{
    	border-radius: 0;
    	text-transform: none;
    	font-size: 14px;
    	font-weight: 400;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .avia-caption .avia-caption-content p {
        line-height: 24px
    }

    but i think the first rule you don’t need – the inner_caption makes it.

    see result here: https://webers-testseite.de/slideshow-with-captionstyling/

    Hi Marc,

    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

    
    @media only screen and (max-width:767px){
        #av-burger-menu-ul .avia-menu-text {
            color: #000;
        }
    }
    

    But the close menu button stays white and the search icon is visible on the burger overlay, do you want that?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1014686

    Hi Dude, Peter,

    zuerst möchte ich mich für die etwas späte Antwort entschuldigen.
    Nun zum Thema:
    Super Support. Funktioniert einwandfrei.Klasse und schnell reagiert.
    Allerdings ist mir bei der Umsetzung aufgefallen, daß ich einen Denkfehler hatte.

    In der Default Funktion sind ja alle Schalter auf “aktiv” gesetzt. Diese werden dann mit dem “OK” Button bestätigt.
    Somit sind alle Cookies nach Bestätigung dann aktiviert.
    Setzt man einen Schalter auf OPt-out und bestätigt dann, so wird das auch einwandfrei gesetzt. Also nochmal – echt super Funktion.

    Meinem Wunsch entsprechend, wurden nun alle Schalter auf “deaktiv gesetzt”. Dies hat zur Folge, dass diese Auswahl dann auch mit dem OK Button bestätigt wird.

    Da aber, jeder User immer schnell auf “Ok” drückt, wäre das dann eher suboptimal ;) (Analytics, SEO, etc.)

    Sorry für die Mühe, die ich hier verursacht habe. Ich kann mich nur noch einmal herzlich bei euch / Dir bedanken.

    Dennoch:

    Ich möchte hiermit nicht nerfen oder “klugscheissen”. Im Gegenteil, ich habe Kriesi schon 3x weiterempfohlen.

    Aber ich wollte folgendes erwähnen und erfragen:

    Wäre es rein theoretisch möglich folgend aufgeführtes Beispiel als Cookie Warner in das Theme einzubauen?
    Oder besser gefragt, die dort ersichtlichen Funktionen ähnlich im vorhandenen Avia Cookiewarner einzupflegen?

    Diese Website benutzt ein Enfold-template mit einem Cookiebotplugin ( https://www.cookiebot.com/de/ )

    Der Cookiewarner ist also ein Plugin von Cookiebot.

    Das sollte man aber nicht verwenden, da dieses Plugin permanent mit der Cookiebot Plattform kommuniziert. Man muss dort einen Account besitzen um die Cookiewarner-Einblendung zu konfigurieren bzw. einzustellen.

    Das heißt, der Script wird von Cookiebot geladen.

    Schön wäre es nun diese Funktionen im Avia Cookiewarner zu implementieren.->
    Dann hätte man alles Darenschutzkonform auf der eigenen Seite bzw. auf dem eigenen Server.

    – Option: Website ist nicht nutzbar bis Aktion stattgefunden hat.
    – Option: alle Cookies auf deaktiv, alle Cookies auf aktiv im “Warnschild”

    Ich weis das dies ein wenig verrückt klingt und mir ist auch bewußt das dies unter Umständen bzw. wahrscheinlich ein riesen Script- und Programming -aufwand dartsellt, aber vielleicht auch nicht. Ich kenne mich da leider nicht genügend aus um solch komlexe Funktionen zu schreiben.

    herzliche Grüße aus Rüsselsheim
    Greez Holger

    Hi Yigit,
    i tried to go to the link that you have there http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/ but is redirecting to https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button-&#8230; Even if i copy and paste it it still directs it to the second link.
    Could you please assist. I have the issue and as t3lgroup mentions, just if i deactivate the plugin it works fine. But still need this plugin as I have to create and re arrange many posts.

    thank you!

    Hey SoWeAre,

    Thank you for using Enfold.

    You can add this code in the functions.php file to remove the default action hook and recreate it without the details button.

    #
    # add ajax cart / options buttons to the product
    #
    
    remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);
    add_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button_mod', 16);
    function avia_add_cart_button_mod()
    {
    	global $product, $avia_config;
    
    	if ($product->get_type() == 'bundle' ){
    		$product = new WC_Product_Bundle($product->get_id());
    	}
    
    	$extraClass  = "";
    
    	ob_start();
    	woocommerce_template_loop_add_to_cart();
    	$output = ob_get_clean();
    
    	if(!empty($output))
    	{
    		$pos = strpos($output, ">");
    
    		if ($pos !== false) {
    		    $output = substr_replace($output,"><span ".av_icon_string('cart')."></span> ", $pos , strlen(1));
    		}
    	}
    
    	if($product->get_type() == 'variable' && empty($output))
    	{
    		$output = '<a class="add_to_cart_button button product_type_variable" href="'.get_permalink($product->get_id()).'"><span '.av_icon_string("details").'></span> '.__("Select options","avia_framework").'</a>';
    	}
    
    	if(!in_array($product->get_type(), array('subscription', 'simple', 'bundle')))
    	{
    		$extraClass  = "single_button";
        }
    
    	if(empty($extraClass)) $output .= " <span class='button-mini-delimiter'></span>";
    
    	if($output && !post_password_required() && '' == avia_get_option('product_layout',''))
    	{
    		echo "
    <div class='avia_cart_buttons $extraClass'>$output</div>
    ";
    	}
    }

    Best regards,
    Ismael

    Hey black9999,

    What is a bran button? You can upload a logo in the first theme options page is you click Enfold in the WordPress menu. If that is not working then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    black9999
    Participant

    Hi, I’m new with enfold, I’ve installed the theme in my wp, but I do not have any bran buttons for the theme, nor for uploading logo etc.
    My WP is 4.9.8 Enfold 4.4.1 PHP ZendServer 5.6
    Thank you

    #1013929
    FZKFranziska
    Participant

    Hello!

    I have been following the documentation here:

    It has worked quite well, but I am running into the button sitting on top of the logo at smaller screen sizes.

    I tried modifying the margin and padding to no avail.

    Could you help me make this a bit more mobile responsive? I would like the button to sit above the logo as they start to overlap.

    #1013849

    Victoria
    Yes, I’ve been posting follow up questions for a few days now about the IconBox.php code provided by Guenni007 . . . the custom code on the webiste he referenced contains code for Horizontal white space, not head tags (the IconList code is perfect and works as it should. . .I think the wrong code got put in the file the IconBox.php button links to).

    https://webers-testseite.de/edited-enfold-alb-elements/ then scroll down to Iconbox and Icon-List with h-tag choice and click the IconBox button (link is: https://pastebin.com/dl/BRQizfDT ) . . . you’ll see that the code is for a different element.

    I’m just hoping to get the correct code since the other code provided for the iconList element is great.

    Thanks!
    Jon

    #1013698

    Topic: Google Ananlytics

    in forum Enfold
    pittercod
    Participant

    Hallo zusammen,

    ich nutze die Neueste Version vom Enfold-Theme und habe unter Privacy and Cookies “Google Analytics Cookies” aktiviert. Den Analytics-Code habe ich unter “Tracking-Code für Google Analytics” eingefügt, soweit so gut.
    Deaktiviere ich mit dem Button [av_privacy_google_tracking] jetzt das Google-Tracking passiert leider nichts.
    Ich nutze das Browser-Pluging Ghostery, dieses zeigt an das Google-Ananlytics noch aktiv ist.
    Mache ich was verkehrt?

    Vielen dank für Eure Hilfe!

    Gruß
    Peter

    #1013573

    Hi Colin,

    I don’t think we will change the way it functions since navigating to other pages doesn’t really imply that you have agreed with policy and defeats the purpose of the two buttons in the policy.
    The best way to have that functionality that you would like to use is to disable the cookie consent policy in Enfold theme options and use the plugin instead.

    Best regards,
    Nikko

    #1013560

    In reply to: Google Tag Manager

    Hey StephenWard9,

    I think this article will help you to add a tracking event: https://kriesi.at/documentation/enfold/contact-form/#add-on-click-event-to-the-contact-form-submit-button-

    So basically add this code to your child theme functions.php:

    
    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
      $att = "onclick=\"_gaq.push(['_trackPageview', '/VP/XXX/XXX']);\"";
      return $att;
    } 
    

    and replace:

    
    _gaq.push(['_trackPageview', '/VP/XXX/XXX']);
    

    with your tracking event.

    Best regards,
    Peter

    #1013351

    In reply to: Bestätigungs-e-mail

    Hi,
    Mir ist gerade aufgefallen, dass eine Übersetzung möglicherweise nicht notwendig ist, wenn WordPress auf “Formal German” eingestellt ist. Diese Sprachdatei kann unter Einstellungen > Allgemein gewählt werden (Screenshot: http://www.clipular.com/c/4573457388666880.png?k=FuUqDrhdjie6hDcnpn3_IHqq7Kc ).

    Sofern dies nicht hilft – und eine Anpassung der “Du”-Sprachdatei notwendig sein sollte – gehe zum Admin-Menü, klicke auf Loco Translate > Themes > Enfold. Dann wähle “German” aus. Klicke dann auf den Button “Sync” und warte bis der Vorgang beendet ist. Dann suche die Textstellen, welche angepasst werden müssen, passe diese an und klicke dann auf “Save”.

    LG,
    Peter

    #1013319

    Hi,

    1) You need to translate the secondary menu. I created a Dutch translation of the secondard menu – you now just need to add the menu items to it (link in private area).

    2) It seems like you solved the problem? If not – you need to set a front page for each language. Go to Enfold > Theme Options and click on flag to change the language to “Dutch”. Then select a page as front page and save the settings. Enfold will save all settings for each language separately – you could also set a different logo, etc. for the Dutch version of your website.

    3) Where can I translate my footer into Dutch?
    Translate the page which you use for the English website to Dutch. Then go to Enfold > Theme Options and click on flag to change the language to “Dutch”. Click on “Footer”, select the translate page from the dropdown and hit the “Save options” button.

    Best regards,
    Peter

    #1013315

    Hi,

    Please go to Appearance > Editor and make sure the “Enfold Child” theme is selected in the dropdown on the right side (if you’re not using a child theme make sure “Enfold” is selected).

    Then click on “functions.php” in file/folder tree on the right side sidebar. The editor will then load this file. Scroll to the very bottom of the file and paste this code:

    
    function avia_move_google_analytics_to_head() {
    remove_action('wp_footer', 'avia_print_tracking_code', 100);
    add_action('wp_head', 'avia_print_tracking_code', 1);
    }
    add_action( 'init', 'avia_move_google_analytics_to_head' );
    

    into the file. Then click on the save button and wait for the confirmation box. That’s it :)

    Best regards,
    Peter

Viewing 30 results - 4,231 through 4,260 (of 11,211 total)