Viewing 30 results - 224,611 through 224,640 (of 242,414 total)
  • Author
    Search Results
  • Hey Yigit

    Thanks for your answer. The problem actually is not on any of my applications since I have not updated yet. I just mentioned Chrome issues testet on your own themedemo http://kriesi.at/themedemo/?theme=enfold

    The font issues seems to have disappeared on my end but issues with transparent header that does not shrink and change background color still there + no google map in Contacts still there!!

    cheers

    #236192

    Hey!

    You can’t overwrite the js file directly with the child theme. If you want to remove the default avia.js file and register a custom avia.js file insert this code at the very bottom of the child theme functions.php:

    
    if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
    function avia_register_child_frontend_scripts()
    {
    	$child_theme_url = get_stylesheet_directory_uri();
    	wp_dequeue_script('avia-default');
    
    	//register js
    	wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false);
    	wp_enqueue_script( 'avia-default-child' );
    }
    
    

    and then place the modified avia.js into your child theme (enfold-child/js/avia.js).

    Cheers!
    Peter

    #236183
    mirzepapa
    Participant

    hi,

    great to have the new features in enfold like transparent header on particular pages!

    but after updating to 2.6, then to 2.6.1, custom.css quit working in chrome (on iMac Mav.), in safari and FF most parts seem to work,except the shrinking height of the header (did not configured the heade yet using the new header feature). in Chrome, all custom styles seem to be ignored, i have cleared all caches etc, but it still looks strange. Could you please have a look at http://www.musikzentrale.net

    Thanks for your help
    regards, Sebastian.

    #236182

    Hey Ismael,

    thanks, but after I´ve updated enfold to 2.6.1 the language selector disappeared again. So, could you please add the selector again in the helper-main-menu and also give me the code and the place, where I have to add it for the case of an new update?

    I need the selector on the right header side and vertically centered to the phone number like before. Please consider this also.

    Thanks!

    Best Regards..

    #236177

    Hey!

    The Press Permit 2 plugins cause the issue. When I deactivate them the links start to work. Enfold does not change the archive links or rewrite rules for archive links thus the issue must be related to the plugin.

    Cheers!
    Peter

    laurendevine
    Participant

    Hey there. I JUST finished an initial build of a client website:
    http://www.thesourcechiropractic.com/bypass

    When I was done, I noticed there was an update for ENFOLD, so I clicked it. NOW, my feature images won’t show, nor will my testimonials on the home page.

    I even tried deleting those page builder elements and creating them from scratch. The feature images reappeared, but only for a little bit…now they’re gone again…the testimonials never appeared, not even after making a new one.

    OK…update…looks like the feature images will appear, but ONLY after you click the little circles at the bottom, so its still not working correctly, just wanted to let you know what I discovered, though…..testimonials still no where in site….AHHHHHHHHHHH!!

    HELP!!!!

    • This topic was modified 11 years, 3 months ago by laurendevine.

    Hey!

    Please insert this code:

    
    add_filter('avf_avia_builder_masonry_lightbox_img_size','avia_change_image_size_masonry', 10, 1);
    function avia_change_image_size_masonry($size){ return 'full'; }
    

    into the enfold/functions.php file or insert it into your child theme functions.php file. The code makes sure that your lightbox open the original image and not the “large” thumbnail version.

    Cheers!
    Peter

    #236164

    Hi!

    1) No, sitemap.xml is not a must. Smaller websites do not require a sitemap at all, large websites with a complex page hierarchy may profit from a sitemap. However it’s hard to determine an exact threshold and I’m pretty sure that every seo expert would give you a different answer. However on the other hand a sitemap.xml will not hurt your ranking – thus if you’re not sure about it it’s better to generate a sitemap.

    2) WordPress is a CMS system and it uses themes and plugins to extend the core features. I’m not aware of a script which allows you to generate a sitemap without a plugin. The only option would be to build the sitemap manually. Personally I suggest to use http://wordpress.org/plugins/wordpress-seo/ or http://wordpress.org/plugins/google-sitemap-plugin/ to build the sitemap. You can also deactivate the plugins after the generation. As soon as you add a new post/page, etc. activate the plugin again and hit the “regenerate sitemap” button to generate the sitemap for portfolio pages.

    3) No, especially http://wordpress.org/plugins/wordpress-seo/ supports custom post types like the “portfolio entries” and it will generate a proper sitemap.

    4) No, you can also maintain it manually. However I suggest to build the initial sitemap with a plugin because I’m not sure which structure/syntax the sitemap uses and Yoast SEO will take care of this.

    5) Please update to 2.6.1 and check if the update solves the issues. I’m pretty sure a) is fixed now, I’m not sure about b and c.

    6) Yes, open up enfold/js/avia.js and replace:

    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    

    with

    
    currentLink.animate({opacity:1},100);
    

    Best regards,
    Peter

    #236158

    I found this, but it doesn’t really answer my question – http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/

    I’d like to learn how to utilize all of the woocommerce features that come with your awesome theme. I just can’t seem to find them anywhere.

    • This reply was modified 11 years, 3 months ago by uglymethod.
    #236156
    uglymethod
    Participant

    Hello,

    I am attempting to set up my site. I have installed WooCommerce and the sample data. I am not however seeing any shop information installed. I have been through your install instructions but I cannot seem to find the information relating to utilizing all of the amazing features your theme has for WooCommerce. Can you please point me to where any documentation on this topic might be? This is what I found… http://kriesi.at/documentation/enfold/

    Thank you!

    #236155

    Hey!

    @Gee Are Pabst: Try this css code:

    
    @media only screen and (max-width: 767px){
    .responsive #header .social_bookmarks {
    position:relative;
    }
    
    .responsive .mobile_slide_out .logo {
    margin-top: 20px;
    }
    
    .html_header_top.html_bottom_nav_header #header_main {
    height: 125px;
    }
    
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    }
    }
    

    to improve the styling.


    @hojoon
    : Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).

    Cheers!
    Peter

    #236154

    Hey Jaroslav!

    I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.

    Best regards,
    Peter

    #236153

    Hey gentlemansgazette!

    I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…

    Best regards,
    Peter

    #236149

    I upgraded to 2.6.1 and now the layout header appears to work on both posts and pages now! However, I have selected a page to be the front page (the very first setting in the enfold theme options) but the layout header setting does NOT change the header on the home page.

    • This reply was modified 11 years, 3 months ago by codemode.
    #236131
    mrlreynolds
    Participant

    Hi Guys, we just tried to upgrade to the latest theme version and for some reason it got stuck, we now have the site down and this error

    Warning: require_once(framework/avia_framework.php) [function.require-once]: failed to open stream: No such file or directory in /home/challeng/public_html/wp-content/themes/enfold/functions.php on line 77

    Fatal error: require_once() [function.require]: Failed opening required ‘framework/avia_framework.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/challeng/public_html/wp-content/themes/enfold/functions.php on line 77

    Any ideas what we can do to fix this and get it back to how it was without losing any data, settings etc?

    Many Thanks

    #236130

    Topic: logo

    in forum Enfold
    Marssolutions
    Participant

    Hey Enfold,

    Want to remove the my logo from the site, and not have the Enfold Logo there. I tried .logo { display: none; } it does work on desktop and tablet, but on a smartphone (iPhone here) the Enfold logo is there for some reason., any ideas?

    Thanks,

    #236128

    Hey!


    @glozemedia
    : Please remove all css modifications that you created for the header then reconfigure the header options on Enfold > Header. You’ll see a lot of options like header height, logo position, menu position etc.

    Regards,
    Ismael

    #236122

    Hey!

    Yes, Kriesi created a new platform to give you more header options. That is why I mentioned that you need to reconfigure the header options. Please remove all css modification that you created for the header then edit the header look on Enfold > Header. You’ll see a lot of new options like header height, logo position etc.

    Cheers!
    Ismael

    #236119

    Hey!

    I’m sorry I didn’t notice you’re using a child theme. Please remove the header.php file on the child theme folder then replace it with the new enfold header.php from the parent theme folder.

    Cheers!
    Ismael

    #236116

    Hey!


    @hojoon
    : On wp dashboard, please switch to the English version then reconfigure the header options on Enfold > Header. Looks like you’re using a different header option on the english version of the website.

    @Gee Are: I’m sorry about that. Please remove all css modifications that you made on the header then try reconfigure it on the new header modifier options. Go to Enfold > Header, you’ll find a lot of new options that you can play with. You can now easily adjust the header height.

    Cheers!
    Ismael

    #236111

    Hi Mark!

    Thank you for using the theme. I hope you’re doing great.

    Please reconfigure the header options on Enfold > Header. The header modifier has been added to give you more control over the header.

    Best regards,
    Ismael

    This reply has been marked as private.
    This reply has been marked as private.
    #236096

    Hi jdrakeproductions!

    Can you please give us a link to the website? Are you having issues on the theme options panel? Please post a screenshot. There is a new header modifier that you can use to customize the header.

    Cheers!
    Ismael

    #236095

    In reply to: Logo support for SVG

    Hi!

    Enfold 2.6.1 has been release. Please manually download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    #236082
    Mark
    Participant

    Guys – all I did was update the theme using the update option in the theme and now my header is broken…sigh.

    Warning: strpos() expects parameter 1 to be string, array given in /home/innovati/public_html/wp-content/themes/enfold-child/header.php on line 110

    #236080

    Hi

    nope i check the javascript that is loaded, and the new params are good – then i checked the css and there is a display:none !important in the enfold css that hide for ever this thumbnails gallery :)

    #236077

    In reply to: Breadcrumb bar hidden

    Hi MKW270210!

    Can you please give us a link to the website? You don’t need the code anymore if you have Enfold 2.6. The update includes an extensive header modifier feature. You can specify the height of the header through the Enfold > Header panel.

    Best regards,
    Ismael

    This reply has been marked as private.
    #236071
    jdrakeproductions
    Participant

    Hey Guys
    I have used the enfold theme for a little while now and wanted to download the new update so I could use some of the new features. When I uploaded it there were a lot of issues with the theme. The main enfold area where you change logo and font colors, etc is displaying very different along with some other areas. Is this happening with others? Is there a bug that needs to be fixed?

Viewing 30 results - 224,611 through 224,640 (of 242,414 total)