Viewing 30 results - 212,941 through 212,970 (of 244,509 total)
  • Author
    Search Results
  • randoloid
    Participant

    For my blog (both posts and the landing page) I only want to show the date. I have used the enfold theme options and selected only the Blog post date. This works great with the blog posts, However the blog landing page shows all the meta elements -currently the blog style is set to Single Author, big preview

    I did note that that if I switched to other blog layouts that the meta information updated correctly.

    Many thanks for the help.

    #320285

    In reply to: Center align buttons

    Hey blankonblank!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css:

    .page-id-310 .flex_column.av_three_fifth.avia-builder-el-14.el_after_av_one_fifth.el_before_av_one_fifth {
    text-align: center;
    }

    Cheers!
    Ismael

    #320283

    Hi jnhaswell!

    Thank you for using Enfold.

    Do you mean some kind of alert message? You can add a unique class or selector on the link code. Like this for example:

    <a class="external-link" href="http://www.google.com">Click Here</a>
    

    Edit functions.php, add this at the very bottom:

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    	jQuery('a.external-link').click(function() {
    		alert("You're going to a better place.");
    	});
    });
    </script>
    <?php
    }
    add_action('wp_head', 'add_custom_script');

    Change the alert message.

    Regards,
    Ismael

    #320278

    In reply to: Styling functions gone

    Hey rightskewed!

    Thank you for using the Enfold theme.

    Looks like you’re using version 2.5 which is not compatible with WordPress 4.0. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #320267
    Robyone925
    Participant

    Hi there,
    I’m trying to create a menu exactly the same as the one you show here: http://kriesi.at/themedemo/?theme=enfold under your ‘Pages’ tab. The area I am having trouble with on my own site (link attached below) is where my ‘Learning’ Menu item is listed there are two problems:

    1. I don’t want the main headings to be a link – but how do I keep these as large headings
    2. The width of the menu is not wide enough for the topics

    Thanks in advance.

    #320260

    In reply to: Dummy data issue

    Hey!

    The menu is will be whatever you want it to be in the end. You can completely delete that menu if you want and then re-create your own or keep it for a quick reference while building your site.

    This video is to introduce users to creating menus but in general you only need to drag and drop the menu items around to change your menu structure with wordpress: http://kriesi.at/documentation/enfold/setting-up-your-mega-menu/

    Best regards,
    Devin

    #320257

    Hey Santos Ramos!

    You’ll want to create individual portfolio items for each video. Then create a gallery or use columns for each category image that will be a link.

    See: http://kriesi.at/documentation/enfold/create-new-portfolio-item/

    Regards,
    Devin

    #320239
    vivify77
    Participant

    The accordion FAQ isn’t working. Since it wasn’t working, I’ve updated to WordPress 4.0 and Enfold version 2.9.2. No luck. There’s only one possible plug-in (SeedProd Coming Soon Pro) that may conflict. I’ve deactivated it and no luck. Please advise.

    #320225
    Aussieoutdoor123
    Participant

    Hi there,

    I’ve read through heaps of forums on kreisi & wordpress + others and still can’t fix my issue.

    Firstly, my website domain and email – aussieoutdoorliving.com.au – is hosted through Godaddy.
    I have created a ‘test’ website to replace the current website that is live at the moment. URL test.aussieoutdoorliving.com.au which is an enfold theme wordpress site.

    Before I make the transition (still not sure how I’m going to do that either!) from current website to the new wordpress site i want to get the contact form working as it is what will generate most of our enquiry for clients to purchase my product.

    Currently have two forms on the website – one on the gallery page and one of the contact us page (slightly different with the input fields). Only I have been ‘testing’ the form to see if my domain email address receives it. And with no luck, i don’t ever receive the test form enquiry entries.

    I have done the following to try fix this:

    1. I have installed the contact form 7 – for the life of me i can’t style it and ad the tags to look like the current form which is the default form of enfold (i like the enfold one as its easier for me to make it – not too savvy with tags and code etc) and i’m still not receiving the test entries from this form.

    2. Godaddy email spam settings are all turned OFF just to ensure if that was the case. I’ve spoken to Godaddy about the php and WP mail settings and they’ve mentioned that they’re all enabled and its nothing on their end.

    3. I’ve installed easy WP smpt and have made the email as a gmail account and configured it with the settings (current website that is live is using the gmail account to receive contact form enquiries) but the websites are all totally different.

    So i wonder – is it not working because the wordpress site isn’t ‘hosted’ or essentially ‘live’ like the other one as it is only a subdomain. Is it something completely different and its a fault with the enfold form, contact form and the Easy WP smpt plugin itself?

    I have no clue and I am sooooo close to putting my amazing new wordpress enfold themed website live but i just need this form to work perfectly! any suggestions or walkthrough’s that is easily understandable for someone who does not know a lot about it all would be soooooo appreciated.

    Thank you !!

    #320224

    In reply to: Image align in Footer

    Hey David!

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

    section#text-2 a:first-child {
    top: 3px;
    }

    Cheers!
    Yigit

    #320218

    Hey nrichmund!

    Yes, please see – http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Yigit

    #320215

    Hey idpokute!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_logo_subtext', 'avf_add_logo_text');
    function avf_add_logo_text($sub)
    {
    	$sub = "<strong class='logo-2'>your text goes here";
    	return $sub;
    }

    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .logo-2 { opacity: 0; }

    Regards,
    Yigit

    #320212

    Hi!

    You can access via FTP and edit functions.php file in wp-content/themes/enfold folder or change the permission of functions.php file to edit from WordPress backend

    Cheers!
    Yigit

    #320205

    Hi Gashland Evangelical Presbyterian Church!

    It would be the best if you update the theme via FTP. You can find video tutorial here – http://vimeo.com/67209750
    You are currently using a very old version of theme. After updating the theme, you may need to re-configure the header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/

    Regards,
    Yigit

    #320204

    Hey robertscott!

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

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none; }

    Best regards,
    Yigit

    #320199

    Hey!

    Can you create a testing environment with WordPress 4.0 and Enfold 2.9.2 and post login credentials here privately?

    Best regards,
    Yigit

    #320198

    Hey jaimemerz!

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

    .header-scrolled .logo { opacity: 0; }

    Cheers!
    Yigit

    #320194

    Ok I have updated the theme this evening and its caused some major formatting issues – which is very annoying and time consuming to fix :(

    1.) I have lost the grey/black transparent background effect on the homepage slider wording. In quick css: I still have the following:

    .ls-layer span {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px !important;
    display: block;
    }

    But something has happened to remove it :(

    2.) Previously you gave me some code to hide the wording (span) on the homepage slider on a mobile (smaller) device. This is still in quick css however its now showing the wording on the slider on a mobile. The code you gave me was:

    @media only screen and (max-width: 767px) {
    .ls-layer span {
    display: none !important;
    }
    }

    3.) My portfolio section on the homepage is now going across the whole page – see LATEST PRESS COVERAGE – previously this would line up nicely with the rest of the site. But for some reason its stretching the four columns across the screen. How do I get this back to the way it looked before I upgraded?

    Same applies here: http://www.alicemackintosh.com/media/print-and-online/ and http://www.alicemackintosh.com/media/tv-radio/ 0 its stretching them and it looks rather silly.

    4.) The logo – My logo has dimensions of 250px × 50px – I notice in a mobile for example that it gets stretched so looks a little odd, is this because it thinks it should be 340px x156px? Are you able to fix this for me? i.e. Set the logo to be 250px × 50px at all times.

    5.) I notice that when you play around with the responsiveness of the site, there are issues with the main navigation going over the logo, making it difficult to read at a certain window size. I notice on your demo site: http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/ that the drop down menu comes in much quicker – ie when the screen size is set higher. Where do you edit this variable? This means your demo site does not see the main nav overlay the actual logo.

    Your help fixing this issues is much appreciated. I did not expect a theme update to cause so many issues but hopefully we can resolve them asap.

    Many thanks

    Nick

    • This reply was modified 11 years, 6 months ago by nickgibbens01.
    #320173

    btw, great work you guys did in giving shape to the BB press plugin and Enfold!

    Thanx for that!

    #320164
    icvdm
    Participant

    Hello,

    I am developing a site using enfold theme and its inbuilt layer slider. I added advance Layer slider in my home page. It was working well till yesterday but suddenly today there is no preview on my layer slider now. I had some research in this forum and google as well but I can’t find any solution. Can you please tell me what is the issue and how can I fix this ?

    Thanks

    Screenshot of Slider setting page.

    #320160
    aurdanoz
    Participant

    Hola,
    Hemos usado la plantilla Enfold con éxito, no obstante desde hace un tiempo tenemos problemas graves con la edición de contenidos. No sé si el problema es de la plantilla de WP o de la última actualización de WP (4.0).
    El problema es que no puedo añadir imágenes, en el modo visual no se ve nada aunque el texto aparece al seleccionarlo, con lo que prácticamente no puedo actualizar la web.
    Si me podéis ayudar os lo agradecería.
    un saludo
    Alex

    #320154

    Hello Again,

    I have checked again, clearly and as a summary:

    When WPML is active, there is no way to upload any image to media library or portfolio item,
    When WPML is not active, everything is ok for uploading media!

    I have the latest WPML and Enfold versions,

    I have tried wp-config 128 MB thing and .htaccess code adding

    but there is no solution for now…

    please help me

    #320152
    lifeundone
    Participant

    I just updated a clients site to Enfold V 2.9.2 and the layerslider is now FULL WIDTH across the screen!!!

    Slider width: 1200
    Slider Height: 425

    Nothing has changed with the theme settings.
    Stretched Layout
    Active Responsive Layout – Large 1210px

    How do I fix this????
    It used to be contained within the content area!!!

    http://karoleena.com/

    Thanks,

    Mitch

    #320150
    BeeCee
    Participant

    Hi,

    is there any way to change the image overlays, making them looking a bit more modern?

    currently (live here: http://kriesi.at/themes/enfold/portfolio/portfolio-3-column/) the overlays are like this:

    I would like to have a more modern style like this for example:

    means: color overlay + custom text overlay

    Is this possible any way? What files do I need to change – or (because I’m not very good in coding) is there a plugin, that could do this easily for me? Or is it simple to change?

    Thanks a lot in advance!

    JamesGibas
    Participant

    We are using the Fullscreen Slider to display four videos. The transitions between the videos aren’t as smooth as I would like. The videos pause before they start. Is there a way to have them start right away? It seems like the videos on the Enfold demo start right away. So I am not sure what I am doing wrong.

    I put a link below to the homepage where the videos are hosted on the website.

    I also tried hosting them on Vimeo to see if that helped it seemed to help a tiny bit but was inconsistent, sometimes the videos start right away and sometimes they pause.

    I would really love for the videos to transition smoothly from one to the other.

    Thank you,
    Alicia

    #320137

    Topic: Image align in Footer

    in forum Enfold
    d1h
    Participant

    Hi,

    want to align a image in my footer. Want to have it in the middle of the text.

    Yet it is not centered and a little bit to top.

    <h3 style="font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-weight: lighter; font-size: 14px; color: #000000; text-align: center; vertical-align: middle;"><a href="mailto: (Email address hidden if logged out) "><img src="http://enfold.martin-klapheck.de/wp-content/uploads/2014/09/PastedGraphic-1_trans_v1_new.png" width="24" height="30" align= "bottom" alt=""/>  </a>&nbsp;Martin Klapheck | Auf der Helte 5a | Telefon: +49 (0) 22 24. 94 16 20  | E-Mail: 
    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a><a href="http://enfold.martin-klapheck.de/impressum">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Impressum</a></h3>

    Cheers
    David

    #320132

    In reply to: Display typefaces

    Hi Yigit,

    Okey and thanks,
    but my question was about not about ikons.
    It was available typefaces that follows with Enfold,
    are there any easy way to overview them?

    Regards,
    Peter

    #320129

    Topic: Styling functions gone

    in forum Enfold
    rightskewed
    Participant

    Last week I tried to modify the theme function file to include a google font. I crashed the site. The host provided a restore to the site, but since then I cannot get the styling features back on the ‘Enfold’ menu.
    Can you assist?
    Also how can I upgrade to the newest version of Enfold?

    #320125

    Topic: Dummy data issue

    in forum Enfold
    Uwe
    Participant

    I’m new to wordpress and website building. I just bought enfold and down loaded the dummy data. Now my web shows a long list of menu items that appear in the middle of all the pages regardless of what is on the pages text, pics, etc. I can’t image this is the intended out come of the dummy data. Hoping you can take a look at the site and see what’s up

    • This topic was modified 11 years, 6 months ago by Uwe.
Viewing 30 results - 212,941 through 212,970 (of 244,509 total)