Viewing 30 results - 238,441 through 238,470 (of 244,004 total)
  • Author
    Search Results
  • #163771

    Topic: Column Width

    in forum Enfold
    scanova
    Participant

    Having a problem with my columns in Internet Explorer. I am running WordPress 3.6.1 and the newest version of Enfold. In IE, The last column drops to the next line, as if the width of the columns is too large. This happens on all size columns, but effects only the last column. Am I missing something? I know in some WordPress themes, you need to specify that it’s the last column, but dont see that anywhere.

    I am experiencing the problem in Chrome v29.0.1547.66. And the problem appears when the browser gets resized to less than 910px. You have to horizontal scroll to the right to see it. It’s pretty bad.

    The only error I can see is an odd rendering of the menu width. This should fix that issue though:

    .main_menu ul:first-child > li > a {
    width: 100%;
    }

    This is with testing IE8 live on a windows 7 machine.

    IE9+ had no issues.

    OK, that’s cool. I set up a clean install here. Same behavior. http://demo.thelindata.se/demo2/

    #163740

    Hi erantdo!

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

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item { left: 6px;}
     .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item { background-color: inherit; }

    Cheers!
    Yigit

    Unfortunately I don’t visit any sites unless they are at least viewable through regular dns entries. The other support crew may have different standards but pushing it live or at least on a test domain would be the best way to view the issue.

    #163730

    Hello!

    Thank you!

    Regards,
    Yigit

    #163728

    Hi!

    You have inserted Fullscreen, right? Actually it should work but still you can force it to display fullwidth by adding following code to Quick CSS in Enfold theme options under Styling

    .avia-slideshow.image_no_stretch li img { width: 100%; }

    Regards,
    Yigit

    #163723

    Hello!

    You should firstly create a page named “something” then in Enfold theme options you should choose that page as the page you would like to display your blog posts http://i.imgur.com/qHmxlMg.jpg
    Blog page’s name will be displayed there

    Regards,
    Yigit

    #163717
    CurlyHost
    Participant

    I love the area where it counts how many happy customers you’ve had. I wanted to duplicate that look on my site.

    I tried duplicating the code you guys now have on your home page to a page I’m creating in Enfold:

    <div class=”avia-big-number avia-color-font-dark avia-builder-el-5 avia-builder-el-no-sibling avia_animate_when_visible number_prepared avia_start_animation”><h3 class=”avia-big-number-title”><span class=”avia-single-number” data-number=”69″>69</span><span class=”avia-no-number”>,</span><span class=”avia-single-number” data-number=”812″>812</span></h3><div class=”avia-big-number-content”><p>Happy Customers</p>
    </div></div>

    But it didn’t animate in the same way it does on your site. Was that used with a plugin of some sort? Or is there a shortcode I should use?

    #163716

    Hey!

    I’m not sure if this is a good practice but you can try it.
    In your WordPress theme directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Gallery.php file and find following code line 198
    http://i.imgur.com/3BsqS15.jpg
    and change it to
    http://i.imgur.com/Ojp1iF5.jpg
    Then find following code in line 204
    http://i.imgur.com/Og0BjUu.jpg
    and change it to
    http://i.imgur.com/3V7ImHD.jpg
    Basically remove what’s inside href in both

    Cheers!
    Yigit

    #163713

    Hi!

    The file i mentioned is located at /themes/enfold/js/avia.js, Devin solution would work if you’d have access to the actual HTML of the link, but that link is created by the shortcode.

    Cheers!
    Josue

    #163710
    erantdo
    Participant

    Hi,
    Whenever the current page is shown in the footer (I mean there’s a link in the footer to the page that is currently presented), there’s a border around the page hyperlink with a background. How can I disable this setting, so that the footer will always look the same?

    This is an example page:
    http://www.valuation.co.il/%D7%A7%D7%95%D7%A8%D7%A1-%D7%94%D7%A2%D7%A8%D7%9B%D7%AA-%D7%A9%D7%95%D7%95%D7%99-%D7%97%D7%91%D7%A8%D7%95%D7%AA/?theme=enfold

    Thanks a lot,
    Eran.

    #163702

    In reply to: 2.2 Upgrade Issue

    If a toggle on a different header type in the theme settings, then the default Enfold logo image will appear. The issue appears with “Header with social icons and bottom navigation”. This wasn’t an issue until I tried the new “Append search icon to main menu” feature. Try it locally and see.

    Thanks

    IndikatorDesign
    Participant

    Hi,

    with the following code I´ve embedded a video into layerslider and it slides in as it should do. But autoplay does not work. Inside the settings from Layerslider you can take on a function for Youtube and Vimeo Videos, but it seems that it work not with self-embedded ones…

    <video preload=”auto” width=”720″ height=”404″ controls autoplay>
    <source src=”http://balance-circle.de//bc-data/uploads/Marc-Sportlife.mp4″&gt;
    </video>

    As you can see I added autoplay into the code but it works just in the preview, not in the slider.

    Any idea?

    Best regards

    Thanks for the reply.

    I’ve updated to 2.2 and am getting the same behavior. I tried a fresh install on another setup prior to your response and got the same thing too…

    You need to modify hosts file to view the site. Need email or private status on thread to send you info.

    Thanks

    #163693

    No problem,

    My theme setup is as follows:

    WordPress v 3.6.1

    Latest version of enfold theme installed
    keane-ncs child theme folder that contains the following:

    functions.php (contains nothing at the moment)
    screenshot.png
    style.css

    I haven’t modified any of the enfold theme files directly – the only things I have customized are the CSS styles in the style.css file.

    Here is a list of my installed plugins: (all are up-to-date with latest version.)

    Advanced Custom Fields
    Akismet
    Captain Typekit (ACTIVE)
    CMS Page Order
    Custom Permalinks
    Custom Post Type UI
    Exclude Pages from Navigation
    Gravity Forms
    WordPress SEO

    As you can see I really haven’t done much work on the theme at all – but I know that it is something strange involving the child theme as stated above in a previous reply. I also tried to deactivate all my plugins and also get rid of everything in the child theme except the style.css file but nothing seemed to work…

    Thanks,

    – Derek

    #163683

    Puh… :D

    Thanks a lot for help, it´s a really nice PlugIn if it works…

    Best regards

    Bruno

    #163678

    Hi!

    No, there should not be any difference and no, you should not remove images week to week. There should not be any problems, but if happens, you should try reuploading images first :)

    Regards,
    Yigit

    #163674

    Hello,

    I have made a front end translation for pt_BR and fr_FR (in the actual / official FR a couple of front end strings are missing e.g. the related post).

    https://dl.dropboxusercontent.com/u/3542593/Enfold%20-%20lang.zip

    Would be great to have it in the next releases so we don’t have to re-update manually the lang folder ;)

    Best regards from Rio de Janeiro

    #163671

    Hey xpoveda!

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

    #header_meta { background-color: red; }

    You change the settings where you previously set to red color

    2) Please add following code to Quick CSS as well

    #top .main_menu .menu li ul a { color: white!important; }

    3) Once again, to Quick CSS

    #top .widget ul li a { color: black!important; }

    4) Please apply changes above and if it still stays the same, let us know

    Cheers!
    Yigit

    Thanks. With a bit of tweaking I have gotten it how I’d like it, however, the odd scaling of the thumbnails remains a mysteery – any thoughts on why it is doing that?

    #163668

    Topic: Shortcode generator

    in forum Enfold
    ppaoletti
    Participant

    Hello,
    I am a newbie to wordpress and ENFOLD and i have a problem with the shortcode generator in the tinymce visual editor.
    The magic button for using shortcode generator display only 3 shortcodes, I thought it should enable to generate all the shortcode included in ENFOLD.
    Is anybody can help me?
    Thx
    Patrick

    #163666

    Hi!

    Watch this video for a how-to of getting started with your own Child Theme:

    Note that there is a download for the child theme from Kriesi below the video: http://kriesi.at/files/enfold-child.zip

    Best regards,
    Devin

    Hi freeHat!

    We are now on version 2.2 of the theme so first try updating your theme files to 2.2. If we can see the site live we can inspect it and see whats going on as we’ve not had any reports of things breaking at this point.

    Best regards,
    Devin

    #163631

    Topic: Animated content

    in forum Enfold
    sergeylandar
    Participant

    I have page http://free-responsive-templates.com/ and there Feature A, B and C not animated like on http://kriesi.at/themes/enfold/pages/landing-page/
    Could you please help me to make it animated like on your template ?

    Thanks.

    #163630

    Hey, you know what? I just uploaded todays enfold update and now it almost works :-D

    Only some css z-Index-Problem now, but Ill fiddle that one out.. :-)

    Thanks for your kind trying to help though… :)

    flylanddesigns
    Participant

    Hi –

    I’m using Enfold, and have set up this website: http://www.flylanddesigns,com

    Something strange has been happening. When you click on a portfolio page, it first loads the thumbnails at the landscape size, then once they all appear, they go blank and it reloads them at the square 450×450 size (which is the size I want).

    In Safari, once they reload to the square size, they are all blank white. That’s not good. And sometimes this happens in Chrome, though not often.

    Here are the plugins I have installed:

    Akismet
    Google XML sitemaps
    Post Types Order
    Regenerate Thumbnails
    Vibe SEO Pack
    Woo Commerce
    WP-DB Manager
    WP Smush it
    WP Super Cache

    Also, an unrelated question – is anyone on your team interested in doing work on my site and charging hourly? I’d like to have someone who knows what they’re doing go in and optimize the site to make it as fast as possible. I’m not sure if that’s something that you’re allowed to do. Please contact me (contact form on my website) if interested.

    Thanks!

    #163618
    mlkg
    Participant

    Hi!

    I installed (actually bought) wpdownloadmanager.com and it fails with the password hover window. which is programmed with bootstrap css. No action is being taken when clicking on the download button – bootstrap just doesn’t seem to apply the action on the button.

    Switching themes solves the problem, so somehow enfold must corrupt bootstrap – could you fix that? Or is there a workaround?

    Regards,
    Rolf

    #163617
    mahmutdemir
    Participant

    Hi,
    I have purchased two enfold theme for my two different customers. One of them change his mind and he do not want to use enfold theme. I want to use this theme for my another customer. How can i change for new hosting and domain.

    Thanks in advance from now.

    Ragards
    Mahmut Demir

Viewing 30 results - 238,441 through 238,470 (of 244,004 total)