Viewing 30 results - 239,881 through 239,910 (of 241,733 total)
  • Author
    Search Results
  • #126271

    Hi,

    Logo can go bigger.but try to keep it to those proportions. 2×1

    For retina, I prefer to use this plugin http://wordpress.org/plugins/wp-retina-2x/ Since its well supported and has tons of updates all the time. Its much easier to do it that way.

    Thanks,

    Nick

    #25343

    Topic: Front page slider size

    in forum Enfold
    coachbruce
    Participant

    Quick question. Reading through the threads, it looks like 930×340 is the right size for the front page slider. But, if we want the image to extend beyond the page, is there a size that works better (I’ve seen numbers in here up to 1500 or so)? In other words, should I use a larger image, realizing that the visible part will be commensurate with 930×340, but will still extend the image beyond the edge?

    Or maybe the better question is, what size image did you upload the front page on your site (for the Enfold demo)?

    Note: I’m not a techie :-)

    Thanks!

    Bruce

    ukcommsdigital
    Participant

    I am working in the Enfold theme and I have two questions:

    (a) For some reason, I cannot seam to get rid of the two vertical scroll bars when viewing any page (http://farm4.staticflickr.com/3795/9137162284_4511f8a668_b.jpg). How do I get rid of the inner scroll bar?

    (b) Also, could you aid in how to create a home/landing page like the one featured in the Enfold demo page (http://kriesi.at/themes/enfold/)? We would like to have a landing page that does not have the Title Bar at top as well as the three section columns below the slider.

    Please advise as soon as possible.

    Sincere Thanks!

    #125877

    GOT IT!!! Thank you.

    You guys are great. Let me just say, you have a quick support group. Thank you very much.

    George Younan

    #126434

    Hi,

    2). Your developer is correct. https://kriesi.at/support/topic/i-have-some-issues-with-translation-issues-and-with-the-contact-form#post-114535 This post has instructions on what to do.

    3) Its possible but its also experimental. You can turn on the advanced layout builder for posts. That will allow you to add a featured image which will be seen on the main blog page (or wherever you add the blog element to a page) , but on the individual blog posts the feature image will not show, and you will be able to either add it as an image element, or add a slider or have no image, since you will be able to use all the elements available , same as on pages.

    To add the layout elements to posts open config-templatebuilder/avia-template-builder/config/meta.php and change line 5 to look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page,'post''), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    You will also need to replace template-builder.php in the main folder with https://gist.github.com/meishern/bfbf909055e7b967dd5b this file. Without it, posts with layout elements will not have meta data or comments. This form will also add comments functionality to portfolio items.

    Thanks,

    Nick

    #125876

    Hi George,

    After opening that slideshow go to the Global Settings tab and then scroll down to Slideshow. The first option needs to be set to be on (the green should show). It has the description “If enabled, slideshow will automatically start after loading the page.”.

    Regards,

    Devin

    #125916

    Hey!

    I am sorry, the ajax portfolio does not yet support videos. It works in a much different way than the other themes we used til now, so it will take some time to add this functionality ;)

    Feel free to add any suggestions and wishes to our feature request thread: https://kriesi.at/support/topic/enfold-feature-requests

    #123796

    Hi!

    Go to Appearance > Widgets and add your custom widgets into the “Footer – column1”, “Footer – column2”, etc. areas. Afterwards the footer columns will display these widgets instead of the “dummy/demo” content.

    Regards,

    Peter

    Hey!

    Thanks for the hint!

    Regards,

    Peter

    #125710

    In reply to: custom.css not there?

    You can use ftp to download the file – it’s located in the wp-content/themes/enfold/css/ folder. Or you can install a plugin like: http://wordpress.org/plugins/solid-code-theme-editor/ which should enable you to edit all files.

    #126364

    That is definitely outdated SEO practices but you can remove or modify the wrap on widgets in:

    enfoldframeworkphpclass-sidebar-generator.php:

    Line 164 and line 165. Any change in styling will need to be re-done though I don’t know if anything is directly tied to H3 or not.

    In addition to that location there are a number of others in the following files with the same structure:

    enfoldconfig-bbpressconfig.php
    enfoldincludesadminregister-widget-area.php
    enfoldincludeserror404.php
    enfoldincludesloop-search.php

    Regards,

    Devin

    #126433

    Hi AndyGadge,

    For #1, that page was created using the Advanced Layout Editor and the blog elements inside layout elements. So there is no need to modify any code to get that layout (or *any* layout done in the demo as its all created using the theme options).

    2) Yes, there are some issues with cyrillic support but I don’t have experience with them off hand. I’ve tagged the topic for another of the support crew who does and should be able to offer some additional help.

    3) No, not at the moment as far as I know.

    Regards,

    Devin

    #125820

    In reply to: Enfold custom.css

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    #114950

    Hi Jean (freepixelweb),

    last try… : is it possible get the french translation ? (otherwise, I will make mine but I think it will be easier to end your work and share it)

    Thanx

    #126202

    Hi, thanks for answer. Look at it http://www.pakietyedukacyjne.pl/, the button stop is changed to png #top .ls-nav-stop::before{

    content: url(http://pakietyedukacyjne/wp-content/themes/enfold/images/layout/dalej.png);} Opera see something but “blink” (something like bad hover or transition effect, when I put content url to hover – it duplicate image) IE and Firefox show empty area, Chrome – broken image icon. When You look at Enfold theme in IE You should see black squares instead of stop-start icons, side navi is not visible at all. Maybe is another way to set this navigation under IE, for example: the visibility of side buttons will be good solution for me. Regards. Krzysztof G.

    #116476

    In reply to: Enfold Showcase

    @jerone ,

    hi nice site, how did you change the socket nav link color? from home to contact us? Thanks

    [Edit: Nick] The css below will change the socket link color to red:

    .socket_color a, .socket_color .widget_first, .socket_color strong, .socket_color b, .socket_color b a, .socket_color strong a, .socket_color #js_sort_items a:hover, .socket_color #js_sort_items a.active_sort, .socket_color .special_amp, .socket_color .taglist a.activeFilter {
    color: red;
    }

    #25335
    robbo651
    Participant

    I’m new to WordPress, so had a test with a few free themes. Decided i liked the platform so bought the Enfold theme for my site.

    Installed the demo data to get a hang of the site, but now i try and update pages such as the Portfolio page and the only thing that updates is the title.

    I’ve googled the problem and have tried uploading WP Super Cache to clear cache but doesnt work, so i uninstalled it.

    A solution would be excellent.

    Thanks

    #114949

    Hi


    @Dude
    : thank you for kind recommendations, the LayerSlider is translated now with success! My customer says big thanks to you too.

    Here is the last edition of rus-translation (Enfold theme and LayerSlider, 100%): download zip file. GLWS, guys!

    #126430

    In reply to: Translation of Enfold

    Hi,

    You will need to ask WPML people what version you need, but if you need to make a translation of the entire site , most likely you will need the full version. To be honest I have never used the partial version , so am not sure how it differs. The people at WPML are well familiar with Kriesi’s themes so I think your best bet is to ask them.

    Thanks,

    Nick

    #126365

    Hi,

    You are talking about in the backend or on the website?

    If you are talking about on the site, my suggestion is to install a plugin to enhance your search since there are a couple of high end and free search plugins.

    Here they are. All current and frequently updated.

    You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Thanks,

    Nick

    #126356

    Hi,

    Only by using css.

    Please add this to you /css/custom.css OR to Quick CSS located in Enfold > Layout Styling … the text area at the bottom of that page

    .grid-entry .inner-entry {
    width: 90%;
    }

    You can change it , 100% is what you currently have.

    Thanks,

    Nick

    #126429

    In reply to: Translation of Enfold

    Thanks for the reply and the links. I am a little confused though.

    I don’t want to translate the backend, just the pages and content so presumably I wouldn’t need the CMS version? All I really want is the entire site (pages only) in 2 languages. I don’t want to translate any admin stuff.

    Thanks

    Andrew

    #126466

    In reply to: Remove social header

    You can change the header type. A list of all headers can be found here. http://kriesi.at/themes/enfold/headers/ – if you don’t like the “grey bar” just select the “Small Header – Non Fixed” header on the Enfold > Theme Option page.

    #126380

    Open up enfold/js/shortcode.js and search for this code around line 205:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    });

    change it to:


    //trigger displaying of thumbnails
    gallery.on('avia_start_animation', function()
    {
    images.each(function(i)
    {
    var image = $(this);
    setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
    });
    }).trigger('avia_start_animation');

    #123185

    If you just want to get rid of the title revert the changes I posted above (because this will remove everything) and open up functions-enfold.php. Search for:

    if(empty($title)) $class .= " empty_title ";

    and replace i with

    $title = '';
    if(empty($title)) $class .= " empty_title ";

    By going this way you’ll remove the title from all pages.

    #126428

    In reply to: Translation of Enfold

    Hi,

    You need to use WPML plugin.

    Refer to this link: http://wpml.org/documentation/

    And a heads up tip: https://kriesi.at/support/topic/callout-translation-wpml#post-77814

    Regards,

    Ismael

    #126492

    Hi,

    You’re slider is not loading even on desktop. Please recreate the slider from scratch. Download Enfold 1.7 on your themeforest account. Override the theme files via FTP.

    Regards,

    Ismael

    #126491

    In reply to: Warning Trim

    Hi,

    Please upgrade to Enfold 1.7. Override the theme files via FTP. Check your portfolio item images, delete the caption.

    Regards,

    Ismael

    #25322
    peymangg
    Participant

    I am using the latest version of WordPress and the latest version of Enfold theme. I have deleted and reinstalled from scratch several times and continue to get the same error.

    Warning: session_start() [function.session-start]: open(/var/chroot/home/content/61/8377861/tmp/sess_pr028k1fv4ug118u4hullql9p5, O_RDWR) failed: No such file or directory (2) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:27) in /home/content/61/8377861/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27

    There were closed topics with similar issues and it was advised to contact my hoster to check the server configuration (session data folder is writable & exists, etc.). I contacted my domain host which is godaddy and they ran some tests and said its something on my end with compatibility issues…

    What should I do??

    #126315

    In reply to: ENFOLD Easy slider

    Hi,

    No, you don’t need to buy the theme again. Just create a new wordpress installation then activate the theme. Go to Theme Options > Import the dummy data. You will see how the theme works.

    Please watch the videos mentioned above.

    Regards,

    Ismael

Viewing 30 results - 239,881 through 239,910 (of 241,733 total)