Viewing 30 results - 5,011 through 5,040 (of 11,211 total)
  • Author
    Search Results
  • Hey cherrmann,

    It might be better to use a widget in this case, add the widget area to the header and then add the button to it.
    Here is how to do it

    Best regards,
    Victoria

    #922279

    Hi rjhulme,

    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

    
    .avia-button-wrap.avia-button-center {
        margin: 0 auto;
        display: block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #922203
    rjhulme
    Participant

    Hi all,
    After updating Enfold 4.2.2 – 4.2.5, the “contact us” button is no longer center aligning on our website.
    Is there a custom CSS I can use temporarily to correct this until an official fix is released?
    Regards,

    #921510

    Victoria,

    A screenshot is not going to help you—it’s an ‘interactive’ thing.

    Click on the following link (Enfold):

    Now, scroll down to the “Other Projects” area. Click on the #2 ‘button’. See how it ‘scrolls’ you back to the top of the page? (and you no longer can see the “Other Projects”).

    Now, click on this link (Angular):

    Now, scroll down to the “Related Entries” area. Click on #2 ‘button’. See how the page stays ‘still’ (items scroll to the left, and it displays the next 4 items) and you now can click on #3?

    Thanks,
    Mark

    0rca
    Participant

    Hi there,
    our customer just informed us, that some woocommerce products won’t load. Checking the apache error log shows a not very helpful entry: “Premature end of script headers: index.php”

    I could limit the error to the following factors:
    1. The product is a variable product
    2. The Advanced Layout Builder is in use
    3. The Product Purchase Button seems to produce the error

    The site is running on WP 4.9.4, Woocommerce was at 3.2.5 and in search of a solution I have updated to 3.3.3. Enfold version is 4.2.5
    I have duplicated one of the affected products and turned of the Advanced Layout Builder in one version and removed only the Product Purchase Button in another version:
    Original: http://pfeil-verlag.de/publikationen/ichthyological-test-100/ (Crashes, Apache throws Internal Error 500)
    No Avia: http://pfeil-verlag.de/publikationen/ichthyological-test-100-no-avia/ (Works)
    No Button: http://pfeil-verlag.de/publikationen/ichthyological-test-100-no-button/ (Works)

    Did you encounter this anywhere else yet? Can you help or point me in the right direction?

    #921255

    Mike,

    the problem is definitely related to enfold and Woocommerce. I have created a default product page. The default product page load but the add to cart button and the price component don’t show up. Ima guessing the latest that lat Enfold and the Lastest Woocoommrce are out of sync and it’s causing the server to denied the request.

    #921237
    hotspot01
    Participant

    Problem 1)
    When I have the ‘Enable AJAX add to cart buttons on archives’ button checked off it shows that items are being added to the card but when I go to the cart nothing has actually been added.

    Problem 2) When I hover over the cart icon i should be able to see what is in the cart. instead I only see what looks like the top part of that field.

    I’ve tried disabling all plugins except woocommerce and the issues remain.
    I have the latest version of enfold (4.2.5)
    I made sure that none of my custom css is messing with it.

    I’ve researched this topic for 2 days and can’t seem to find a solid solution. There were a few threads where people seemed to have the same issue and then they said it was fixed but did not post a solution.

    Can someone please help me with this. I’ve used the shop feature on another with no issues.

    #921121
    mbesh
    Participant

    We are developing a new site with Enfold, and the Portfolio Grid is not doing something that we are used to with the Angular theme.

    With Enfold, when the ‘next page’ button is clicked, it does do it but the browser scrolls to the top of the page (so you have to scroll back down to see the next 4 items that were selected in the ‘next page’).

    Example: http://0e5.ad2.myftpupload.com/portfolio-item/adams-senior-apartments/

    With our company site (which uses Angular), when you click on the ‘next page’ button, the page ‘stays put’ (doesn’t move/scroll up), so you can see the items scroll left in front of you, and then you can select the next ‘next page’ button to see more items scroll to the left.

    Example: https://visualimpactsystems.com/example/print-flyers/

    Can Enfold’s Portfolio Grid do this?

    Thanks for you efforts in this.

    Mark Besh
    Visual Impact Systems

    #920851

    In reply to: blog set up

    Hi,
    As all of these solutions were added without editing any theme files you should have no issues updating.
    * I just looked back again and see the facebook translation was done editing: /wp-content/themes/enfold/includes/helper-social-media.php
    So since you can’t override a helper function inside a child theme. The override will only work for template files such as the header.php, loops, templates etc. You can copy the whole “social icon builder” function in your child theme functions.php.

    
    if(!class_exists('avia_social_share_links'))
    {
    	class avia_social_share_links
    	{
    		var $args;
    		var $options;
    		var $links = array();
    		var $html  = "";
    		var $title = "";
    		var $counter = 0;
    		
    		/*
    		 * constructor
    		 * initialize the variables necessary for all social media links
    		 */
    
    		function __construct($args = array(), $options = false, $title = false)
    		{
    			$default_arguments = array
    			(
    				'facebook' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]" , 'label' => __("Share with child theme",'avia_framework')),
    				'twitter' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]"),
    				'gplus' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://plus.google.com/share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')),
    				'pinterest' => array("encode"=>true, "encode_urls"=>true, "pattern" => "http://pinterest.com/pin/create/button/?url=[permalink]&description=[title]&media=[thumbnail]"),
    				'linkedin' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://linkedin.com/shareArticle?mini=true&title=[title]&url=[permalink]"),
    				'tumblr' 	=> array("encode"=>true, "encode_urls"=>true, "pattern" => "http://www.tumblr.com/share/link?url=[permalink]&name=[title]&description=[excerpt]"),
    				'vk' 		=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://vk.com/share.php?url=[permalink]"),
    				'reddit' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://reddit.com/submit?url=[permalink]&title=[title]"),
    				'mail' 		=> array("encode"=>true, "encode_urls"=>false, "pattern" => "mailto:?subject=[title]&body=[permalink]", 'label' => __("Share by Mail",'avia_framework') ),
    			);
    			
    			$this->args = apply_filters( 'avia_social_share_link_arguments', array_merge($default_arguments, $args) );
    			
    			if(empty($options)) $options = avia_get_option();
    			$this->options 	= $options;
    			$this->title 	= $title !== false? $title : __("Share this entry",'avia_framework');
    			$this->build_share_links();
    		}
    		
    		/*
    		 * filter social icons that are disabled in the backend. everything that is left will be displayed.
    		 * that way the user can hook into the "avia_social_share_link_arguments" filter above and add new social icons without the need to add a new backend option
    		 */
    		function build_share_links()
    		{
    			$thumb 					= wp_get_attachment_image_src( get_post_thumbnail_id(), 'masonry' );
    			$replace['permalink'] 	= !isset($this->post_data['permalink']) ? get_permalink() : $this->post_data['permalink'];
    			$replace['title'] 		= !isset($this->post_data['title']) ? get_the_title() : $this->post_data['title'];
    			$replace['excerpt'] 	= !isset($this->post_data['excerpt']) ? get_the_excerpt() : $this->post_data['excerpt'];
    			$replace['shortlink']	= !isset($this->post_data['shortlink']) ? wp_get_shortlink() : $this->post_data['shortlink'];
    			$replace['thumbnail']	= is_array($thumb) && isset($thumb[0]) ? $thumb[0] : "";
    			$replace['thumbnail']	= !isset($this->post_data['thumbnail']) ? $replace['thumbnail'] : $this->post_data['thumbnail'];
    			
    			$replace = apply_filters('avia_social_share_link_replace_values', $replace);
    			$charset = get_bloginfo('charset');
    			
    			foreach($this->args as $key => $share)
    			{
    				$share_key  = 'share_'.$key;
    				$url 		= $share['pattern'];
    				
    				//if the backend option is disabled skip to the next link. in any other case generate the share link
    				if(isset($this->options[$share_key]) && $this->options[$share_key] == 'disabled' ) continue;
    				
    				foreach($replace as $replace_key => $replace_value)
    				{
    					if(!empty($share['encode']) && $replace_key != 'shortlink' && $replace_key != 'permalink') $replace_value = rawurlencode(html_entity_decode($replace_value, ENT_QUOTES, $charset));
    					if(!empty($share['encode_urls']) && ($replace_key == 'shortlink' || $replace_key == 'permalink')) $replace_value = rawurlencode(html_entity_decode($replace_value, ENT_QUOTES, $charset));
    					
    					$url = str_replace("[{$replace_key}]", $replace_value, $url);
    				}
    				
    				$this->args[$key]['url'] = $url;
    				$this->counter ++;
    			}
    		}
    		
    		
    		
    		/*
    		 * function html
    		 * builds the html, based on the available urls
    		 */
    
    		function html()
    		{
    			global $avia_config;
    			
    			if($this->counter == 0) return;
    			
    			$this->html .= "<div class='av-share-box'>";
    			if($this->title)
    			{
    				$this->html .= 		"<h5 class='av-share-link-description'>";
    				$this->html .= 		apply_filters('avia_social_share_title', $this->title , $this->args);
    				$this->html .= 		"</h5>";
    			}
    			$this->html .= 		"<ul class='av-share-box-list noLightbox'>";
    			
    			foreach($this->args as $key => $share)
    			{
    				if(empty($share['url'])) continue;
    			
    				$icon = isset($share['icon']) ? $share['icon'] : $key;
    				$name = isset($share['label'])? $share['label']: __("Share on",'avia_framework'). " " .ucfirst($key);
    				
    				$blank = strpos($share['url'], 'mailto') !== false ? "" : "target='_blank'";
    				
    				$this->html .= "<li class='av-share-link av-social-link-{$key}' >";
    				$this->html .= 		"<a {$blank} href='".$share['url']."' ".av_icon_string($icon)." title='' data-avia-related-tooltip='{$name}'><span class='avia_hidden_link_text'>{$name}</span></a>";
    				$this->html .= "</li>";
    			}
    			
    			$this->html .= 		"</ul>";
    			$this->html .= "</div>";
    			
    			return $this->html;
    		}
    		
    		
    		
    		
    	}
    }
    

    I tested this in my localhost child theme to ensure it wourks, search for “Share with child theme” within this code and replace with your translation.

    Best regards,
    Mike

    #920602

    Hey Trent, once you build a slider with your video / etc, you just use a shortcode inside a text box like this:

    [smartslider3 slider=24]

    There’s also a button that’s added to the control bar (where bold, font selection etc appear) and you can choose from the available sliders you have built.

    Their support is via email and is insanely fast. They also have a very active Facebook page with lots of Q&A. I have NO CONNECTION to them besides being a very happy customer and loving how it works with Enfold.

    Cheers
    Rob

    #920522
    BarthelemyB
    Participant

    “Hi,

    I have some problem with enfold button on safari too.
    On all my website the button with text and also some icons don’t display well.
    How to fix it ? ”


    @yigit
    thank for your help
    Here is an example (screenshots) of what is going wrong (Safari) and what I want (Chrome)
    It happen here, but also on other pages.

    Thanks,

    #920516

    Hi,


    @BarthelemyB
    I checked your website on Safari on macOS but icons and buttons are showing up fine on my end.
    Could you please start a new thread under Enfold sub forum and elaborate on the issue you are having? Please also attach screenshots. You can upload your screenshots on imgur.com or Dropbox public folder and post the links in your thread.

    Best regards,
    Yigit

    #920472

    Hi,

    I have some problem with enfold button on safari too.
    On all my website the button with text and also some icons don’t display well.
    How to fix it ?

    #920380
    HEF2015
    Participant

    Hi all. I am trying to update pages for my client, but Avia is not loading my pages. Using the latest WP update and have updated Enfold to last version as well. Please advise. Thanks!

    #920362

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:959px) {
      #top #header .av-menu-button > a {
        border-bottom: 1px solid #e1e1e1 !important;
      }
    
      #top #header .av-menu-button > a .avia-menu-text {
        border: none !important;
        border-radius: 0 !important;
        background-color: transparent !important;
        color: inherit !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #920206
    celuluk
    Participant

    Hello,

    I just setup a new website using enfold and woocommerce. So far it’s working good until I setup the yoast seo plugin.
    Every times I make changes in Woo products, I got this error:

    Fatal error: Uncaught Error: Call to undefined function wc_clear_notices() in /home/komanga9/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippet_button.php:80 Stack trace: #0 /home/komanga9/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(349): avia_sc_produc_button->shortcode_handler(”, ”, ‘av_product_butt…’, Array) #1 /home/komanga9/public_html/wp-includes/shortcodes.php(319): aviaShortcodeTemplate->shortcode_handler_prepare(”, ”, ‘av_product_butt…’) #2 [internal function]: do_shortcode_tag(Array) #3 /home/komanga9/public_html/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(av_hea…’, ‘do_shortcode_ta…’, ‘<p>[av_heading …’) #4 /home/komanga9/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php(485): do_shortcode(‘<p>[av_heading …’) #5 /home/komanga9/public_html/wp-content/themes/enfold/config-tem in /home/komanga9/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippet_button.php on line 80

    Can you solve this issue?

    Regards,
    Adnyana

    hombachb
    Participant

    Hi there,
    has anyone tried to integrate/add a XING sharing button in addition to G+, Facebook, etc.?
    To appear beneath every (or selected) blog-posts?

    As a social media account, the xing-profile (link/button) is already present on the site (footer, header). But how do I get the functionality to share a blog post on XING?

    Thank you for any info…

    #920180

    Hey hmascarenhas,

    Thank you for using Enfold.

    The category sort will display every selected categories by default regardless of the hierarchy. The option that you want will require major modification of the config-templatebuilder > aviashortcodes > av-helper-masonry > sort_buttons function. Please hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    kapteina
    Participant

    Hello,
    I tried updating to the latest enfold on a project I have been working on before christmas. This resulted in the buttons I had created as popup triggers, no longer works – but ignores the popup link, and tries to follow the “original” link, which I had turned off in the actual popup maker trigger.

    #919616

    Hi,

    Sorry about that, please refer to the solution posted here: https://kriesi.at/support/topic/remove-demo-import-button-from-enfold-theme-options/#post-409884
    Hope it helps.

    Best regards,
    Nikko

    #919341

    Hi,
    For the button and pricing table styling, I think I recognize this issue, please try updateing the theme manually via FTP. But please delete the theme folder (enfold) completely and then upload the new theme folder. Please don’t try to overwrite the theme folder with new files.

    Best regards,
    Mike

    #918768

    In reply to: blog set up

    Hi,
    For the homepage ” / ” Try this code in the General Styling > Quick CSS field:

    #top.home .text-sep.text-sep-date {display:none !important;}

    To change the “Share on Facebook” popup text for your Facebook social button, Please via FTP, try editing /wp-content/themes/enfold/includes/helper-social-media.php
    On line 147 Look for:

    'facebook' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]"),

    Replace with:

    'facebook' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "http://www.facebook.com/sharer.php?u=[permalink]&t=[title]" , 'label' => __("Share on Enfold",'avia_framework')),

    Adjust “Share on Enfold” to suit.
    This is the expected results:
    2018-02-27_193837

    Best regards,
    Mike

    #918754

    I don’t have any demos in my site and am also seeing a large number of error logs the past few days since updating with his message

    “/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js): failed to open stream: No such file or directory in /nas/content/live/bigboytravel/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 238, referer: http://www.bigboytravel.com/&#8221;

    am also seeing errors for the same line with
    /avia-shortcodes/portfolio/portfolio.js & css
    /table.css & js
    /numbers.js & css
    /icon.css & js
    /buttons.css & js
    /portfolio.js & css
    /hr.js & css
    /config-templatebuilder/avia-template-builder/php/asset-manager.class.php

    Jon

    #918573
    NikolausWuehrer
    Participant

    Hi,
    I’m working on my sites but cannot move layout elements element with pressed mouse button. So I can’t move frames.
    Best regards, Nikolaus

    ehoogstad
    Participant

    Hello,
    Last night I noticed that the video player of my self hosted videos only show the control bars: a horizontal bar with the control elements and part of the play button in the middle. It seems to work fine for youTube hosted videos. But self hosted videos is problematic.

    It worked fine before so what happened and how can this be solved?

    Your help is much appreciated.

    I have enclosed a link to the examples

    I mentioned this problem in the following thread – but no response came except from another user who experienced the same.

    #918534

    Topic: masonry portfolio

    in forum Enfold
    manurimini
    Participant

    Hi
    I have a problem with the masonry portfolio.
    I’m using the following function to avoid the current portfolio item to be shown in the masonry.

    add_filter( ‘avia_masonry_entries_query’, ‘avia_masonry_query_func’, 10, 2);
    function avia_masonry_query_func( $query, $params ) {
    if(is_single()) {
    $id = get_the_ID();
    $query[‘post__not_in’] = array($id);
    }
    return $query;
    }

    But it happens that when I press the load more button the last portfolio item of the first row is also shown as the first of the second row.
    Strangely the last portfolio item in the second row is not showing up in the third row.
    When I delete the function the masonry is running fine.
    Enfold Version 424

    • This topic was modified 8 years, 1 month ago by manurimini.
    #918511
    aniesen
    Participant

    Dear team, I think I might have messed up things in WordPress. How to I de-install Enfold and Enfoldchild to re-start from scratch? There is no delete button when I click into the theme.

    Question 2:
    I (think) I went for the basic version as I thought that might be the easiest for an absolute beginner. How do I check if I got this?
    And can I easily change this to the Enfold 2017 version?

    Thank you!
    Anne

    Thank you Doron
    But I don’t get a preview image, only a black background. Have you solved that too?
    Is there a way to have a fullscreen button for selfhosted videos in Enfold?

    • This reply was modified 8 years, 1 month ago by manurimini.
    #918390
    edney23
    Participant

    Hi guys,

    I’ve just seen that the styling for buttons, dividers and icons has broken on our site https://incrowdsports.com/ and it appears from comments in the Envato discussion board state that others are effected too https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/comments?page=543.

    I am not covered for support and can’t see a similar thread on this forum but could you let me know how to fix this please asap?

    Many thanks

    Alex

    PS. I still love Enfold ; )

    #918380

    I have the same problem. Video player of my self hosted videos now all of a sudden show only the control bars (a horizontal bar with the control elements and part of the play button in the midle). Enfold Version: 4.2.4
    Please Help

Viewing 30 results - 5,011 through 5,040 (of 11,211 total)