Viewing 30 results - 4,051 through 4,080 (of 7,495 total)
  • Author
    Search Results
  • #738369
    jabbler
    Participant

    I’m using Contact Form 7 with Enfold. (Enfold is great!)

    But I can’t seem to get the Google captcha to resize to fit inside a table for a mobile browser. I’ve searched far and wide and found a few potential solutions. I’ve tried them, but haven’t had any luck.

    Here’s one:

    @media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    }

    Any advice would be greatly appreciated!

    #738277

    Topic: Mobile menu update

    in forum Enfold
    borkent
    Participant

    Hi All,

    Can anyone here tell me when the mobile menu will get an update. Its so out of date, enfold will be 500% better if this could be a little more modern. I have resulted in using paid shiftnav for this, altho it seems that for a simple mobile solution we shouldnt need this. I have seen so many posts on the mobile menu, I am just wondering when we can expect this important item to get an overhaul.

    Mobile menu should have options:
    1. Animated icon (multiple options?)
    2. Option: slide down (overlay or push content), side menu (overlay or push wrapper)
    3. Hamburger menu also on mobile (ofcourse!)
    4. Smart submenus (slide down or new panel)
    5. Widgetized area above and below of
    Menu
    6. Social icons inside menu
    7. Search inside menu
    8. Option to have fixed menu also on mobile
    9. Extra: normal menu logo inline in middle of me u items.

    Come on all you must agree, enfold is slacking here!

    Lets not post here about “feature requests” it takes too long and this is needed to make enfold nr1, the avia builder is awesome and far better than any other builder out there, even the new divi3 builder is harder to work with, bloated with options. Enfolds avia builder is a builder anyone can work with!

    Anybody who agrees here please reply! The wait has been far too long! Maybe Kriesi will hear us!

    Kind regards,
    Thomas

    #738158

    Hey gvadam!

    Thank you for using Enfold.

    Please ignore my previous post. That option will hide the whole site on search engines. You can add this hook in the functions.php file:

    add_action( 'wp_head', 'wp_head_mod_nofollow' );
    function wp_head_mod_nofollow() {
    	if(is_search()) {
    		echo '<meta name="robots" content="noindex,nofollow">';
    	}
    }
    

    Or install seo plugins such as Yoast.

    Regards,
    Ismael

    noslenwerd
    Participant

    I understand that I can hit ‘default editor’ to view the code, but that doesn’t always work. I am currently logged in to my enfold installation, but default editor, and it isn’t showing me anything in the visual or text tab.

    I did a google search and it seems like it would be an INCREDIBLY useful resource being that many other people have the same issue as me. Would be nice to just have some kind of documentation on shortcodes that we can just pull (similar to how every other top notch WordPress theme provider provides this).

    Is this something that is in the works? I love your theme, but this is extremely frustrating to have to work around.

    #737891
    dedmund
    Participant

    Hi there,
    I am using Yoast SEO premium with the Enfold theme. For some reason, it is showing titles and meta info generated from the Enfold theme and not the yoast seo plugin.

    For example, I have manually written the SEO titles for each page and post, But for some reason, google search results is showing titles in the following format:

    Page title – Site Name

    And then it’s just showing the beginning of the content as the meta description.

    I have checked every option I can think of within Yoast and Enfold. Does anyone know how to fix this?

    #737836
    Simplify
    Participant

    Hi,

    We have been using Enfold to all of our websites and there has been a recent question that popped-out, if our websites are “WCAG 2.0 Level AA” compliant. So I searched and found out that WordPress has made their move about it and created and announced their “Accessibility Coding Standards” early last year – https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/.

    Does Enfold theme already has a plan in adapting to this?

    Thanks!

    #737426
    NetOne360
    Participant

    I am trying to have elements only show up on desktop and mobile and I am having trouble. I did research and followed the instructions.

    First I checked my functions.php. for;

    add_theme_support(‘avia_template_builder_custom_css’);

    It was already there.

    So I went to add Custom CSS and added;

    /*Show only in mobile or desktop*/

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}

    I still cant figure out who to add the custom class to the element.. The screenshot that you have on this URL is different for me.

    I am not seeing the custom CSS box in the elements.

    #737394
    Mark Hancock
    Guest

    So it appears that I am in, but when I go to search for solutions to my menu issues this is what your response to another user says:

    Please refer to this post – http://kriesi.at/documentation/enfold/(Purchase code hidden if logged out)/ and if that does not help, please see – http://kriesi.at/documentation/enfold/ (Purchase code hidden if logged out) -higher-resolutions/

    So, this appears to mean I am NOT logged in. So I tried logging in on that page using the credentials you provided, and it still doesn’t let me go to the solution link. I also want to be able to change my password on my account, and I can’t find where to do that either.

    #736949
    dfds
    Participant

    Hi,
    An excellent search function is crusial for me but in previous threats here I can see there have been some problems with both SearchWP and relevanssi in enfold. As these threats are old and closed I have to ask again:
    What to do when using searchWP and relevanssi to make the ajax search work in enfold? Please tell for both search plugins.

    I uploaded relevanssi and did write a code snippet as described in below threat and post but it did not work – the search in the menu bar seems to work but it does not work in the sidebar search widget where no results show when typing.
    https://kriesi.at/support/topic/relevanssi-ajax-search-where-to-put-the-code/

    One more question: do you recommend one of these plugins more than the other or maybee another search plugin?

    #736907
    rzurxn
    Participant

    Hi Kriesi,

    I have a website with domain ExampleA.com and placed an ADD on domain called exampleB.com on Bluehost since I changed my business name. So it is still using the same folders and files etc of exampleA.com

    It all works fine, but I noticed for some reason, Google Search results is finding PAGES on my site which are not links I published but links from ExampleA.com (which I no longer want). So I looked back in my WordPress and realised various templates of Enfold are being published. So I went and tried to UNPUBLISH and changed them to PRIVATE to each of the pages I want to disappear on google. Keep in mind my site is now ExampleB.com

    1) How do I hide search results referring from exampleA.com ??? Do I just give it a few days for the hiding (draft) feature to kick in?

    RZURXN

    Hi Ismael, thank you for your answer. The problem is in Widged Portfolio items, you can check this (here).
    I don’t know why in google testing-tool hentry don’t generate any error, but in Google Webmaster Tool can see (missing author and updated) for this elements.

    If you open hentry elements can see only:
    @type hentry
    entry-title Project x

    In other elements, same as blog magazine appears:
    @type hentry
    entry-title Some blog post title
    updateddate of post
    author
    -@type hcard
    -fn authorname

    Don’t worry if you think that it’s correct, I only want to explain that I detect this issue
    Thanks for your patience
    Best regards
    Gabri

    #736550

    Hi Vinay,

    I followed the instructions to add the avia_search to my topbar menu, but all I see is the “shortcode” text. It though that the following UBER Mega Menu function to remove the avia search is what’s causing it, but I removed it and still all I see is the shortcode text.

    /*UBER MEGA MENU: Remove the Enfold Search in functions.php
    Since the Enfold search won’t be compatible, we’ll remove it. You can add in an UberMenu search bar instead. */
    function remove_avia_search(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, 10, 2 );
    }
    add_action( ‘init’ , ‘remove_avia_search’ );

    Thanks
    Lyse

    #736248

    Hi,

    Thank you for using Enfold.

    Where do you want to put the search icon? It’s disabled because the default menu container is hidden on mobile view. If you want, you can add it inside the mobile menu container. Please add this filter in the functions.php file:

    add_filter( 'wp_nav_menu_items', 'avf_add_search', 3, 2 );
    function avf_add_search( $items, $args ) {
    	if ($args->theme_location == 'avia')
    	{
    		$search = '<li id="menu-item-search-mobile" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-18 current_page_item menu-item-top-level menu-item-top-level-5" style="display: none;">'.get_search_form(false).'</li>';
    		$items = $search . $items;
    	}
    	return $items;
    }

    And the following code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
    	#menu-item-search-mobile {
        	display: block !important;
    	}
    }

    Best regards,
    Ismael

    #735884

    Hey hookedonweb,

    Thank you for using Enfold.

    Please replace the code with the following.

    add_shortcode( 'searchbar', 'searchbar' );
    function searchbar() {
    	global $avia_config;
    	ob_start();
    	get_search_form();
    	$form =  htmlspecialchars(ob_get_clean()) ;
    
    	$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown menu-item-avia-special">
    					<a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
    			   </li>';
    	return $items;
    }
    
    // set sidebar height
    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() { ?>
    	<script type="text/javascript">
    	(function($){
    		$(window).load(function() {
    			new $.AviaAjaxSearch({scope:'body'});
    		});
    	})(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    #735721

    In reply to: enfold medical demo

    Hi,

    Please try this out:

    [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='']
    
    [av_cell_one_half vertical_align='middle' padding='80px' padding_sync='true' background_color='#22689e' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [av_heading tag='h3' padding='25' heading='About Us' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    A small introduction
    [/av_heading]
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibur ridiculus mus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='80px' padding_sync='true' background_color='#22689e' src='https://test.kriesi.at/enfold-medical/wp-content/uploads/sites/22/2016/07/corporate-buildings-m-845x684.jpg' attachment='981' attachment_size='gallery' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [/av_cell_one_half][/av_layout_row][av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_fourth vertical_align='middle' padding='80px,50px,80px,50px' background_color='#2388c2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [av_animated_numbers number='25 Million $' icon_select='no' icon='ue800' font='entypo-fontello' font_size='34' font_size_description='20' link='' linktarget='no' color='font-custom' custom_color='#ffffff']
    Research Budget
    [/av_animated_numbers]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='middle' padding='80px,50px,80px,50px' background_color='#379cd6' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [av_animated_numbers number='255.000' icon_select='no' icon='ue800' font='entypo-fontello' font_size='34' font_size_description='20' link='' linktarget='no' color='font-custom' custom_color='#ffffff']
    Patients healed
    [/av_animated_numbers]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='middle' padding='80px,50px,80px,50px' background_color='#5fb4e4' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [av_animated_numbers number='212 Doctors' icon_select='no' icon='ue800' font='entypo-fontello' font_size='34' font_size_description='20' link='' linktarget='no' color='font-custom' custom_color='#ffffff']
    working for you
    [/av_animated_numbers]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='middle' padding='80px,50px,80px,50px' background_color='#80c7ef' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [av_animated_numbers number='125 Years' icon_select='no' icon='ue800' font='entypo-fontello' font_size='34' font_size_description='20' link='' linktarget='no' color='font-custom' custom_color='#ffffff']
    of experience
    [/av_animated_numbers]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_half first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='bottom-to-top']
    
    [av_heading tag='h3' padding='20' heading='About the Building' color='' style='blockquote modern-quote' custom_font='#ffffff' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    Let us introduce ourselves
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condic pellentesque. Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero.
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    Donec quam felis, ultricies nec, <strong>pellentesque</strong> eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [/av_one_half][av_one_half min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='bottom-to-top']
    
    [av_heading tag='h3' padding='20' heading='Aenean leo ligr eu quat' color='' style='blockquote modern-quote' custom_font='#ffffff' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    How it all came to be...
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer <strong>tincidunt</strong>. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.
    [/av_textblock]
    
    [/av_one_half]
    [/av_section]
    
    [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='0px' padding_sync='true' background_color='#22689e' src='https://test.kriesi.at/enfold-medical/wp-content/uploads/sites/22/2016/02/medical-team-1-845x684.jpg' attachment='802' attachment_size='gallery' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='80px' padding_sync='true' background_color='#22689e' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='']
    
    [av_heading tag='h3' padding='25' heading='In enim justo, rhoncus ut' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    Lorem ipsum dolor sit amet
    [/av_heading]
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibur ridiculus mus.
    [/av_textblock]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='80px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='']
    
    [av_heading tag='h3' padding='25' heading='In enim justo, rhoncus ut' color='' style='blockquote modern-quote' custom_font='' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    Lorem ipsum dolor sit amet
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibur ridiculus mus.
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='0px' padding_sync='true' background_color='#22689e' src='https://test.kriesi.at/enfold-medical/wp-content/uploads/sites/22/2016/07/corporate-buildings-m-845x684.jpg' attachment='981' attachment_size='gallery' background_attachment='scroll' background_position='center center' background_repeat='stretch' mobile_display='']
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_layout_row border='' min_height='500px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='0px' padding_sync='true' background_color='#22689e' src='https://test.kriesi.at/enfold-medical/wp-content/uploads/sites/22/2016/07/medical-report-m-845x684.jpg' attachment='986' attachment_size='gallery' background_attachment='scroll' background_position='top left' background_repeat='stretch' mobile_display='']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='80px' padding_sync='true' background_color='#22689e' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' mobile_display='']
    
    [av_heading tag='h3' padding='25' heading='In enim justo, rhoncus ut' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='34' subheading_active='subheading_above' subheading_size='15' custom_class='']
    Lorem ipsum dolor sit amet
    [/av_heading]
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibur ridiculus mus.
    [/av_textblock]
    
    [/av_cell_one_half]
    [/av_layout_row]
    

    Best regards,
    Rikard

    #735416
    norbertfarkas
    Participant

    Hi,
    I use Eventon Search Addon on my other site, till now i did not have any problem, but since I use Enfold theme on my site the search addon does not want to work.
    Could you please help me, how to fix this problem?
    Thank you for your help!

    Judith Schuster
    Guest

    Hallo liebes Kriesi-Team,

    bin schon länger Fan von Euren Themes. Ich selbst betreibe wordpress support im kleinen und betreue auch die Webseite unseres familiengeführten Hotels http://www.pinzger.tirol.
    Wir überlegen für dieses Jahr einen optischen und ein bisschen “aufgehübschten “Relaunch.

    Gerne würde ich Euer Enfold Theme als Grundlage nehmen, möchte aber gerne wissen, ob eine Adaptierung für unseren Zweck möglich ist.
    1.) wir möchten gerne wie bisher unsere Zimmerkategorien präsentieren, ist es mögich evtl. vorhandene php scripts aus dem alten theme einzupflegen bzw. was würde eine neuporgrammierung kosten?
    2) Wir möchten den externen Buchungsrechner (verschiedene Widgets möglich, z.b. Buchungsbelegung, Quick Search, lightbox) wieder implementieren.
    3) verknüpfung mit den verschiedenen kanälen wie tripadvisor, booking etc zusätzlich zu den üblichen social media kanälen (da bräuchten wir noch buttons)

    Vielleicht könnt ihr mir ein Angebot machen, mit welchem Aufwand ich hier rechnen muss. Vielen Dank vorab für Eure Mühen.
    Für Fragen erreicht ihr mich unter:
    +436645287346 oder (Email address hidden if logged out)

    liebe Grüße, Judith Schuster

    vielen Dank vorab für Eure Zeit,
    liebe Grüße,
    Judith Schuster

    #735217

    Hey PAGEPAPER,

    It might be possible with some css, can you point us to your search page? also try adding this css code in Quick CSS (located in Enfold > General Styling):

    .search .header_bg { 
        background:transparent !important; 
    }
    
    .search #main { 
        padding-top: 0px !important; 
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hi,

    Please add this in the Quick CSS field.

    .slide-meta-time.updated {
        display: none !important;
    }

    That option can be found in the Blog Layout > Blog meta elements section but it doesn’t work for the grid layout. And post meta info such as the date has great significance over search engine optimization, and we found out that only few users want to disable it hence the lack of options. Anyway, you can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

    #735048
    tremblayly
    Participant

    Hi

    I’m using UberMega Menu plugin on my website, but would like to use and move the Enfold search icon to my secondary menu at the top right hand of my site. I found the following ticket reference #163772 (2013) that contains a code snipet to do this. However, I don’t want updates to the theme files to overwrite this. Where and how can I add it to my functions.php of my Child theme?

    Any help would be appreciated.

    My website is currently in development and you will need login credentials to view it. I have included these int he private area.

    Thanks
    Lyse

    #734715

    Hi Ismael,

    Thanks for that. I have inputted the code in the enfold general styling quick css section. It still has not worked it seems. I am trying to sort out the single blog post pages as these are the ones most people will see as opposed to the 404 page. Could you look at the site pages on your side and see if it has worked on your end?

    I have to use Raleway in the sliders as it is the main font for the whole site, but is there anyway around it affecting the main menu on the pages where the slider is used? Is this a fault with the slider or something that i have done?

    thanks again and thanks for your patience,

    James

    YongyanLi
    Participant

    Hi,
    Using Enfold Contact Form, and the email is normal email( not (Email address hidden if logged out) )

    Test times, sender got auto reply from : (Email address hidden if logged out) :
    Hi, We’ve got your message and one of our representitive will come back to your ASAP…

    but the point is, we didn’t receive that email at all.

    Tried solutions(documentation) offering and search the forums for similar problems.
    but still have no idea what’s wrong..

    #734415
    hookedonweb
    Participant

    I created a simple shortcode to display the Enfold search bar, but the auto complete search results are not working.

    Any ideas on what I need to do to make it work?

    add_shortcode( ‘searchbar’, ‘searchbar’ );
    function searchbar( ) {
    return get_search_form();
    }

    #734048

    Hi,

    Can you please try using a plugin such as this one – https://wordpress.org/plugins/advanced-woo-search/?
    Also, please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

    Yes i am using the advanced layout editor. So what code do i need to add to enable WP/Enfold to show the category? If it is showing in the non-advanced layout editor, there is code for it. I have searched a lot, but have not found anything that works yet.

    #733841
    goldwire
    Participant

    Having problem inserting script from Google Custom Search Engine into page. Have put it into a text block and it show up on the text block cover, but not on the page? Tried putting it into Code Block and got nothing. Script below in Private Content.

    markkus2
    Participant

    Hello, i tried to turn on the custom css support for all ALB elements and since then when i try to save/actualize a page in the backend, the page always will show a blank page afterwards (by the way, it saved itself but just leave a blank page, reloading doesn’t help).
    I also deleted the css ALB code again from the function.php (enfold and child), restarted the server and the computer, but nothing has helped.
    I guess i hasn’t forgotten any code … or added:

    enfold-child (functions.php):
    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    /*m_code Adding Google Font*/

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Merienda’] = ‘Merienda’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Source Sans Pro’] = ‘Source Sans Pro:400,600,800’;
    return $fonts;
    }

    ?>

    enfold-child (functions.php):

    <?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    /*
    * if you run a child theme and dont want to load the default functions.php file
    * set the global var below in you childthemes function.php to true:
    *
    * example: global $avia_config; $avia_config[‘use_child_theme_functions_only’] = true;
    * The default functions.php file will then no longer be loaded. You need to make sure then
    * to include framework and functions that you want to use by yourself.
    *
    * This is only recommended for advanced users
    */

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    /*
    * create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
    */
    $avia_config[‘posts_on_current_page’] = array();

    /*
    * wpml multi site config file
    * needs to be loaded before the framework
    */

    require_once( ‘config-wpml/config.php’ );

    /*
    * These are the available color sets in your backend.
    * If more sets are added users will be able to create additional color schemes for certain areas
    *
    * The array key has to be the class name, the value is only used as tab heading on the styling page
    */

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Logo Area’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    /*
    * add support for responsive mega menus
    */

    add_theme_support(‘avia_mega_menu’);

    /*
    * add support for improved backend styling
    */

    add_theme_support(‘avia_improved_backend_style’);

    /*
    * deactivates the default mega menu and allows us to pass individual menu walkers when calling a menu
    */

    add_filter(‘avia_mega_menu_walker’, ‘__return_false’);

    /*
    * adds support for the new avia sidebar manager
    */

    add_theme_support(‘avia_sidebar_manager’);

    /*
    * Filters for post formats etc
    */
    //add_theme_support(‘avia_queryfilter’);

    /*
    * Register theme text domain
    */
    if(!function_exists(‘avia_lang_setup’))
    {
    add_action(‘after_setup_theme’, ‘avia_lang_setup’);

    function avia_lang_setup()
    {
    $lang = apply_filters(‘ava_theme_textdomain_path’, get_template_directory() . ‘/lang’);
    load_theme_textdomain(‘avia_framework’, $lang);
    }

    avia_lang_setup();
    }

    /*
    function that changes the icon of the theme update tab
    */

    if(!function_exists(‘avia_theme_update_filter’))
    {
    function avia_theme_update_filter( $data )
    {
    if(current_theme_supports(‘avia_improved_backend_style’))
    {
    $data[‘icon’] = (Email address hidden if logged out) ‘;
    }
    return $data;
    }

    add_filter(‘avf_update_theme_tab’, ‘avia_theme_update_filter’, 30, 1);
    }

    ##################################################################
    # AVIA FRAMEWORK by Kriesi

    # this include calls a file that automatically includes all
    # the files within the folder framework and therefore makes
    # all functions and classes available for later use

    require_once( ‘framework/avia_framework.php’ );

    ##################################################################

    /*
    * Register additional image thumbnail sizes
    * Those thumbnails are generated on image upload!
    *
    * If the size of an array was changed after an image was uploaded you either need to re-upload the image
    * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
    */

    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
    $avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>430 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘featured_large’] = array(‘width’=>1500, ‘height’=>630 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>185 ); // images for portfolio 4 columns
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>684 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘magazine’] = array(‘width’=>710, ‘height’=>375 ); // images for magazines
    $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>705, ‘height’=>705 , ‘crop’ => false); // images for fullscreen masonry
    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries
    $avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’] = apply_filters(‘avf_modify_thumb_size’, $avia_config[‘imgSize’]);

    $avia_config[‘selectableImgSize’] = array(
    ‘square’ => __(‘Square’,’avia_framework’),
    ‘featured’ => __(‘Featured Thin’,’avia_framework’),
    ‘featured_large’ => __(‘Featured Large’,’avia_framework’),
    ‘portfolio’ => __(‘Portfolio’,’avia_framework’),
    ‘gallery’ => __(‘Gallery’,’avia_framework’),
    ‘entry_with_sidebar’ => __(‘Entry with Sidebar’,’avia_framework’),
    ‘entry_without_sidebar’ => __(‘Entry without Sidebar’,’avia_framework’),
    ‘extra_large’ => __(‘Fullscreen Sections/Sliders’,’avia_framework’),

    );

    avia_backend_add_thumbnail_size($avia_config);

    if ( ! isset( $content_width ) ) $content_width = $avia_config[‘imgSize’][‘featured’][‘width’];

    /*
    * register the layout classes
    *
    */

    $avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘av-content-full alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ”,’entry’ => ”);
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘av-content-small’, ‘sidebar’ => ‘alpha’ ,’meta’ => ‘alpha’, ‘entry’ => ”);
    $avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘av-content-small alpha’,’sidebar’ => ‘alpha’, ‘meta’ => ‘alpha’, ‘entry’ => ‘alpha’);

    /*
    * These are some of the font icons used in the theme, defined by the entypo icon font. the font files are included by the new aviaBuilder
    * common icons are stored here for easy retrieval
    */

    $avia_config[‘font_icons’] = apply_filters(‘avf_default_icons’, array(

    //post formats + types
    ‘standard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue836’),
    ‘link’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue822’),
    ‘image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80f’),
    ‘audio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue801’),
    ‘quote’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue833’),
    ‘gallery’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80e’),
    ‘video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80d’),
    ‘portfolio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue849’),
    ‘product’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),

    //social
    ‘behance’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’),
    ‘dribbble’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fe’),
    ‘facebook’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f3’),
    ‘flickr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ed’),
    ‘gplus’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f6’),
    ‘linkedin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fc’),
    ‘instagram’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue909’),
    ‘pinterest’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f8’),
    ‘skype’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90d’),
    ‘tumblr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fa’),
    ‘twitter’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f1’),
    ‘vimeo’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ef’),
    ‘rss’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue853’),
    ‘youtube’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue921’),
    ‘xing’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue923’),
    ‘soundcloud’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue913’),
    ‘five_100_px’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue91d’),
    ‘vk’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue926’),
    ‘reddit’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue927’),
    ‘digg’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue928’),
    ‘delicious’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue929’),
    ‘mail’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue805’),

    //woocomemrce
    ‘cart’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),
    ‘details’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue84b’),

    //bbpress
    ‘supersticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808’),
    ‘sticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809’),
    ‘one_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83b’),
    ‘multi_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83c’),
    ‘closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue824’),
    ‘sticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808\ue824’),
    ‘supersticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809\ue824’),

    //navigation, slider & controls
    ‘play’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),
    ‘pause’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue899’),
    ‘next’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue879’),
    ‘prev’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue878’),
    ‘next_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87d’),
    ‘prev_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87c’),
    ‘close’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue814’),
    ‘reload’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue891’),
    ‘mobile_menu’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8a5’),

    //image hover overlays
    ‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),
    ‘ov_image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue869’),
    ‘ov_video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),

    //misc
    ‘search’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue803’),
    ‘info’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue81e’),
    ‘clipboard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8d1’),
    ‘scrolltop’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue876’),
    ‘scrolldown’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue877’),
    ‘bitcoin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue92a’),

    ));

    add_theme_support( ‘automatic-feed-links’ );

    ##################################################################
    # Frontend Stuff necessary for the theme:
    ##################################################################

    /*
    * Register frontend javascripts:
    */
    if(!function_exists(‘avia_register_frontend_scripts’))
    {
    if(!is_admin()){
    add_action(‘wp_enqueue_scripts’, ‘avia_register_frontend_scripts’);
    }

    function avia_register_frontend_scripts()
    {
    $template_url = get_template_directory_uri();
    $child_theme_url = get_stylesheet_directory_uri();

    //register js
    wp_enqueue_script( ‘avia-compat’, $template_url.’/js/avia-compat.js’, array(‘jquery’), 2, false ); //needs to be loaded at the top to prevent bugs
    wp_enqueue_script( ‘avia-default’, $template_url.’/js/avia.js’, array(‘jquery’), 3, true );
    wp_enqueue_script( ‘avia-shortcodes’, $template_url.’/js/shortcodes.js’, array(‘jquery’), 3, true );
    wp_enqueue_script( ‘avia-popup’, $template_url.’/js/aviapopup/jquery.magnific-popup.min.js’, array(‘jquery’), 2, true);

    wp_enqueue_script( ‘jquery’ );
    wp_enqueue_script( ‘wp-mediaelement’ );

    if ( is_singular() && get_option( ‘thread_comments’ ) ) { wp_enqueue_script( ‘comment-reply’ ); }

    //register styles
    wp_register_style( ‘avia-style’ , $child_theme_url.”/style.css”, array(), ‘2’, ‘all’ ); //register default style.css file. only include in childthemes. has no purpose in main theme
    wp_register_style( ‘avia-custom’, $template_url.”/css/custom.css”, array(), ‘2’, ‘all’ );

    wp_enqueue_style( ‘avia-grid’ , $template_url.”/css/grid.css”, array(), ‘2’, ‘all’ );
    wp_enqueue_style( ‘avia-base’ , $template_url.”/css/base.css”, array(), ‘2’, ‘all’ );
    wp_enqueue_style( ‘avia-layout’, $template_url.”/css/layout.css”, array(), ‘2’, ‘all’ );
    wp_enqueue_style( ‘avia-scs’, $template_url.”/css/shortcodes.css”, array(), ‘2’, ‘all’ );
    wp_enqueue_style( ‘avia-popup-css’, $template_url.”/js/aviapopup/magnific-popup.css”, array(), ‘1’, ‘screen’ );
    wp_enqueue_style( ‘avia-media’ , $template_url.”/js/mediaelement/skin-1/mediaelementplayer.css”, array(), ‘1’, ‘screen’ );
    wp_enqueue_style( ‘avia-print’ , $template_url.”/css/print.css”, array(), ‘1’, ‘print’ );

    if ( is_rtl() ) {
    wp_enqueue_style( ‘avia-rtl’, $template_url.”/css/rtl.css”, array(), ‘1’, ‘all’ );
    }

    global $avia;
    $safe_name = avia_backend_safe_string($avia->base_data[‘prefix’]);
    $safe_name = apply_filters(‘avf_dynamic_stylesheet_filename’, $safe_name);

    if( get_option(‘avia_stylesheet_exists’.$safe_name) == ‘true’ )
    {
    $avia_upload_dir = wp_upload_dir();
    if(is_ssl()) $avia_upload_dir[‘baseurl’] = str_replace(“http://&#8221;, “https://&#8221;, $avia_upload_dir[‘baseurl’]);

    $avia_dyn_stylesheet_url = $avia_upload_dir[‘baseurl’] . ‘/dynamic_avia/’.$safe_name.’.css’;
    $version_number = get_option(‘avia_stylesheet_dynamic_version’.$safe_name);
    if(empty($version_number)) $version_number = ‘1’;

    wp_enqueue_style( ‘avia-dynamic’, $avia_dyn_stylesheet_url, array(), $version_number, ‘all’ );
    }

    wp_enqueue_style( ‘avia-custom’);

    if($child_theme_url != $template_url)
    {
    wp_enqueue_style( ‘avia-style’);
    }

    }
    }

    if(!function_exists(‘avia_remove_default_video_styling’))
    {
    if(!is_admin()){
    add_action(‘wp_footer’, ‘avia_remove_default_video_styling’, 1);
    }

    function avia_remove_default_video_styling()
    {
    //remove default style for videos
    wp_dequeue_style( ‘mediaelement’ );
    // wp_dequeue_script( ‘wp-mediaelement’ );
    // wp_dequeue_style( ‘wp-mediaelement’ );
    }
    }

    /*
    * Activate native wordpress navigation menu and register a menu location
    */
    if(!function_exists(‘avia_nav_menus’))
    {
    function avia_nav_menus()
    {
    global $avia_config, $wp_customize;

    add_theme_support(‘nav_menus’);

    foreach($avia_config[‘nav_menus’] as $key => $value)
    {
    //wp-admin\customize.php does not support html code in the menu description – thus we need to strip it
    $name = (!empty($value[‘plain’]) && !empty($wp_customize)) ? $value[‘plain’] : $value[‘html’];
    register_nav_menu($key, THEMENAME.’ ‘.$name);
    }
    }

    $avia_config[‘nav_menus’] = array( ‘avia’ => array(‘html’ => __(‘Main Menu’, ‘avia_framework’)),
    ‘avia2’ => array(
    ‘html’ => ”.__(‘Secondary Menu’, ‘avia_framework’).’ <br/><small>(‘.__(‘Will be displayed if you selected a header layout that supports a submenu’, ‘avia_framework’).’ ‘.__(‘here’, ‘avia_framework’).’)</small>’,
    ‘plain’=> __(‘Secondary Menu – will be displayed if you selected a header layout that supports a submenu’, ‘avia_framework’)),
    ‘avia3’ => array(
    ‘html’ => __(‘Footer Menu <br/><small>(no dropdowns)</small>’, ‘avia_framework’),
    ‘plain’=> __(‘Footer Menu (no dropdowns)’, ‘avia_framework’))
    );

    avia_nav_menus(); //call the function immediatly to activate
    }

    /*
    * load some frontend functions in folder include:
    */

    require_once( ‘includes/admin/register-portfolio.php’ ); // register custom post types for portfolio entries
    require_once( ‘includes/admin/register-widget-area.php’ ); // register sidebar widgets for the sidebar and footer
    require_once( ‘includes/loop-comments.php’ ); // necessary to display the comments properly
    require_once( ‘includes/helper-template-logic.php’ ); // holds the template logic so the theme knows which tempaltes to use
    require_once( ‘includes/helper-social-media.php’ ); // holds some helper functions necessary for twitter and facebook buttons
    require_once( ‘includes/helper-post-format.php’ ); // holds actions and filter necessary for post formats
    require_once( ‘includes/helper-markup.php’ ); // holds the markup logic (schema.org and html5)

    if(current_theme_supports(‘avia_conditionals_for_mega_menu’))
    {
    require_once( ‘includes/helper-conditional-megamenu.php’ ); // holds the walker for the responsive mega menu
    }

    require_once( ‘includes/helper-responsive-megamenu.php’ ); // holds the walker for the responsive mega menu

    //adds the plugin initalization scripts that add styles and functions

    if(!current_theme_supports(‘deactivate_layerslider’)) require_once( ‘config-layerslider/config.php’ );//layerslider plugin

    require_once( ‘config-bbpress/config.php’ ); //compatibility with bbpress forum plugin
    require_once( ‘config-templatebuilder/config.php’ ); //templatebuilder plugin
    require_once( ‘config-gravityforms/config.php’ ); //compatibility with gravityforms plugin
    require_once( ‘config-woocommerce/config.php’ ); //compatibility with woocommerce plugin
    require_once( ‘config-wordpress-seo/config.php’ ); //compatibility with Yoast WordPress SEO plugin

    if(!current_theme_supports(‘deactivate_tribe_events_calendar’))
    {
    require_once( ‘config-events-calendar/config.php’ ); //compatibility with the Events Calendar plugin
    }

    if(is_admin())
    {
    require_once( ‘includes/admin/helper-compat-update.php’); // include helper functions for new versions
    }

    /*
    * dynamic styles for front and backend
    */
    if(!function_exists(‘avia_custom_styles’))
    {
    function avia_custom_styles()
    {
    require_once( ‘includes/admin/register-dynamic-styles.php’ ); // register the styles for dynamic frontend styling
    avia_prepare_dynamic_styles();
    }

    add_action(‘init’, ‘avia_custom_styles’, 20);
    add_action(‘admin_init’, ‘avia_custom_styles’, 20);
    }

    /*
    * activate framework widgets
    */
    if(!function_exists(‘avia_register_avia_widgets’))
    {
    function avia_register_avia_widgets()
    {
    register_widget( ‘avia_newsbox’ );
    register_widget( ‘avia_portfoliobox’ );
    register_widget( ‘avia_socialcount’ );
    register_widget( ‘avia_combo_widget’ );
    register_widget( ‘avia_partner_widget’ );
    register_widget( ‘avia_google_maps’ );
    register_widget( ‘avia_fb_likebox’ );
    register_widget( ‘avia_instagram_widget’ );

    }

    avia_register_avia_widgets(); //call the function immediatly to activate
    }

    /*
    * add post format options
    */
    add_theme_support( ‘post-formats’, array(‘link’, ‘quote’, ‘gallery’,’video’,’image’,’audio’ ) );

    /*
    * Remove the default shortcode function, we got new ones that are better ;)
    */
    add_theme_support( ‘avia-disable-default-shortcodes’, true);

    /*
    * compat mode for easier theme switching from one avia framework theme to another
    */
    add_theme_support( ‘avia_post_meta_compat’);

    /*
    * make sure that enfold widgets dont use the old slideshow parameter in widgets, but default post thumbnails
    */
    add_theme_support(‘force-post-thumbnails-in-widget’);

    /*
    * display page titles via wordpress default output
    */
    function av_theme_slug_setup()
    {
    add_theme_support( ‘title-tag’ );
    }

    add_action( ‘after_setup_theme’, ‘av_theme_slug_setup’ );

    /*title fallback*/
    if ( ! function_exists( ‘_wp_render_title_tag’ ) )
    {
    function av_theme_slug_render_title()
    {
    echo “<title>” . avia_set_title_tag() .”</title>”;
    }
    add_action( ‘wp_head’, ‘av_theme_slug_render_title’ );
    }

    /*
    * register custom functions that are not related to the framework but necessary for the theme to run
    */

    require_once( ‘functions-enfold.php’);

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    #733603
    icvenfold
    Participant

    ENfold theme. Using page as home page. No Posts, Have deleted all unused pages and posts. Search result for site returns a snippet that says this.

    Donec id ligula ut tellus ultricies ornare quis vel nunc. Do you like it?0. 0 Read more · 12 · Next page.

    I have looked everywhere for the source of this text.
    Can you advise?
    Thanks

    #733216
    agirard
    Participant

    Hello,

    I have been searching on the blog for my issue it looks like it happened to others but on older versions of the theme (I’m running the latest version of Enfold / WordPress / PHP 7).

    When switching to page 2 we still get the same content as on the blog home page (http://mingus.staging.wpengine.com/en/blog/). (hosted on WPengine)

    I have unsuccessfully tested few solutions from other threads without success.

    I would need some help here.

    Thank you

    #733197

    Hi,

    please check our Enfold page on Themeforest again. Nowhere it is said that our theme is compatible with Worldpay. I’ve never heard before of this 3rd party program. It seems to cause issues, so you need to talk with Worldpay support about it and if they can’t help you, then you need to search for a different program.

    Best regards,
    Andy

Viewing 30 results - 4,051 through 4,080 (of 7,495 total)