Viewing 30 results - 222,391 through 222,420 (of 244,185 total)
  • Author
    Search Results
  • #257559

    It appears that the bug is not ENFOLd related.
    It is due to mu host (Orange / Oleane). I had to show them that even a new wordpress install with ENFOLD dummy data is ok on other hosts and bugged on their servers.
    One guy modified “something” on my files to make the website look ok.
    I need to call them to know what is that “something”. If I have the information I’ll give it here, please do not close conversation yet.

    Anyway ENFOLD was not bugged ans is still the best theme ever :)

    #257555

    Hey!

    Did you solve the issue? The sidebar displays fine on my end: http://www.screenr.com/y4hN

    Cheers!
    Peter

    #257551

    In reply to: Enfold tables

    I tried that one tablepress but there was a problem with pagination.

    I moved to theme option with tables and it works nice.
    Few questions:

    1. Is there a way to give visitor a chance to sort culums by hedings?
    2. align text vertically?

    #257550

    In reply to: Edit frontpage

    Hey oeconomedicus!

    Versuche vielleicht nochmals das Theme mittels ftp zu installieren: https://vimeo.com/channels/aviathemes/67209750
    Anschließend gehe zu Enfold > Theme Options und speichere die Einstellungen erneut.

    Regards,
    Peter

    #257549

    In reply to: Enfold tables

    Hi netarc!

    I recommend to use an advanced table plugin for this task. Maybe: http://tablepress.org/ will do what you want.

    Cheers!
    Peter

    #257548

    In reply to: Menue Error

    Hey welti!

    Bitte aktualisiere Enfold auf Version 2.7. Falls der Fehler noch immer besteht versuche alle Plugins zu deaktivieren- vielleicht ist ein Plugin noch nicht zur Gänze mit WP3.9 kompatibel. Falls dies noch immer nicht hilft versuche den allocated memory auf 128M zu setzen: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Wenn dies den Fehler noch immer nicht behebt erstelle uns bitte einen Admin Account und sende uns die Login Daten als “Private Reply”.

    Best regards,
    Peter

    #257546

    Topic: Remove featured image

    in forum Enfold
    Pedro
    Participant

    Hi,

    I’ve checked the new featured for remove the featured image on single post. But this only works on posts. If I want to remove this featured image on CPT I checked that the code is on functions-enfold.php

    So I copy my code and change the name of the functions to avoid problems with the original functions. So this is the code that I have in my functions child-theme file:

    /* 
    Add a checkbox to the featured image metabox 
    */
    if(!function_exists('theme_featured_image_meta'))
    {
    	add_filter( 'admin_post_thumbnail_html', 'theme_featured_image_meta');
    	
    	function theme_featured_image_meta( $content ) 
    	{
    		global $post_type;
    	
    		if($post_type == "meeting")
    		{
    		    $text = __( "Don't display image on single post", 'avia_framework' );
    		    $id = '_avia_hide_featured_image';
    		    $value = esc_attr( get_post_meta( $post->ID, $id, true ) );
    		    $selected = !empty($value) ? "checked='checked'" : "";
    		    
    		    $label = '<label for="' . $id . '" class="selectit"><input '.$selected.' name="' . $id . '" type="checkbox" id="' . $id . '" value="1" > ' . $text .'</label>';
    		    return $content .= $label;
    		}
    		
    		return $content;
    	}
    }
    
    /* 
    Make sure the checkbox above is saved properly 
    */
    if(!function_exists('add_feature_image_checkbox'))
    {	
    	add_filter( 'avf_builder_elements', 'add_feature_image_checkbox');
    
    	function add_feature_image_checkbox($elements)
    	{	
    			$elements[] =  array(
    		        "slug"  => "layout",
    		        "id"    => "_avia_hide_featured_image",
    		        "type"  => "fake",
    		    );
    	   
    		return $elements;
    	}
    }

    The thing is the function to save the checkbox doesn’t work. What should I do? Thanks

    #257545

    Hey!

    You need to rewrite/change major parts of the fullwidth blog layout css code in wp-content/themes/enfold/css/layout.css – search for all rules with the selector “.fullsize .template-blog” and comment out the code. Then check the results. Afterwards add some style rules to get the desired layout.

    Regards,
    Peter

    #257536

    Hi!

    No, unfortunately I’m not familiar with buddypress and I don’t know how you can replace the image with a bigger thumbnail.

    Cheers!
    Peter

    #257530

    Hey Yigit,

    Great! That works fine.

    Still have some questions and sorry for my bad English.

    1) Body font enlarge with “body {font-size: 15px;}” in quick css increases not everything. For exemple Enfold latest news widget and commentary under Leave a Reply remain small font.
    2) Enfold theme make categories and tags clickable in the text. How can I remove this feature?
    3) Bold words are the same color as my links. How can I make the bold words in the same color as normal text?
    4) When I set my blog page by the enfold theme options, he no longer cuts off automatically by 55 words. Can I at this feature back?
    5) How can I give the heading tags a different color?
    6) The H2 and H3 tags are a little bit to large for my, how can I set a smaller font? (the H1 is smaller than the H2 now, can you see what font the H1 tags are by default?)

    Thanks for the time.

    Regards,
    Miikey

    #257527

    Hi grassrootsEE52!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Cheers!
    Peter

    #257525

    In reply to: Icon Box css anpassen

    Hi philipp81!

    Ja, siehe: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ – einfach eine Klasse in das CSS Feld einfügen und diese dann für die Style-Anpassungen verwenden.

    Cheers!
    Peter

    #257519

    Hey!

    Yes, the theme options (Enfold > Theme Options) are not translatable at the moment. Thank you for the French translation!

    Regards,
    Peter

    #257518
    uychkinnear
    Participant

    I have made a couple of layer sliders to widget column size because in other themes you can display layer sliders in a widget. Can I do this with Enfold? If so how, I tried tried to paste the layer slider shortcode into the text widget but it didn’t work. Cheers Kinnear

    #257514

    In reply to: Lost magic wand

    Hey!

    Please update to Enfold 2.7. If it doesn’t help try to deactivate all third party plugins – maybe a plugin is incompatible with WP3.9.

    Cheers!
    Peter

    #257512

    Hey!

    Insert this code into the enfold/functions.php file or into the child theme functions.php file:

    
    add_theme_support('avia_no_session_support');
    
    

    It will deactivate the breadcrumb session and should fix the warning message.

    Best regards,
    Peter

    #257501

    Here is an example in video screencast. On this page, I completely rebuilt it. On another installation I had started, but wasn’t using yet, on a completely different server/hosting company, I added a new page. Added the elements and saved. Then moved an element and edited another text box, then saved again. You will then see how a large portion of the page disappears at the bottom. The only thing that is the same is the two pie chart images I used. Could it be a corrupted image? How can I debug it and see why it is crashing.

    http://screencast.com/t/fpCDv9ARyn0

    Thanks for any help you can give.

    -Fred

    jenlioness
    Participant

    Hi,

    I am using Enfold for this site: http://unearthedartsmn.com
    They are selling art classes and I used the code below from another site (added to the functions.php) to change the “In Stock” to “Seats available” however it doesn’t say how many are available per inventory number. Is there a way for it to say how many seats are available and then adjust downward as the seats are sold? Would it work for both simple and variable products? Some classes have multiple session dates with the inventory being controlled at the variation level.

    add_filter( ‘woocommerce_product_description_heading’, create_function( ”, ‘return “”;’ ) );
    add_filter( ‘woocommerce_stock_html’, create_function( ”, ‘return “<p class=\”stock\”>Seats available</p>”;’ ) );

    add_filter( ‘woocommerce_out_of_stock_flash’, create_function( ”, ‘return “<p class=\”out-of-stock\”>No seats available</p>”;’ ) );

    Thanks for any help you can provide on this issue,
    Jennifer

    #257492

    Topic closed, glad you figured it out.

    #257490

    In reply to: Enfold child

    Hola,

    Las fotos que has adjuntado no se muestran, trata de subirlas a Dropbox o Imgur.

    Saludos,
    Josue

    #257488

    Hey!

    Try updating both WordPress and Enfold to their respective latest version, it may get fixed.

    Best regards,
    Josue

    #257485

    Hi!

    Well, the code is not being added to the enfold.css file (this is where Quick CSS should be), try adding it to custom.css.

    Regards,
    Josue

    #257484
    scott4885
    Participant

    Please help! For some reason, I keep getting the following errors, like you can see now on the homepage of my website at: http://www.newhorizonsdentalcare.com (or pasted below).

    Here is a little info that might help also:
    1) By searching Google with this error, you come across other Enfold sites with the same error…so I’m thinking it is something with the theme.
    2) The problem occurred inside my child theme but when I switched to the parent theme, it disappeared.
    3) The problem is intermittent – I have no idea why it went away last time, but it did after a few days.
    4) While troubleshooting and trying to isolate the problem, I made a new child theme and realized each time I placed the “header.php” file into my child theme, I got the error to pop up. So, it must have something to do with header.php.
    5) I set the website up on another URL: scottguest.com and then have a redirect in Godaddy to point/mirror the newhorizonsdentalcare.com URL to the wordpress site I setup on scottguest.com – not sure exactly how this is setup (a developer I know did the DNS).
    6) I’m currently running version 2.5.2

    Thanks,
    Scott

    Here is the error:

    “302
    Found
    If you wish to report this error page, please contact the website owner.

    If you are the website owner: It is possible you have reached this page because the server has been misconfigured. If you were not expecting to see this page, please contact your hosting provider. If you do not know who your hosting provider is, you may be able to look it up by Googling “whois”and your domain name. This will tell you who your IP is registered to.

    Note: Although this site is running LiteSpeed Web Server, it almost certainly has no other connection to LiteSpeed Technologies Inc. Please do not send email about this site or its contents to LiteSpeed Technologies Inc.

    About LiteSpeed Web Server:
    LiteSpeed Web Server is a high-performance Apache drop-in replacement. Web hosts use LiteSpeed Web Server to improve performance and stability and lower operating costs. If you would like to learn more about how LiteSpeed Web Server helps web hosts provide a better Internet experience, please visit here.

    Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.”

    #257481

    In reply to: woocommerce catalog

    I am using enfold 2.7 and WP 3.9

    #257436

    In reply to: Image issues

    Hi!

    Not exactly, i was referring to the custom code you may have in the Quick CSS, that’s what i understood by ‘changes to the enfold.css’.

    Regards,
    Josue

    #257432

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    #257429

    Hey t3lgroup!

    While possible you would need to customize that php file which creates the element. You can also request the additional field as a feature request here: https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Devin

    #257425

    In reply to: Image issues

    Are you saying to put the enfold.css in custom.css?

    #257405

    In reply to: Image issues

    After hours and hours I finally have it working, with the exception of the “?rel=0” for the video, which appears to be universal to everyone as Google made some changes.

    One issue I have that makes me crazy is the failure to read the enfold.css file. It seems like whenever I make any changes the enfold.css file does not apply. I have to delete the server file and reload my local file and then it is fine.

    Cheers!

    #257399

    Hi codepantry!

    If you need assistance beyond that it would need to be handled by a freelance developer. Ismaels suggestion is a general one but the theme just doesn’t have that kind of built in capacity to dynamically add in an ID to each and every element.

    You can also add it in as a feature request here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Devin

Viewing 30 results - 222,391 through 222,420 (of 244,185 total)