Viewing 30 results - 238,741 through 238,770 (of 244,622 total)
  • Author
    Search Results
  • #165489
    lounge35
    Participant

    I have been having trouble with the inbuilt contact form system that is built into the Enfold them. When someone sends an email through it, it goes straight into my junkmail folder. Contacting my email provider, they say it is because the form is getting the follow header sent through it, which is causing the problem. Anyone have any ideas? Doesn’t seem to happen with the contact 7 plugin, if I use that instead.

    X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: “MIME-Version”

    #165488

    Hi Ismail,

    I’m using Enfold. Actually, I mentioned it at the start of my question. Enfold is a great theme and this is the second site I’m building with it.

    Please note I’m OK with html and css, but know very little about php. Can you explain in more detail how I would follow your instruction to “use this code on your header.php.” I assume I would edit the header.php file, but would I insert a new line, and, if so, where in the file?

    Thanks,

    John

    #165479

    A nice thing would be to have the 404 page be an actual wordpress page, that can be edited in just the same fashion as any other page. This would be very helpful for those who don’t want/know how to edit the code of the file to the extent that they would like.

    #165468

    Hello Jan Bosman!

    Please check this topic (that method works for Enfold too).

    Regards,
    Josue

    #165461

    In reply to: Enfold Bug In Main Nav

    Hey!

    Try this:
    #top.single-portfolio .hide-class{ display: none; }

    Regards,
    Josue

    #165447

    In reply to: Enfold Bug In Main Nav

    Thank you Devin!!
    That worked great for the blog, but I am not sure how to apply it to my portfolio project pages, to which there are 12 and counting.
    Any advice there?

    #165441

    Hi,

    There should be some sort of JavaScript conflict, can you create an administrator account and send it to me at avia.josue (at) gmail.com?

    Regards,

    Josue

    #165440

    Hey!

    Can you please list specific elements that you want to change? What version of Enfold do you have? Please deactivate all plugins.

    Regards,
    Ismael

    #165422

    Hi!

    I’m getting 404’s on all of the links on the site. Not sure what is causing it but I’m not able to see the issue at the moment.

    The site links should, by default go to the top of the page unless you are linking to an anchor within the page however so seeing what is happening differently would be needed to diagnose it.

    Best regards,
    Devin

    #165412

    In reply to: Enfold Bug In Main Nav

    Hey!

    I’m not sure this is actually “fixable”. The issue is that as long as you are on the home page the absolute about link will be active because the url is the current page.

    The one page layout using anchors is just that: a one page layout. What would be a better solution would be to have an alternate menu for the blog page with links back to the home page. You could do this using css to hide the menu items on each page. Just go to your menus manager and in the top right “screen options” tab click the box to show classes on your menu items. Add hide-home to the items you want to hide on the home page and hide-blog for the items you want to hide on the blog page.

    Then add 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:

    
    #top.home .hide-home{ display: none; }
    #top.blog .hide-blog {display: none;}
    
    

    Cheers!
    Devin

    #165409

    Perhaps it is to do with the size of my logo image, or the number of top level nav items I have. Do your sample sites have a similar setup? The avia function I referred to seems to look at the width of the nav and logo before calculating a new width.

    edit: to be clear, the value is dynamic, you will not find 308px anywhere in the code.

    My guess is that it should only be shrinking the logo if there are too many nav items, but it’s been coded wrongly.

    • This reply was modified 12 years, 7 months ago by Jason.
    #165402

    In reply to: Portfolio order

    Hi!

    You’re not using Enfold, right? Probably you can add this on your functions.php:

    function loop_portfolio_query( $location ) {
    if ( $location == 'loop-portfolio' ) {
    global $avia_config;
    if(isset($avia_config['new_query'])) {
    $avia_config['new_query']['orderby'] = "rand";
    query_posts($avia_config['new_query']);
    		}
    	}
    }
    add_action( 'avia_action_query_check' , 'loop_portfolio_query', 10, 1 );

    Regards,
    Ismael

    #165398

    Hello Darryl!

    Can you try switching to another of the header options, saving, viewing the page and then switching back to the current option.

    Cheers!
    Devin

    I see what you mean now. Not sure what is actually causing it though so I’ve tagged Kriesi to take a look at it and see what might be going on.

    #165391

    I’ll tag the topic for the rest of support as I’m still not actually getting the same width value added to the logos on any of the sites I work on or my dev sites.

    So far this is the only topic I’ve seen with the issue as well so I’m at a loss for why you are getting it on the site.

    #165385

    If you had a stickied thread/new post notice with instructions, or auto-parser to do that with URLs, you may make your own lives easier and provide better support for your paying customers.

    As you have not actually attempted to diagnose my problem at all (it has nothing to do with site plugins), I looked into it myself.

    avia.js is adding a width parameter to the strong tag the site logo gets placed in. I have not debugged the function, but is occurring round line 224. For my site, the calculated value is 308px which is wrong, and stretches the logo. The function avia_responsive_menu is very different in 2.1 and does not exhibit this bug.

    I would suggest you need to fix this bug in your base code with the next release of Enfold…

    • This reply was modified 12 years, 7 months ago by Jason.
    #165382
    courtierweb1
    Participant

    I would like to have the form like it is in courtierweb.com now in courtierweb.com/beta with the theme enfold when i try to modify something and click save nothing happen what you could suggest me.

    Other problem is youtube when you click and image appear with wrong url what i need to put i try everything

    #165377

    Hi Jason!

    In the future, put your URL’s in something like http://goo.gl/ . We answer anywhere from 30 to 60 posts a day individually and reading through a whole topic to pick out a url broken down to ” tiperdev dot techcore dot com dot au” is likely to get missed.

    With that said, I’m seeing the issue but I’m unable to reproduce it on any of my client sites, dev sites or personal blog all running Enfold on version 2.2.

    So the first thing to try is remove any customization, css and deactivate all plugins that are active including any drop ins like Jetpack.

    What is happening is the logo is getting a defined width from some other outside code once you get to a tablet/laptop size screen. As far as I know there isn’t anything in the theme’s javascript that ever defines the width of the logo in pixel width which is why I suggest removing all outside variables.

    Best regards,
    Devin

    Hi Devin

    THANKS, this works like a charme :-)
    – and great with some extended info, I might learn some day – I hope :-)

    Thanks a lot to your all for a great theme, and not least for your exelent support.

    /Jesper

    #165373

    Ignoring those scripts, is there no way I can use the scripts powering the ‘back to top’ button that comes with the theme?

    #165372

    Scroll back to the top of the page. Use a screen width above 768px and below 1024px. Immediately after the page loads, the logo stretches wider. I have verified on multiple PCs using multiple browsers.

    Do you think I would have opened this thread if this wasn’t a legitimate bug? Why aren’t you taking this seriously?

    #165371
    chartier
    Participant

    I’m getting complaints from a number of readers that text is blurry on iOS 7. It went GM a couple weeks ago, any chance you might have a fix for this soon?

    Enfold blurry text

    #165370

    Hello!

    JavaScript files cannot be found http://i.imgur.com/WcS0Hkv.jpg please try uploading them again :)

    Cheers!
    Yigit

    #165369

    Just like when you click the #numbers on the top corners of these posts.

    #165368

    Aha, yes it was just cache’d really heavily. While I have you, I have another question…

    I have all my links as in-page anchor links, like
    <a href="#chapter3"></a>

    and I really want them to be ‘eased’ when the page jumps like the ‘back to top’ button does. Is that something I can do? Is there a class which I can add to those tags to attach that animation?

    #165366

    Hello!

    Have you tried flushing browser cache and refreshing page a few times?
    Line-height changes to 50px once you scroll down. CSS code above forces it to stay 100px

    Cheers!
    Yigit

    #165359

    Topic: Menu Error

    in forum Enfold
    homemadebyx
    Participant

    The Mobile Menu and Regular Menu are overlapping.

    Error

    You can see in my screenshot that both menus are overlapping. This is true in IE, FF and Chrome. When i first saw this i had done some adjustments to the CSS and thought i messed it up. After carefully diving into my adjustments, i couldn’t find the error. So i reinstalled the theme from scratch, started over. When i found the same error in the reinstall, i went back to themeforest and checked the demo, the problem is in the base code. So this had nothing to do with what i’ve done. I know it’s a CSS or Media Query issue, how can we fix it?

    #165342
    Torlock
    Participant

    Hello,

    I have two questions.

    Firstly, on my home page I have a grid layout. When resized the thumbnails don’t seem to fit into the boxes properly leaving grey spaces which doesn’t look good. It is a static home page and here are the settings in the grid widget:

    Blog Style: Grid Layout

    Columns: 3

    Grid Layout: Title only

    Preview Image size: Manual (Select Thumbnail size)

    Image size: Portfolio Small (260×185)

    Post No: 9

    No Pagination.

    What I am aiming to achieve is as show on the Enfold demo: http://kriesi.at/themes/enfold/blog/blog-grid/
    I have regenerated the thumbnails but unfortunately that doesn’t seem to be the problem. Does anybody have any idea how to fix this?

    Second question…..

    On the enfold deom (here: http://j.mp/16mzlnJ) you can see that the geatured images in posts are all the same dimensions but when clicked on the images are actually different sizes.

    I am wondering how I can make all featured images the same sizes on my posts rather than just the size of the actual image.

    Thanks for any help :)

    Site: http://rerral.com

    #165333

    Hi bkheld!

    Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired

    .header_color .main_menu ul:first-child > li a { color: black!important; }

    Regards,
    Yigit

    #165332

    Hi Guys!

    I’ve got my site online:

    http://entreventos2.lafabricadigital.com.mx/

    Issues I’m having trouble with:

    1. Menu Links: Placing cursor exactly over links does not work. Link is below type.

    2. I used a smaller logo (227 x 123px) than the recommnded maximum size on the administrator theme options which is 340 x 156 px, nevertheless logo keeps resizing. I don’t want that because it loses resolution, original size is -almost- pixels perfect :)

    3. On resposive, logo falls over my <div id=header-top>, also breadcrumbs and main container are not where they should be, For sure is the margin I’m using in desktop viewport.

    4. Fixed Header with social icons and links falls over header-top image. Maybe client would request taht in the near future.

    Maybe making header-top image responsive (reducing size as viwport changes) would help?

    Here is the code:

    Header.php

    <div id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>'>
            
            <!-- This is my extra div element-->	
            <?php echo '<div class="header-top"></div>'; ?>
            <!-- Ends extra div element-->
    
    		<?php
    
    		$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    
    		//subheader, only display when the user chooses a social header
    		if(strpos($headerS,'social_header') !== false)
    		{
    		?>

    Custom CSS:

    .container_wrap {
        border-top: none;
    }
    .header-top {
    	position: relative;
    	z-index: 400;
    	width: 100%;
    	height: 80px;
    	background-color: transparent;
    	background-attachment: scroll;
    	background-image:url(../../themes/enfold-child/images/header_image_2.png);
    	background-position: center top;
    	background-repeat: no-repeat;
            margin-bottom: -50px;
    }
    
    .title_container{
            margin-top: 35px;
    }

    Needless to say I’m not sure if I’m doing this the right way. I’ll appreciate your help a lot.

    Thank you, regards.

Viewing 30 results - 238,741 through 238,770 (of 244,622 total)