Viewing 30 results - 14,881 through 14,910 (of 16,896 total)
  • Author
    Search Results
  • #366219
    GisoS
    Participant

    Hallo,
    seit etlichen Tagen funktioniert MyMail nicht mehr richtig in meiner ENFOLD-Umgebung. Im Theme “Twenty Fourteen” arbeitet die Anmeldung zum Newletter jedoch korrekt: Will man sich auf http://www.geschichtsverein-leegebruch.de/newsletter für den NL anmelden, trägt man seine Daten ein und bestätigt. Es folgt eine E-Mail an die angegebene Adresse zur Bestätigung der Eintragung (soweit korrekt). Bei Bestätigung des Links in der Mail sollte jedoch eine Webseite aufgerufen werden, die die Anmeldung bestätigt, diese Seite bleibt jedoch leer. Wie bei MyMail vorgesehen, befinden sich die Shortcuts für die Bestätigung und die Abmeldebestätigung auf der gleichen Seite (“newsletter”) wie die Anmeldeformulare.
    Die Inhalte dieser Seite sind jeweils in Text-Blocks des Avia-Layout-Architekten gepackt.

    Im Backend wird unterdessen der Eintrag mit dem Status “pending” abgelegt, aber eben nicht als subscribed.
    Wenn ich nun im Debug-Modus im Backend den Eintrag lösche erscheint folgende Fehlermeldung: “Notice: Undefined offset: 1 in /www/htdocs/w01193b3/geschichtsverein/wp-includes/functions.php on line 784
    Warning: Cannot modify header information – headers already sent by (output started at /www/htdocs/w01193b3/geschichtsverein/wp-includes/functions.php:784) in /www/htdocs/w01193b3/geschichtsverein/wp-includes/pluggable.php on line 1179”

    Da die Funktion im Standardtheme funktioniert, habe ich den Verdacht, dass es doch einen Konflikt mit Enfold und MyMail gibt. Vielleicht habt Ihr eine Lösung?

    mfG
    Giso Siebert

    #366036

    In reply to: Image sizes and ratio

    Hi Mattias!

    The grid 2 – 3 columns use an image size of 495 x 400. If you open up /enfold/functions.php you can find all of the image sizes starting on line 100.

    $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

    Cheers!
    Elliott

    Just tried that and got this error – Parse error: syntax error, unexpected ‘{‘ in /home/content/34/11243234/html/wp-content/themes/enfold-child/functions.php on line 71

    Here’s the code I used, line 71 is bolded (it’s the second ‘{‘):

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(is_page(array(3548,4176,4306,3546)))
    {
    $logo = “http://nutsandboltsspeedtraining.com/wp-content/uploads/2014/11/Spicy-Presentations-by-Lia-Logo.png”;
    }
    return $logo;
    }

    Hi!

    Alrighty, if you navigate to Dashboard > Posts > Tags and view the slug for the english translation of your tags you’ll see that it says landscape-en and portrait-en. I think that’s where the problem is.

    I’m not sure what a good fix would be to get it compatible with WPML. I’ll add this to our bug list but for now try opening up /enfold/config-templatebuilder/avia-shortcodes/masonry-entries.php and find lines 673 – 674.

    if(in_array($tag_values['portrait'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape'], $tags)){ $img_size .= ' av-landscape-img'; }
    

    And add this beneath them.

    if(in_array($tag_values['portrait-en'], $tags)) { $img_size .= ' av-portrait-img'; }
    if(in_array($tag_values['landscape-en'], $tags)){ $img_size .= ' av-landscape-img'; }
    

    Cheers!
    Elliott

    #365662
    This reply has been marked as private.
    #365280

    In reply to: Blog Beitragsbild

    This reply has been marked as private.

    Hi wildflowermeadows!

    Thank yo for using Enfold.

    You can use the .remove jquery function. Add something like this on functions.php:

    /**
     * Remove element on mobile device
     */
    
    add_filter('wp_footer', 'avf_remove_element', 10);
    function avf_remove_element() { ?>
    <script>
    (function($){
    		if ($(window).width() <= 768){	
    			$('ELEMENTS TO BE REMOVED HERE').remove();
    		}	
    	
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #364990
    247photo
    Participant

    Hi there,

    I have a couple of issues with Enfold and I was wondering if anyone would be able to assist.

    1) – The read more link text which can be seen here http://www01.animal-print.dk/?page_id=1459 as […] appears to be defined by php files (please correct me if I’m wrong). Which php file(s) define this and how can I restore the link on it (it doesn’t link to anything at present).
    2) – On this page http://www01.animal-print.dk/?page_id=4673 in the Advanced Editor the ø is displaying as some very bizzare code. In addition to this, if I open the team member element containing this skand character it deletes the element below. I’ve tried creating the element fresh, and tried using html code for the skand but it still won’t work. What makes it worse is that skands seems to work fine in other elements. Any help would be greatly appreciated.

    Thanks

    #364901
    wrongjon
    Participant

    Hi
    Just upgraded to latest version of your theme from a pre 3.0 version and also upgraded WordPress.

    Now having weird wrapping issue with a 3 column portfolio grid and its only affecting the first row see here

    http://ordovas.jacl.co.uk/

    Also some weird things happening if we choose all values from a “taxonomy” for the portfolio grid….

    server error shows… so a comma is creeping in before the ORDER BY

    [08-Dec-2014 17:36:59 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ vas_posts.post_date ASC’ at line 1 for query SELECT vas_posts.* FROM vas_posts INNER JOIN vas_term_relationships ON (vas_posts.ID = vas_term_relationships.object_id) WHERE 1=1 AND ( vas_term_relationships.term_taxonomy_id IN (69,70,71) ) AND vas_posts.post_type IN (‘post’, ‘page’, ‘attachment’, ‘revision’, ‘nav_menu_item’, ‘exhibition’, ‘artist’, ‘publication’, ‘press’, ‘press-release’, ‘acf’, ‘apto_sort’, ‘portfolio’, ‘avia_framework_post’) AND (vas_posts.post_status = ‘publish’ OR vas_posts.post_author = 2 AND vas_posts.post_status = ‘private’) GROUP BY vas_posts.ID ORDER BY , vas_posts.post_date ASC made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, AviaBuilder->template_redirect, require_once(‘/themes/enfold/template-builder.php’), apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_columns->shortcode_handler, ShortcodeHelper::avia_remove_autop, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_portfolio->shortcode_handler, avia_post_grid->query_entries, WP_Query->__construct, WP_Query->query, WP_Query->get_posts

    #364897

    Ok, here’s the code:

    function fix_icon_issue(){
    if( is_page( array( 77, 232 ) ) ){
    ?>
    <script>
    (function($){
        	$(window).scroll(function(){
                $(this).trigger('resize');
            });
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'fix_icon_issue');

    Just put the Page IDs of the pages you want to affect here array( 77, 232 ).

    Cheers!
    Josue

    Hi omnimundi!

    You can find those texts on line 316 in /enfold/config-templatebuilder/avia-shortcodes/contact.php.

    "autoresponder_subject" => __('Thank you for your Message!','avia_framework' ),
    

    And line 738 in /enfold/framework/php/class-form-generator.php.

    $message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Your Message:','avia_framework')." </strong><br/><br/>".$message;
    

    I recommend using a plugin such as WPML to translate these texts. It will keep them safe between updates. Or you can create your own .mo file using Poedit or a similar program and translate them that way.

    Cheers!
    Elliott

    #364535
    This reply has been marked as private.
    #364450

    Hi NLucano!

    Thank you for using Enfold.

    You can edit loop-index.php, find this line:

    echo $title;
    

    Below, you can add this:

    $publisheddate = get_the_time('Y-m-d');			
    				$published = strtotime($publisheddate);
    				$expiration = $published + (7 * 24 * 60 * 60);
    				$today = current_time('timestamp');
    				
    				if($expiration > $today) {
    					echo "NEW";
    				} else {
    					echo "OLD";
    				}

    The post will expire in 7 days.

    Cheers!
    Ismael

    #364294

    Topic: fonts problem

    in forum Enfold
    graphico
    Participant

    hello dear team devs,

    so i’m building the 5th website now using your wonderful theme and loving every minute-great theme!

    i have one problem though: the customer has its own type face he wants to use. he bought the licence and sent me the files, which only comes in woff format.

    this is what i did – both changes were made only on the child theme files – but its not working and i will be glad to find out why:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    
    @font-face {
        font-family: ‘DINWeb’;
        src: url(fonts/DINWeb.woff) format(‘woff’),
    		 font-weight: normal;
    		font-style: normal;
    }
    
    @font-face {
        font-family: ‘DINWebBold’;
        src: url(fonts/DINWeb-Bold.woff) format(‘woff’),
    		  font-weight: normal;
    		font-style: normal;
    }
    
    @font-face {
    		
        font-family: ‘DINWebLight’;
        src: url(fonts/DINWeb-Light.woff) format(‘woff’),
    		  font-weight: normal;
    		font-style: normal;
    }
    
    body, h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family:‘DINWeb’, 'Terminal Dosis', ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }

    note: i inserted the terminal dosis as a fallback font so i will recognize best that the actual web font is not showing.

    and in funcsions.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.
    */
    
    if(isset($avia_config['use_child_theme_functions_only'])) return;
    
    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    
    $fonts['Ropa'] = 'Ropa Sans:400';
    $fonts['Ek Mukta'] = 'Ek Mukta:200,300,400,500,600,700';
    $fonts['Ek Mukta 800'] = 'Ek Mukta:800';
    $fonts['DINWebLight'] = 'DINWebLight';
    $fonts['DINWebBold'] = 'DINWebBold';
    $fonts['DINWeb'] = 'DINWeb';
    return $fonts;
    
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Ropa'] = 'Ropa Sans:400';
    $fonts['Ek Mukta'] = 'Ek Mukta:400';
    $fonts['Ek Mukta 800'] = 'Ek Mukta:800';
    $fonts['DINWebLight'] = 'DINWebLight';
    $fonts['DINWebBold'] = 'DINWebBold';
    $fonts['DINWeb'] = 'DINWeb';
    return $fonts;
    }
    

    any idea why its not working and how i can fix this?

    thanks,

    eynav

    #364099
    alvinhy
    Participant

    Hello,
    I just installed the plugin BWL pro Voting manager:
    http://codecanyon.net/item/bwl-pro-voting-manager/7616885

    And someone when I use the custom short code in the PostSlider.php to call the plugin out the votes does not work correctly.
    If you head over to the my website you can see all the votes are the same.

    The code I used at around line 379 was:
    $wsiwvote = do_shortcode(‘[bwl_pvm /]’);
    and
    $output .= $wsiwvote;

    I contacted the creator of the plugin and he said it is a theme related issue:

    That’s a theme related issue. Better you can contact with theme developer.
    From my side, I can give you some hints:
    – You need to use echo before do_shortcode(“[bwl_pvm/]”) .
    – You need to place shortcode tag inside loop.
    – $output .= “$wsiwvote”; this is wrong, correct code should be: $output .= $wsiwvote;

    Do you know where I should place the short code tag so that it is inside a loop?

    Thanks

    • This topic was modified 11 years, 4 months ago by alvinhy.
    #364079

    Topic: Fatal Error

    in forum Enfold
    fxtradersclassroom
    Participant

    Hello,

    When I go to try and edit the menus I get this error:

    Catchable fatal error: Object of class WP_Error could not be converted to string in /home/fxtrad8/public_html/wp-includes/formatting.php on line 716

    I have left my login credentials in the private content in case you need to gain access

    #363934

    Hey jurgen1979!

    Try adding this to the bottom of your /enfold/functions.php file.

    add_action( 'wp_footer', 'enfold_customization_content_titles' );
    function enfold_customization_content_titles(){
    ?>
    <script type = "text/javascript">
    jQuery(document).ready(function(){
    	alert("test");
    	jQuery(".wp-caption a").each(function(){
    		jQuery(this).attr("title", jQuery(this).find("img").attr("alt"));
    	});
    });
    </script>
    <?php
    }

    And then make sure to set an alt text for your images when inserting them into the slide.

    Cheers!
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #363711

    Hey petcar!

    If your using it in the slideshows then try lines 996 – 1007 in /enfold/config-templatebuilder/avia-shortcodes/slideshow.php.

    array(
    	'portrait' 	=> 0,
    	'byline'	=> 0,
    	'title'		=> 0,
    	'badge'		=> 0,
    	'loop'		=> $loop,
    	'autopause'	=> $autopause,
    	'api'		=> 1,
    	'rel'		=> 0,
    	'player_id'	=> $uid,
    	'color'		=> $color
    ),
    

    As for opening them up in the magnific popup try adding them to the URL in /enfold/js/aviapopup/jquery.magnific-popup.js on line 1616.

    src: '//player.vimeo.com/video/%id%?autoplay=1'
    

    For example if you wanted to turn the byline off then it would look like this.

    src: '//player.vimeo.com/video/%id%?autoplay=1&byline=0'
    

    Best regards,
    Elliott

    #363673
    Caramba_Continental
    Participant

    Hi,

    i want a own 3:2 Picture Size for my Slider Gallery, with 735 x 490px. I change the value in the function.php at “magazine”.

    `line 107 $avia_config[‘imgSize’][‘magazine’] = array(‘width’=>735, ‘height’=>490 ); // images for magazines

    The new value is visible in the Gallery, but the pictures looks in the format as before.
    What should i do?

    Best Regards

    Daniel

    #363588
    kyabroudi
    Participant

    I had this error when enable WPML string translation plugin (PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 112 bytes) in wwwroot\wp-content\plugins\wpml-string-translation\inc\functions.php on line 2449)
    and I asked WPML support developer they said :
    It is a compatibility problem between your theme Enfold and the string translation module. ,Please check for an updated version of your theme. The issue may be fixed if there is a new version.

    I am using version 3.0.4 !! …. any help here

    my website
    http://alzeinsoft.com/

    #363534

    Hey Elliott,

    The Root of the Problem

    Thanks for you help! It seems that, when one is logged out of WP, the following line disappears from the source (it actually adds support for a 300 font weight):

    <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.0.1' type='text/css' media='all' />

    I think this is something that needs to be fixed in Enfold’s core code (Enfold shouldn’t remove the above line for non-logged users) :) Because when this line disappears, the lowest supported Open Sans font weight is, as you mentioned, 400 (instead of 300). Seems more Enfold users have this issue and one user has added the line manually to header.php.

    Solution #1 of 2

    Fixes headers, but not text size issue of text between <em> tags:

    However, I re-read the topic I mentioned earlier and a solution is actually given by @Josue.

    Since you pointed out that Open Sans does not support a font weight of 100, I modified Josue’s function to reflect this (as Josue’s original function also calls the non-existent 100 font weight). Here’s the working result, calling all font weights supported by Open Sans:

    Please Note: after adding the function below to functions.php, Open Sans has to be re-saved as Enfold’s default font. Otherwise the function will not work! So please complete the following steps:

    1 – Add the following function to functions.php:

    function add_open_sans_full($fonts) {
    	$fonts['Open Sans'] = 'Open Sans:300,400,600,700,800';
    	return $fonts;
    }
    add_filter('avf_google_heading_font', 'add_open_sans_full');
    add_filter('avf_google_content_font', 'add_open_sans_full');

    2 – Go to WP Admin > Enfold Settings > General Styling > Fonts;
    3 – Select Open Sans in the 2 drop down menus (Heading Font & Defines the Font for your body text);
    4 – Save Enfold’s settings;
    5 – Reload your website in your browser.

    The font weights (e.g. 300) should now work for both logged in and non-logged in users.

    The Details re Solution #1/2 / Function #1/2

    The function does not add:

    <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.0.1' type='text/css' media='all' />

    Instead it expands:

    <!-- google webfont font replacement -->
    <link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:400,600' type='text/css' media='all'/>

    To:

    <!-- google webfont font replacement -->
    <link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' type='text/css' media='all'/>

    Solution #2 of 2

    Fixes headers & text size of text between <em> tags… so, logged in and logged out versions look exactly the same:

    I wrote a function which checks whether the following line is in the header (the line that disappears after logging out of WP):

    <link rel='stylesheet' id='open-sans-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.0.1' type='text/css' media='all' />

    If the line is there, function does nothing. If the line is not there (e.g. when you’re logged out of WP), then the line is added.

    Simply add the following function to functions.php, upload functions.php to your server and reload website in your browser (no need to re-save Enfold settings):

    function add_open_sans_full() {
    	if (!wp_style_is('open-sans')) {
    		wp_enqueue_style('open-sans', '//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=' . get_bloginfo('version'), array(), null);
    	}
    }
    add_action('wp_enqueue_scripts', 'add_open_sans_full');

    Thanks @Elliott & @Josue!

    Kind regards,

    Ralph

    PS: I’ll change my CSS to reflect the lowest possible Open Sans font weight (300 instead of 100).

    #363287
    This reply has been marked as private.
    #363240

    Hi johanndm!

    I’m not really sure what’s going on from your problem description but you can see where we send the mail on line 721 in /enfold/framework/php/class-form-generator.php.

    wp_mail($send_to_mail, $subject, $message, $header);
    

    The wp_mail function uses PHP, http://codex.wordpress.org/Function_Reference/wp_mail, to send the mail.

    If you need to use SMTP then perhaps you can try using this plugin, https://wordpress.org/plugins/wp-smtp/, which switches the function to use SMTP.

    Best regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #363092

    In reply to: Customize 404-page

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    function yst_strip_attachments($where) {
            $where .= ' AND post_type != "attachment"';
            return $where;
    }
    add_filter('posts_where','yst_strip_attachments');

    then replace the content of error404.php file with this one – http://pastebin.com/kbzYz9i7

    Best regards,
    Yigit

    #363083
    This reply has been marked as private.
    #362775

    Topic: Logo slider issue

    in forum Enfold
    StylemixThemes
    Participant

    Hi,

    When we setup the homepage with the logo slider we get the following error: Notice: Undefined variable: img in /srv/www/vhosts/maxfx.stm/web/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider.php on line 467

    Can you please explain how we can fix it?

    Regards,

    StylemixThemes

    #362597

    Hey MarcG5!

    Open up /enfold/functions.php and you can find the sizes used starting on line 99.

    $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

    Regards,
    Elliott

    #362374

    Hey!

    Add this around line 17 in your functions.php file.

    add_theme_support('avia_disable_import_export');
    

    And try commenting out line 288 in /enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php.

    //new avia_tinyMCE_button($tiny);
    

    Regards,
    Elliott

    #362252

    Hi Snarkoon!

    Try opening up /enfold/includes/loop-index.php and change line 107 from this.

    if($post_format == 'standard')
    

    To this.

    if( 1 == 1 )
    

    Best regards,
    Elliott

Viewing 30 results - 14,881 through 14,910 (of 16,896 total)