Viewing 30 results - 15,871 through 15,900 (of 16,891 total)
  • Author
    Search Results
  • #252557

    Hi Peter,

    Now I am facing a new problem: cannot get into my wp-admin
    and when entering the site, i have this error: Warning: extract() expects parameter 1 to be array, null given in /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35

    #252552

    Hi Spiv!

    Thank you for using the theme!

    The thumbnails are needed for certain parts of theme like widgets, posts, portfolio etc. You can disable them on functions.php, look for this code:

    $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'=>710, 'height'=>575 );						// 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'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider

    For example, if you want to disable the the widget thumbnail size (36x36px), look for this code:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    

    Switch it to php comment. Replace it with this:

    //$avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    

    Regards,
    Ismael

    Flikk
    Participant

    edit: might have asked the wrong question. please close this. full width working when using a copy of template-builder as custom template.

    Hi,
    was trying to create a custom template but somehow the color sections were not full width.
    I copied page.php and all i’ve done was adding the template name.
    But even using a copy of page.php as a template, the color sections i add are not full width.

    I am using the boxed layout and the color section is 1030px instead of 1130px.
    Looks like the color section is placed inside

    <div class="template-page content twelve alpha units">
         <div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow …av_textblock avia-builder-el-first
          container_wrap fullsize" style="background-color: #2AB73F;">
         </div>
    </div>'
    
    grid.css:197 .responsive .container .twelve.units 1030px
    #top #main .avia-section .template-page 100%

    When using the standard tamplate the color section is placed outside of that div container.

    So how can i fix this?
    Am i doing something wrong when creating a template with page.php as a base?

    #252237
    jockejansson
    Participant

    Hello!

    I have just added an iFrame facebook like box in a footer widget.

    <iframe src=”//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fblackantenergydrink&width&height=62&colorscheme=light&show_faces=false&header=false&stream=false&show_border=false&appId=184796868199810″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; height:62px;” allowTransparency=”true”></iframe>

    My problem is that this little S”#=”I is not showing correctly.
    Please see footer on http://blackant-energy.com/

    Any suggestions on what to do? :)

    talelie
    Participant

    Helllo,

    I have updated the Enfold theme to 2.6.3 and cannot upload images.

    this is the error message i get:

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

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-admin/async-upload.php on line 32
    3120

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-admin/post.php on line 233

    Warning: Cannot modify header information – headers already sent by (output started at /home/ci7bodu0/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/ci7bodu0/public_html/wp-includes/pluggable.php on line 896
    Thanks
    Tal

    • This topic was modified 11 years, 12 months ago by talelie.
    #251924

    In reply to: Memory Usage

    I’m using Jetpack, WordPress SEO, Gravity Forms and W3 Total Cache among a few others, As soon as Jetpack is activated with W3 Total Cache and WordPress SEO activated I can’t add any other plugins. Unless I delete the entire installation and start from scratch, but then when there is a WP update all hell breaks out. I never had this issue when I used bytesforall’s atahualpa theme.

    I’ve been conducting research on the problem the last few hours since creating this thread. It seems that many of the premium WordPress themes that are using some form of visual composition editor are having huge PHP memory issues. For example, Themeco’s ‘X’ theme’s has 3 applications running more than 128m of memory each and pulling from several connections. Themeco responded to the post stating the Visual Composer is one of the 3 applications within theme that is heavily utilizing PHP resources. All the complaints in the Themeforest show that shared hosting plans from a wide variety of hosting services are having the most problems.

    I really have to wonder if Kriesi’s Avia Framework and visual composition tool/application is one of the reasons we are having so many problems.

    The following is one of the numerous fatal error messages we’ve been getting since upgrading to WP 3.8.2.

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1966080 bytes) in /wp-includes/SimplePie/Item.php on line 2736. Every time I turn off all of the plugins and try to activate them one at a time I get a different error message.

    #251680

    I am trying to upload icons through Fontello….

    I keep getting this error when I try to upload the zip file: Fatal Error: call to a member function attributes () on a non-object in /home/gashland/gashland.org/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/pho/font-manager.class.php on like 179

    I am a bit new to WordPress if someone could help me that would be wonderful.

    #251510

    Hey Khalid!

    Yes, the header.php and the header in general was changed substantially in the 2.6 update so you will either need to roll back to the previous version or re-do your customizations.

    Keep in mind however that the update introduced the new header options: https://vimeo.com/channels/aviathemes/91837491

    Cheers!
    Devin

    #251509
    khalidmuharraqi
    Participant

    Dear All!
    I customized my header by following the steps under this thread,

    Main reason to customize was to achieve this result,
    1. Social icons custom placement (just like kriesi website)
    2. Placement of main menu
    3. Fixed Header and logo all the time WITHOUT stretching.
    For example please check this image how my website was looking before update,

    My Question:
    I do used to update before as well and every time update, I just change the header.php or customize it again accordingly.
    But this time I’m not getting what it was before may be because you guys change some hard core coding in header or something.
    Now that’s how its looking

    Please help me to get the same result again as I can’t hold the website the way it is looking now.
    ALSO ITS NOT WORKING FINE WITH MOBILE ANYMORE :(

    Hi!

    Try to replace this line:

    
    $items .= '<li class="menu-item custom-menu-item"><a href="<?php echo wp_logout_url( home_url() ); ?>" rel="nofollow" title="Logout">Logout</a></li>';
    

    with:

    
    $items .= '<li class="menu-item custom-menu-item"><a href="'.wp_logout_url(icl_get_home_url()).'" rel="nofollow" title="Logout">Logout</a></li>';
    

    For more information refer to: https://wpml.org/de/documentation-3/support-2/mehrsprachige-wordpress-themen-erstellen/link-zur-startseite/

    Cheers!
    Peter

    #251348
    Anonymous
    This reply has been marked as private.
    #250932

    Hi!

    1) Ich empfehle die neueste Version des themes von themeforest.net herunterzuladen. Anschließend die zip Datei entpacken und den Theme Ordner mittels ftp auf den Server übertragen. Ein Tutorial Video findet sich hier: https://vimeo.com/channels/aviathemes/67209750

    2) Wenn der “Warning: uasort(): Array was modified” Fehler dann noch immer auftritt, empfehle ich folgenden Code in die theme functions.php einzufügen:

    
    error_reporting(0);
    

    Dieser verhindert, dass der Server Warnungen & Fehlermeldungen der WordPress PHP Dateien ausgibt.

    Best regards,
    Peter

    #250806

    Topic: Icon Font Upload Issue

    in forum Enfold
    rjdougan
    Participant

    I have tried to upload a font zip files from from http://fontello.com/ and am getting the following error message

    Couldn’t add the font.
    The script returned the following error:
    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 41: parser error : Opening and ending tag mismatch: img line 41 and a in /home/xxxx/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177
    Warning: simplexml_load_string() [function.simplexml-load-string]: lt=”eagles view consulting logo” src=”/wp-content/uploads/2010/03/logo2.png”></a in /home/xxxxn/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177

    #250794

    In reply to: Portfolio Queries

    Apologies – have changed a few things since originally asking these questions – have updated the below accordingly.

    My test platform is now at http://79.170.44.107/magicfest.co.uk/festival-whats-on/

    Still need to know following please;

    1. How do I set a default sidebar for portfolio categories and/or tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/adam-house/) I’d like to have the same sidebar as on http://79.170.44.107/magicfest.co.uk/festival-whats-on/ (I can’t really use the ‘Displayed Everywhere’ widget as I have custom sidebars elsewhere)

    2. How do I change the default heading of ‘Portfolio items’ for pages that filter portfolio tags and categories AND tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/30-06-14/tag/adam-house/). It’s straightforward for portfolio categories as it’s simply changing the category description, but this doesn’t appear to work for categories AND tags and just tags on their own? Be happy for it to be a default of ‘Search Results’ for all these.

    3. I’m using the ‘Cat & Tag Filter’ plugin to filter portfolio posts now (it can query portfolio_entries which is ideal). If I wanted to remove the default filter for portfolio (e.g the All / Illusions & Mentalism / Masterclass etc. directly above the portfolio entries on http://79.170.44.107/magicfest.co.uk/festival-whats-on/) can you advise what I should remove or comment out and from which PHP file please?

    Thanks!

    Sam

    #250733

    In reply to: entry with sidebar

    This reply has been marked as private.
    #250699

    Hey!

    Thank you for the link.

    The aspect ratio option is for video slides only. It won’t affect how the image thumbnail turns out. You can choose the thumbnail size for the easy slider on “Slideshow Image Size” option. For example, please use the “Magazine (710×375)” thumbnail size which I think is the best thumbnail size for your slider. Edit functions.php, find this code on line 100:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    

    Replace it with:

    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375, 'crop'=>false );						// images for magazines
    

    This will prevent the theme from cropping the edges of the image thumbnails. Make sure that you uploaded the images with sizes close to that ratio. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    #250669

    In reply to: Remove date

    Hey rikv!

    Thank you for using the theme!

    I’m not sure how to remove the date from google serps but if you don’t mind, we would like to know the website url. Some article say that you have to remove the the_date() function in order to hide the dates from google serps. If that is the case, you can edit includes > loop-index.php, find this code on line 71:

    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
                    echo "<span class='text-sep text-sep-date'>/</span>";

    Remove it. I hope that helps.

    Regards,
    Ismael

    jtree5757
    Participant

    Hey guys,

    can you please tell me how I can dequeue the css that gets put out from the admin panel styling options.

    I believe I found the correct file and line where this is happening. Enfold –> framework –> php –> class-adminpages.php

    Here is the code found on line 75

    /**
    		* Print css stylesheets in the framework/css folder to the admin head
    		*/
    		function add_styles()
    		{
    			wp_enqueue_style( 'thickbox' );
    		
    			$files = avia_backend_load_scripts_by_folder( AVIA_CSS );
    			
    			foreach ( $files as $index => $file ) 
    			{ 
    				$file_info = pathinfo($file);
    				if(isset($file_info['extension']) && $file_info['extension'] == "css")
    				{
    					$filename = basename($file_info['basename'], ".".$file_info['extension']) ;
    					wp_enqueue_style($filename , AVIA_CSS_URL . $file); 
    				}
    			}
    		}

    I can’t figure out what name is being put out here wp_enqueue_style($filename , AVIA_CSS_URL . $file);

    This is the url to that file mysite.com/wp-content/uploads/dynamic_avia/enfold_child.css?ver=1

    I am including this css in my main stylesheet so that I can greatly reduce the number of css files I have.

    Please Please Please help me on this one! :)

    thanks

    #250617

    Topic: Portfolio Queries

    in forum Enfold
    sjwmobile
    Participant

    Hi,

    Thanks again for a great theme – really enjoying using it.

    I’m trying to use the Portfolio as a way of adding events to my site – http://79.170.44.107/magicfest.co.uk/whats-test/

    Doing so, I have encountered 3 issues that I’d like some help with please;

    1. How do I set a default sidebar for portfolio categories and/or tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/special-events/tag/28th-june-2014/) I’d like to have the same sidebar as on http://79.170.44.107/magicfest.co.uk/whats-test/ (I can’t really use the ‘Displayed Everywhere’ widget as I have custom sidebars elsewhere)

    2. How do I change the default heading of ‘Portfolio items’ for pages that filter portfolio tags and categories AND tags (e.g on http://79.170.44.107/magicfest.co.uk/event-categories/special-events/tag/28th-june-2014/). It’s straightforward for portfolio categories as it’s simply changing the category description, but this doesn’t appear to work for tags?

    3. I’m using the ‘Cat & Tag Filter’ plugin to filter portfolio posts now (it can query portfolio_entries which is ideal). If I wanted to remove the default filter for portfolio (e.g the All / Illusions & Mentalism / Masterclass etc. directly above the portfolio entries on http://79.170.44.107/magicfest.co.uk/whats-test/) can you advise what I should remove or comment out and from which PHP file please?

    Appreciate your help,

    Sam

    #250243

    I also tried adding some icons using that tutorial, and I got the following error when I tried to upload the zip file:

    Couldn’t add the font.
    The script returned the following error:

    Fatal error: Call to a member function attributes() on a non-object in /home/tcweb/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179

    #250041
    kinnear
    Participant

    Hi http://www.fanfullaconstructions.com is not displaying I receive the following error

    Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘)’ in /home/fanfulla/public_html/wp-includes/post-template.php on line 1377

    My Ip provider said to contact the developer here is there reply

    It seems there is some coding issue in your “/home/fanfulla/public_html/wp-includes/post-template.php”, I would recommend you to contact your web developer and ask them to further investigate this issue. :)

    This is urgent can someone please asset me

    #249697
    fragezeichen
    Participant

    Hello,

    after automatical upgrade to wordpress to 3.8.2 alle backend websites are “blank”.

    For example the dashbord site contains data up to “Debugging Info for Theme support” and no more lines.

    I´ve put the source of the page into this message so it easier to understand what i mean.
    This happens to all backend pages. On the fontend all pages are displaying correct, but I guess it workes because of the Cache.

    Please help, I dont know how to solve this problem.

    Kind regards, Michael

    <!DOCTYPE html>
    <!–[if IE 8]>
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; class=”ie8 wp-toolbar” lang=”de-DE”>
    <![endif]–>
    <!–[if !(IE 8) ]><!–>
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; class=”wp-toolbar” lang=”de-DE”>
    <!–<![endif]–>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <title>Dashboard ‹ Top Job Bewerbung — WordPress</title>
    <script type=”text/javascript”>
    addLoadEvent = function(func){if(typeof jQuery!=”undefined”)jQuery(document).ready(func);else if(typeof wpOnload!=’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
    var ajaxurl = ‘/wp-admin/admin-ajax.php’,
    pagenow = ‘dashboard’,
    typenow = ”,
    adminpage = ‘index-php’,
    thousandsSeparator = ‘.’,
    decimalPoint = ‘,’,
    isRtl = 0;
    </script>
    <meta name=”viewport” content=”width=device-width,initial-scale=1.0″>
    <link rel=’stylesheet’ href=’http://www.topjobbewerbung.com/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check&ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-media-style-css’ href=’http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’GrStyle-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/css/getresponse-integration.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’GrCustomsStyle-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/css/getresponse-custom-field.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <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=3.8.1′ type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’thickbox-css’ href=’http://www.topjobbewerbung.com/wp-includes/js/thickbox/thickbox.css?ver=20131201&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’colors-css’ href=’http://www.topjobbewerbung.com/wp-admin/css/colors/ocean/colors.min.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <!–[if lte IE 7]>
    <link rel=’stylesheet’ id=’ie-css’ href=’http://www.topjobbewerbung.com/wp-admin/css/ie.min.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <![endif]–>
    <link rel=’stylesheet’ id=’layerslider_global_css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/LayerSlider/css/global.css?ver=4.1.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’akismet.css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/akismet/akismet.css?ver=2.6.0&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’itsec_notice_css-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/core/css/itsec_notice.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’cptch_stylesheet-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/captcha/css/style.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’ithemes-icon-font-css’ href=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css?ver=3.8.1&#8242; type=’text/css’ media=’all’ />

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var avia_framework_globals = avia_framework_globals || {};
    avia_framework_globals.frameworkUrl = ‘http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/framework/&#8217;;
    avia_framework_globals.installedAt = ‘http://www.topjobbewerbung.com/wp-content/themes/enfold_2_6/&#8217;;
    avia_framework_globals.ajaxurl = ‘http://www.topjobbewerbung.com/wp-admin/admin-ajax.php&#8217;;
    /* ]]> */
    </script>

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var WPAkismet = {“comment_author_url_nonce”:”29f39c9cef”,”strings”:{“Remove this URL”:”Remove this URL”,”Removing…”:”Removing…”,”URL removed”:”URL removed”,”(undo)”:”(undo)”,”Re-adding…”:”Re-adding…”}};
    /* ]]> */
    </script>
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var itsec_file_change_warning = {“nonce”:”7fb13c8ba7″,”url”:”http:\/\/www.topjobbewerbung.com\/wp-admin\/admin.php?page=toplevel_page_itsec_logs”};
    /* ]]> */
    </script>
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var strong_password_error_text = {“text”:”Sorry, but you must enter a strong password.”};
    /* ]]> */
    </script>

    <script type=’text/javascript’>
    /* <![CDATA[ */
    var userSettings = {“url”:”\/”,”uid”:”3″,”time”:”1397116302″};/* ]]> */
    </script>
    <script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,json2&ver=3.8.1′></script&gt;
    <script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/getresponse-integration/js/getresponse-custom-field.src-verified.js?ver=3.8.1′></script&gt;
    <script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/akismet/akismet.js?ver=2.6.0′></script&gt;
    <script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/modules/free/file-change/js/admin-file-change-warning.js?ver=4028′></script&gt;
    <script type=’text/javascript’ src=’http://www.topjobbewerbung.com/wp-content/plugins/better-wp-security/modules/free/strong-passwords/js/strong-passwords.js?ver=4028′></script&gt;

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.6
    Installed: enfold_2_6
    AviaFramework Version: 1.8.8
    AviaBuilder Version: 0.6
    ML:128-PU:47-PLA:13
    –>

    #249653
    JosS1
    Participant

    Hi,

    Suddenly I get this error in the admin:

    Fatal error: Uncaught exception ‘Exception’ with message ‘fetch – <b>MySQL server has gone away</b><br>—<br> Query: select * from wp_revslider_sliders order by id’ in /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/framework/functions.class.php:7 Stack trace: #0 /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/framework/db.class.php(22): UniteFunctionsRev::throwError(‘fetch – <b>MySQ…’, -1) #1 /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/framework/db.class.php(36): UniteDBRev->throwError(‘fetch – <b>MySQ…’) #2 /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/framework/db.class.php(124): UniteDBRev->checkForErrors(‘fetch’) #3 /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/revslider_slider.class.php(1431): UniteDBRev->fetch(‘wp_revslider_sl…’, ”, ‘id’) #4 /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/revslider_ in /home/tsjikke/domains/tsjikke.nl/public_html/wp-content/plugins/revslider/inc_php/framework/functions.class.php on line 7

    The frontend still works, but I cannot enter the admin anymore

    I read somewhere that I can deactiviate revslider via ftp, but I also read on the same place that reactiving caused the same problem.

    #249586

    In reply to: some css changes

    Hi xpoveda!

    Thank you for using the theme!

    1.) Please add this on Quick CSS or custom.css:

    .avia_iconbox_title:hover {
    color: #000000;
    }

    2.) Edit search.php, find this code on line 52:

    <?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    
    				get_sidebar();
    
    				?>
    

    Remove it if you don’t want a sidebar on the search page.

    3.) Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    margin: 0 auto;
    max-width: 100%;
    height: 50px !important;
    top: 5px;
    }
    
    #header_main [data-av_iconfont="entypo-fontello"]:before {
    font-size: 15px;
    }
    
    .responsive #header .social_bookmarks {
    right: 45px;
    }
    
    #top .social_bookmarks li {
    width: 25px;
    }
    }

    Regards,
    Ismael

    #249552

    Hi jlovebomb!

    Thank you for using the theme!

    Please edit functions.php, find this code on line 102:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Adjust the width and height then set the crop parameter to false. Something like this:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>400, 'crop'=>false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Ismael

    #249340

    Well, it’s definitely not a theme issue, try switching back to the default WP theme and test the contact form (CF7).

    Maybe it’s WordPress whose doesn’t have enough permissions to send emails, you can discard this by sending a “password forgotten” email from the wp-login.php screen to your mail.

    Just to discard one more thing, have you tested with different destinations?

    Regards,
    Josue

    #249318

    In reply to: Icon colours

    This reply has been marked as private.
    #249035

    In reply to: Portfolio image height

    Hi!

    Thank you for using the support forum!

    Edit the code on functions.php:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Replace it with:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>400, 'crop' => false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Let us know if it works. If not, please give us a link to the actual portfolio item where you test it.

    Best regards,
    Ismael

    Hey SkyBlue7!

    Thank you for using the support forum!

    You can edit includes > register-portfolio.php. Find this code on line 9:

    'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
    

    Please create a backup of the file first before doing anything. I hope that helps.

    Regards,
    Ismael

    #248995

    Hi Mike!

    I see, for the most recent theme version the file to edit would be includes/helper-main-menu.php:

    After that you just need to add some Quick CSS:

    .custom_stuff{
    position: absolute;
    right: 0;
    }

    Regards,
    Josue

Viewing 30 results - 15,871 through 15,900 (of 16,891 total)