Viewing 30 results - 232,531 through 232,560 (of 244,329 total)
  • Author
    Search Results
  • Hey!

    You are welcome! Glad we could help. Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #201543

    Hey yukanl!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .single-product .sidebar { display: none; }

    Best regards,
    Yigit

    Problems solve…thk

    #201539

    In reply to: Layerslider Slideshow

    Hey bicounet!

    You can watch video tutorial that LayerSlider’s author prepared in here http://www.youtube.com/watch?v=ZY9SxVyugx4
    and you can find Enfold related videos here http://vimeo.com/channels/aviathemes/videos

    Regards,
    Yigit

    #201534

    Thanks a lot Yigit. Looks good and easy. But I’m really trying here not to touch php files at all. This site is for a client and I will have to deal with WP and theme updates… As it seems Enfold is updated very very often… I prefer to add my changes in quick CSS. You will understand why ! ;)

    Moreover I wanted to add FB and LinkedIn icons in the “Twitter-RSS” Widget (without Twitter and RSS icons), and to have that widget in the footer (not the socket).

    Anyway this is no big deal, really. I will just add some text links in a text widget instead. But if ever you have the greatest idea to solve my “issue” please let me know. Nice icons still look better…

    Thank you again,
    Marie

    #201532

    Hey jb84!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a { color: red; }
    .header_color .main_menu ul:first-child > li > a:hover { color: blue; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: green; }

    Best regards,
    Yigit

    #201530

    Hey der_mueller!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .grid-entry .inner-entry {
    margin-right: 20px;
    }

    Best regards,
    Yigit

    #201523
    logishkas
    Participant

    Hello!

    First of all, what a great theme it is. Thanks to the whole team for the effort : )

    I’ve encountered some problems using it and here are my solutions:

    1) There was a discussion earlier about a table bug which results in wrong order of row labels on mobile devices (https://kriesi.at/support/topic/table-bug-enfold/). As I understand, there is no element zero in CSS, so changing line 282 in \config-templatebuilder\avia-shortcodes\table.php
    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type({$counter}):before { content: '".$row['content'][$counter]['content']."'; } ";
    to

    $fix = $counter + 1;
    $responsive_style .= ".avia-table-".self::$table_count." td:nth-of-type({$fix}):before { content: '".$row['content'][$counter]['content']."'; } ";

    should fix the problem.

    2) I was also annoyed by the resulting quality of scaled logo images in Firefox. Adding
    .logo img{image-rendering: auto;}
    to \css\custom.css should improve it (https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering).

    Hope it helps someone. Good luck!

    • This topic was modified 12 years, 2 months ago by logishkas. Reason: Typos
    #201511
    zerozendesign
    Participant

    Hey again,

    I have enfold installed on a multisite environment, how do I activate woocommerce? Not seeing the option. http://codelessme.com/pt

    #201505
    zerozendesign
    Participant

    Hi guys,

    on http://codelessme.com/pt, I added two sidebar buttons using shortcodes. I’m a little confused as to the default widget styles and it is causing the styling for the button itself to not cooperate.

    For example

    .sidebar_button {
       background-color: #ecf3fb;
        font-color: #666666;
        width: 100%;
        margin-bottom: 10px;
    }

    That is what I have assigned to that button, yet it isn’t actually assigning it to the button, it is assigning it to each individual container. In other words, adding a background BEHIND the button. Right now, I have simply matched both the background and the button background to display seamlessly.

    Additionally, how do you reduce the top and bottom default padding of sidebar widgets? I was originally just going add some text to the sidebar and then add a background with padding to achieve what I am now having to do with the buttons, but I could not figure out for the life of me, how to reduce the default padding. Even when I set the padding, added important, etc, it didn’t apply. I was applying those specifically to .widget-3. It did indeed add the background color, changed the text color, etc, but would not change the padding. Even the text widget that I inserted the buttons into have a bottom padding that I can’t seem to adjust.

    • This topic was modified 12 years, 2 months ago by zerozendesign. Reason: title typo
    callara
    Participant

    You have an slider example on your side http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ that I would like to use, but I cannot find the way to do it. How to keep the image in full, as well as width and height ?
    You didn’t put this example in the files you provide and I don’t know how to setup this slide to have the same effect. Is it included in your template ? is it a css setting, or is it a slider setting ?
    Tks for letting me know.
    myriam

    #201498
    ecdave
    Participant

    I started having problems a few days ago, where clicking a text block on a previously published page in the admin will often bring up a blank box saying “Click here to enter your text.” It’s unpredictable…sometimes my page content shows up and I can edit it, but most often it’s blank. Also, I’ve got a 1/4 – 1/2 – 1/4 column arrangement inside a color box, and the 1/4 column on the right will often drop down under the 1/2 column in the admin…then when I publish my changes, the content appears twice–once in the 1/4 column as it should, and again at the bottom of the 1/2 column area. A new text block with duplicated content is in that spot, and sometimes has to be deleted a few times for the changes to publish properly.

    I updated all my plugins, the Enfold theme, and WP to 3.8. I have also tried turning off all plugins and still seen this behavior. Any ideas? We’ll be giving the client access to edit their site pretty soon, and we need for it to be a dependable experience.

    lionel
    Participant

    Hi

    I reviewed the forum and the documentation available but not sure the use of color section is optimal for my situation.
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    My site is xxx and looking to introduce a menu with 5 items (home, our services, clients & results, about us and contact us), starting from each full screen image. Each time i m trying to use the color section it creates a unnecessary margin, breaking the design of the page.

    Can we assign ID to a full screen image component? And if not, Is there a way to minimize the size of the color section, or even replace it by a pixel?

    Thanks for your help
    Lionel

    • This topic was modified 12 years, 2 months ago by lionel.
    #201494

    Hi!

    Ok, I hope you can find a good event plugin. I.e. this plugin: http://wordpress.org/plugins/the-events-calendar/ should work well with Enfold and the support is great.

    Regards,
    Peter

    #201491

    Hi!

    I don’t know if it’s a theme or WPML plugin issue – that’s why I recommended to test the feature with the default TwentyThirteen theme. If the issue still exists with the default theme it’s a WPML issue for sure.

    Best regards,
    Peter

    #201490

    Hi,

    for information purposes only, I’ve upgraded to Enfold 2.5, and the display problems remains.

    Regards,
    Oli

    #201483

    1) I (or someone else) may have already requested this, don’t remember, but I really need the option to make a dropdown list of the portfolio filters. Have too many filters atm (especially for mobile), so I need it more compact. A dropdown like here would be perfect:
    http://goo.gl/jJKCDU

    2) I’m sad there’s no non-fullwidth masonry option in the latest Enfold update.

    3) If I remember correctly, for the masonry element, there was the intention of adding an automatic “load more” instead of a button for the next Enfold update. Is this still planned?

    #201482

    Hi,

    I’m now using Enfold 2.5 and WPML Multilingual CMS 3.0.1 (WordPress 3.8).

    I found the problem, when I configure with english US (en_US) in first rank of languages, it doesn’t work, and when when I configure with english (en_EN) in first rank of languages, it works o_O

    Is it an issue of Enfold or WPML?

    Thanks

    #201481
    jb84
    Participant

    Hi,
    how can i change the menu color ?
    In Enfold theme option / styling, i can’t see the color menu…

    Regards

    #201478

    “print-friendly css stylesheet”

    This!

    #201460

    Hi Oli!

    Did you test the “automatic language detection” feature with the default TwentyThirteen theme? Does it work with the default theme on your server but not with Enfold? Tbh I’m not aware of any theme code which might affect the automatic language detection and maybe it’s a general issue with your server/configuration.

    Best regards,
    Peter

    #201458

    I deleted the existing enfold theme folder via FTP and uploaded the new zip file directly in wordpress. That worked for me since I’m using a child theme for customization.

    #201456

    Hi!

    Ok, the problem is that WooCommerce doesn’t use the description field. To fix the issue add following code to functions.php

    
    if(!function_exists('avia_woocommerce_post_thumbnail_description'))
    {
    	add_filter('woocommerce_single_product_image_html','avia_woocommerce_post_thumbnail_description', 10, 2);
    	function avia_woocommerce_post_thumbnail_description($img, $post_id)
    	{
    		global $post, $woocommerce, $product;
    
    		if(has_post_thumbnail())
    		{
    			$image_title = esc_attr(get_post_field('post_content', get_post_thumbnail_id()));
    			$image_link  = wp_get_attachment_url( get_post_thumbnail_id() );
    			$image  = get_the_post_thumbnail( $post->ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ), array(
    				'title' => $image_title
    				) );
    			$attachment_count = count( $product->get_gallery_attachment_ids() );
    
    			if ( $attachment_count > 0 ) {
    				$gallery = '[product-gallery]';
    			} else {
    				$gallery = '';
    			}
    
    			return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s"  rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image);
    		}
    
    		return $img;
    	}
    }
    
    if(!function_exists('avia_woocommerce_gallery_thumbnail_description'))
    {
    	add_filter('woocommerce_single_product_image_thumbnail_html','avia_woocommerce_gallery_thumbnail_description', 10, 4);
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class )
    	{
    			$image_link = wp_get_attachment_url( $attachment_id );
    
    			if(!$image_link) return $img;
    
    			$image = wp_get_attachment_image( $attachment_id, apply_filters( 'single_product_small_thumbnail_size', 'shop_thumbnail' ) );
    			$image_title = esc_attr(get_post_field('post_content', $attachment_id));
    
    			$img = sprintf( '<a href="%s" class="%s" title="%s"  rel="prettyPhoto[product-gallery]">%s</a>', $image_link, $image_class, $image_title, $image );
    
    		return $img;
    	}
    }
    

    and in /wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js remove

    
        $('.single-product-main-image .images a').each(function(index,value){
            var $this = $(this),
                title = $this.attr('title'),
                img = $this.find('img'),
                description = img.attr('alt');
    
                $this.attr('title', description);
                img.attr('alt', title);
        });
    

    We’ll update this with the next theme version.

    Best regards,
    Peter

    #201453

    Oh, I completely forgot that I have to add add_theme_support(‘avia_conditionals_for_mega_menu’); after Enfold update.
    I got no questions, everything workf perfect, sorry for your time.

    #201451
    htarrant
    Participant

    Hi, I noticed that the following code (below) appears when viewing the site’s source code in a browser window. Is there any way to remove it?

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.0.1
    Installed: enfold
    AviaFramework Version: 1.8.2
    AviaBuilder Version: 0.3.1
    ——————
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:268435456-PU:6-PLA:8
    –>

    Thanks
    Hayley

    #201450

    And I think there is a problem with Enfold itsef:
    With http://wordpress.org/plugins/menu-items-visibility-control/ as well as with “If Menu” http://wordpress.org/support/plugin/if-menu

    It is not possible to even turn this plugin on because
    “If Menu plugin detected another plugin(s) that modify the menus, and to don’t break them If Menu plugin is disabled.”
    I tried to turn that plugin with all other plugins turned off, but with no luck.

    #201449

    Hey jmalevic!

    1) Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace

    
                        if($show_meta && !empty($excerpt))
    					{
    						$output .= "<div class='slide-meta'>";
    						if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    						{
    							$link_add = $commentCount === "0" ? "#respond" : "#comments";
    							$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    							$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    						}
                            $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
    						$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    						$output .= "</div>";
    					}
    

    with

    
            if($show_meta && !empty($excerpt))
            {
                $output .= "<div class='slide-meta'>";
    
                $taxonomies  = get_object_taxonomies(get_post_type($the_id));
                $cats = '';
                $excluded_taxonomies =  apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
    
                if(!empty($taxonomies))
                {
                    foreach($taxonomies as $taxonomy)
                    {
                        if(!in_array($taxonomy, $excluded_taxonomies))
                        {
                            $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
                        }
                    }
                }
    
                if(!empty($cats))
                {
                    $output .= '<div class="slide-meta-comments">';
                    $output .= $cats;
                    $output .= "</div><div class='slide-meta-del'>/</div>";
    				        }
    
                $output .= "<div class='slide-meta-time updated'>". get_the_tag_list( __('Tags:','avia_framework').' ', ',') ."</div>";
    
    						$output .= "</div>";
    					}
    

    2) Please try to use Codestyling to translate all text strings within the theme code: http://wordpress.org/plugins/codestyling-localization/
    Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Peter

    #201440

    Yes, and I got a conflict with some other plugins and I see no Visibility Field shown.

    The question is if you will have that feature returned to Enfold?
    It was easy to use for ppl who have no sense how to add custom code, you just had to choose needed conditions. That would be really great to have that back.

    #201439
    This reply has been marked as private.
    #201438

    Hi Alex!

    Unfortunately without a caching plugin installed you are the mercy of your hosting provider and how fast the server will respond with the data. For most budget servers you will be on a shared hosting account where your site is sharing the resouces of all others at the same time. So the response time from server to user can be variable.

    In your case I did a quick check using this site: http://www.yougetsignal.com/tools/web-sites-on-web-server/ which turned up 841 other domains on the same server. I’ve not checked into its validity in a while but there are a few other similar sites/tools out there you can cross check on.

    Best regards,
    Devin

Viewing 30 results - 232,531 through 232,560 (of 244,329 total)