Viewing 30 results - 223,201 through 223,230 (of 243,824 total)
  • Author
    Search Results
  • #252036

    Hey!

    Thank you for using the theme!

    Did you change the folder name of enfold? If you don’t mind, we would like to have the wp login details. We will upload the child theme for you. Before that, you have to delete the child theme folder on wp-content/themes via FTP.

    Cheers!
    Ismael

    #252035

    Hi Marssolutions!

    Thank you for using the theme.

    I’m sorry but the parallax fix on iOS device is not included on 2.6.3 update or I’m just mistaken. Please check the changelog here.

    Did you try the suggestion on the thread? That will have to do for now. I’m sorry but we’re still investigating the issue.

    Cheers!
    Ismael

    #252030

    Hi!

    Can you post us the FTP credentials as well please? It seems that during an upload test an error occurred and I will only be able to fix it with FTP login.

    Very sorry for all the trouble!

    Best regards,
    Kriesi

    • This reply was modified 11 years, 9 months ago by Kriesi.
    ceubri
    Participant

    Flags are automatically inserted in the Header Secondary Menu when updating enfold (2.6.3)

    I don’t want to see flags and I want to see a horizontal language switcher.

    so i follow this post: https://kriesi.at/support/topic/wpml-2/
    but in this case i have flags in the main menu…

    so i use in function.php (child theme)

    add_action('avia_meta_header','add_avia_flags');
    function add_avia_flags(){
    do_action('icl_language_selector'); 
    }

    and in style.css to hide the flags

    .avia_wpml_language_switch {
        display: none;
    }

    here is my website : http://epsu-cj.eu/
    > my question is there a solution to replace directly the flags by the horizontal language switcher in php ? (and not have to use the css code)

    #252025

    Hi Peter,

    The interesting thing is that some pages do not have any problem (like http://www.hakandonmez.com/seffaf-dis-teli/).

    However, newly created pages, like http://www.hakandonmez.com/video-test/, have this issue. It looks like this is not server related.

    Those two example pages use the same method of embedding YouTube video, via video media element.

    The best hack is to use this HTML code in a text block:

    <div class=”avia-video avia-video-16-9 ” itemprop=”video” itemtype=”http://schema.org/VideoObject”><div class=”avia-iframe-wrap”><iframe width=”1333″ height=”1000″ src=”http://www.youtube.com/embed/cJ4YDRTwNrY?feature=oembed&wmode=opaque&#8221; frameborder=”0″ allowfullscreen=””></iframe></div></div>

    Obviously one of the Enfold scripts cannot generate the above code and fallbacks to show the link.

    Maybe you can tell me the related script and I might try to debug that part.

    Thanks.

    #252017

    Or maybe the problem is that I made smaller the header by forcing the css. There is a more dinamic way of doing this? so the scrolldown recognize that change?

    menu scrolldown problem

    #252014

    Topic: Footer Styling

    in forum Enfold
    onlinedesigns
    Participant

    I realize this might be outside the scope of support so just say if you can not hello but I would really appreciate it if you can give me a steer.

    I am trying to style the footer using the Enfold theme so that an image of a girl pointing has her head overlap the footer background. This is a screenshot of what I am trying to achieve.

    http://176.32.230.2/tdselectrical.com/tds_footer_screenshot.jpg

    I have tried various ways of doing this by adjusting footer padding, inserting a custom background in the footer etc but am getting no where. Is it going to be possible for me to achieve something like this in the footer, and if so how should I be going about it?

    #251996
    This reply has been marked as private.
    #251987

    Hey AntonNovikov!

    No, this is not possible. This would require new options (for the preview images) and new js code for the background video player. You can add your request to the feature request list: https://kriesi.at/support/enfold-feature-requests/ and Kriesi will add this feature if we think it’s useful or if many other users vote for it.

    Cheers!
    Peter

    Hey!

    I recommend to add this code to the child theme functions.php file (at the very bottom). If you don’t use a child theme insert it at the very bottom of enfold/functions.php.

    Best regards,
    Peter

    #251983

    Hey!

    1) If the code doesn’t work you probably need to modify the category widget code somehow. I recommend to hire a freelancer if you’re not familiar with the widget/php code. WordPress and the theme does not support the “current category highlight” feature by default and thus I consider this request as customization which is beyond the scope of our free support forum.

    2) You can change the post title at the top easily. Insert this code into the enfold/functions.php file or into your child theme functions.php file:

    
    add_filter('avf_title_args', 'single_blog_page_title', 10, 2);
    function single_blog_page_title($args,$id) {
    $pt = get_post_type( $id );
    if('post' == $pt){
            $cat = get_the_category($id); 
            if(isset($category[0])) $args['title'] = $category[0]->cat_name;
    }
    return $args;
    }
    

    Cheers!
    Peter

    Frank
    Participant

    I’ve been working on this for about 6 hours now, and I’ve tried everything I could think of to fix it. I have the latest Enfold update from today but this problem was ocurring before that. First, my memory is set to 128 MB.

    I cannot apply any formatting to any text in any content element (text, icon, special header, etc.). All text formatting (bold, header type, color, etc.) gets wiped out on the next save of any content element anywhere else on the page. I’ve tried saving in text or visual. Doesn’t matter. Saving a content element anywhere wipes out all text formatting.

    This has to be a bug and I cannot see any workaround.

    #251976
    Brudertac
    Participant

    Hi!

    we would like to use the WordPress Plugin “Image Source Control” to manage all the Image License Information.
    The Plugin generates a new “Source” Field where the Informations about the Rights can be entered.

    Using the Enfold Theme, on normal Images those “Rights” are showed on the Image. But if we use the Enfold Gallery those Informations
    are not visible.

    Is there a way to change that?
    Or, is there generally another way to manage – or better – to store and show Image License Informations?

    Thanks for Help on that!

    EDIT:
    If we use the Standard Editor instead of the AVIA Extended Editor we can use the Plugin Shortcode to generate the License List.
    Maybe there is a way to use that in the AVIA Editor too?

    • This topic was modified 11 years, 9 months ago by Brudertac.
    #251970

    Hey oliviad!

    Just insert this code into the child theme functions.php file:

    
    
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    function avia_add_custom_icon($icons)
    {
    $icons['apple']	 = array( 'font' =>'fontello', 'icon' => 'ue803');
    $icons['yelp']	 = array( 'font' =>'fontello', 'icon' => 'ue800');
    return $icons;
    }
    
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    function avia_add_custom_social_icon($icons)
    {
    $icons['Apple'] = 'apple';
    $icons['Yelp'] = 'yelp';
    return $icons;
    }
    

    Replace “apple” and “yelp” with the name of your social service(s). Then import your custom icon fonts from fontello and replace the icon code (i.e. ue803 and ue800) and the font family if necessary. If you don’t know the codes I recommend to click the “Customize Codes” tab on the fontello.com page to find them. At least go to Enfold > Theme Options and add your new social icons to the header menu.

    Best regards,
    Peter

    #251967

    Hey!

    In wp-content/themes/enfold/config-woocommerce/config.php ersetzt:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    }
    

    durch:

    
    function avia_shop_overview_extra_header_div()
    {
    	echo "<div class='inner_product_header'><div class='avia-arrow'></div>";
    
                        global $product;
                        $cats = $product->get_categories('', ', ','').' ';
                        if(!empty($cats))
                        {
                            echo '<span class="product-categories">';
                            echo $cats;
                            echo '</span>';
                        }
    
                        $tags= $product->get_tags('', ', ','').' ';
                        if(!empty($tags))
                        {
                            echo '<span class="product-tags">';
                            echo $tags;
                            echo '</span>';
                        }
    }
    
    

    It may require additional css styling, etc.

    Best regards,
    Peter

    #251940
    kimbyjo
    Participant

    I just purchased the Enfold theme and built out a few pages on the backend very easily (great backend by the way). However, when I look at the live site, I get a 500 internal server error, “The server encountered an internal error or misconfiguration and was unable to complete your request.”

    I have activated other themes, and my site works fine. Not sure what could be causing this error. Please help, as I really like the Enfold theme, but it is not rendering when I activate it.

    Thanks for your help!
    Kim

    #251922

    Hi!

    Thank you for using the support forum and we’re sorry that you’re having this issue.

    This error is a server side issue which means that we will need access to your ftp. If you don’t mind, please post the ftp login details here. I’ll forward this thread to Kriesi for further investigation.

    Cheers!
    Ismael

    #251920
    sky19er
    Participant

    I’m using Enfold for about 8 sites, right now, and for some reason the popups within the avia framework elements have stopped working in this one version http://nation-foundation.org . So, for example, if I try to add an Image Element, clicking on the element pops up the Image Element dialog box okay, but then, when I click on the Insert Image button in the dialog box, nothing happens ( see https://www.evernote.com/shard/s320/sh/e7f1fda5-bfcd-47ed-ab18-8588ea44943d/805aefc41aab059c518c7cd3c00f4850 ). Are you familiar with this issue? Any solution for me?

    Thanks!

    #251911

    In reply to: Enfold Showcase

    http://zachoehlman.com is the latest design from gotopublishing dot com. Great theme to work with.

    • This reply was modified 11 years, 9 months ago by ejet.
    #251910

    Topic: Memory Usage

    in forum Enfold
    MtnStreamGroup
    Participant

    How much memory is required to properly run Enfold? Lately, each time I update WordPress and Enfold I keep getting error messages about memory has been exceeded and it causes the site to go to a blank white page. The only way to fix the issue seems to be export the site, delete Enfold and WordPress. Reinstall WP. Reinstall Enfold. Import site. Reinstall plugins.

    I really can’t be messing around with this every time WordPress or Enfold updates. And I need the extra plugins like Gravity Forms. My web host is only allowing 64 MB total.

    #251894

    In reply to: MENU ITEMS

    Hey!

    First thing to do is update your version of Enfold as the .1 and .2 releases had some bug fixes.

    As for IE, if you hadnt updated in a long time you could have been on an old version if IE8. IE8 usage is pretty minor: http://theie8countdown.com/ , the theme does however still have fairly good support for it.

    What you were running into was probably the smaller width of the site on IE (because it doesn’t support media queries) not being able to fit your menu width. Testing your site in IE8 now, that is definitely the case. The solution is to decrease the length of your menu in this instance if you still want to prevent that from happening for IE8 users.

    2) The custom fonts are loaded in via google font with no theme customization. If you can see google fonts loaded in on their site you should be seeing it through your browser: https://www.google.com/fonts

    Looking at your site now I see your headings as ‘Terminal Dosis’ .

    3) You can change the font weight with:

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: normal;
    }
    

    4) There is an unclosed div or something like that on that contact pages content. Check over the data you’ve added in to display the qr code and other content as that is causing an error with the footer.

    Cheers!
    Devin

    #251893
    Marssolutions
    Participant

    Hi, I’ve installed the newest enfold update with a fix for:

    – folder css:
    – fixed: issue with unclickable iOS links when using a section with fixed or parallax background

    However, it’s still not working…the closed support log below explains the details of the issue we were having. Many thanks for your support.

    https://kriesi.at/support/topic/icons-and-ipad/#post-250413

    #251886
    This reply has been marked as private.
    #251879

    Hi Yigit,

    I follow “Please add following code to Quick CSS in Enfold theme options under Styling tab” but after?

    What should I put in the “Optional TooltipAdd a tooltip for this Icon. The tooltip will appear on mouse over”

    THX

    #251855

    Hey hanlinsg!

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

    .page-id-11 iframe { width: 100%; }

    But it will add black bars to side of your video. And to decrease the margin between elements, please edit Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251853

    In reply to: Responsive "Pops"

    Hi!

    Please modify Grid.css file inside Enfold/Css folder

    Cheers!
    Yigit

    #251849

    Hey Maradin!

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

    #top #main .sidebar, .content { border: none; } 
    .inner_sidebar {
    margin-left: 10px;
    margin-right: 10px;
    }
    

    Best regards,
    Yigit

    #251848

    Hi. I updated the Theme via FTP, but the WordPress image edit/resize still doesn’t work, and I really need it.

    I will have to go with another theme, since Enfold does not serve my purpose. Thanks for your help.

    #251846

    Hi studioinktvis!

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

    .woocommerce-page .hr-full { margin: 0; }
    .woocommerce-page .hr { height: 0; }

    Regards,
    Yigit

    #251844

    Hi Blankito!

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

    body div .avia-button:hover {
    -webkit-animation: sonarEffect 1s ease-out;
    -moz-animation: sonarEffect 1s ease-out;
    animation: sonarEffect 1s ease-out;
    }

    Best regards,
    Yigit

Viewing 30 results - 223,201 through 223,230 (of 243,824 total)