Viewing 30 results - 222,871 through 222,900 (of 243,859 total)
  • Author
    Search Results
  • 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

    Hi Yigit, I’m sorry if this is seen as highjacking the post, but I had this issue and tried the fix you suggested. It worked for displaying the add to cart button, but when I select an option and click on the button it just refreshes the page and does not add item to cart. Please help?

    Thanks in advance!

    #253531

    Hi Ismael,

    Thanks for your reply.

    I found the plugin that fails is, it is WPML?!?

    What to do ?

    best regards,

    Sander

    #253522
    This reply has been marked as private.
    #253521
    hemlok
    Participant

    Hello !

    I try to install Enfold theme through theme uploading at administration panel.
    I choose enfold.zip to install and after uploading a blank page appears that says:
    “Are you sure you want to do this?
    Please try again.”
    The link “Please try again” returns to administration panel and the theme is not installed.

    Any ideas ?

    #253519
    Fabrice
    Participant

    Hi

    I know, many people have the problem. But they could deactivate a plugin or empty the cache…

    I’ve tried:

    – Deactivate all plugins
    – Empty cache
    – Rename the plugin folder
    – Delete the cache folder on webserver
    – Replace the whole theme
    – Change the theme to the default and back to the enfold theme

    If I change to the default theme, the visual editor works… Can someone help me?!

    Greetings!
    Fabrice

    #253508
    nerkasa
    Participant

    I have many tables in one page. Is it possible to put these tables inside native Enfold accordion, so that on default none, or only one table is shown?

    If such feature doesn’t exist yet, perhaps it’s possible to post each of the table as a single post/page, and then somehow link the Enfold accordion segments to such posts/pages (I’m well aware this might sound like out-of-the-moon question) ?

    In case there is no easy, or at least, no medium-easy way to do it – which accordion plugin would you recommend to use with Enfold? I’d still prefer using the native Enfold tables.

    Thanks guys

    #253503
    ghrahams
    Participant

    Hi,

    I just upgraded to enfold’s latest version. Now the menu displays vertical on a few of the pages such as: http://wildmtyoga.com/teachers/

    it doesn’t do it on the homepage: http://wildmtyoga.com

    #253501

    (Updated – I installed the theme updates and resolved the issue)

    I am also having trouble and have lost the visual editor in the advanced layout after upgrading to WP 3.9.

    I uninstalled Tiny MCE as it indicated that it was not compatible with 2.9. I installed and later deactivated WP Edit. I deactivated all plugins other than Gravity Forms as these are live on the site. I still have no visual editor on http://www.revenuearchitects.com

    How do I properly upgrade to the latest theme files without losing any existing settings? I am on 1.9.1
    What else should I do?

    • This reply was modified 11 years, 9 months ago by jcstone3.
    #253500

    Topic: Avia slider issue

    in forum Enfold
    PiaLoveDesign
    Participant

    Hi,

    Do I need to purchase a new theme once again for updation of the existing theme? My enfold theme is having only one issue related to avia slider, slider controls are not working. Only one image is appearing at the home page. It would be great, if you can fix any bug and let me know what to do further. You can check at home page where I have applied avia slider.

    Website url: http://rgextensions.co.uk/

    Otherwise please let me know do i need to purchase a new theme for fixing only this slider issue? If not, then please let me know what i need to do?

    Thanks

    #253498

    This works great! Thanks so much!

    #253495

    Hey!

    Thank you for the update.

    You’re using version 2.4.5 which is very old and not compatible with WP 3.9. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #253494

    Hey BetuwePC!

    Thank you for using the theme!

    You can’t edit anything on the Advance Layout Builder? Looks like you’re using a lot of plugins. WordPress 3.9 was released with a major update to TinyMCE and a lot of plugins may be affected. Please deactivate all plugins then test the builder again. If it works, activate the plugins one by one to find the malignant module that is wreaking havoc on your installation.

    Best regards,
    Ismael

    #253493

    In reply to: menu tweak in enfold

    Hi petertoner!

    Thank you for using the theme!

    Did you remove the menu background? I don’t see it anymore. If you want it back, you can use this:

    nav.main_menu {
    background: rgba(255,255,255,.5);
    padding: 0 30px 0 20px;
    border-radius: 20px;
    margin-top: 20px;
    }
    
    .header-scrolled nav.main_menu {
    background: transparent;
    margin-top: 0;
    padding: 0 30px 0 20px;
    }

    I hope that helps. Cheers!

    Best regards,
    Ismael

    #253492

    Hey AsadIC!

    Thank you for visiting the support forum!

    Please download the latest version from your themeforest account then update the theme via FTP. This should fix some of the minor issues that you might be having on the theme. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regarding the pagination issue, please try to flush the permalink settings. Go to Settings > Permalink then click the “Save” button once. I hope it fix the pagination issue.

    Nice tutorials! Can I have a free subscription? :D

    Best regards,
    Ismael

Viewing 30 results - 222,871 through 222,900 (of 243,859 total)