Viewing 30 results - 238,741 through 238,770 (of 243,806 total)
  • Author
    Search Results
  • #29581

    Topic: Video – Enfold

    in forum Enfold
    IndikatorDesign
    Participant

    Hi,

    how can I set a Video-Thumbnail? There is no function to set one. When I had buy the Theme 2 Months ago, the Support told me that this is a nice idea for a new feature for the next update. Any Chance to set one?

    How can I set a fallback from mp4 to ogg?

    If there is no way I found another Solution. I insert a Picture and linked it to the Videofile with http://… . Now it opens in a lightbox with Fullsreen. Here I have three questions.

    1. How can I change the Hover-Icon above the Picture from an arrow to an Play-Icon?

    2. The Video play in Fullscreenmode inside a Lightbox but there is no way to close it. How can I fix this?

    3. Fallback?

    What is the best way to change the size of videos on Frontpage?

    Best regards

    #29489
    scfran
    Participant

    Hi support team,

    anticipate enfold is a really impressive theme. However, I have a question. I have pictures in galleries available in portrait and landscape format. (ratio: 2:3 or 3:2) Between the images is partially above and below unwanted space. But I don’t really know why.

    Now the settings are:

    Gallery Style: Small thumbnails

    Gallery Preview Image Size: No Scaling

    Gallery Columns: 2

    Is there a way to fix the problem?

    Thanks for solving it.

    Best regards

    Frank

    #114847

    Bzgl 2) Rücksicht auf Suchmaschinenoptimierung – darüber lässt sich oftmals streiten, da “Blog – Die letzten Neuigkeiten” nun einmal eine der Hauptüberschriften ist und im Gegensatz zu h1 h2 auch öfters vorkommen darf. Es ist daher teilweise persönliche Ansichtssache welche Stellenwert man welcher Überschrift zuordnet. Der eine meint nur h3, der ander h4 der nächste nur span, etc.

    Möchte man den Tag abändern würde ich folgenden Code zu functions.php hinzufügen

    add_filter('avf_title_args', 'change_single_post_title', 10, 2);
    function change_single_post_title($args,$id)
    {
    if ( is_single() )
    {
    $args['heading'] = 'strong';
    }

    return $args;
    }

    – in diesem Fall wird h2 gegen einen “strong” Tag ersetzt.

    mailworm
    Participant

    I have an massive issue with editing blog posts. I have to redesign some existing posts, as I switched to Enfold and want to use all the beautiful shortcodes.

    BUT:

    Lets say I have an text in blog post edit view (visuell mode):

    I set the cursor to a certain position, to insert some shortcode.

    I click “insert shortcode” button and choose for example “content elements” > “icon box”.

    I edit the icon box contents, click save.

    1.) After clicking “save” the modal dialogue does not disappear, I need to push the “x” to close it.

    2.) All other content is beeing replaced!!!

    This is an massive issue. I can’t go ahead using copy and paste and rearranging it this way.

    Please help!

    WordPress: 3.6.1

    Enfold: latest

    OS: Mac OSX latest

    Browser: Firefox latest

    #140425

    Hi,

    1) Insert following code into the quick css field to reduce the padding of the footer.

    #footer {
    padding: 15px 0;
    }

    You can replace 15px with a lower value if required.

    2) There’s no need for css code – just remove following code from enfold/js/avia.js

    // decreases header size when user scrolls down
    avia_header_size();

    #29573
    cyrusis
    Participant

    Hi support staff,

    Let’s say I create two columns beside one another. I want one column to contain text and a description and the other column to contain an image that slides in.

    Now the column with the image that slides in, I want it to not be restricted by the column dimensions but I want it beside the text of the other column. Also would be neat to be able to do the same with an advanced slider.

    So what I mean by this furthermore, is that it want the picture to not be confined by anything. It would be visible outside of the page borders even. I want to make the image in photoshop in the size I want it, and I want it to display in full the size I made it and stay beside the text description.

    I see many websites do this. I’m wondering if this is possible with the enfold theme for an average user?

    Thank you.

    #140835

    In reply to: Enfold theme old one

    Hi,

    You are welcome, glad we could help :)

    Regards,

    Yigit

    #140792

    In reply to: Button label

    Hey,

    What version of Enfold do you have right now? Please download Enfold 2.1. Make sure you’re using WordPress 3.6.

    Regards,

    Ismael

    Hey,

    Please download the latest version of Enfold, version 2.1. It should fix the Advance Layout Editor. Increase wordpress php memory limit. Edit wp-config.php, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Regards,

    Ismael

    #140992

    In reply to: Font Size

    Hi,

    style.css does nothing to the look of the page, add it either to the Quick CSS section or the custom.css file, regarding the option for font-size you could request it here.

    Regards,

    Josue

    #141006

    Hi,

    Importing the dummy content after installing Enfold will create you a page (Homepage) exactly like that.

    Regards,

    Josue

    #140877

    Hey,

    Please try to install WordPress again, make sure it is 3.6. Download the latest version of the theme, Enfold 2.1. Increase wordpress php memory limit. Edit wp-config.php, add this code:

    define('WP_MEMORY_LIMIT', '128M');

    Regards,

    Ismael

    #140351

    Thanks, Devin. It corrected the problem on that page, but I’m still having the same issue here:

    http://reallife247.org/message-archives/

    I am using TubePress plugin there, but I don’t see it throwing any errors. Could you take a look?

    Really appreciate the help!

    learningherbs
    Participant

    Hey there,

    On my site, I have Enfold 2.1 installed on a WP 3.6 installation. I’m using a customized child theme of Enfold.

    I moved the page.php file from the /enfold/ theme folder into my child theme folder and renamed it, adding the commented PHP code at the beginning to turn it into a Template that can be used for individual pages via the WP editor Page Attributes dropdown.

    The problem is that every time I use this new Page Template, the page is broken.

    Here is what the page should look like: http://herbmentor.com/EnfoldEditorBug2-Intended.jpg

    Here is what it looks like when broken: http://herbmentor.com/EnfoldEditorBug2-Bug.jpg

    Somehow, the page background div has covered up the main content area – as it appears somewhere along the line, one or more divs were closed prematurely. The HTML code reveals that the broken pages are all properly generating the content, but it’s covered up by that missplaced background image.

    I started to run some tests, thinking that I had messed something up in my page Template’s code. Turn’s out, whenever I remove the included page loop template, the problem disappeared. Though, so did all the content, obviously.

    I tested many other ways, including trying to recreate the entire page from scratch in the Advanced Layout Builder, and that’s when I noticed the fun part that I need your help with.

    This is the new page I created from scratch: http://herbmentor.com/EnfoldEditorBug2-Test.jpg

    Content shows up fine so far, though I’m just using a 1/2 column & text box shortcode. So I added a few others. All of them worked fine. Until I got to the Color Box layout shortcode. Every time I added one of these shortcodes to the layout, the page would break in the exact same way as above.

    It seems like something in the Color Box code doesn’t translate well on pages using a custom page Template, and I can’t figure out why.

    You still have an admin account (kriesi.dude) to log into this site (you’ll need to, as it’s a private membership site) from my last ticket (https://kriesi.at/support/topic/javascript-conflict-on-addedit-posts-pages). Let me know if you need me to send you the credentials again.

    #140797

    Hi,

    The demo site is not using the latest version of Enfold yet.

    Regards,

    Josue

    #140834

    In reply to: Enfold theme old one

    Ok, re-downloaded it again and added it and this time it came up as 2.1 maybe its because I was using it with WordPress Instant and building it on my computer, it can be glitchy sometimes. Thanks for your help.

    #29564
    mmi
    Participant

    hy

    i want yo ask you if i can find somewhere, the demo code for home page v1 like is on: http://kriesi.at/themes/enfold/

    thnak you

    #140833

    In reply to: Enfold theme old one

    Had another look and it said themeforest-4519990-enfold-responsive-multipurpose-theme, is that meant to be the new one?

    I will just continue building my site with the old version and hope that it wont change anything much when I do get round to getting the newer version! lol

    If someone could send me the proper link to my registered email address when I bought it that would be great as the one I was sent just takes me to Themeforest, so I first downloaded the one under my account which I assumed should be the latest one but it was not, then the one where it says download here under the support tab.

    Cant see anywhere else to get it – strange. I know I must be doing something wrong.

    #140630

    In reply to: tabs error

    Hi,

    Are you using the latest version of Enfold? if no, please update, if the problem persist can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?

    Regards,

    Josue

    #140988

    Hi,

    The embedding code isn’t generated by Enfold but WordPress itself.

    Regards,

    Josue

    #140998

    In reply to: Disable uppercase

    Hi,

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

    body { text-transform:lowercase!important; }

    Regards,

    Yigit

    #140917

    It was working before the update !!!!

    and I navigated, all the files are there, but my theme name has changed from VIVO2013 to enfold again.

    #140990

    In reply to: Font Size

    Hi,

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

    body { font-size: 18px!important; }

    Regards,

    Yigit

    #114991

    How can I update my version of Enfold with the pt_BR language files…

    Right now I only see de_DE.mo and de_DE.po.

    PT_BR is my WP language…but where can I get the pt_BR files for Enfold.

    I saw that they are already included…but I don`t have them in my version.

    Thank you in advance for your help.

    David

    #29559
    BenBlair
    Participant

    Hi,

    Iv just updated my WP to version 3.6.1

    My enfold theme now is not showing the advanced page template editor.

    Can you please advise me on how to fix this issue.

    Im a WordPress novice so keep it simple :)

    Thanks

    Ben

    #140986

    Here is something else I noticed.

    I narrowed down the problem to being related to using a child-theme for enfold.

    My child theme is extremely basic. Just an empty functions.php file and my style.css file for the child theme. When I deactivate the child theme and use the base Enfold theme by itself the duplication does not occur – very very strange behavior.

    #29544
    groupedesmeules
    Participant

    Hello,

    we’re working on our second website using Enfold template. On our new website we added the WPML plugin wich seems to cause issues with permalink (we didn’t have WPML installed on our last website and this issue didn’t happen.)

    You can see the issue live at: http://www.gocaravan.ca/modeles/ when you click one of the portfolio entry.

    If you could point me in the right direction to fix this issue it would be greatly appreciated

    Thanks for the support.

    #140914

    Hi,

    I found a way to add an id to each table (table_1, table_2, table_3, etc), here is how:

    Open /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table.php, and search for this block of code (line 197):

    foreach($sorted_rows as $ul_k => $ul){

    $output .= "<div class='pricing-table-wrap'>";

    Replace it with:

    $i = 0;

    foreach($sorted_rows as $ul_k => $ul){

    $i++;

    $output .= "<div class='pricing-table-wrap' id='table_$i'>";

    Remember that this type of customization would be erased if you update the theme, before updating make a backup of the theme.

    Regards,

    Josue

    #29542
    nachogfa
    Participant

    Hello,

    I tried to change the Enfold theme folder name following these instructions but the theme won’t show again:

    http://roywebdesign.net/change-wordpress-theme-folder-name/

    I hope you can help me with this, best regards.

    #140412

    Hi John,

    1. Uncomment / restore the line you deleted, and change the content of the variable $title in line 9:

    $title = __('Blog - Latest News', 'avia_framework');

    You can change “Blog – Latest News” for whatever you want to.

    2. Yes, this will be wiped when you update Enfold, try using a child theme to preserve changes.

    Regards,

    Josue

Viewing 30 results - 238,741 through 238,770 (of 243,806 total)