Viewing 30 results - 16,291 through 16,320 (of 16,890 total)
  • Author
    Search Results
  • #200516
    jmaguirrei
    Participant

    Hello!

    In my site I have a fixed header and socket, obtained via CSS code, using Small Non-Fixed Header in the Header Type at Enfold Theme Options.

    http://www.adw.cl/whiskypedia/

    CSS

    /* ————————————————————————- */
    /* Header */
    /* ————————————————————————- */
    /* 1. Posicion y estilo del Header */
    #header {
    position: fixed;
    background: grey;
    top: 0px;
    height: 35px;
    }
    /* 2. Complemento al estilo del Header anterior */
    #header_main {
    height: 35px;
    }
    /* 3. Complemento al estilo del Header anterior */
    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 35px;
    height: 35px;
    }
    /* 4. Complemento al estilo del Header anterior */
    .avia-menu-fx {
    height: 0px;
    bottom: -5px;
    }
    /* 5. Complemento al estilo del Header anterior */
    .main_menu {
    height:40%;
    }
    /* 6. Complemento al estilo del Header anterior */
    #top .title_container .container {
    display: none;
    }
    /* 7. Altura de los itemes del menu superior */
    .menu-item {
    height: 28px;
    }
    /* 8. No desplegar el logo en el Header */
    div .logo {
    display: none;
    }

    This is just what I like, except that I want also social icons. If I can include that adding some php, we are done.

    If not, I thing I must change the Header Type.

    If I tried one of the options in the Header with Social icons, I cant reproduce the same style of the header: The menu items doesn’t show or there are blank spaces or alignment issues….

    If you look at http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/ this is close to what I want, but fixed and without the logo section, but with the search tool at the top (on the right of the label ‘pages’)

    Please your help to configure that style.

    Thanks very much!!

    Regards
    José

    #200333

    In reply to: Blog page format

    Hi!

    1.) If you want to show the blog on the homepage, you need to do this. Edit the homepage, this is the page that you set on Enfold > Theme Options > Frontpage Settings, add the Blog Posts element. Don’t set any page on Where do you want to display blog? option.

    2.) If you didn’t set a Frontpage, the theme will automatically use the index.php file which contains the template for a Blog or Posts page. Do the instruction above.

    Please watch this video to learn more about the theme: http://vimeo.com/channels/aviathemes/64927359

    Regards,
    Ismael

    #200141

    Hi karbonato!

    1) This is intentional since tablet/mobile screen space is limited. You can try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files to change it to fixed however:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive #top #header {
    position: fixed;
    }
    }

    This will change it just for tablets. You can add !important to the fixed value if you want it to always be fixed.

    2) With how many menu items its trying to save at once there could be a server limitation to the data getting saved. Talk to your hosting provider about adding the following to your php.ini file to increase the values:

    php_value max_input_vars 3000
    php_value suhosin.get.max_vars 3000
    php_value suhosin.post.max_vars 3000
    php_value suhosin.request.max_vars 3000

    3) That page is a large full width slider at the top and then a color section with text followed by a color section with a fixed background and a full width slideshow (the grass/mobile). In this video I go over how to create the same kind of effect: https://vimeo.com/channels/aviathemes/64927358

    4) You should never edit the theme css directly. Instead you can add new css to take priority to either the css/custom.css file or in the styling tab the Quick CSS field. Do you mean the title container border or the bar at the very top with the social icons/WPML?

    Regards,
    Devin

    #200118

    Topic: Full Screen Slider

    in forum Enfold
    MaxMyBody1
    Participant

    Still having issues with my Full Screen Slider removing the top 1/3 of my image. I have toggled all of the placements of photo positions (top center bottom center etc. ) But my slider still displays like this:

    Screenshot:
    https://app.box.com/s/3kv6s6io5bzncfl57lb0

    My setting are like this:
    https://app.box.com/s/lmtbopmm867q72hjphpz

    What?? What am I missing?

    #200083
    IndikatorDesign
    Participant

    Hello everybody,

    1.
    you´re been using 2 queries in the custom.css in enfold, one for tablets and desktops @media only screen and (min-width: 768px) and one below for mobile advices.

    I need more flexibility to handle all our features on the different devices especially BuddyPress on Smartphones. So I see that you are using more Breakpoints inside Enfold. Is that right? Please can you give me a list of all the px-values from all of your Breakpoints?

    I found this values, are they right?

    @media only screen and (min-width: 1340px)
    @media only screen and (min-width: 1140px) and (max-width: 1339px)
    @media only screen and (min-width: 990px) and (max-width: 1139px)
    @media only screen and (max-width: 989px)
    @media only screen and (min-width: 768px) and (max-width: 989px)
    @media only screen and (min-width: 480px) and (max-width: 767px)
    @media only screen and (max-width: 479px)

    2.
    I think for a better performance I wanna deactivate Layerslider on Smartphones and change it just with a linked background-image. Is it enough to use “display:none” in the queries that LS is not load?
    Can I use next the “after” syntax with “content” to place the image or do you have a better solution without php and javascript?

    Or is it possible to change it just on mobile devices with Easy-Slider? So you can config both for example, as first Layerslider and below Easy-Slider and set display:none in the queries for the div of that one you don´t need? If you do it on this way, are both of them loading every time or is it enough to display:none to set it really off?

    Hope you guys have some tipps for me..

    Best regards

    #199648

    In reply to: Tabs Icons and font

    This reply has been marked as private.
    #199592

    page.php actually does pull header.php and footer.php (line 7, 46), however the file that gets the actual content would be includes/loop-page.php or in case you are using ALB would be template-builder.php.

    Best regards,
    Josue

    #199400

    Hi!

    You can do what Josue instructed. Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 658:

    $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type']);

    Add the post__not_in parameter plus the posts id that you want to remove on the portfolio grid. As example, remove the “Cascade House” and the “The Natai” entry using this:

    $query = array( 'paged'=> $page, 'posts_per_page' => $params['items'], 'post_type' => $params['post_type'], 'post__not_in' => array( 17,62 ));

    If you can’t find it, you can add this on functions.php:

    function custom_post_grid_query( $query, $params ) {
    	$query['post__not_in'] = array( 17,62 );
    	return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);

    Cheers!
    Ismael

    #199369

    Hey!

    You can change all the thumbnail sizes on functions.php, find these line of codes:

    $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']['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']['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

    Regards,
    Ismael

    #199046

    Hey,
    I did what Ismael suggested, it didnt work and went back to delete the lines i added. Now my site is broken. All I get is:

    Parse error: syntax error, unexpected ”walker’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘)’ in /www/pedro-basaldua.com.ar/htdocs/wp-content/themes/enfold/header.php on line 175

    Help please, I know almost nothing about php!

    I think I solved it myself!

    In functions.php, I changed the following:

    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>684 ); // images for portfolio entries (2,3 column)

    to

    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>900, ‘height’=>675 ); // images for portfolio entries (2,3 column)

    Just under I also found this:

    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321); // big images for blog and page entries

    Changed the width there to 900 too, I don’t really know which one Im using, gallery or “entry with sidebar”?.

    #198952

    In reply to: Problem with jQuery

    Hi!

    Wrap your js code into a self executing function like

    
    (function($)
    {
        //my code
    })(jQuery);
    

    and you can use the $ shortcode with the noconflict mode. I.e. in your case the code looks like

    
    	
    	jQuery(function() {
    
    		
    		$('#file_upload').uploadify({
    			'formData'     : {
    				'timestamp' : '1386753645',
    				'token'     : '853cbd34cf4daf06b176c2ec1b170279'
    			},
    			'progressData' : 'speed',
    			'swf'      : 'uploadify.swf',
    			'uploader' : 'uploadify.php'
    		});
    		
    		$('.customize_input_text').live("keyup", function(){
    			count_chars($(this));
    		})
    
    		
    	});
    
    

    replace it with

    
    (function($)
    {
    	$(function() {
    		$('#file_upload').uploadify({
    			'formData'     : {
    				'timestamp' : '1386753645',
    				'token'     : '853cbd34cf4daf06b176c2ec1b170279'
    			},
    			'progressData' : 'speed',
    			'swf'      : 'uploadify.swf',
    			'uploader' : 'uploadify.php'
    		});
    		
    		$('.customize_input_text').live("keyup", function(){
    			count_chars($(this));
    		});	
    	});
    })(jQuery);
    

    Regards,
    Peter

    #198905

    Topic: Images Not Uploading

    in forum Enfold
    NR1234
    Participant

    Hi,
    I am using the latest version of the enfold theme. We are using WP V 3.7.1

    When attempting to upload pictures to the media library the file will load 100%, but then I get the following error message
    “Fatal error: Maximum execution time of 30 seconds exceeded in /home/newruqhr/public_html/wp-includes/class-wp-image-editor-imagick.php on line 322

    Then it will say “crunching” until I click I navigate away.

    In the media library it will have created a location for the image but shows no thumbnail. If I select the location shown and try to use the image I cannot use the theme. Also this problem happens even for smaller images (100 KB).
    We tried changing the max execution time in the php.ini field but it did not make any change.

    Please suggest some remedy.
    Thanks
    Anurag

    DrPrem
    Participant

    Warning: html_entity_decode(): charset `UTF-7′ not supported, assuming utf-8 in /home/drprem/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 558

    Warning: html_entity_decode(): charset `UTF-7′ not supported, assuming utf-8 in /home/drprem/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 558

    Warning: html_entity_decode(): charset `UTF-7′ not supported, assuming utf-8 in /home/drprem/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 558

    Warning: html_entity_decode(): charset `UTF-7′ not supported, assuming utf-8 in /home/drprem/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 558

    #198407

    Hi jaroljmek!

    You can edit config-templatebuilder > avia-shortcode > masonry_entries.php, find this code on line 397:

    $output .= "<a href='{$url}' class='{$class_string}'>";

    Replace it with:

    $output .= "<a href='".$attachment[0]."' class='{$class_string} lightbox'>";

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #198140
    This reply has been marked as private.
    #198030
    odac25thka
    Participant

    Dear Admin,

    Thank you for reading this. I was experimenting with the Masonry with my blogposts by wordpress gave me this warning :

    Warning: Division by zero in /home2/nica72/public_html/brillianceresources.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 592

    My site is http://brillianceresources.com/test/

    I apologise if this has been asked before. I tried searching but cannot find an answer.

    Any help is appreciated!

    Hey!

    I still can’t reproduce the issue and Yoast SEO works fine for me: http://www.screenr.com/f7wH
    However maybe it’s an issue with the memory limit. I installed a plugin which helps you to increase the allocated php memory: http://www.creativmade.com/wp-admin/options-general.php?page=change-mem – I set the memory from 64mb to 128MB.

    If the increased memory doesn’t solve the issue please try to test your website with another PC/Mac – maybe you’re using a browser extension which crashes Yoast SEO and you won’t notice the issue with another browser and/or PC which does not use the same browser extension.

    Cheers!
    Peter

    • This reply was modified 12 years, 4 months ago by Devin.
    #197573
    This reply has been marked as private.
    #197543

    Hey!

    Edit config-templatebuilder > avia-shortcodes > postslider.php, find this code on line 240:

    if($preview_mode == 'auto') $image_size = 'portfolio';

    Below, add this code:

    if($preview_mode == 'auto') $image_size_blog = 'blog_grid';

    Go to line 277, find this code:

    $thumbnail = get_the_post_thumbnail( $the_id, $image_size );

    Replace it with:

    $thumbnail = get_the_post_thumbnail( $the_id, $image_size_blog );

    Edit functions.php, add this code at the very bottom:

    $avia_config['imgSize']['blog_grid']= array('width'=>208, 'height'=>208 ); // blog grid images

    Regenerate the thumbnails. The Blog Grid will now use the “blog_grid” thumbnail with 208 by 208 px dimension.

    Cheers!
    Ismael

    #197403

    Hello Yigit, thanks for your help so far.

    1) The logo looks resized (isnʻt retaining the image quality) – is it being sized down and up again? The sizing itself is perfect, thank you!
    2) Can you tell me where in header.php to place the jumping turtle image so it appears in the right-hand portion of the header above the bowl? The image is turtle.jpg and is 190w x 117h.
    3) For the menu – how do I change the text color to white – black when rolled over?
    4) For the menu – notice how the boxes are too small? About Us the s is right up against the line for the box. How do we create more horizontal padding?

    Many thanks!
    Drew

    #197194

    Topic: A few questions

    in forum Enfold
    Robsticles1
    Participant

    Search form in header
    I’ve included a search bar in the header using:
    <?php get_search_form(); ?>
    This is working fine, but I’d like to know if I can disable the ajax search results functionality?

    Blog small preview
    I’d like to remove the dashed line between blog entries. I’ve tried to pinpoint the element in firebug to no avail. Is it possible to remove this?

    Breadcrumbs
    I’m trying to change the location of the where the breadcrumbs appear. I’m using yoast’s seo plugin so I can use the snippet provided and I’ve got it working in the blog, but I can’t find where to insert it in the pages, blog index, archives etc.. This is where I’d like the breadcrumbs to appear: https://www.dropbox.com/s/vnr3qr65yp7wrp9/ma_preview.jpg

    Tooltips
    Related content in the blog makes use of cool tooltips where it says “YOU MIGHT ALSO LIKE”. Would it be possible to use them on other elements like images or links? That would be really useful to me.

    Many thanks in advance.

    • This topic was modified 12 years, 4 months ago by Robsticles1.
    #197150

    Hey!

    The warning/error message tells you that the server tried to write the session data but it failed because it couldn’t open the temporary session folder (/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c) to write the session data (failed: Permission denied). Please ask your hoster to fix the folder/session permissions. Without sessions you can’t use the theme properly.

    For more information you can read http://stackoverflow.com/questions/5104065/php-session-handling-errors and http://www.vikasing.com/2013/02/pita-6-php-warning-unknown.html

    Best regards,
    Peter

    #197033

    Hey AndrewDelaware!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1)

    #header_main { height: 157px; }
    .logo, .logo a, .logo img { width: 340px; height: 156px; max-height: 156px; }

    2) You should go to Appearance > Editor and open Header.php file and insert your image there
    3)

    #top .main_menu .menu>li:last-child>a { padding-right: 15px; }
    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background-color: #f47729; } 
    .header_color .main_menu ul:first-child > li > a, .header_color .main_menu ul:first-child > li.current-menu-item > a { color: white; } 

    Best regards,
    Yigit

    #196947
    MustafaGok
    Participant

    Gives the following error after the last update.
    I’m doing 777 TEMP folder access permissions are improving. Then it’s happening again.
    This can cause?

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

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/…/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /home/eldecowa/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: Unknown: open(/tmp/sess_f6757761a97fb8d7860e3f8d5f5dab3c, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0

    #196879

    Topic: Enfold install failure

    in forum Enfold
    Sekar208
    Participant

    I am getting a fatal error as below when I try to activate the theme.

    Fatal error: Call to undefined function wp_get_theme() in /home/localsoc/public_html/wp-content/themes/enfold/framework/php/auto-updates/auto-updates.php on line 137

    I am using WP 3.7.1 and enfold theme version is 2.4.2.

    Please help

    Thanks
    Sekar

    • This topic was modified 12 years, 4 months ago by Sekar208.
    #196853

    Topic: Custom Home Page ID

    in forum Enfold
    Glyphism
    Participant

    Hi there, does anyone know a way to output custom page IDs, so that custom CSS styles can be applied to certain pages? For example I want my home page to have a taller header area. I can use the current id of “page-id-17”, but it would be more elegant to be able to use an id like “home”. I have tried adding this to the header but no luck.

    <?php if (is_front_page()) { ?>
    <body id=”Home”>
    <?php } else { ?>
    <body id=”<?php echo strtolower(str_replace(‘ ‘, ”, wp_title(”, false)));?>”>

    I have to stress I’m not a developer, I’m a designer, so much of my coding is copy/paste trial and error.

    jerryconway210
    Participant

    I’d like to have a layout which contains text on the left side of the main content area and an advanced layer slider slideshow on the right. I know there is the easy slider, but I’d like to utilize the features offered by the advanced layer slider. I’ve already made a slideshow and edited its style to be 480px wide and turned of the full-width option, yet when I try to insert it next to a half sized element it appears under the first half element. I tried putting a second half box next to the first and dropping the advanced layer slider media element into it, but it won’t drop. So I turned on debugging as per these instructions and inserted the layerslider shortcode into the half box like so:” [av_one_half][av_layerslider id=’6′][/av_one_half] “.
    But this didn’t work either. I’m tempted to write a whole bunch of css rules to try to get it to work, but I’d love to know if there’s an easier way that I’m just missing.

    When I went out of the layout builder tool and did it the old fashioned way (lots of css and php template changes), I made it work…so I know its possible. However, I’d rather not have to go through all that and would like to continue to use the layout builder. So if anyone can help I would very much appreciate it.

    #196721

    In reply to: Enfold Theme CSS Fix

    This reply has been marked as private.
    #196617

    In reply to: Layer Slider Errors

    Hi!

    This is how you can update the theme: https://vimeo.com/channels/aviathemes/67209750

    If he created home-template.php file then you don’t need to worry about the update overriding the template.

    Best regards,
    Ismael

Viewing 30 results - 16,291 through 16,320 (of 16,890 total)