Viewing 30 results - 237,781 through 237,810 (of 243,667 total)
  • Author
    Search Results
  • #165518
    JappieNL
    Participant

    Hi,

    First of all I want to say that you have made a great theme.
    I am using enfold with a right sidebar and I have a color section at the bottom of my home page. The problem is that the color section is pushing the sidebar below the the content. I know the color section is 100% and that is what I want, but now there is a big blank space where the sidebar should be. It’s obvious when you check the link:
    http://beursdesknew.perfectonline.nl
    Do you have a workaround to get it in place again?

    Regards Jappie

    • This topic was modified 12 years, 2 months ago by JappieNL.
    #165512

    In reply to: Easy Slider Problem

    Hi Yegit,
    i have the same problem, how can I upgrate Enfold to new relase? Now I’m working in local.

    Thanks

    Serena

    #165510
    Mark
    Participant

    Hi there,

    Great job with this theme. I recently upgraded from Replete to Enfold. I’d like to know how to move my social media icons and have them float on the right side of the screen, similar to the Replete theme. I’d also like them to be fixed so as I scroll down they stay in the same position on the screen.

    Thank you!

    Mark

    #165509

    Gday Devin.

    I tried that switching back and forth between each heading type but still has the issue: http://screencast.com/t/2TZiVleYk

    Does that help direct it toward something else?

    cheers

    Darryl

    #165499

    Thanks, I’ve added that line and you can now leave a comment on a page.
    Still, recent comments from pages aren’t shown in http://www.valuation.co.il/?theme=enfold

    #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, 2 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, 2 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?

Viewing 30 results - 237,781 through 237,810 (of 243,667 total)