Viewing 30 results - 230,311 through 230,340 (of 244,601 total)
  • Author
    Search Results
  • #215739

    Topic: New custom font

    in forum Enfold
    aweirick
    Participant

    Hello,

    I’m trying to install a custom font to use with Enfold theme, and I’ve tried some other topics here, and also tried the @font face script + Font Squirrel package fonts… but it’s just not working for me.

    http://virtuavenue2.ripegroup.com/

    The font that I want to use is http://www.fonts.com/font/exljbris/museo-slab/500/web-font

    I have created a folder inside the theme folder called ‘fonts’

    I then added the script to my custom.css

    @font-face {
    font-family: ‘museo_slab500’;
    src: url(‘fonts/museo_slab_500_2-webfont-webfont.eot’);
    src: url(‘fonts/museo_slab_500_2-webfont-webfont.eot?#iefix’) format(’embedded-opentype’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.woff’) format(‘woff’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.ttf’) format(‘truetype’),
    url(‘fonts/museo_slab_500_2-webfont-webfont.svg#museo_slab500’) format(‘svg’);
    font-weight: normal;
    font-style: normal;
    }

    And then in the quick .css I put this:
    h1, h2, h3, h4, h5, h6 {
    font-family: ‘museo_slab500’, “Times New Roman”, Helvetica, Arial, sans-serif; }

    Currently in the Enfold theme options / headings / I have Coustard selected – but when I revert this to ‘no custom font’ the site heading fonts look like they revet to Times New Roman…

    So I’m a bit stuck – not sure how to add a custom font to Enfold that’s not a Google Font – and also does not mean I have to sign up to a paid plugin/subscription to use them.

    Any detailed help would be greatly appreciated!! (I’m not very technical :)
    Thank you!!

    #215735

    Topic: Adding php to the form

    in forum Enfold
    Giovanni
    Participant

    Hi all,

    is there a chance I can add some php function to your enfold contact form?

    If yes, where can I find the script of the form?

    Thank you for your tips!

    #215733

    Hey nagpf!

    1) Enfold does not support qtranslate but only WPML.

    2) Yes, the next update will allow you to add a background image with parallax to the color sections.

    Cheers!
    Peter

    #215730

    Hey!

    Normally Enfold will just show the pages of the current language and it will remove all pages from the query which are translated in a different language. However if I understood your first post correctly Enfold does not list all pages of the current language on your server (because of reasons I don’t know) and thus you must remove the page filter with the code I posted here: https://kriesi.at/support/topic/advanced-editors-wpml-compatibility/#post-213906 and then it will list all pages of all languages. I’m aware of one similar bug report: https://kriesi.at/support/topic/post-slider-does-not-work-in-other-languages/ and the user had to update the WPML plugin to fix the issue. You can try to re-install the WPML – maybe it fixes the issue. If not try to deactivate all third party plugins except WPML and check if a plugin affects the query somehow. If the filtered page list still doesn’t show all pages of the current language then something must be wrong with the database because the sql query seems to work for all other users…

    Cheers!
    Peter

    Hi!

    You added some custom code to the css file ( wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css ) – i.e.

    
    .template-shop .page-title {display:none;}
    
    .title_container .breadcrumb { display: none; }
    .woocommerce .title_container .breadcrumb { display: block; }
    

    which hides the breadcrumb. I added some css code to the quick css field to show the breadcrumb again. I couldn’t restore the title on your shop page but I think this issue is a side effect of customized theme code because by default the shop page looks like: http://kriesi.at/themes/enfold/shop/

    If you want to get the default layout please upload the original theme files with ftp ( https://vimeo.com/channels/aviathemes/67209750 ) and the shop page title should work as expected.

    Best regards,
    Peter

    #215715

    Hey Felix!

    1) Since Enfold 2.4.5 it’s possible at add the link to the icon – you can select it in the dropdown: http://www.clipular.com/c/5858871776116736.png?k=2dogp6-NT-0rSj1DFX3h1I6UrLY

    2) Can you post a link to your website please – the css code may vary based on the content type (links, widgets, etc.)

    Best regards,
    Peter

    #215714

    Hi!


    @globePIC
    – I can’t reproduce the issue on your website with Firefox too. Please test it on other PCs and deactivate all browser extensions. Please deactivate the W3TC minify cache – maybe it breaks the scripts on your website somehow.

    Cheers!
    Peter

    #215711

    Hey NanaKuo!

    We did not remove this action. In fact our theme even uses it to add a div to the default product grid template. I.e. search for following code in wp-content/themes/enfold/config-woocommerce/config.php

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

    – as you can see the avia_shop_overview_extra_header_div() function also uses the same action. Please contact the plugin author and ask him to debug the code.

    Best regards,
    Peter

    #215707

    Similar if not the same issues here – for example on the contact page: wohnhirsch.ch/kotakt/ Firefox will not display the icons i’ve selected for the Icon boxes – on both Mac and Windows versions. Same for the search Icon. Depending on the settings in W3TC, Firefox will not show the Layerslider.

    Regards
    Markus

    #215705

    Hello Josue,
    thank you. Sorry, for this question, right now is the 3.8.1 WP Version.
    at your Link (2.here) is::
    Software Version WordPress 3.8,
    means this that usually need to wait to update, untill comes 3.81 under “Software Version” ?
    Or 3.8 means 3.8 untill for exemple 3.8.9?
    Does Enfold Theme will be checked also for those version (3.81, 3.82 and so on) or most for main verison like 3.7, 3.8, 3.9 ?
    sorry, need to understeand when we should update and how often ;)
    thank you

    #215700

    Hey!

    Please add following code to the functions.php file:

    
    add_action('init','deactivate_avia_css_cache', 10);
    function deactivate_avia_css_cache(){
    remove_action('avia_ajax_after_save_options_page', 'avia_generate_stylesheet', 30, 1);
    }
    

    It will deactivate the dynamic stylesheet generation and print the code in the head section. This should temporarily fix the issue and you can develop your website without changing the file permissions of the dynamic stylesheet.

    Cheers!
    Peter

    Hi!

    Please do so.

    Also, i need the auth access to see the actual page.

    Regards,
    Josue

    #215696

    Hey!

    Unfortunately that featured is not available at the moment, your best bet would be to use Yigit’s suggestion (which will work without issue in most cases), also feel free to request it here.

    Best regards,
    Josue

    #215692

    Hey!

    Your wordpress installation seems to be broken. I switched to the default TwentyThirteen Theme and the TinyMCE Editor doesn’t work too. I get the same error with Enfold:

    
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    GET http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js?ver=359-20131026 404 (Not Found) wp-tinymce.php?c=1&ver=359-20131026:1
    
    Failed to load: http://www.smallworldbeers.com/wp-includes/js/tinymce/themes/advanced/langs/en.js wp-tinymce.php?c=1&ver=359-20131026:1
    

    It seems like one or more files are missing. Please try to re-install wordpress and upload the wordpress3.8.1 files from here: http://wordpress.org/latest.zip to your server. Use ftp and make sure all “old” files on your server are affected by the update and ftp overwrites them. If the update doesn’t fix the issue for you try this fix: http://wordpress.org/support/topic/visual-editor-not-working-mimicing-html-editor-blanking-out-no-tool-bar?replies=7#post-2974630

    Best regards,
    Peter

    #215686

    Hey susannetessamueller!

    f you want to change the gallery/slideshow settings please select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A

    By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use a 2/3 column element and the “Easy Slider” shortcode and change the autorotation time to 4 seconds. Then add a 1/3 column and insert your preview text into this column.

    Best regards,
    Peter

    #215679
    foreigner
    Participant

    Using Enfold 2.4.5, WP 3.8. (This does have the new 5.0 LayerSlider, right?) At any rate: My current global settings for responsive, fullwidth slider: Slide width x height = 1700×600 px. (bg image is exactly those dimensions) Responsive under 1140, Layers container 1140.

    Problem: Slider is way off-center, with only left nav arrow showing, etc. But if I set to slide width x height to 100%, all is fine. But in your LayerSlider video, you advise strongly against using a percentage for responsive, hence the px.

    What are the global settings on your demo? The demo looks perfect.

    Thanks.

    jonnyT
    Participant

    What gives? Broken out of the box?
    I’m not using any plugins, no customisations whatsoever.

    Can provide more information in a private message.

    WordPress: 3.8.1
    Enfold: 2.4.5

    I can give you access credentials if you want to look at the page in WP admin .

    It only seems to happen on this page http://staging.actify.com/product-visualization/
    Other pages are saving fine it seems so far.

    #215667

    hi,

    In addition,
    When I checked to enfold the theme of Hal and loop-search.php file search.php searchform.php and be sure to go through it.

    Check the operation of the default WordPress theme to go through the above file so am I supposed to do?

    Or you need to test enfold you going to disable the theme?

    #215657

    I get the same problem, but only on the home page. When I update the home page with Yoast SEO plugin and add a targeted keyword, the update takes me to a blank screen/page. My business partner determined earlier today that it was conflicting with having a product grid element from the “plugin additions” tab. As soon as we removed the product grid, the homepage would update fine with all Yoast SEO settings in place.

    Could it be a conflict with WooCommerce or a combination of WooCommerce and Enfold?

    -Jim

    #215654

    Hey Tio!

    Here: http://kriesi.at/themes/enfold/shortcodes/

    If you want to see them in the editor, you can do it using the Magic Wand tool (without entering ALB).

    Cheers!
    Josue

    #215652
    #215647

    Hi Gr. Jeen!

    1. As far as I know not this time, Kriesi is devoting time to updating and improving Enfold for a while. But i personally believe that if there’s a new theme will probably have the same or an improved editor.

    2. Yes, it’s possible, please refer to this topic: https://kriesi.at/support/topic/renaming-the-theme/ (it will work with Enfold)

    Best regards,
    Josue

    Hi,

    Does it happen with the default WordPress theme?

    You can check your theme version in the Appearance page.

    Cheers!
    Josue

    #215631

    Hey!

    1. Update through FTP without changing the Theme.

    2. Here.

    Cheers!
    Josue

    #215629

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #215613
    jongseo lee
    Participant

    [Problem]
    Press the Search button in the home running any results when searching inability symptoms
    Loop_search.php personally from analysis if (have_post ()): There are not proceeding to the next line.
    Check my site, please.

    [Environment]
    Windows 2008 R2
    IIS -> WordPress site
    MSSQL 2008R2
    WordPress 3.8
    enfold
    tomcat5.0 -> Running different sites

    [More details]
    http://www.bizentro.com of connection
    go to the tomcat root
    index.jsp in the root folder will be called an iframe wordpress site.

    [Sites]
    http://www.bizentro.com

    ctchope
    Participant

    I have a page we built that whenever we make any edits to it it only saves part of the page. The page has about 8 “scenes”. It just started saving only the top 2 scenes. When we click “Preview Changes” it only displays the top 2 scenes. If we hit Update the same result happens on real page. We are on version 3.8.1.

    How can I tell which version of the theme I have?

    What could be causing this? We have list many many hours trying to figure out what i happening.

    #215601

    In reply to: Enfold Showcase

    Mine’s really pretty basic compared to some of the awesome sites in this thread, but here’s the work-in-progress site I made for my martial arts school:

    http://www.blackbeltacademy.info

Viewing 30 results - 230,311 through 230,340 (of 244,601 total)