Viewing 30 results - 219,571 through 219,600 (of 244,166 total)
  • Author
    Search Results
  • #276282

    Hi cybaco!

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

    .single-post div.big-preview.single-big {
    float: left;
    }

    Regards,
    Yigit

    #276272

    Hmm yes the problem still happens in the Enfold parent theme interface, with a new install of the theme. All the data for the site is just the dummy data, except for one new page I created (an under construction frontpage).

    Maybe the WP database got corrupted? That shouldn’t affect the admin interface though right? Should I delete my SQL database for the site, or remove and reinstall the entire WP install for this hosting account (Bluehost managed WP).

    Thanks for any thoughts you might have (and the actual real support you guys give on this forum, its great).

    Chris

    #276267

    Here is the screenshot. I’m on Bluehost too if that matters. I think I will delete and reinstall both parent and child, then just install parent and see if it happens again. Hopefully its just a corrupted glitch.

    Screen shot of interface problem Enfold

    #276266

    I just downloaded and installed it yesterday, looks like the latest version, it is:
    2014 May 28th – Version 2.8.1

    The HTML tags bleeding through in the interface occurs in the parent theme interface too, I just switched the site over to enfold parent and checked. The problem occurs in all browsers. If you like I can include a screenshot, I’d have to upload it to one of my websites for you I think, to link it here in the forum.

    Just in case it matters, the child theme was created by following the directions in the video you guys have for Enfold Child Theme.

    Both were uploaded via FTP to the themes directory, and they both seem to work in all other respects. The dummy data gets imported, the template site exists and works for visitors in both child and parent. Just this WP interface bug makes me nervous to begin the week+ of customization work I have for the child theme. What if something else (that actually matters) is mixed up in the theme installation too?

    Should I maybe delete and reinstall everything?

    #276259
    This reply has been marked as private.
    #276257

    In reply to: Problem With Images

    Thank you Ismael, theme is very nice. That makes more sense, it seemed very unusual that the Add Media would be completely disabled. I am using latest version of WP and Enfold.

    When I say the button is disabled I mean it is there and appears to function correctly just that no image is ever actually inserted.

    I have been using the column classes to achieve what I need for now and in a way it’s actually a better way to go from a design perspective than using the “align” feature. But still may need that eventually.

    I will leave URL in another post.

    #276253

    Hi Ismael,

    Thanks for your help. I cant find line 117. i opened wp-content/themes/enfold/functions.php

    Where is the exact location please?

    thanks,

    #276238

    Topic: custom.css file

    in forum Enfold
    webdevsd
    Participant

    Hello. I added the files for the Enfold theme after creating my own custom therme that includes styles.css. However, within the Enfold theme I don’t see the custom.css file within my dashboard on wordpress. I believe it wasn’t added for some reason. I have it in my downloads and I can ftp it over to the server, or alternatively, can add it to the custom theme that I created. What would you suggest? The customization I want to do it mostly related to .css only, such as color and opacity. Thank you for your help!

    #276216

    Yes it seems that a javscript error from the audio player is the problem. So removing the inline styles wouldnt change that. Guess I have to wait until enfold fully supports the native audio player from wordpress.

    Gabriel

    #276211

    Hey bzblocksmith!

    Thank you for using the theme!

    You can use html tags on the Phone Number or small info text field. Go to Enfold > Extra Elements then enable the Header Phone Number/Extra Info option. Add the tag on the field, something like this:

    <img src="ICON GRAPHIC URI HERE">
    

    Cheers!
    Ismael

    Hi leoncool!

    Insert this code into your child theme functions.php file or enfold/functions.php:

    
    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }
    

    – it will remove the theme flags.

    Regards,
    Peter

    #276204

    In reply to: Change menu header

    Hi!

    Thank you for using the theme!

    First of all, you’re using an old version of the theme, 2.6.2. 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/

    You can re-arrange the menu items on Appearance > Menu panel. First, create a menu then set this menu as Enfold Main Menu on theme locations. Add this on functions.php if you want to redirect the logo to another page:

    add_filter('avf_logo_link', 'avf_redirect_logo_link');
    
    function avf_redirect_logo_link($link) {
    	$link = 'http://www.yourdomain.com';
    	return $link;
    }

    Change http://www.yourdomain.com value to something else.

    Regards,
    Ismael

    #276199

    Topic: Cart in menu

    in forum Enfold
    SomeBloke
    Participant

    Hey there!

    I’ve just purchased the Enfold theme (which is fantastic)
    I’m using the theme as an e-commerce site mainly, so I’d love to be able to have a cart in the menu so it’s visible to the user (like on the Replete theme)

    Thanks :)

    #276198

    Hi!

    Please turn on custom CSS field for Advanced Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Then add this custom class to buttons you would like to have rel=’nofollow’ – http://i.imgur.com/KOaCgrv.png
    and go to Appearance > Editor and open Functions.php file and add following code

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".rel-nofollow a").attr("rel", "nofollow");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Cheers!
    Yigit

    #276193

    This is a new Italian translation for 2.8.1 version but the translation in the enfold control panel doesn’t work.

    Best regards,
    Giuseppe Beghelli

    • This reply was modified 11 years, 8 months ago by elmanisero.
    #276190

    Hey KK!

    Thank you for using the support forum!

    Can you please elaborate a little bit? I don’t think there are any plugins available that can simplify the Enfold’s theme options. You need to manually edit the theme code in order to modify the theme options. Unfortunately, this is beyond the scope of support.

    Regards,
    Ismael

    #276182

    In reply to: Problem With Images

    Hi raveon!

    Thank you for using the theme!

    The Add Media button should be working. Please post the website url here, we would like to check it. Make sure that you’re running Enfold 2.8.1 with WordPress 3.9 or higher. You can right align an image by adding the alignright class or selector attribute. Another thing that you can do is to add column layout, for example, add 3 1/3 column layout. Add the image element on the last or 3rd 1/3 column to position the image or align it to the right.

    Regards,
    Ismael

    #276181

    Hey Chris!

    Thank you for your visiting the support forum!

    It doesn’t seem to be happening on our end when I check one of our installation with a child theme. Do you have the latest version of Enfold?

    Best regards,
    Ismael

    leoncool
    Participant

    Hello

    I have installed both Enfold and WPML, but now I have some problem configuring the language selector.

    As you seen the picture and the website below:
    problem
    http://www.justinwestcapital.com/en/

    There are two language selectors in header. I want to keep the left one which I know where to configure it. However, I can’t find anywhere to disable the selector on the rightmost language selector.

    Can someone please advice?

    Thanks

    Hi,

    1.) I downloaded latest version Enfold and a updated via FTP ……. nothing changed.
    http://www.hil-gmbh.at

    2.) I created a complete new test-website with the same sidebar images …… same effect.
    http://www.wiedermann.at/test03

    I would be most grateful if you could help me. Thank you!
    Gerald

    #276166

    Topic: Secondary Menu

    in forum Enfold
    BootsD
    Participant

    Hi there! I have a few quick questions:

    1. I’m working on a site and hoping to get it done with minimal or no CSS code. I’ve created a secondary menu and enlarged the font based on one of the forum replies. I’d like to change the font color and make a blue button of it. Could you please suggest a way to get this done within the Quick CSS box?
    2. Is there a way to modify/specify the height of the sliders within the Enfold interface or will this require some code?
    3. The site is having issues when viewed in Internet Explorer (blurred logo and error in loading). Could you suggest a way to sort this out?
    4. Despite repeatedly editing the url for pinterest, it keeps using an incorrect link. How can this be resolved?

    • This topic was modified 11 years, 8 months ago by BootsD.
    #276165
    amazeingart
    Participant

    Hey one bug it looks like I found… tried to find a bug report thread but couldn’t, so here it is.

    Under Appearance > Customize > Navigation some HTML tags are coming through in the theme’s own interface, where they shouldn’t be. At least in a child theme. Probably some other tag wasn’t closed properly. It reads like this, with the select element after each indicated by [selector]. All the select elements worked.

    Here is how it reads:

    Your theme supports 3 menus. Select which menu appears in each location. You can edit your menu content on the Menus screen in the Appearance section.
    Enfold Child Main Menu
    [selector]
    Enfold Child Secondary Menu <br/><small>(Will be displayed if you selected a header layout that supports a submenu here)</small>
    [selector]
    Enfold Child Footer Menu <br/><small>(no dropdowns)</small>
    [selector]

    #276161

    Topic: Problem With Images

    in forum Enfold
    raveon
    Participant

    On regular pages how can I add an image to a text block and right align it? When using the ALB my regular “Add Media” button won’t work. And if I use the ALB to add an image it cannot be added to a text block.

    I did look through documentation and forum but did not find anything.

    On Blog posts again the “Add Media” button will not work so I have to use an Enfold shortcode which gives me no visual preview. On the Blog if the ALB is disabled by default can’t we then at least use the default WordPress “Add Media” button? The them kind of cripples the Blog area.

    #276143

    Topic: Related posts

    in forum Enfold
    boldtranquility
    Participant

    I cannot get ‘related’ posts to display like on your theme demo. can you advise how to make this happen?
    our site:
    http://boldtranquility.com/boldtranquility/hello-world/
    your demo:
    http://kriesi.at/themes/enfold/2014/04/28/cryptocurrencies-are-booming/ ‘you might also like’ section after share buttons

    #276128

    Hey Mohan!

    The dummy data should import the latest content as long as you do it using the latest version of Enfold (2.8.1).

    Cheers!
    Josue

    Hey!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #276111

    Hey!

    Please update the theme to the latest version (2.8.1).

    Best regards,
    Josue

    #276105
    This reply has been marked as private.
    #276098

    So I updated to the latest enfold and the latest woocommerce and the problem is still there. Please advice on how to fix it.

    Also is there a way to remove the headline from a single product page but keep the bread crumbs?

    • This reply was modified 11 years, 8 months ago by gunpowderboy.
    #276089
    goch
    Participant

    hi!

    maybe import/export needs a few tweaks :
    When importing enfold parent settings to a child theme some options are not copied (perhaps there are others, here are just some I saw) :

    – enfold -> Menu Settings
    – a menu (which i did not have before) was in widgets-> “Displayed everywhere”
    – my first footer column was displaying “INTERESTING LINKS” (maybe because one of my 4 columns just had an empty text, don’t know…)

    minor thing : when importing the parent themes options, my colors where not taken into account at first. I had to do a dummy change to be able to click ‘save all options”, and then it was ok.

Viewing 30 results - 219,571 through 219,600 (of 244,166 total)