Viewing 30 results - 243,931 through 243,960 (of 244,474 total)
  • Author
    Search Results
  • #118878

    Hi Devan,

    Ok, thanks for the explanation.

    Regards,

    Daan

    #23212

    Topic: universal text input

    in forum Enfold
    blingcart
    Participant

    is there some type of universal form input css?

    I installed some live support software and this is how it looks:

    View post on imgur.com

    its as if some css from the theme is making it look like this. When enfold is not enabled the live support text fields look perfect.

    hedmarktoppen
    Participant

    Hi, I love the Enfold theme you created and I am currently working with how I would like to use the LayerSlider. I create for mobile first so I am testing the new design and performance on cellphones. I currently have a need to swap the image that is loaded as background for layerslider for mobile devices as I am using full width on the images. The fullsize images should be at least 1920 width images to give full quality on a PC computer. However, this is too heavy to load on mobile devices so I would like to have a responsive break on 900px and exchange the full image with slideimage_900.jpg and maybe the same on even more sizes to reduce the amount of KB loaded to the device.

    Is this supported in the theme or layerslider? Is there a 3rd party plugin that we could use with the theme to make this happen? That would be the perfect feature for this theme to give the best possible experience to both mobile and desktop user.

    Chris

    #119020

    You can generate a font kit. Go to: http://www.fontsquirrel.com/fonts/bebas-neue and click on “Webfont kit” to download the webfonts. Then place these fonts into the enfold/css folder and insert the content of stylesheet.css into custom.css. Then use

    font-family: 'BebasNeueRegular';

    to apply the font to any html element of your choice. If you use Layerlider you just need to insert BebasNeueRegular into the font family option field.

    #118607

    Thanks for this…

    in regard to using a Flickr plugin I have used Slickr Flickr before so Ive set it up and have place some CSS to turn it into a 4 row by 3 thumbnails whiich appear in column 3 of my footer.

    In a previous theme I had help setting up some Java Script to enable me to get the thumbnails to glow on rollover. The theme had a similar CSS window in the theme styling as yours but also had a Java Script window where the script was placed. Where do I put this within Enfold? I assume its a PHP file? do I have to add anything to the code/format to make it work and where should it be placed?

    Cheers

    Here’s the code…….

    Query(‘.slickr-flickr-gallery ul li a’).hover(

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’0.75′}, 200 );

    },

    function()

    {

    jQuery(this).stop();

    jQuery(this).animate({‘opacity’:’10’}, 100 );

    });

    #114618

    I’m going to copy and paste what another member wrote:

    More flexible Icon-Box – means:

    1. allow the additional use of custom icons

    2. more styling options (background, font size ect…)

    Also:

    Posts: the ability to have the featured image used in the post-listing but hide it in the single-post view.

    Layout Builder: Why can’t we have access to the full shortcode editor inside text elements?

    Layout Builder: The ability to remove padding/margins from page elements

    ==========

    Simple request: I love the option for sidebar navigation (for nested subpages) but in a site with lot’s of pages (and nested pages) that link across one another, it can get confusing. To aid the user in navigation please can you add the name of the parent page as a header to the nested subpage navigation?

    #118833

    Hallo,

    ich bin mir nicht sicher welches Problem gerade vorliegt? Auf der “mountain splash” Seite scheinen mir die Dropdowns die “normale” Größe zu besitzen. Das MegaMenu an sich zeichnet sich durch seine Größe aus – daher es unterstützt mehrere Spalten und die “obersten” Menüpunkte (Menüpunkte der in der ersten/obersten Stufe) werden als Spaltenüberschriften verwendet. Vgl zB das MegaMenu hier: http://kriesi.at/themes/enfold/ unter “Pages”.

    #118955

    Hi!

    Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php replace:

    'lightbox_size' => 'large',

    with

    'lightbox_size' => 'full',

    We’ll change this in the next version.

    Regards,

    Peter

    #117335

    Tbh I guess this is not a bug but a feature. Personally I also feel that it’s better to stop the slideshow if the user wants to navigate with the buttons. If you want to add a “restart/autoplay function” open up wp-content/themes/enfold/js/shortcodes.js and replace:

    A-1

    this._stopSlideshow();
    this._navigate( 'prev' );

    and A-2

    this._stopSlideshow();
    this._navigate( 'next' );

    and A-3

    this._stopSlideshow();
    this._navigate( false, pos );

    with B-1

    this._stopSlideshow();
    this._navigate( 'prev' );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    and B-2

    this._stopSlideshow();
    this._navigate( 'next' );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    and B-3

    this._stopSlideshow();
    this._navigate( false, pos );

    var $sliderobj = this;
    setTimeout(function(){ $sliderobj.options.autoplay = true; $sliderobj._startSlideshow(); }, 500);

    You can replace 500 with any other value – it’s the delay in ms (500 converts to 0,5s before the slider starts again).

    2) There’s no pause/play button atm – but you can add it to the feature request list.

    #118366

    Hi,

    IE8/9 – The theme uses a lot of css3, and IE8 always had problems displaying… well everything, but especially its alergic too cool looking css transitions. I think that besides employees forced to use IE8 at the office, the rest of the loyal users expect the web to be a weird , gloomy, and always semi-broken place with lots of error popups. I think its misplaced nostalgia , but I am always worried that if too many websites start optimizing for IE8, that might spook the nostalgic users into downgrading further to IE7 or 6 heaven forbid.

    =====

    Wow. Charged you $100 just to blame the theme. Gotta get in on this racket, but can’t, since Kriesi despises greedy charlatans with a support department acting like a robot on a loop – blaming everybody else. Only programmers, an expensive technical staff, can properly support WordPress, an expense that too many companies balk at paying. On that note,.. lets see what we got here…,

    =====

    On ie9 some map comes up on your homepage i don’t see with other browsers. http://i.imgur.com/sjnju0Q.png … Might be your missing browser. See and you worried about IE optimizations!

    =====

    Please look at the top of styles.css. The current version of the theme is 1.41 . If that’s not what your’s show on top of styles.css, then please download the updated version from themeforest.net, make a backup of your site, and using ftp overwrite your current site with the update.

    ===

    Look in functions-enfold.php in the root of theme, for line 568 and add // two forward slashes in front of the line just as shown below

    //add_action('admin_menu', 'avia_check_updates', 1, 1);

    Please see if the error went away. By the way, are you even able to login to the admin backend, because this error should be on every page of the backend.? Reread what you wrote. Hmmm.. Renegade javascript for sure.

    =============

    Right now you are probably in the top 3 of all wordpress sites i did support for .. yes, for sure … in the total number of .js and .css files attached to your site. It’s amazing there isn’t a single javascript error or even a warning.

    Is cloudflare compressing them correctly? (would you please disable cloudflare while doing this and empty the cache). then please disable every single plugin you have with the exception of that magic multiple listing . All others disabled! logout as admin, Clear the cache,, and browse the site to see if maps/widgets are being displayed correctly now.

    If none of this works you can send me login credentials , but please disable cloudflare, make sure its not doing anything more that what a normal DNS does. My email is usjahm (at) gmail (dot) com.

    Thanks,

    Nick

    #116457

    In reply to: Enfold Showcase

    Very nice use of the slider and layout options!

    Glad you are enjoying the theme features and have made such good use of things :)

    #118606

    Hi,

    I haven’t tried using Flickr plugin within the theme but there are lots of plugins available. To name a few

    http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/

    http://wordpress.org/extend/plugins/slickr-flickr/

    http://wordpress.org/extend/plugins/flickr-api/

    You can change the widget title with this

    #footer .widgettitle {
    font-size: 21px;
    }

    And the content with these

    .widget {
    font-size: 14px;
    }

    .minitext {
    font-size: 14px;
    }

    Adjust the value.

    Regards,

    Ismael

    #119006

    Hi,

    Add this on your custom.css

    .news-time {
    display: none;
    }

    Regards,

    Ismael

    #118909

    In reply to: Shop styling

    Hi,

    Older version of Enfold doesn’t include the config-woocommerce folder. You need to have Enfold 1.4. :)

    Regards,

    Ismael

    #118997

    Hi,

    Click the Advance Layout Editor button. That is the blue button at the top of the Add Media. If you are experiencing any trouble, we suggest to download the theme again.

    Regards,

    Ismael

    #118982

    Hi,

    After installing and activating the Enfold theme, just Import the Dummy Data.

    Regards,

    Ismael

    #23123
    andypeck
    Participant

    Hi there,

    Can you tell me how to change the size of the fonts in the Footer, namely the widget header titles and main content?

    Can you suggest an easy but flexible Flickr widget that I can use in the footer that will compliment the theme and not screw up everything. Ive tried a few and its just a mess.

    Cheers

    Hi,

    Please open up functions_enfold.php and locate lines 256 that looks like

    if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."'>".$title."</a>";

    and replace them all with the lines below

    if (!empty($link)) {
    if (is_single()) {
    $tmp_category = get_the_category();
    // var_dump($tmp_category[0]);
    if ($tmp_category[0]) $title = "
    <a href='" . get_category_link($tmp_category[0]->term_id) . "' rel='bookmark' title='" . __('Permanent Link:', 'avia_framework') . " " . $tmp_category[0]->cat_name . "'>
    " . $tmp_category[0]->cat_name . "
    </a>
    ";
    }
    else {
    $title = "<a href='" . $link . "' rel='bookmark' title='" . __('Permanent Link:', 'avia_framework') . " " . esc_attr($title) . "'>
    " . $title . "
    </a>
    ";
    }
    }

    Thnks,

    Nick

    #118782

    In reply to: how to install?

    Hi Devin

    Thanks so much for post, i managed to ftp it over and learnt something in the process.

    The video made it possible, without that no chance, I will definitely check out other Enfold videos.

    Rgrds

    Kris

    #23224
    damienducreux
    Participant

    Hello,

    I would like not to display the date in the latest enfold portoflio widget

    Thank

    #23222
    virtualpcrepairs
    Participant

    Hello,

    Im having an issue editing my content on my website. When i click on a page to edit it, the editor that came with the Enfold theme seems to have disappeared. I am only getting an option for the default editor.

    Please Help

    #118907

    In reply to: Shop styling

    Do i need to switch to an old theme, delete enfold files, and then re upload them and install them?

    Whats the best way to reinstall with the most recent files

    #118912

    In reply to: Adding Custom Icons

    The icons come from a special webfont – “entypo” – which is hard-coded into the theme. The character of the font are mapped inside the entypo-fontello-charmap.php file (located: enfoldconfig-templatebuilderavia-template-builderassetsfonts).

    You could alter the font at http://www.fontello.com, download the customized font (incl. new charmap), upload the files to the original location and customize the charmap.php file…..

    #23208

    Topic: Fix css layout

    in forum Enfold
    alexvs1980
    Participant

    Hi,

    I’m using the easy reservation plugin with your theme, and by default the search bar should be in one row ( tested on other themes ) and in enfold theme shows like in 4 rows.

    Could you help me to fix the css ?

    The site: http://www.apartamentoskosherbarcelona.com

    I’d really appreciate your help !

    Thank you !

    #118780

    In reply to: how to install?

    Thanks for responses, but i have still not been able to upload, via upload theme, getting ‘wordpress failure notice’

    some more detail.

    i am trying to upload via my windows laptop the smaller zipped folder entitled ‘themeforest enfold responsive theme wordpress theme’ which as i said is 10.2mb. it contains sub folders ‘enfold’ and ‘_macosx’. is it the enfold sub folder that i have to upload after first zipping? or another folder?

    rgrds

    Kris

    #118877

    Hi Daan.

    The theme doesn’t have a maintenance mode but it has have the ability to create a single maintenance mode style page. Just create a new wordpress page and set the template to the blank template.

    Then add any coming soon message or content to it as needed.

    After saving that page, go to your theme options and set that page you just created to the front page and keep it there until you have created the rest of the pages on your site.

    This will still allow the other pages of your site to be directly accessible (where a plugin would actually prevent all pages from being access if you aren’t logged in) but it keeps the index from listing a regular page.

    Regards,

    Devin

    #118293

    Sorry Ismael,

    I missed a “:” sign when changing my url which explained it didn’t work…But still, will I have to enter manually the name of the pattern I want I want to change it? It’s not very practical…I would like to be able to use the list in enfold admin straight away as I should be able to…

    Kind regards

    chrys

    #23192
    webpress
    Participant

    How do we create those iconboxes with secondary background color?

    http://kriesi.at/themes/enfold/shortcodes/iconbox/?skin=Vine

    #23189
    daanb100
    Participant

    Hi,

    I just purchased the Enfold theme and would like to set it up om my own website and use the build-in maintenance mode so that my visitor’s won’t see the changes until I finished setting it all up. My question: I can’t see where and how to enable maintenance mode in the theme settings. Or do I need an external plugin to do this?

    Kind regards,

    Daan Büdgen

    #118793

    Actually it’s much easier:

    1) use following code:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic';
    return $fonts;
    }

    2) Go to Enfold > Styling and select the PT Sans font from the dropdowns.

    Enfold will automatically load the right stylesheet and change the font family for you.

Viewing 30 results - 243,931 through 243,960 (of 244,474 total)