Viewing 30 results - 14,971 through 15,000 (of 16,896 total)
  • Author
    Search Results
  • #354614

    Topic: Important!

    in forum Enfold
    eliuserman
    Participant

    Hi there

    After upgrading the site with a new version, the site went off and I get this message only:
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/numlig5/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 81

    I have to resolve it ASAP
    Thanks!

    #354376

    Hi!

    It looks like you have this in your style.css file which is hiding it on your homepage.

    #home .slide-meta {
        display: none;
    }

    To move it above the title then open up /enfold/config-templatebuilder/avia-shortcodes/postslider.php and move lines 375 – 388.

    if($show_meta && !empty($excerpt))
    {
    	$output .= "<div class='slide-meta'>";
    	if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    	{
    		$link_add = $commentCount === "0" ? "#respond" : "#comments";
    		$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    		$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    	}
    	$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    	$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    	$output .= "</div>";
    }
    

    To line 369 so they display above this.

    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';
    

    Regards,
    Elliott

    #354005

    In reply to: Slideshow Font

    Hi!

    You should be able to target it with this.

    .slideshow_align_caption h2 {  }
    

    Also you’ll need to make sure your using that specific font somewhere in the Enfold styling settings or it will not get loaded. If you want to load it manually then add this to the bottom of your /enfold/functions.php file.

    add_filter( 'wp_head', 'enfold_customization_add_font' );
    function enfold_customization_add_font() {
    	?>
    	<link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'>
    	<?php
    }

    Regards,
    Elliott

    #353866

    thanks for your help!
    last question: if i have a little understanding of php, can i try to built my own grid-row element which has a – let’s say 70% width. How can i then switch on the sidebar again?

    #353761

    Hi,

    I have deleted the current Theme Folder: Enfold. Downloaded a new one and uploaded via FTP. Checked permissions and set at on both folder and functions.php file – 0755.
    Default themes work fine.

    Still getting the error .

    Thanks,
    Karen

    #353735

    Topic: SSL – HTTPS Issue

    in forum Enfold
    fuenos
    Participant

    Hi,

    Since 4 days, after uptades Google Chrome versions I get following issues,

    Chrome Version 38.0.2125.1111 m (The PadLock is Green)
    Any ERROR or ISSUE

    Chrome Version 39.0.2171.65 m (The PadLock is Yellow)

    Failed to load resource: net::ERR_CACHE_MISS
    https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.faceboo…orscheme=light&show_faces=true&header=false&stream=false&show_border=false

    Chrome Version 41.0.2223.0 canary (64-bit) (The PadLock is Green)
    Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.

    Mobile Chrome Version 39.0.2171.59 (Android) (The PadLock was/is always Yellow)
    Insecure Content

    I DO NOT HAVE any script or 3th Party Images as well as sources without HTTPS.

    Please advice me,

    Regards

    #353732

    Hey!

    These are images that you want to add:

    http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/07/Fulton.jpg
    http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/07/Hoskins.jpg

    I’m sorry but I don’t see them on the mockup. Where do you want them to show on the single post pages? You need to edit includes > loop-index.php.

    Best regards,
    Ismael

    #353677
    ninaS
    Participant

    Hi,
    I tried to edit some pages on my website http://www.dma-dancecenter.de and change the logo but nothing happens. I can’t edit any page or even get to the builder, it loads until infinity or an fatal error appears. The frontend looks clean and good.

    Fatal error: Out of memory (allocated 32768000) (tried to allocate 5815 bytes) in /homepages/10/d377341531/htdocs/wp-includes/wp-db.php on line 1653…

    Any suggestions? Would be very glad for some help

    Regards Damian

    Hi doritnir!

    1. Try adding this to your custom CSS.

    #socket .copyright { width: 100% !important; }
    

    2. I think it would be best to use Ismael’s suggestion here to add more google fonts, https://kriesi.at/support/topic/add-new-font/#post-234710. This way you can use the theme features for styling in Dashboard > Enfold > General Styling and also in the advanced styling tab. But if you still want to use CSS then you should be able to target them with this.

    .avia-testimonial-content {  }
    .main-title, .main-title a {  }
    .avia-menu > li > a, .avia-menu > li {  }
    

    3. Try adding this to your custom CSS.

    .avia-testimonial-meta { margin-right: 0px !important; }
    

    4. Try editing line 9 in /enfold/searchform.php.

    'placeholder'  	=> __('Search','avia_framework'),
    

    Cheers!
    Elliott

    • This reply was modified 11 years, 5 months ago by Elliott.
    #353329

    Hi!

    Try the following, open /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and look for this part (~470):

    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    $output .= '</header>';

    Change it to:

    $markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false, 'id'=>$the_id, 'custom_markup'=>$custom_markup));
    $output .= '<header class="entry-content-header">';
    $output .= "<h3 class='grid-entry-title entry-title' $markup><a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";
    $output .= "CUSTOM META CODE HERE"
    $output .= '</header>';

    To do this modification using child theme shortcodes:
    http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Cheers!
    Josue

    #353248

    Hi user877!

    First off comment out line 8 in /enfold/includes/helper-main-menu.php.

    //if(isset($headerS['disabled'])) return;
    

    And then add this to the bottom of your /enfold/functions.php file.

    add_filter( 'wp_head', 'enfold_customization_display_cart' );
    function enfold_customization_display_cart() {
    	$headerS = avia_header_setting();
    	if( isset( $headerS['disabled'] ) ) {
    	?>
    	<style type = "text/css">
    	#header_main .container {
    		display: none !important;
    	}
    	.dropdown_widget { display: block !important; opacity: 1 !important; }
    	</style>
    	<?php
    	}
    }

    Cheers!
    Elliott

    #353126
    This reply has been marked as private.
    #352965

    Hey Gillianrose!

    Thank you for using Enfold.

    Few users reported this issue and it proves to be just a temporary hiccup. Please refer to these links for more info:

    https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300

    https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/

    https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660

    Best regards,
    Ismael

    Hey artemrepin!

    Thank you for using Enfold.

    Few users reported this issue and it proves to be just a temporary hiccup. Please refer to these links for more info:

    https://kriesi.at/support/topic/error-when-using-the-www-prefix/#post-297300

    https://kriesi.at/support/topic/big-issues-setting-up-a-complete-new-site-with-enfold/

    https://kriesi.at/support/topic/error-issues-with-masonry_entries-php-on-line-33/#post-271660

    Best regards,
    Ismael

    #352857

    In reply to: LAYER SLIDER

    This reply has been marked as private.
    #352846
    Gillianrose
    Participant

    Hi do you guys know what I should do with a warning notice?
    How to remove it?

    Warning: session_start() [function.session-start]: open(/tmp/sess_3cf672480c1ae394c283fd4494b4c718, O_RDWR) failed: Read-only file system (30
    public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    Oh have just added a new piece of news: my hosters fixed it in one minute, they didnt tell me what they did though.
    So you dont hve to reply to this message, thanks
    G

    • This topic was modified 11 years, 5 months ago by Gillianrose.
    #352808

    Also I did the theme check and the fatal error appear

    Fatal error: Maximum execution time of 30 seconds exceeded in /home/content/92/11637792/html/wp-content/plugins/theme-check/checks/deprecated.php on line 230

    This reply has been marked as private.
    artemrepin
    Participant

    Greetings wonderful team support.
    I have two wordpress installs one in the root and the other in the subdirectory. This is not a multisite, they use two separate DB’s. After trying to resolve the issue between making them both work separately, I have been given a suggestion to switch to LINUX from windows hosting. I did and it seems that the subdirectory WordPress stopped pulling information from the root database but I’m getting the following errors if you simply visit the http://www.artemrepin.com. If you type in http://artemrepin.com without the www you will see the site but the errors are still being reported around it. I have www taken out in wordpress before, as I thought about doing the Multisite, and that was the suggestion.
    Please help ASAP

    Thank you.

    Warning: session_start() [function.session-start]: open(/home/content/37/9998537/tmp/sess_pmbuebuoirvfvp10md5r7abua7, O_RDWR) failed: No such file or directory (2) in /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    
    Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/content/37/9998537/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/content/37/9998537/html/wp-includes/pluggable.php on line 1173
    
    Warning: Unknown: open(/home/content/37/9998537/tmp/sess_pmbuebuoirvfvp10md5r7abua7, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
    
    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    Thx Elliot!! Works like a charm, images on desktop and mobile display the way I wanted them to :D

    Is there any way to keep the size of the images on desktop and mobile this way after I change loop-index.php like you suggested in post #350379 ?
    Because with only the CSS changes the images are perfect, but when I change the loop-index.php file, the images become really small. I tried it again, see for yourself.
    Ismael his suggestion did not work unfortunately?

    Sincerely,
    Morticka

    #352567

    Hi jhop75!

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

    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
    $att = "onclick=\" dataLayer.push({'event': 'contactform-submitted'}); \"";
    return $att;
    }

    Cheers!
    Elliott

    #352523

    I’m applying the image to the herbicides category.

    I can tell something is happening since when I add that PHP code you provided, I get the white screen on single.php pages only one my site.

    Basically, I have posts organized by about 5 different categories, and they are displaying in the single.php template.

    Maybe I should try that code in the functions.php file?

    I DID get the code BELOW to work in the header…but I dont’ need the images in the header…..

      <!--    <?php if(is_category('herbicides')):?>
                  <img src="http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/07/Fulton.jpg">
                  <?php elseif (is_category('fungicidies')):?>
                  <img src="http://bookwalterdesign.com/albaughinc/wp-content/uploads/2014/07/Hoskins.jpg">
                  <?php endif;?>-->
    #352449

    In reply to: GTB – Blank page

    Hi Mohan!

    Your options and custom CSS code in Quick CSS field remain the same if you update the theme ( http://vimeo.com/67209750 ). If you have added your code to custom.css file please have a backup before updating the theme.
    Can you please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    You can contact your service provider and they can do it for you.

    Best regards,
    Yigit

    #351843
    bigtime32
    Participant

    WordPress is giving me the spinning wheel of death and I cannot edit pages. There was a post covering this topic 2 months ago and it did not seem to be resolved effectively. I have updated everything. It seems to be a jquery issue as there is an uncaught error. I do not know how to fix this. But I have created an SFTP login for you and am sending you a screenshot of the error as well as a copy / paste below. Would appreciate your help as quickly as possible. Here is the error:

    Uncaught Error: Syntax error, unrecognized expression: a[rel=] VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb.error VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb.tokenize VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb.compile VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb.select VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2fb.matches VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2m.filter VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2w VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2m.fn.extend.filter VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2initLayout avia_colorpicker.js?ver=4.0:948(anonymous function) avia_colorpicker.js?ver=4.0:652m.extend.each VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2window.EYE.init avia_colorpicker.js?ver=4.0:651j VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2k.fireWith VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2m.extend.ready VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2J VM221 load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,jquery-ui-core,utils,plupload,json…:2
    Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=384&action=edit:1
    6Uncaught TypeError: Cannot read property ‘hasClass’ of undefined VM247 load-scripts.php?c=0&load%5B%5D=jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui…:1070

    Link to image: http://pvatestsite.com/testsite1/wp-content/uploads/2014/11/enfold-jquery-error.png

    #351578

    Hi Yigit,

    OK. I have had a look at this article and I am now confused. I have 2 questions:

    1. I need to replace the standard icon. In functions.php (line 154) it is called as ue836.
    However character map at entypo.com calls the same icon U+270E.
    I need to replace it with an icon of a note U+266A.
    Where am I supposed to find out what it is in the notation used in Enfold?

    2. in the article you have mentioned the following code is recommended for the child theme:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    
    function avia_replace_standard_icon($icons)
    {
    $icons['standard']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue915');
    return $icons;
    }

    What are 10, 1 values?
    I understand that I need to replace ue915 to U+266A. Is that right?

    Many thanks for your help,
    Peter

    klemtek
    Participant

    Warning: session_start() [function.session-start]: open(/tmp/sess_d92ef7973c42b1e7ef241cd74abd261a, O_RDWR) failed: Permission denied (13) in /home/country/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32

    When I login to my site the header is having the error above. I tried updating enfold version and it is still happening.

    Any ideas what is causing this?

    #351216
    This reply has been marked as private.
    #351162
    This reply has been marked as private.
    #351047

    Topic: Cannot access Widgets

    in forum Enfold
    Cevik_Kuersad
    Participant

    Hi,

    when I try to access my widget area, the following error comes up:

    “Warning: require_once(/www/htdocs/w0115ff1/wp-admin/includes/widgets.php): failed to open stream: Permission denied in /www/htdocs/w0115ff1/wp-admin/widgets.php on line 13

    Fatal error: require_once(): Failed opening required ‘/www/htdocs/w0115ff1/wp-admin/includes/widgets.php’ (include_path=’.:/usr/share/php:..’) in /www/htdocs/w0115ff1/wp-admin/widgets.php on line 13”

    I’m not aware that I made any changes to the widgets recently, the file widgets.php has cmod 0777.

    The site is http://www.neue-wordpress-homepage.de

    Thanks for your support

    Alexander

    Hi Elliot!!

    1: Yes, I want to reduce both, only the width should be bigger then the text below. I would like to be able to choose, say a standard width of 701px, without distortion of the image?

    2. I work with a child theme and I have already made changes to loop-index.php earlier with you guys, so the line numbers are different now. Can you be more specific where to place the //echo preview image files exactly?

    Sincerely,
    Morticka

Viewing 30 results - 14,971 through 15,000 (of 16,896 total)