Viewing 30 results - 220,321 through 220,350 (of 243,846 total)
  • Author
    Search Results
  • #268528
    wadoska
    Participant

    Hi! Just tried to set an adsense to the sidebar on my enfold implementation and its not running.
    Only three dots appeared. I tryed to use ‘adsense manager’ and ‘WP Simple Adsense Insertion’ with the same results. Using Chrome Publisher toolbar i can see that code is running.
    Can see results at http://www.prodinet.es/blog/
    Any idea?

    • This topic was modified 11 years, 7 months ago by wadoska.
    #268525
    This reply has been marked as private.
    #268523
    duncanmae
    Participant

    Hi, avia layout builder is not working. It keeps on loading. See this screenshot — http://screencast.com/t/2sM33rlBSz

    I already upgraded wordpress and enfold theme to latest version and I already deactivated all plugins but the issue is still there.

    Can you help?

    Cheers,
    Danny

    #268516

    In reply to: Enfold Showcase

    Wow, this one looks great! Took me second to identify enfold behind your site ;-)

    #268505
    fourdesigncornwall
    Participant

    hi, all, does anyone know why I cant see the text in the visual editor of a text panel or page content using enfold – I have installed a fresh test enfold theme with no plugins, latest wordpress, and I cant see to edit the text in the visual editor – it is there in code view but not in visual, any help much appreciated, cheers

    #268504
    adrianwackernah
    Participant

    Ich hab mir Product Vendors von Woothemes für den Shop gekauft. Damit habe ich jedes Produkt einem Urheber/Künstler zugewiesen. Es ist nun auch ein Slug/Link verfügbar, womit ich alle Produkte eines Künstlers mir anzeigen lassen kann. Klappt gut.

    Leider wird aber statt des Künstlernamens/Slugs nur “Shop” – also die Shop-Basis angezeigt. Kann ich das irgendwie ändern? Hab Enfold als Child aktiviert. Der Standard-Slug lautet /vendor/vendor-name – den hab ich mit einem Filter geändert in /artist/vendor-name

    Siehe hier: https://bildmanufaktur-wackernah.de/artist/ilona-weinhold-wackernah/

    #268499

    Hi sfierst!

    1) The portfolio urls/permalinks do not support categories or other dynamic elements – I’m sorry. You would need to hire a developer who can help you to customize the permalinks code.

    2) If you want to show the categories in the breadcrumb insert this code into the child theme functions.php file (or insert it at the bottom of enfold/functions.php) if you’re not using a child theme:

    
    if(!function_exists('avia_modify_portfolio_breadcrumb'))
    {
    	function avia_modify_portfolio_breadcrumb($trail)
    	{
            $parent = get_post_meta(avia_get_the_ID(), 'breadcrumb_parent', true);
    
    		if(get_post_type() === "portfolio")
    		{
    			$page 	= "";
    			$front 	= avia_get_option('frontpage');
    
    			if(empty($parent) && !current_theme_supports('avia_no_session_support') && session_id() && !empty($_SESSION['avia_portfolio']))
    			{
    				$page = $_SESSION['avia_portfolio'];
    			}
                else
                {
                    $page = $parent;
                }
    
    			if(!$page || $page == $front)
    			{
    				$args = array( 'post_type' => 'page', 'meta_query' => array(
    						array( 'key' => '_avia_builder_shortcode_tree', 'value' => 'av_portfolio', 'compare' => 'LIKE' ) ) );
    
    				$query = new WP_Query( $args );
    
    				if($query->post_count == 1)
    				{
    					$page = $query->posts[0]->ID;
    				}
    				else if($query->post_count > 1)
    				{
    					foreach($query->posts as $entry)
    					{
    						if ($front != $entry->ID)
    						{
    							$page = $entry->ID;
    							break;
    						}
    					}
    				}
    			}
    
    			$parents = get_the_term_list( $post_id, 'portfolio_entries', '', '$$$', '' );
    			$parents = explode('$$$',$parents);
    
    			if($page)
    			{
    				if($page == $front)
    				{
    					$newtrail[0] = $trail[0];
    
    					foreach ($parents as $parent_item)
    					{
    						if($parent_item) $newtrail[] = $parent_item;
    					}
    
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    				else
    				{
    					$newtrail = avia_breadcrumbs_get_parents( $page, '' );
    					array_unshift($newtrail, $trail[0]);
    
    					foreach ($parents as $parent_item)
    					{
    						if($parent_item) $newtrail[] = $parent_item;
    					}
    
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    			}
    		}
    		
    		return $trail;
    	}
    
    	add_filter('avia_breadcrumbs_trail','avia_modify_portfolio_breadcrumb', 15, 1);
    }
    
    

    Cheers!
    Peter

    #268498

    In reply to: Enfold Showcase

    Hi, my last customer website with Enfold : http://ecole-superieure-de-vie.gestalt.fr/

    Regards.
    Jean

    #268494

    Hey coinmaster!

    You can try to change the imaage size in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php – open up the file and search for:

    
    $img_size	 						= 'masonry';
    

    Replace “masonry” with another thumbnail size like ‘square’, featured’, ‘featured_large’, ‘portfolio’, ‘gallery’, ‘entry_with_sidebar’,’entry_without_sidebar’,extra_large’ or “magazine”.

    Cheers!
    Peter

    #268493

    Hey!

    In the code on your site you do not have .container_wrap_first compared to the latest version 2.7 and the suggestions above. When looking at the head of your site it shows:

    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.0
    Installed: enfold
    AviaFramework Version: 1.8.2
    AviaBuilder Version: 0.3.1

    The current version of enfold is 2.7 which has a lot of updates, and that specific class could have been one of the changes. If you don’t want to update because of customizations or something you could try this plugin: http://wordpress.org/plugins/wp-post-styling/

    It lets you create a custom style in the settings. Like choose a name, and then create some css. Then it allows you to choose to use it on a per page basis. This would give you more control over which pages you would like “shrink”. It would also mean you only add the code once in the settings and choose the desired class from a drop down under the post editor on the page rather than entering css by page id. It would also let you do it to pages with the visual editor as well if you wanted to.

    So you simply give your new class a name like: 710px-width and then add the css: .entry-content { max-width: 710px; margin: 0 auto; }

    Then on the page choose the 710px-width from the dropdown of custom classes you created.

    Cheers!
    Chris

    #268488

    In reply to: Typekit

    Thank you very much Peter.
    I am going to think about it before deciding…
    This is SOOO frustrating as I think Enfold is such a great theme… and I don’t really want to use another one :))
    Anyway, I really hope this “custom fonts” matter is something Kriesi will seriously consider for the next big update… I’m sure many many users would really appreciate this !
    Thank you again.
    The support team is just great.

    Marie

    #268485
    nzrocketman
    Participant

    Hi,

    I’m trying to edit a text box. however i’m having some problems. on Visual its on html code and is all the text is white.. No Buttons like there should be. I have updated both Enfold and WP to latest versions

    #268483

    Hey!

    No, I don’t think this is the cause. However you can deactivate the “recommended plugins” installer by adding this code to the bottom of your child theme functions.php file (or enfold/functions.php if you’re not using a child theme):

    
    add_action('after_setup_theme','avia_deactive_recommended_plugins');
    function avia_deactive_recommended_plugins(){
    remove_action( 'tgmpa_register', 'avia_register_required_plugins' );
    }
    

    Best regards,
    Peter

    #268478

    Hi!

    By default the gallery images can’t link to external websites. However you can use a third party plugin to apply custom links to gallery images. If you want to use it with Enfold follow the instructions here: https://kriesi.at/support/topic/adding-links-to-a-gallery/#post-224832

    Regards,
    Peter

    #268473

    In reply to: Typekit

    Hey!

    Unfortunately we have no experience with Typekit and we can’t guarantee that it works without additional theme code customization. If you want to be on the safe side please purchase another theme which mentions Typekit support in the themeforest item description. We can not confirm that several clients use Enfold with Typekit because we didn’t keep track of Typekit reports in the past and we did not verify them.

    Yes you can buy the theme over and over again from the same account. Envato will always add a new item to your “purchased item” list and will issue you a separate download link and license file for each purchase. The only drawback is that you can’t create a separate support account for your client because the theme will be connected to your email address/account login – if you want to allow the client to use our support forum please use a new account (or the client’s account) to purchase the theme.

    Best regards,
    Peter

    #268458

    In reply to: Typekit

    Hi Josue,

    Thanks for your reply. Well no I haven’t tried this plugin yet as the site I already made with Enfold is a client’s one and I prefer not to experiment anything on his site which is already “on”… But if you give me this advice, I guess this should work ok no ? :)
    I really want to use Enfold again, but I prefer to know that “changes” can be managed in a simple way (plugin, no more code than in quick css), instead of changing files which can be complicated regarding to Enfold updates coming out quite often :)
    If you confirm me that several users have already & successfully used this plugin + quick css without any trouble, I will just trust you and go for another “Enfold round” with a new site :)

    By the way, I always buy the template for a client (from my account). But as I said I already bought Enfold for one client. Can I buy it again for another client and from the same account (mine) ? Do I have to precise somewhere who is the client ? I’ve never bought a template twice so I’m just wondering how to deal with this, if you have any recommendation…

    Thank you again.

    Marie

    #268455
    wtl0715
    Participant

    I’m having a bit of information overload with Enfold and Lightboxes. I would appreciate it if you could help me figure out how to do a specific thing with Enfold:

    I want to utilize a few lightboxes throughout my site to reduce the number of pages. For example, when someone clicks on a “see pricing” link, I want the page to open a lightbox or modal that displays the pricing grid. I’d like to do the same with FAQ and an informational video. I would even be happy with a lightbox into which I can add HTML with inline CSS.

    Is this possible with Enfold? If not, is there a specific plugin that might help me achieve this?

    Thanks,

    Taft

    #268453

    In reply to: longer excerpt

    Hi!

    Insert this code at the very bottom of the child theme functions.php file (or enfold/functions.php if you’re not using a child theme)

    
    add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1);
    function avf_increase_postgrid_excerpt_length($prepare_excerpt) { return 60; }
    

    and replace 60 with your custom except length (i.e. 120). The default length is 60.

    Regards,
    Peter

    Hi!

    To fix the issue you must contact the server administrator (host provider) because the first error message

    Warning: session_start() [function.session-start]: The session id is too long or contains illegal characters, valid characters are a-z, A-Z, 0-9 and ‘-,’

    indicates that the server can’t create a session and this is a server configuration issue. All other errors are just follow up warnings which will vanish if you solve the session error.

    You can temporarily fix the problem by adding this code:

    
    add_theme_support('avia_no_session_support');
    
    

    at the very bottom of the child theme functions.php file (or enfold/functions.php if you’re not using a child theme) however this may break the breadcrumb on some pages because the breadcrumb uses this session data.

    Cheers!
    Peter

    #268447

    Hey!

    The css styles should change if you re-save the Enfold theme options. If it doesn’t work Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Regards,
    Peter

    #268433

    Hi Ismael and Devin,

    I apologize in advance… long reply coming. I hope it helps. :-) I got to look at the diffs between your (Ismael’s) Homepage Test and mine:

    1. The first color section has extra parameters in your version: video=” video_ratio=’16:9′.

    2. The three placeholder-tall images on the homepage are aligned center in yours and left in mine.

    3. The middle placeholder-tall image is animated top-to-bottom in yours and bottom-to-top in mine. I intend for just that image to be bottom-to-top.

    4. Your color sections have shadow set to no-shadow. Mine are set to shadow.

    5. More categories are included in the portfolio grid on mine.

    6. Your homepage-widgets color section has an empty av_textblock at the top of it. (I think I saw this in my document’s layout later and removed it.)

    7. The testimonial subtitles are different.

    8. The title is empty on my version’s contact form because there is a custom h2 title above the form.

    9. Small differences in the contact form like the to: email address and the label for Email address.

    There are also these changes in the text between yours and mine, maybe because of edits I made to my document while working on the CSS:

    1. There are no paragraph tags around some of your paragraphs. I’ve added some paragraphs that have their own CSS classes to mine. (I’m using the Disable WPAutoP plugin on my site.)

    2. I’ve added icons above the 5 services buttons. (I have not uploaded the icon font yet, so they are not displaying.)

    3. I switched the View our Portfolio button’s class from secondary-button to tertiary-button.

    4. Under the Homepage – column 1 widget area, I added a textbox with a button for viewing more articles.

    5-6. I added a class on the h3 for Why user experience design instead of web design?. I also split that textblock to put the button into a separate textblock.

    7. I changed the testimonial widget’s header to be an h3 with its own class.

    8. I added a Park/Company field to

    The rest of the differences are just whitespace.

    So, to sum up the shortcode diffs: I don’t see any differences that may affect the color section width other than the video parameters being added to yours.

    Here are the differences in the full HTML for the two pages:

    1. Their html_entry_id_ and avia_entry_id_ numbers are different.

    2. Your page’s images and CSS are using Pagespeed to optimize them; mine are not – maybe because your page is currently my site’s homepage. Similarly, your version minimizes some CSS that the plugins have not externalized.

    3. On yours, the Tipsy Social Icons CSS is within a <style> tag instead of a <link> tag.

    4. The plugins’ scripts are imported in a different order.

    5. Mine has a <link rel=’next’ …> tag.

    6. Your page uses the .home class.

    7. The breadcrumb trails are generated differently. Quite a bit of difference here, so please refer to the files’ HTML.

    8. Mine has this between the breadcrumbs and the div id for homepage-hero:

    <div class=’container_wrap container_wrap_first main_color fullsize’>
    <div class=’container’>
    <main class=’template-page content twelve alpha units’ role=”main” itemprop=”mainContentOfPage”>
    <article class=’post-entry post-entry-type-page post-entry-354′ itemscope=”itemscope” itemtype=”http://schema.org/CreativeWork”&gt;
    <div class=”entry-content-wrapper clearfix”>
    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text”>

    9. The color section id’s in mine also contain classes like avia-builder-el-0, el_before_av_section, and avia-builder-el-first. These are also present in other things I built with the Avia editor, such as images.

    10. There are <main> elements associated with each color section ID in yours.

    11. My contact form uses a fieldset and classes like textare_label hidden textare_label_avia_message_2.

    12. Yours has some obfuscated JavaScript toward the end, starting with var addComment.

    I’ll continue looking into this to see if one element on the page seems to be causing the color section width to break. Firebug might show me this.

    Was your version created after I upgraded to Enfold 2.7.1? Would I be able to resolve this issue by creating new documents with the latest version of Enfold?

    Devin – Thanks. Right, I wasn’t going to change the raw shortcodes unless someone here instructed me to do that. I just turned on the debug mode long enough to do the diff above.

    I’ve commented out the code for adding the debug mode. Feel free to turn debug mode back on if you need it for looking at this issue. Also, if you need them, I have saved files containing the shortcodes for both of our versions of Homepage Test. Could I email these to you?

    Thanks,
    David

    #268421

    In reply to: longer excerpt

    Hi!

    Please update the theme to the latest version of Enfold (2.7.1).

    Cheers!
    Josue

    #268417

    In reply to: Accordion Slider

    Hi Sharon!

    Thank you for visiting the support forum!

    Do you mind if we take a look at the actual page with the accordion slider? Make sure that you’re running Enfold 2.7.1 and WordPress 3.9 or higher.

    Best regards,
    Ismael

    #268408

    Topic: Enfold – Dummy Data

    in forum Enfold
    Mohan-Iyer
    Participant

    Hi,
    Can you provide the dummay pages and data please?
    Thanks,
    Mohan

    #268406
    yes9310
    Participant

    Hi,
    This is driving me up a wall. I’m getting a ton of errors and a 2 second load time from Google Dev Tools on my site with Enfold theme. It’s showing so many errors that I don’t know where to begin. Can someone please have a look and tell me what the problem is? Thanks.

    Mobile errors
    http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fenigmaimage.com&tab=mobile
    Desktop errors
    http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fenigmaimage.com&tab=desktop

    Nathan
    Participant

    What element do you suggest is appropriate for a FAQ’s page?

    I would like to create content like this:
    http://www.bodytalkmontana.com/bodytalkfaqs.html#whatisbodytalk

    Where the questions are links, and when clicked, it brings the viewer to that same page to the section that provides the answer.
    Does Enfold have a solution for this to set up in the page elements, or would I need a plug in for this?

    I am looking the most simple solution for I am still learning WordPress.

    Thank you for your time.

    #268396

    In reply to: Text block edit issue

    Hey!

    Do you have the latest version of Enfold (2.7.1)?
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Josue

    #268391

    Hi Laurent!

    Are you using the latest version of Enfold?

    Best regards,
    Josue

    #268388

    Topic: Blurred Product Images

    in forum Enfold
    aneubaue
    Participant

    Hi,

    today I made the final Update to the current Version of Enfold.

    When I want to add new product images, they all get blurred.

    I did not change the size of the pictures; they are still the same, I always used (1450 x 2195).

    Please have a look at this site:
    http://www.dagmars-bodyshop.com/produktkategorie/anti-bacterial/hand-sanitizer/pocketbac/

    and you will understand. I added two new products and the images look ugly.

    best regards,
    Andreas

    #268372
    Kevin
    Participant

    Hello Support,

    On our Dev URL: http://kc.bypundyk.com when you scroll down, you will see an image above “Our Teams”.
    On the Computer Browser it works great but on the ipad/iphone the content is scrolling with the image and it’s not working like on the Computer Browser.

    We have upgraded enfold to the latest version as well. All is working great but the only issue right now is that.

    The “Color Section” settings is set as:
    Custom Background image: Image that is currently on the site
    Background Attachment: Fixed
    Background Image Position: Top Left
    Background Repeat: Stretch to fit
    Section Min Height: At least 25% of Browser Window Height
    Section Top Shadow: Do not display shadow.

    Hope you guys can help soon as we want to show our client the dev site.

    Thank you

Viewing 30 results - 220,321 through 220,350 (of 243,846 total)