Viewing 30 results - 223,021 through 223,050 (of 244,023 total)
  • Author
    Search Results
  • #253691
    awilson3rd
    Participant

    Hello,

    I am having problems with verifying my google webmaster tools account and this seems to only happen with
    enfold. Basically you have to upload a verification html document to the web root which I have done and which I can
    see in the folder, however, when navigating to it both physically and via webmaster tools verification I get a page not found error. This means I cannot verify my account. I use other WP themes and I don’t have this problem so I am a bit lost with what to do.

    Thanks

    Andrew

    #253681

    Hey Adenadoume!

    Thank you for using the theme!

    1.) You can change the column count on Woocommerce > Settings > Catalog > Column and Product Count.

    2.) What is the version of your Enfold theme? You changed the style.css file and I’m not sure if you’re using the latest version of the theme. Please try to deactivate all plugins, see if that helps.

    Regards,
    Ismael

    #253672

    Hey!

    Gald you figured it out.

    You can switch the advance builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the builder.

    Best regards,
    Ismael

    Hey!

    Thank you for visiting the support forum!

    You’re using an old version of the theme. The latest update should fix this though the issue is not there when I check the website. Please download the latest version 2.6.4 from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #253664
    jberickson
    Participant

    Hi,
    I migrated my site from Corona to Enfold and it’s gone pretty well. However I can’t get the theme colors to respond to changes I make from the styling panel. Theme colors are reflected properly in the Theme Preview area but the changes don’t go ‘live’. I’ve read through the Support Forum regarding this problem and tried everything I found. I cleared my cache, cleared my browser and checked/set my permissions to 755. Nothing I’ve tried has worked. The path I followed to change my permissions was;

    WP-Content > Uploads > Enfold.css and Index.php

    Any other ideas?

    Thanks for your time, I appreciate it.

    #253663
    ShortieD
    Participant

    Hi There- I’ve just made a child theme for theme for Enfold – but I’m getting errors –

    What is the best way to create a child theme for V2.6.4 running WP 3.9?

    My child theme consists of these things
    style.css
    screenshot.png
    images folder

    here is what is on my stylesheet

    /*
    Theme Name: Shortie Designs
    Description: WordPress theme for Shortie Designs<br/> It’s based on the Enfold parent theme
    Version: 1.0
    Author: Shortie Designs
    Author URI: http://www.shortiedesigns.com
    Template: enfold
    */

    these are the error messages I get

    Warning: extract() expects parameter 1 to be array, null given in /home/shortied/public_html/sdev/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Warning: Cannot modify header information – headers already sent by (output started at /home/shortied/public_html/sdev/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/shortied/public_html/sdev/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 530

    Warning: extract() expects parameter 1 to be array, null given in /home/shortied/public_html/sdev/wp-content/themes/enfold/css/dynamic-css.php on line 35

    Cheers

    #253662
    australiaconnection
    Participant

    Hey all,
    My old site had the same problem (Modernize)

    when I’m editing the page the visual editor goes blank but if I highlight the text it shows up. I can still use the text editor and the page can still be uploaded.

    I heard this might be a conflict with one of the plugins so I deactivated all of them with no luck.

    everything on http://www.officeathletes.org website seems to be fine.

    Please advise

    Cheers!

    #253661
    angwisch
    Participant

    Hi – I had followed the directions provided to change the header style font and color and I currently have a site down situation (had to switch to the default theme for now). Please see the post here: https://kriesi.at/support/topic/only-change-main-content-heading-font/#post-252899 for details on what happened and I posted in a private reply the temporary log in account information.
    Sorry to post a new question here, but I really need help getting Enfold working again. Thanks so much!

    #253654

    Topic: Issue with CCS Style

    in forum Enfold
    alexiba
    Participant

    Hi
    I bought Enfold Theme and installed the Advanced Widget Pack (AWP). When i wanted to look this plugin working, i realized that el AWP show an issue. I wrote to AWP support for this reason and their answer was:

    1.- “From what I can see it looks as though your theme CSS stylesheet may be conflicting with the plugin CSS styles.You may need to check your theme CSS stylesheet.”
    2.-“You temporarily disable some of your theme stylesheets. Make sure the AWP displays correctly without any of your stylesheets enabled. If it does slowly enable your CSS styles until it breaks the look of the plugin. When it breaks, the last CSS style you enabled will be the culprit.”

    Could you tell me which are the steps that i have to do to follow the instructions that AWP Support gave me??

    This is the link of the image with issue http://www.inlead.co/wp-content/uploads/2014/04/AWP-Issue.jpg (Frame don’t open correctly)
    This is the plugin image when this work correctly: http://codecanyon.net/theme_previews/2371100-advanced-widget-pack?index=2&url_name=advanced-widget-pack
    This is my website link: http://www.nebi.co/

    Best Regards
    Alexander

    #253644
    davidrk
    Participant

    I am using custom CSS to style fonts used in a Layerslider and to hide the text when viewed on mobiles. Since updating WP and the Enfold theme the text is not longer responding to this custom CSS:
    Site: http://www.bhutantravelbureau.com (slider on homepage)

    #top .avia-layerslider .ls-wp-container .ls-layer h1{
    font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
    font-size: 38px !important;
    font-weight: bold !important;
    letter-spacing: -2px;
    line-height:32px;

    }
    #top .avia-layerslider .ls-wp-container .ls-layer h2{
    font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
    font-size: 26px !important;
    letter-spacing: -1px;
    font-weight: 400 !important;
    line-height:24px;}

    @media only screen and (max-width: 768px) {
    #top .avia-layerslider .ls-wp-container .ls-layer h1{ display: none!important; }
    #top .avia-layerslider .ls-wp-container .ls-layer h2{ display: none!important; }

    Could you please advise if there has been a change that would be causing this? Thankyou.

    #253643
    davidrk
    Participant

    My Mega Menu used to align to the left of the entire navigation bar, and since updating WP and the Enfold theme it now aligns to the parent tab causing one of the columns to move outside of the browser:
    http://www.bhutantravelbureau.com (Tours & Treks tab)

    I have looked at the new header options and cannot see anyway to correct this, and the removing the custom CSS that applies to the mega menu as below has no impact:
    #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    padding-left: 8px;
    padding-right: 5px;
    }

    #top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a {background-color: #e1e1e1;}

    #header .avia_mega_div .units {
    padding-left: 8px;
    padding-right: 8px;
    }

    #top .main_menu .menu > li:last-child > a {padding-right: 13px;}

    #top #header .mega_menu_title a {font-size: 15px !important;}

    .avia_mega_div .avia-bullet {margin-top: 10px;}

    A fix for this would be much appreciated.

    #253642

    Ok apologies for bundling it all into one thread. A fix items fixed but others still not working. Will create individual threads for each issue.

    Thanks

    #253631

    Hi!

    Enfold already have a popup/fancybox script, refer to this article on how to use it:
    http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    All those codes should work fine in Enfold.

    Cheers!
    Josue

    #253626
    boldtranquility
    Participant

    I need some help creating an on-click pop up to work within enfold – I’ve loaded more than 30 different pop up plugins, and so far each one i load breaks something in the theme.

    I even tried just using easy fancybox and hidden divs… nothing.

    Can someone help me find a popup that won’t break the theme?

    I need to be able to have a few different pop ups, one will pop up when clicked on a learn more that will show a little bit of more information. Another will be an optin form. Another will be a product choice (not woo commerce, the products are on an external link).

    Please and thanks

    I also still have the same problem as described – have tried to deactivate plugins (no WPML), and I am using Enfold 2.6.4 and WordPress 3.9

    #253622

    OK, I don’t really know php, so, my best guess based on your reply was to create a functions-enfold.php file with the following code — with the title removed in the html line of the default array — and upload that to the enfold-child folder. This didn’t work for me. I tried chopping out some of the stuff above and below the array, but nothing worked. Can you tell me what I’m doing wrong?

    
    <?php
        
    	function avia_title($args = false, $id = false)
    	{
    		global $avia_config;
    
    		if(!$id) $id = avia_get_the_id();
    		
    		$header_settings = avia_header_setting();
    		if($header_settings['header_title_bar'] == 'hidden_title_bar') return "";
    		
    		$defaults 	 = array(
    
    			'title' 		=> get_the_title($id),
    			'subtitle' 		=> "", //avia_post_meta($id, 'subtitle'),
    			'link'			=> get_permalink($id),
    			'html'			=> "<div class='{class} title_container'><div class='container'>{additions}</div></div>",
    			'class'			=> 'stretch_full container_wrap alternate_color '.avia_is_dark_bg('alternate_color', true),
    			'breadcrumb'	=> true,
    			'additions'		=> "",
    			'heading'		=> 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
    		);
    
    		if ( is_tax() || is_category() || is_tag() )
    		{
    			global $wp_query;
    
    			$term = $wp_query->get_queried_object();
    			$defaults['link'] = get_term_link( $term );
    		}
    		else if(is_archive())
    		{
    			$defaults['link'] = "";
    		}
    		
    		//disable breadcrumb if requested
    		if($header_settings['header_title_bar'] == 'title_bar') $defaults['breadcrumb'] = false;
    
    		// Parse incomming $args into an array and merge it with $defaults
    		$args = wp_parse_args( $args, $defaults );
    		$args = apply_filters('avf_title_args', $args, $id);
    
    		// OPTIONAL: Declare each item in $args as its own variable i.e. $type, $before.
    		extract( $args, EXTR_SKIP );
    
    		if(empty($title)) $class .= " empty_title ";
            $markup = avia_markup_helper(array('context' => 'avia_title','echo'=>false));
    		if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
    		if(!empty($subtitle)) $additions .= "<div class='title_meta meta-color'>".wpautop($subtitle)."</div>";
    		if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    
    		$html = str_replace('{class}', $class, $html);
    		$html = str_replace('{title}', $title, $html);
    		$html = str_replace('{additions}', $additions, $html);
    		$html = str_replace('{heading}', $heading, $html);
    
    		if(!empty($avia_config['slide_output']) && !avia_is_dynamic_template($id) && !avia_is_overview())
    		{
    			$avia_config['small_title'] = $title;
    		}
    		else
    		{
    			return $html;
    		}
    	}
    	?>
    
    #253620
    This reply has been marked as private.
    #253613

    I tried but did not work- I manually deleted from the templete and bought the stand alone plug-in and installed now i have this error.

    Fatal error: Call to undefined function avia_find_layersliders() in /home/larwash7/public_html/studentdoor.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 41

    Please help as my lay sliders are important to my site- help

    #253609
    Adenadoume
    Participant

    Hi,

    1) Using Woocommerce how can I change number of rows displayed in product-category view? (and shop page as well)

    • Currently it is 3 rows, I would like to display 5 rows.

    2) There seems to be a bug with Enfold + Woocommerce + WPML in the second language:

    • Using Avia Layout Builder: the Product Grid & Product Slider return following error: “No products found which match your selection.”

    Development site is here: http://wse.villa-scorpios.gr/el/

    Thank you and sorry for posting during a holiday….

    • This topic was modified 11 years, 9 months ago by Adenadoume.
    #253607

    Topic: Clean Up Issues

    in forum Enfold
    HiDrew
    Participant

    Hello Kriesi team!

    I am working on the site located temporarily at: http://gator3148.hostgator.com/~yc4c/

    Looking for assistance with the following issues:

    1. On the old site (at: http://yourcar4cash.ca), the phone number was very large and aligned with the logo. Is there a way to do this in Enfold?
    2. How do I completely remove the boxes around the menu items/menu row?
    3. How can I put a bit of space between the menu and the layerslider on the home page? I tried using the horizontal ruler on the whitespace setting, but the amount of space it creates is HUGE (even when I set it to only a few pixels, or negative pixels!)
    4. How can I remove the default table formatting? I would like no borders or background, as you can see I’m just using those for layout to stay in line with the client’s previous website.
    5. It seems that some strange formatting is overriding my basic table settings, as I am trying to have both columns top justify (so the text in the right column is top aligned.) The basic tag is not working… how can I fix?
    6. In the logo row at the bottom, how can I have those logos vertically centered so they are consistent/even with each other?
    7. On the testimonial page (http://gator3148.hostgator.com/~yc4c/testimonials/), how can I align the name and city to the left with the quote above?

    Many thanks, as always, for your support!
    Drew

    #253604

    Topic: How to enable the RTL?

    in forum Enfold
    aymanati
    Participant

    Hello,

    How to enable the RTL option?
    I checked this post but still don’t know how to set WordPress to RTL language so that the Enfold RTL stylesheet will be included automatically. https://kriesi.at/support/topic/how-to-enable-the-rtl-option/

    Thanks

    #253593

    Hi amsdes!

    That isn’t something Enfold has support for or ever will. The shop functionality is part of the WooCommece plugin and the theme only adds support for that plugin.

    See: http://www.woothemes.com/woocommerce/

    Best regards,
    Devin

    #253577
    amsdes
    Participant

    Hello,

    I would like to ask if the following customisation is possible for products presentation, for someone who wants to sell events/seminars:
    1) to be able to add a sort description under produst title
    2) to be able to add custom fields such as: calendar/time/price

    For your help, I am attaching an image containing the above: product/event

    If it is not possible, it would be a very cool feature to have, to make enfold truly, and fully customisable. There is a great demand for event organisers for such features.

    Thank you.

    #253571
    khalidmuharraqi
    Participant

    I’m very sorry to say but I’m so much disappointed for the first time with your support.
    I did a fresh installation of wordpress & enfold theme and tried Box Grunge layout with sticky header and please please have a look what is happening.. :(
    http://goo.gl/MPpEij

    Its been more than a week since I’m complaining for the same issue and always I was getting replies that I need to replace this file, update that file and bla bla :( But as I said I tried to testing it from my side but its still having same issue when I’m applying sticky header with boxed grunge layout. Finally I have concluded that there’s a bug actually. I would highly appreciate if you guys like to figure what is the issue as my website is just sitting there to get fixed for more than a week.
    thanks a lot :)

    #253560

    Hey Marc!

    You can get one from the full download that you download on ThemeForest (the one that comes with the PSD folder) or from here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Regards,
    Devin

    #253559

    In reply to: version 2.6.4

    This reply has been marked as private.
    pratikthubmar
    Participant

    Dear Sir,

    i install Enfold theme, and import dummy data, all done properly. in this dummy data have only two slider and without shop and some missing item from footer as i see demo of http://kriesi.at/themes/enfold/

    so i request you provide me all latest dummy data or quickinstall.zip with shop and other as live demo (http://kriesi.at/themes/enfold/).

    here also attach two screenshot, what i see after install theme in my localhost
    http://www.appsomatic.net/app/Design.zip

    #253549
    merdekastudio
    Participant

    Hello Enfold,
    I have several questions regarding my site:
    http://merdekastudio.com

    1. My first video slider on home layer slider seems to appear wrong in mobile site, how to fix it?
    2. Parallax is wrong also
    3. Mobile Megamenu on “promosi” section seems to appear wrong, how to change the layout? i don’t want that little red triangle to appear on my menu with image and the description can i change the layout to be more clean , not messed up like that
    4. Product display (woocommerce) at frontpage cant be clicked on mobile devices
    5. How do i change display price at frontpage? change from Rpxxxxx-Rpxxxx to “from Rpxxx”
    (like this one http://kriesi.at/themes/enfold/product/nomu-salt-pepper-and-spice-grinders/)
    6. is it possible to have an image/pdf attachment on your form?

    Thanks in advance..

    • This topic was modified 11 years, 9 months ago by merdekastudio.
    #253543
    Tech
    Participant

    Is the child theme already automatically activated? Or do I have to download it?

    Thank you!

    #253534
    akmhou
    Participant

    Hi,

    I can’t access my menu via Appearance any more. I’m getting an error message:
    /home4/akmimrp/public_html/stagingarea/2013168/wp-includes/formatting.php on line 584
    I’ve deactivated all plugins and still no luck.
    Could you please log into my Admin panel and let me know how to fix this problem?
    WP V3.9, Enfold V2.6.4. I’ve created a Child Theme for all my customizations.

    Login access to follow

    Thanks

Viewing 30 results - 223,021 through 223,050 (of 244,023 total)