Viewing 30 results - 239,731 through 239,760 (of 244,221 total)
  • Author
    Search Results
  • #138513

    Thanks Devin. Do you know if plugins like the extended Ultimate TinyMCE work well with Enfold?

    #28848
    dhruvcasper
    Participant

    Hi,

    I want to know how i can spin image in infinite loop on layer slider. Example link is http://jsfiddle.net/Tw5pw/89/

    I want to place this spinning wheel in the center and put other content and callouts around it. I am using Enfold 2.01 theme.

    thanks for help in advance.

    Regards

    #135053

    Hey Peter,

    Yes your solution is the best because we don’t have add css

    Every time, and i will use your next time i will use, i used this

    Only to create my form fast. Thank you for your code.

    Regards,

    Elson santos

    #138873

    Hi,

    Be sure you are using the latest version of Enfold, i just tested locally and it works fine.

    Regards,

    Josue

    #138846

    Hi Carl,

    It’s not Enfold who strips the parameters but WordPress, try adding the Youtube embed code manually (change to text tab), and simply paste this (replace the youtube URL):

    <div><div><iframe width="1500" height="844" src="https://www.youtube.com/embed/G0k3kHtyoqc?feature=oembed&wmode=opaque&autoplay=1&vq=hd720" frameborder="0" allowfullscreen=""></iframe></div></div>

    Regards,

    Josue

    #135052

    Hey!

    Yes, my solution does basically the same thing but you don’t need to use Firebug afterwards :)

    Regards,

    Peter

    #135051

    Hello,

    I was having the same issue, but when i was creating a new form i added a margin-top 100px using firefox firebug

    and solved this issue, this happened only on Enfold theme.

    Thank you

    Elson Santos

    #135938

    add into a simple text block:

    [fiftyfifty img1="http://yoursite.com/wp-content/uploads/testsw.jpg" img2="http://yoursite.com/wp-content/uploads/testsw.jpg/testfarbe.jpg"]

    copy the images paths after uploading the two images to your media library.

    #138868

    In reply to: Featured Image Size

    Hi Evan,

    Be sure you are using the latest version of Enfold, then open this file: /wp-content/themes/enfold/functions.php

    The settings you want to change starts in line 78:

    $avia_config = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news

    $avia_config = array('width'=>180, 'height'=>180); // small image for blogs

    $avia_config = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider

    $avia_config = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider

    $avia_config = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    $avia_config = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    $avia_config = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    $avia_config = array('width'=>710, 'height'=>270); // big images for blog and page entries

    $avia_config= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider

    Regards,

    Josue

    #138864

    Hi,

    You should open Header.php file in Enfold folder and find following code in lines 104-106

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Cut it and paste it under this line

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');

    Then add following code to Quick CSS

    .social_header .phone-info { float: right; padding-top: 10px; }

    .bottom_nav_header #header_meta { display: none; }

    Regards,

    Yigit

    BeeCee
    Participant

    Hi,

    how can I show the “arrow line” below the menu always?

    Please take a look at the demo theme:

    here we have the “arrow line”, it’s first level page:

    http://kriesi.at/themes/enfold/headers/?skin=Boxed%20Blue

    “About us” is a child of “pages” here:

    http://kriesi.at/themes/enfold/pages/about-us/?skin=Boxed%20Blue

    and has no “arrow line”:

    How can I have that “arrow line” on all levels, even child- and grandchild-pages – and I don’t want to change all my pages to “first level pages”, but keep the page hierarchy “as is”, so that the breadcrumbs keep being alright, too.

    Thanks.

    #28851
    Carl Nelson
    Participant

    Is there anyway within Enfold to embed a YouTube video and force it to play at HD quality?

    I’ve tried adding the various strings at the end of the URL such as “?vq=hd720” and “&autoplay=1” to force HD quality and auto play, but they appear to have no effect. Does Enfold purposefully strip away these parameters from the URL?

    Is there some work around that someone else has found that can make this work?

    Thanks,

    Carl

    #135937

    Hey colorit sorry to butt-in on this but I just wanted to ask you if I may about the before and after plugin fiftyfifty you brought. I just got it and used their short code and dont see any images. Did you just enter the code in the avia text block?

    I still have it – when you open the editor again and save it again, then the problem is there again – or “still there again”.

    I use Enfold 2.0.1

    Or have this update been in a file that was not mentioned in the changelog file, so that I could not have overwritten it?

    I have just reproduced it again:

    1. created a new blank page, typed in with the normal text editor:

    <h5 class="h5headline"><span class="h5background">This is a h5 tag with background stripes.</span></h5>

    2. saved page and closed it.

    3. Then I took a look at the page in Firefox 23: h5 headline looks good:

    4. Then I opened this test page again with the “text editor”, typing in some text below this h5 headline text, save the page and reload the frontend in Firefox again. Then the h5 tag is wrong again:

    It is only right, when I save the page and don’t touch it anymore. But as soon as I closed that edited page and open it again for editing text, then it is wrong again with my own h5/h3… tags (see above).


    UPDATE:

    I’ve created a fresh new blog within my WP network with ENFOLD just downloaded anew – with these styles/code, posted above, I have still this problem.

    #135936

    Thanks, but why is this widget in class-framework-widgets.php called

    * AVIA SOCIALCOUNT

    * Widget that retrieves, stores and displays the number of twitter and rss followers

    in line 561?

    Isn’t that this widget?

    #138686

    Hi,

    Please add this code to Quick CSS

    #js_sort_items a.active_sort { color: black!important; }

    #js_sort_items a:hover { color:red!important; }

    #js_sort_items a { color: blue!important; font-size:16px; }

    This will change color of filters on all states and increase the font size.

    To include text on filter, please open your WordPress directory and go to Enfold > Config-templatebuilder > Avia-Shortcodes and open Portfolio.php file and find this code in line 385

    $output .= "<div class='sort_by_cat {$hide} '>";

    And change it to

    $output .= "To Filter Click The Following:<div class='sort_by_cat {$hide} '>";

    Regards,

    Yigit

    davidteosk
    Participant

    Hello developer,

    I have encounter this bug which is happening only on Android based tablet like Samsung and xoom on lanscape mode. I think my client just hit the “INTERNET” icon from this tablets which is the default android browser.

    Just launch website recently using enfold template. Very happy with everything except for this bug which needs a solution or way-out.

    website: http://www.autogate.com.sg

    i am facing a super weird issue with the menu in which it keeps showing on the 2/3 bottom of the screen instead on the top.

    See images:

    https://docs.google.com/file/d/0B480dDdNRBAHMUx6WWhuWXdUeVk/edit?usp=sharing

    https://docs.google.com/file/d/0B480dDdNRBAHcl9aMk41bjN3UzA/edit?usp=sharing

    All Desktop, Android mobile, iphone, even iPAD, Chrome, Safari, IE are all working perfectly. The menu is kept at the top. It only happens to android tablets which i think it is bigger than 1024px in width after looking at the camera shots on tablets.

    I have tried with all kinds of configuration and this weird behavior is there there, happening.

    Using Enfold Version 2.0.1

    Tried with all kinds of config already but problem is still there.

    Configuration

    1. Responsive: Responsive Layout Default (1030px), Responsive Layout Large (1210)

    2. All kinds of header settings: Fixed, Non-Fixed, with or without social icon. etc..

    3. I have change code to have a fixed logo without resizing when scrollling but problem still there.

    Question:

    1. Is there a known fixed for the weird behavior of the menu showing on 2/3 below the page?

    2. Besides forcing the menu into responsive menu by detecting the width of that tablet which i don’t think is the solution as it is wider than 1024px, is there other possible solution?

    3. Is there other code fixes i can try to test it out?

    Hope for an answer. thank you.

    #28846
    decautsg
    Participant

    Hello,

    EDIT: I read some other posts and disabled some old plugins and its working now!

    Thanks

    #28845
    frost2001
    Participant

    Hi support team.

    I’ve used the Enfold theme for at while and it all worked allright. But suddently, I can’t edit my frontpage? It’s the only page where I have the LayerSlider – and the only page where the Avia Layout Builder dosen’t work now…

    When I want to edit the site, the Avia Layout builder, just keeps “waiting” it’s never comming up. On all the other sites, it works just fine..

    I have the latest version of the Enfold theme and have the jQuiry Updater installed.

    Before it happend, I installed a new Facebook widget and added a new picture to the slider. Now I removed both, but no difference..

    Please help..

    Regards, Karolina

    mhiller
    Participant

    This is a fantastic theme and is very high quality! Could you please explain how Google Analytics tracks a one-page site like: “Home v7: One Page Portfolio”? Does Google Analytics track visitor activity for the whole homepage, or, each Section/Element? Is there a way to set up the page so that each Section is tracked as though they were separate pages (maybe using the the “Section IDs)? Do you have any suggestions on how I could track individual Sections? Thanks for your help!! Mike.

    #138668

    Hi

    Have you tried creating another slide and replacing it with current one? If so, did issue remain? I’m having no problems duplicating the slide and editing then publishing it. Please let us know if issue’s still remaining.

    Regards,

    Yigit

    #138161

    Probably not because all breadcrumb plugins use the standard wordpress functions to query the relations between entries and it’s simple not possible for single portfolio items because they don’t have a “parent page” in a common sense.

    I think it’s possible to use the “ajax content navigator” portfolio with the enfold breadcrumb function but this would require some custom work and I’d suggest to hire a freelancer for the job.

    #138706

    Thanks Ismael,

    I really appreciate the response and your taking the time to add a screen shot!

    Mike

    #138526

    Hi,

    I can’t reproduce the issue on my test server. Please try following

    1) Update your theme to the latest version (2.0.1). Check if the update fixed your issue.

    2) If 1) doesn’t help try to deactivate all plugins – if the widget starts to work a plugin causes a conflict (probably manipulates the query somehow). In this case you can activate the plugins one by one to find the culprit.

    3) If 2) doesn’t help please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.

    #28827
    MarieAn
    Participant

    Hi!

    I love the Enfold theme – but I have a problem that might be Enfold, might be WP or maybe it’s me.

    When I want to use an image that should be rotated 90 degrees. I upload the image into wordpress, I edit and rotate, I check the save-for-all-image-sizes box.

    It has then happended several times that the image is not displayed correctly. To me it looks like it might be incorrect as preview and correct after clicking on it (that is, when it is displayed in a lightbox)

    Help! What is wrong?

    Here is an example, just click on the image:

    http://lystilditthus.no/?p=1899&preview=true

    #114980

    Hey!

    Thanks for providing your translation :)

    Best regards,

    Peter

    #138729

    In reply to: Theme update of 8/17

    Please install version 2.0.x . Then Go to “Enfold > Theme Update” to enter the themeforest credentials (Username & API key).This screenshot: http://www.mediafire.com/?4o1fidt35fn4zdl will help you to generate this api key.

    #114826

    I want to combine certain portfolio items from different categories to display together. As I have lots of portfolio items, it would be really messy if I need to create a category for all the different combinations I am trying to achieve.

    An option within the shortcodes to choose posts and portfolio items by ID instead of categories would be nice. This would help me a lot and probably anybody with a heavy content site. I already posted this reqeuest in a comment and Kriesi mentioned the possibility of a developer option for this request http://themeforest.net/item/enfold-responsive-multipurpose-theme/discussion/4519990?page=70#comment_4651563 . Hope this feature will be integrated in one of the next updates.

    #138352

    Thank you very much.

    Just a question –

    I have never done any changes to the enfold files – is there anything I should do before I change anything – like a backup or something?

    #138704

    Thank you very much. I will try that.

Viewing 30 results - 239,731 through 239,760 (of 244,221 total)