Viewing 30 results - 14,311 through 14,340 (of 16,898 total)
  • Author
    Search Results
  • #438989

    Hey amirhossein!

    You can go to Appearance > Editor and open Functions.php file and find

    
    $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']);

    and change image sizes as needed. Please do not forget to regenerate thumbnails after using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #438971

    Hi!

    Actually, it has to be wrapped inside that container to keep the ratio of the video. I tested the youtube link on my installation and it works fine. Please add this in the functions.php file:

    add_action('wp_footer', 'ava_custom_script_mod');
    function ava_custom_script_mod(){
    ?>
    <script>
    (function($){
    	$('.embed-youtube').each(function() {
    		$(this).wrap('<div class="avia-iframe-wrap" style="padding-bottom: 56.2666666666667%;"></div');
    	});
    })(jQuery);
    </script>
    <?php
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #438936

    Hey!

    Please edit includes > loop-commments.php, look for this code around line 17:

    <article>
    

    Replace it with:

    <article <?php avia_markup_helper(array('context' => 'comment','echo'=>true)); ?>>
    

    There will be no error after that but there will be a warning for the commentTime structure. You can just ignore it for now.

    Cheers!
    Ismael

    #438886

    Merhabalar!

    Lutfen hafizayi 128M’e yukseltmeyi deneyin: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Servis saglayicinizla irtibata gecerseniz onlarda size yardimci olabilir.
    Ayrica bu eklentiyi kurup eski eklentilerinizden vs kalan artiklari temizleyin – https://wordpress.org/plugins/plugins-garbage-collector/


    @guenni007
    Thank you for your suggestion :) He is getting “Connection lost. Saving has been disabled until reconnected” error.

    Regards,
    Yigit

    #438461

    Because the Enfold ajax search uses the get_posts WordPress function which orders posts by post_date and doesn’t support a custom ordering based on post type order.

    However as we already group the returning $posts by post type it would be just a matter of doing a re-order, try adding this after line in 185 in functions-enfold.php:

    /* Look for Products and place them at the start of the array */
    if (array_key_exists('product', $sorted)) {
        $products_array['product'] = $sorted['product'];
        unset($sorted['product']);
        $sorted = array_merge($products_array, $sorted);
    }

    So that basically 1) checks if there are products on the search results, 2) stores them on a separate array, 3) removes them from the main array and finally 4) both get merged but with the products one at the start.

    Also place this around line 173 to avoid PHP undefined notices:

    $products_array = array();
    

    Cheers!
    Josue

    #438444
    This reply has been marked as private.
    #438294
    sky19er
    Participant

    I thought this issue had been solved — https://kriesi.at/support/topic/archives-not-showing-excerpt-or-featured-image/ — with a combination of https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745 using “single-small” and a tweak to the includes/loop-index.php file, which Elliot provided, but as you’ll see in my last note on https://kriesi.at/support/topic/archives-not-showing-excerpt-or-featured-image/ , that actually caused another problem.

    So, I’m back to trying to add excerpts and read more links to my archive pages ( e.g., http://skidrow.org/2009/ ) — is there something I can use with that code on https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745 — like “single-small-excerpt-readmore” — that’ll give me everything?

    Thanks!!

    #438225
    weborchard01
    Participant

    Hi,
    When I add these co-ordinates 54.616838, -1.071108 using the Google Map element within the page Layout Builder the marker appears on the map but in totally the wrong part of the world and in the water! Yet the marker is correct on Google Maps and http://www.doogal.co.uk/LatLong.php Have you come across this before and what can I do to stop it? I do have two other markers and they appear correctly for their respective locations.

    Thanks

    That is not the issue here. My php memory limit is twice that now. This is a theme specific issue. It happens ONLY with Enfold. All other themes work fine.

    // Generated by the Send System Info Plugin //

    Multisite: No

    SITE_URL: http://hirisepromotions.com
    HOME_URL: http://hirisepromotions.com

    WordPress Version: 4.2.1
    Permalink Structure: /%postname%/
    Active Theme: Enfold 3.1.4

    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit

    Platform: Windows
    Browser Name: Chrome
    Browser Version: 42.0.2311.135
    User Agent String: Mozilla/5.0 (Windows NT 5.1) App
    leWebKit/537.36 (KHTML, like Gec
    ko) Chrome/42.0.2311.135 Safari/
    537.36

    PHP Version: 5.4.37
    MySQL Version: 5.5.35-cll-lve
    Web Server Info: Apache/2.4.12 (Unix) OpenSSL/1.0.1e-fips mod_bwlimited/1.4 mod_fcgid/2.3.10-dev

    WordPress Memory Limit: 40MB
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 32M
    PHP Post Max Size: 48M
    PHP Upload Max Filesize: 32M
    PHP Time Limit: 120
    PHP Max Input Vars: 1000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled

    WP Table Prefix: Length: 3 Status: Acceptable

    Show On Front: posts
    Page On Front: What We Do (#15)
    Page For Posts: Blog (#421)

    WP Remote Post: wp_remote_post() works

    Session: Disabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: On (1)
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server has the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    Easy Twitter Feed Widget: 0.3
    Google XML Sitemaps: 4.0.8
    Revolution Slider: 4.6.5
    Send System Info: 1.2
    SEO Ultimate: 7.6.5.3
    Sucuri Security – Auditing, Malware Scanner and Hardening: 1.7.8

    #437878
    stupaul22
    Participant

    I have an install of the ENFOLD theme on godaddy, and I’m using the built in contact form to send to (Email address hidden if logged out) :
    http://www.idealhardwoodflooring.com/contact-us/

    The emails are marked as junk and I need to get them landing in the INBOX. Sometimes the emails are not marked as junk when I put in a gmail address as the sender address.

    Godaddy help thinks its because the form asks for the senders email and then plugs it in as the FROM address. This could look like a a spoof to .msn because the email is coming from secureserver.net.

    I tried a RULE based on the SUBJECT in the msn mailbox. No help.

    GMAIL does not mark the message as spam if I point the contact form over there.

    Microsoft wants $500 to talk to them. Run folks.

    I tried two SMTP plugins—Configure SMTP and Easy WP SMTP. I could not get either to establish and SMTP connection. I tried Google and microsoft on both. My logins were correct.

    I tried sending the contact form to a gmail address that is forwarded to msn—that did not go either.

    What’s the latest on this guys?

    These is a sample of the email source.:

    x-store-info:fHNTDlzCF8Nxw6HwcfGQy+S7Ax/lqLSm0eBjyyDmyuUi7RYL8nCjosDHMoWYrq+Gi/2TDPodCpCtEcwLonCm0omJwbUuN20BWEFf+4Zy3Ovs+lrjqa/MoHcFR9iViHwlPVldnztfOUI=
    Authentication-Results: hotmail.com; spf=none (sender IP is 184.168.200.145)  (Email address hidden if logged out) ; dkim=none header.d=nrvana.com; x-hmca=none  (Email address hidden if logged out) 
    X-SID-PRA:  (Email address hidden if logged out) 
    X-AUTH-Result: NONE
    X-SID-Result: NONE
    X-Message-Status: n:n
    X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0wO0Q9MjtHRD0yO1NDTD00
    X-Message-Info: T8V8BWA3MUXYnmUFBpVlSPqVDZdo4UvXA5ifS70u2RuEW8BRdaCPb2ciBmoNsht78fWcT319SPste51BHkRk4nzyfEnNHZmfGqaNDHqet77WJzBrJsYdJt7W2qZ0lIKm1MF1JLbpmOTCfBknrIf/VVVyVMQuHwuV2XFlhHpgZGpCqziVblgQpj90FkwYYUnhrA4mb4Sk0KpyvIHeCp3xG2e37N8rPZeiShoR1TTZ2vA=
    Received: from p3nlsmtpcp01-04.prod.phx3.secureserver.net ([184.168.200.145]) by COL004-MC2F55.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008);
    	 Thu, 30 Apr 2015 16:50:52 -0700
    Received: from p3plcpnl0244.prod.phx3.secureserver.net ([50.62.161.10])
    	by p3nlsmtpcp01-04.prod.phx3.secureserver.net with : CPANEL :
    	id NPnG1q00J0Dleiy01PnGN6; Thu, 30 Apr 2015 16:47:16 -0700
    Received: from magnusa by p3plcpnl0244.prod.phx3.secureserver.net with local (Exim 4.85)
    	(envelope-from < (Email address hidden if logged out) >)
    	id 1YnyEG-0005Ym-Fu
    	for  (Email address hidden if logged out) ; Thu, 30 Apr 2015 16:50:52 -0700
    To:  (Email address hidden if logged out) 
    Subject: Web Lead to Contact for Estimate
    X-PHP-Script: www.idealhardwoodflooring.com/index.php for 67.173.236.115
    Date: Thu, 30 Apr 2015 23:50:52 +0000
    From: " (Email address hidden if logged out) " < (Email address hidden if logged out) >
    Message-ID: < (Email address hidden if logged out) >
    X-Priority: 3
    X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
    MIME-Version: 1.0
    Content-Type: text/html; charset=utf-8
    Content-Transfer-Encoding: 8bit
    X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
    X-AntiAbuse: Primary Hostname - p3plcpnl0244.prod.phx3.secureserver.net
    X-AntiAbuse: Original Domain - msn.com
    X-AntiAbuse: Originator/Caller UID/GID - [1260190 956] / [47 12]
    X-AntiAbuse: Sender Address Domain - p3plcpnl0244.prod.phx3.secureserver.net
    X-Get-Message-Sender-Via: p3plcpnl0244.prod.phx3.secureserver.net: authenticated_id: magnusa/only user confirmed/virtual account not confirmed
    X-Source: 
    X-Source-Args: /usr/sbin/proxyexec -q -d -s /var/run/proxyexec/cagefs.sock/socket /bin/cagefs.server 
    X-Source-Dir: idealhardwoodflooring.com:/public_html
    Return-Path:  (Email address hidden if logged out) 
    X-OriginalArrivalTime: 30 Apr 2015 23:50:52.0747 (UTC) FILETIME=[7E1B51B0:01D083A0]
    
    Name: Stuart Paul <br/>E-Mail:  (Email address hidden if logged out)  <br/>Phone: 4444666655 <br/>City: Denver <br/>Project Type: Site Finished Install <br/>How Did You Hear About Us?: Word of Mouth <br/> <br/>Project Description: Hello world <br/> <br/>

    So do you have any solution? Or where do you think I should go for a solution? I can talk to godaddy or google for FREE.

    Thanks for your expert advice. Always appreciated.

    #437548

    Hi Aaanalog!

    You can find image sizes in Functions.php file of the theme

    $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!
    Yigit

    #437506
    erikvermeulen
    Participant

    Hi, you guys have already helped me a lot with a lot of questions, but I have a follow-up question about a previous topic.

    https://kriesi.at/support/topic/add-extra-logos-in-head-space/

    The extra text in my header space now shows up as 1st line black, 2nd line blue like a hyperlink.

    I would like to change the color. I want the first line to be blue (not a hyperlink but this color: #51b2ea) and the second line to be orange (#fd8917 stil a hyperlink). Is there any way to do this? I’ve included below the quick CSS lines I currently use. Also the lines in my functions.php.

    My seconds follow-up question to this is the placement of the NRTO logo and the Social links. Can I put the NRTO all the way on the right and the social links where the NRTO was? (So essentially swap them out for each other).

    Thanks in advance!

    #scroll-top-link {display: none; }
    
    strong.second-logo {
      float: right!important;
      position: relative;
      margin-right: 21%;
    }
    .second-logo img{
    padding-top:50px;
    }
    .header-scrolled .second-logo img {
      padding-top: 10px;
    }
    
    #top .social_bookmarks li a { font-size: 25px; }
    @media only screen and (max-width: 768px) {
    #top .social_bookmarks li a { font-size: 18px; }
    strong.second-logo { margin-right: 30%; }}
    #top .social_bookmarks li a {
    color: #5cb4e4;
    }
    
    #top .avia-logo-element-container .slide-image {
      background: transparent !important ;
    }
    
    .main_color input[type='submit'] {
    background-color: #51b3ea;
    color: white;
    border-color: #51b3ea;
    }
    .main_color input[type='submit']:hover {
    background-color: ##51b3ea;
    color: white;
    border-color: #51b3ea;
    }
    
    .header-message {
      position: relative;
      top: 80px;
      left: 38%;
    }
    @media only screen and (max-width: 769px) {
    .header-message {
      left: 40%;
    }}
    @media only screen and (max-width: 480px) {
    .header-message {
      top: 190px;
      left: 13%;
    }}
    
    .header-message {
      margin-top: -44px;
    }
    .header-scrolled .header-message {
      top: 50px;
    }
    .header-message * { font-weight: bold !important; }
    
    .header-message { z-index: 99; } 
    
    .header-scrolled .logo img,.header-scrolled .second-logo a {
      padding-top: 0;
    }
    .logo img {
      padding-top: 20px;
    }
    strong.second-logo a {
      padding-top: 10px;
    }
    
    @media only screen and (max-width: 768px) {
    .header-message { display: none!important; }}
    @media only screen and (max-width: 480px) {
    strong.second-logo { margin-right: 20%; }}
    
    @media only screen and (max-width: 768px) {
    .second-logo { display: none !important; }}
    
    .home .avia-builder-el-5 {
      margin-right: 8%;
      margin-top: 20px;
    }
    .home .avia-builder-el-4 {
      margin-left: 8%;
      margin-top: 20px;
    }
    
    function second_logo($logo) {
    	$logo .= '<strong class="second-logo logo bg-logo"><a href="http://www.nrto.nl/partnerorganisaties/kwaliteitslabels_en_keurmerken/geschillencommissie/"><img src="http://www.tophbo.org/wp-content/uploads/2015/04/NRTO-logo-2.jpg"></a></strong>';
    	return $logo;
    }
    add_filter('avf_logo_final_output', 'second_logo');
    
    function my_home_category( $query ) {
     if ( $query->is_home() && $query->is_main_query() ) {
     $query->set( 'cat', '17');
     }
    }
    add_action( 'pre_get_posts', 'my_home_category' );
    
    add_action('ava_main_header', 'ava_main_header_mod');
    function ava_main_header_mod() {
    	$output  = '<div class="header-message">';
    	$output .= '<span class="blue bold">Kom naar een informatieochtend!</span> <br>';
    	$output .= '<a href="http://www.tophbo.org/informatieochtend/" class="orange bold">Loop even binnen of meld je hier aan!</a>';
    	$output .= '</div>';
    	echo $output;
    }
    
    function custom_widget_featured_image() {
    	global $post;
    
    	echo tribe_event_featured_image( $post->ID, 'thumbnail' );
    }
    add_action( 'tribe_events_list_widget_before_the_event_title', 'custom_widget_featured_image' );
    #437362

    Hey endoradigital!

    Thank you for using Enfold.

    Edit functions.php, add this below below line 16 or 17:

    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Muli'] = 'Muli:300,400,300italic,400italic';
    return $fonts;
    }

    Best regards,
    Ismael

    #437321
    mocablue
    Participant

    Comment detail

    I would like to tighten up the comment system by moving some stuff around – does this have to be done in php code – or can it be css driven? any suggestions would be great.

    Also I want to add basic text formatting like

    Seem like if its in the forums already should be pretty simple to get it on comments – but I have been unable to make any progress on that

    #437137
    nameki
    Participant

    Hi Kriesi Team

    I have a problem to set a default search bar on Main menu.

    First i put this code on Quick CSS to hide the default search icon on Main menu:

    li#menu-item-search {
    display: none;
    }

    then, i paste this code on functions.php:

    add_action(‘ava_inside_main_menu’, ‘ava_inside_main_menu_mod’);
    function ava_inside_main_menu_mod() {
    get_search_form();
    }

    But this procedure place the bar above the buttons and Slider, you can help me how i can to move or adjust the search bar right the main menu buttons.

    search default fail

    The website link:
    http://www.deportivaslider.com

    Regards,
    Julian

    #437115

    Getting the same error on PHP 5.4.16 (CentOS 7.1).

    #436918

    In reply to: Import demo data?

    Coastcomputer – thanks for the response! Halfway through implemting your solution (which required me to download and hand-carry (copy) to the wordpress install so I could do the import)…A search I ran turned up this:

    Enfold may not try to reach out to the internet, but WordPress definitely does. One person suggested adding localhost (127.0.0.1) to their /etc/hosts file to just reroute all requests back to the server itself – someone else suggested adding this to the wp-config.php file:

    define(‘WP_HTTP_BLOCK_EXTERNAL’, true);

    That ^^^ worked perfectly – once all external requests stopped, the dummy data imported in about 2 seconds…and the entire site sped up. The phone home requests in WordPress are unbelievable…I think I’m going to implement that little item on my production external website…

    #436875
    justmind
    Participant

    WPengine is helping me with this as well but they are tracing the issue back to the theme.

    “I was able to find two things in our logs that may contribute to the issue:

    Firstly there’s the server level error log:

    [Wed Apr 29 11:42:18 2015] [notice] child pid 7181 exit signal Segmentation fault (11)
    Second we have the actual 502 from the error log. You can see the 502 occurred one second prior to the segfault:

    66.162.212.19 justmind.org – [29/Apr/2015:11:42:17 +0000] “GET /wp-admin/admin.php?page=wpseo_local HTTP/1.1” 502 1180 “http://justmind.org/wp-admin/admin.php?page=wpseo_dashboard&#8221; “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36”
    Finally, I also found this in the debug log, and it’s happening in the same second as the 502:

    [29-Apr-2015 11:42:17] PHP Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Test 1” sidebar. Defaulting to “sidebar-8”. Manually set the id to “sidebar-8” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /nas/wp/www/cluster-2031/williamasch/wp-includes/functions.php on line 3560

    This seems to indicate that there’s definitely a code issue. I’ve done my best to dig into this and find out where the code conflict is coming from, but the best I could get even from a stack trace was that it might have something to do with the theme.”

    #436827

    In reply to: Error on sidebar

    Hi wid2307!

    Please set following in wp-config.php file

    define( 'WP_DEBUG', false );

    Regards,
    Yigit

    #436699
    leplusweb
    Participant

    Hi,

    I try to add a content of an article or a page above the footer.

    So in my child theme i edit the footer.php file and add this code

    <div id="footer_partenaires" class="container_wrap fullsize">
    	<div class="container">
    		<?php 
    			$liste_partenaire = get_post(137); 
    			echo $liste_partenaire->post_content;
    		?> 
    	</div>				
    </div>

    This result to display

    [av_one_full first] [av_partner columns='6' heading='' size='no scaling' border='av-border-deactivate' type='grid' animation='slide' navigation='arrows' autoplay='false' interval='5'] [av_partner_logo id='138'][/av_partner_logo] [av_partner_logo id='139'][/av_partner_logo] [/av_partner] [/av_one_full]

    Obviously i don’t want to display just the text.

    Thx for your help and work

    Regards

    #436636

    Hi!

    Edit includes > related-posts.php. Look for these codes:

    'image_size' => 'square',
    

    Replace ‘square’ with a different thumbnail size. The name of the thumbnail size is located on functions.php:

    $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

    Best regards,
    Ismael

    #436463

    Topic: Site Errors –

    in forum Enfold
    fineart
    Participant

    Hi Gurus

    hoping you can help.

    Updated to latest WP
    All Plugins are switched off

    Front end errors
    1. Header/ menu now at bottom of page
    Error messages are list below these numbered points

    Back end
    2. Media Gallery (admin) not loading
    3. Admin side bar does not scroll down

    General
    Site Backend and front end – incredibly slow to load
    4. Can any settings or other be adjusted/ deleted to increase load speed
    5. No thumbs for galleries but linked light box images are visible

    http://courtesan.international/Courtesans/single-line-text/
    Always appreciate your assistance

    ERROR MESSAGES

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Displayed Everywhere” sidebar. Defaulting to “sidebar-1”. Manually set the id to “sidebar-1” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Blog” sidebar. Defaulting to “sidebar-2”. Manually set the id to “sidebar-2” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Pages” sidebar. Defaulting to “sidebar-3”. Manually set the id to “sidebar-3” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column1” sidebar. Defaulting to “sidebar-4”. Manually set the id to “sidebar-4” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column2” sidebar. Defaulting to “sidebar-5”. Manually set the id to “sidebar-5” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column3” sidebar. Defaulting to “sidebar-6”. Manually set the id to “sidebar-6” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column4” sidebar. Defaulting to “sidebar-7”. Manually set the id to “sidebar-7” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Bottom Navigation” sidebar. Defaulting to “sidebar-8”. Manually set the id to “sidebar-8” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Categories” sidebar. Defaulting to “sidebar-9”. Manually set the id to “sidebar-9” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Categories 1” sidebar. Defaulting to “sidebar-10”. Manually set the id to “sidebar-10” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Login” sidebar. Defaulting to “sidebar-11”. Manually set the id to “sidebar-11” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Search Filters” sidebar. Defaulting to “sidebar-12”. Manually set the id to “sidebar-12” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/black381/public_html/courtesan.international/wp-includes/functions.php on line 3560

    #436038

    In reply to: To Yigit: Merhaba!

    Merhabalar,

    Tabi Turkce yazmanizda sorun yok. Tek sorun, takimda sadece Turkce anlayan ben varim, diger arkadaslar yardimci olamayabilir bu yuzden.
    En gec cevap verme suremiz 24 saat ama genellikle ilk bir kac saat icerisinde sorulara cevap vermeye calisiyoruz, genel ortalama ise 10-12 saat civarinda. Actiginiz konulara tekrar yazmaniz gozden kacmasina sebep olabilir bu yuzden cok acil olmadigi surece beklemeniz daha hizli cevap almanizi saglayacaktir.

    1- Dokumantasyonda detayli aciklamasini bulabilirsiniz – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
    Acik olmayan her hangi bir bolum olursa lutfen haberdar edin, yardimci olayim
    2- Evet. Appearance > Editor bolumune gidip Functions.php dosyasina lutfen assagidaki kodu ekleyin

    add_action('wp_head', 'ava_add_your_stuff');
    function ava_add_your_stuff() {
        ?>
        <link rel="apple-touch-icon" sizes="57×57" href="apple-touch-icon-iphone.png" />
        <link rel="apple-touch-icon" sizes="72×72" href="apple-touch-icon-ipad.png" />
        <link rel="apple-touch-icon" sizes="114×114" href="apple-touch-icon-iphone-retina-display.png" />
        <link rel="apple-touch-icon" sizes="144×144" href="apple-touch-icon-ipad-retina-display.png" />
        <?php
    }

    3- Turkce olarak bu soruyu yanitlamistim, buradan goz atabilirsiniz – https://kriesi.at/support/topic/tema-yavaslama-sorunu/#post-374174

    Regards,
    Yigit

    #435973

    Ich habe hier das gleiche problem.
    nach der ftp-installation funktioniert einiges nicht – habe die demo seiten im wordpress aktiviert (fehler siehe unten)

    mein environment:
    CENTOS 7 / X64
    PHP 5.4.16
    MySQL version 5.5.41
    Apache version 2.4.6

    die homepage selbst ist zwar vorhanden, jedoch werden teile davon nicht richtig dargestellt.
    Protfolio slider nicht vorhanden, einfügen eines background images schlägt ebenso fehl.
    nachdem ich den seiten-source-code angesehen habe, habe ich festgestellt, dass der komplette teil mit dem hintergrundbild nicht vorhanden ist.
    hier noch probleme mit duplicate keys in der Datenbank:

    [Tue Apr 28 09:18:21.683732 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘meta_key’ f\xc3\xbcr Abfrage ALTER TABLE gk_usermeta ADD KEY meta_key (meta_key(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 09:18:21.683869 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘slug’ f\xc3\xbcr Abfrage ALTER TABLE gk_terms ADD KEY slug (slug(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 09:18:21.683978 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘name’ f\xc3\xbcr Abfrage ALTER TABLE gk_terms ADD KEY name (name(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 09:18:21.684086 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘meta_key’ f\xc3\xbcr Abfrage ALTER TABLE gk_commentmeta ADD KEY meta_key (meta_key(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 09:18:21.684192 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘meta_key’ f\xc3\xbcr Abfrage ALTER TABLE gk_postmeta ADD KEY meta_key (meta_key(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 09:18:21.684328 2015] [:error] [pid 17866] [client 10.19.0.1:44708] WordPress-Datenbank-Fehler Duplicate key name ‘post_name’ f\xc3\xbcr Abfrage ALTER TABLE gk_posts ADD KEY post_name (post_name(191)) von wp_upgrade, make_db_current_silent, dbDelta
    [Tue Apr 28 11:16:39.795134 2015] [:error] [pid 26316] [client 213.47.142.156:55690] PHP Warning: POST Content-Length of 9735806 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://www.goldkind.wien/wp-admin/theme-install.php?upload
    [Tue Apr 28 12:26:12.520312 2015] [:error] [pid 27341] [client 66.249.78.94:34037] PHP Fatal error: Call to undefined function mb_strimwidth() in /var/www/html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 648

    lg

    #435936

    Hey!

    Please try this:

    function add_custom_code_1(){
    if(is_page (5257)) {
    ?>
    YOUR SCRIPT GOES HERE
    <?php
    }
    }
    add_action('wp_footer', 'add_custom_code_1');
    
    function add_custom_code_2(){
    if(is_page (4913)) {
    ?>
    YOUR SCRIPT GOES HERE
    <?php
    }
    }
    add_action('wp_footer', 'add_custom_code_2');
    

    Cheers!
    Rikard

    • This reply was modified 11 years ago by Rikard.
    #435883
    This reply has been marked as private.
    #435779
    lucein1774
    Participant

    I updated to WP 4.2.1 recently, running 3.1.3 version of Enfold.

    Previously editing pages with the Avia editor was working. Initially everything was working correctly although it was taking 20+ seconds for the Avia editor to load.

    now all I get is the spinning waiting icon waiting for the editor to load. Error showing in the console

    Uncaught TypeError: editor.getScrollInfo is not a function
    (anonymous function) @ posts-jquery.js?ver=1.2.5.1:177
    m.event.dispatch @ jquery.js?ver=1.11.2:3
    m.event.add.r.handle @ jquery.js?ver=1.11.2:3
    m.event.trigger @ jquery.js?ver=1.11.2:3
    e.event.trigger @ jquery-migrate.min.js?ver=1.2.1:2
    (anonymous function) @ jquery.js?ver=1.11.2:3
    m.extend.each @ jquery.js?ver=1.11.2:2
    m.fn.m.each @ jquery.js?ver=1.11.2:2
    m.fn.extend.trigger @ jquery.js?ver=1.11.2:3
    $.AviaBuilder.convertTextToInterface.$.ajax.success @ avia-builder.js?ver=0.8:895
    m.Callbacks.j @ jquery.js?ver=1.11.2:2
    m.Callbacks.k.fireWith @ jquery.js?ver=1.11.2:2
    x @ jquery.js?ver=1.11.2:4
    m.ajaxTransport.send.b @ jquery.js?ver=1.11.2:4

    Previously support told me to comment out line #289 (new avia_tinyMCE_button($tiny);) in the /config-templatebuilder/avia-template-builder/php/template-builder.class.php file to correct an previous issue. I tried both ways 1 being commented out and 2nd un-commented, but neither change the behavior when editing a page.

    also was told to add this wp-config.php – add (define(‘CONCATENATE_SCRIPTS’, false );)

    Please advise

    #435739

    Hi, I want to do thesame. I go to appearance->editor->functions.php and added code from above replay with my tracking code from FB but it doesnt work. FB Pixel Helper (choreme plugin) cant find code…

    What I do wrong?

    Printcreen:
    http://screencast.com/t/77RUeBSy
    http://screencast.com/t/yccOctHkAZ

    Edit:
    FB Pixel Helper cant find code only on main site. Every other site have code… What is wrong?

    #435729

    I’m getting the same type of errors when I have debug set to true.

    Running: enfold 3.1.3
    WordPress: 4.2

    – disregard the ‘xxxxxxx’ in the following…
    – This type of error is occurring on 2 of my WordPress sites that are up-to-date and that I’ve checked. I only use enfold…

    Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Displayed Everywhere” sidebar. Defaulting to “sidebar-1”. Manually set the id to “sidebar-1” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Blog” sidebar. Defaulting to “sidebar-2”. Manually set the id to “sidebar-2” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Sidebar Pages” sidebar. Defaulting to “sidebar-3”. Manually set the id to “sidebar-3” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column1” sidebar. Defaulting to “sidebar-4”. Manually set the id to “sidebar-4” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column2” sidebar. Defaulting to “sidebar-5”. Manually set the id to “sidebar-5” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column3” sidebar. Defaulting to “sidebar-6”. Manually set the id to “sidebar-6” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Footer – column4” sidebar. Defaulting to “sidebar-7”. Manually set the id to “sidebar-7” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the “Site Map” sidebar. Defaulting to “sidebar-8”. Manually set the id to “sidebar-8” to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-includes/functions.php on line 3560 Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/ipgcom/domains/initiativespg.com/public_html/wp-includes/functions.php:3560) in /home/xxxxxx/domains/xxxxxxxxx.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    #435704
    This reply has been marked as private.
Viewing 30 results - 14,311 through 14,340 (of 16,898 total)