Viewing 30 results - 222,601 through 222,630 (of 243,792 total)
  • Author
    Search Results
  • #254440

    Hey!

    Thank you for the update.

    I checked the website on IE 10 and scroll the page a few times. The icon is positioned properly.

    Although I noticed that you’re using a very old version of the theme. Please download the latest Enfold version 2.7 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/

    Cheers!
    Ismael

    #254439

    Ok i understand,
    no problem.
    thx !

    Hey!

    Thank you for the update.

    Yes, there is a solution to change the flag with php but it is outside the scope of support and the task is quite involved. The flag hook and css code is working properly. You might need to hire a freelance developer to modify the theme for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.

    Cheers!
    Ismael

    #254435
    cortvermin
    Participant

    Hello,
    i updated to 2.9 (via updatefunction in wordpress) and tried to use the new magazine layout. but it seems, the css is missing (?)

    you can see the problem here http://www.wohnluft.de/

    BTW: its not visible on the menu on your livepage, but i found it due the search button http://kriesi.at/themes/enfold/home-v10-magazine/

    #254432

    Hi Yigit,
    I did what you instructed but it didn’t work.
    Sob sob…

    Jason

    #254431

    Hey!

    Thank you for your patience.

    If you don’t mind, can you please provide us with the link to the original thread that you posted? A screenshot explaining the issue will greatly help. We’re trying our best to help you out with the issues you’re having and if the solutions provided are not sufficient, we would like to apologize. Replacing the theme files and updating them are necessary to fix a certain problem or at least find the direct issue, so if it is not fixing the problem, again, we would like to apologize. Note that this is a free service so please, let’s keep the tone light and respectful. Thanks! :)

    Please post the login details here and set it as a private reply. Make sure that you’re running Enfold 2.7 and the latest version of WordPress which is version 3.9.

    Regards,
    Ismael

    #254426

    Hey!

    Please try deactivating all active plugins and check if that helps

    Cheers!
    Yigit

    #254420

    Please help me. Thanks!
    Jason

    #254414
    undervised
    Participant

    I’m currently adding google maps widget to the footer:

    http://checkmymole.co.uk/

    It saying Fetching coordinated when I’m adding an address but then nothing happens:
    http://tashload.com/Uploader/uploads//uzqECjI.png

    Hi!

    It seems like only one image is broken on my end – http://i.imgur.com/IZzrhqz.png
    Please try removing and re-uploading it in Media > Library

    Regards,
    Yigit

    #254406

    Hey!

    Please try updating Enfold to the latest version 2.7 and check if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #254403

    In reply to: iPhone iPad

    Hey mullemull!

    Thank you for using the theme.

    Did you set the Enfold > Theme Options > Responsive Layout active? to Fixed Layout? If not, users don’t need to zoom because the website is responsive. If you still want to enable the zoom, please edit header.php and find this code on line 40:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    Replace it with:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">';
    

    Regards,
    Ismael

    #254402

    In reply to: Theme Update to 2.7

    Hi Devin, so other than the footer.php file the

    1. the Styling changes via Quick Css and
    2. the Enfold Theme options I have set in the backend

    will definitely not be effected by the complete theme update via Ftp and the site will look the exact same?

    #254396

    Hey!

    The string can be translated. You can find it on includes > helper-social-media.php file.

    You can use this plugin to find the string then translate it: http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Ismael

    #254392

    In reply to: Visual Editor

    Hi park13!

    Please flush cache few times and issue should be fixed. If not, let us know!
    P.S.: Version 2.7 is now available on ThemeForest – kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #254391
    swissfilm
    Participant

    Installed the latest version of WPML and the Enfold 2.7 on WP 3.9.
    I noticed that the advanced layout editor or shortcodes no longer work. same goes for options dropdown,help, widget and so on. There also seems to be a standing issue with the portfolio taxonomy. Switching language inside a portfolio page creates a 404 page.
    when clicking on the design page following error appears on top:
    Warning: uasort() [function.uasort]: Array was modified by the user comparison function in /home/www/xyz/html/wp-includes/class-wp-theme.php on line 1211

    • This topic was modified 11 years, 8 months ago by swissfilm.

    Hey!

    Sure thing, just use this:

    .avia-icon-list .iconlist_icon {
    border-radius: 0;
    }

    If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    #254387

    Hi!

    As always, thank you for using the theme!

    If you can’t see the update on the theme update panel, please download the latest version 2.7 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/


    @elbnetz
    : If you don’t mind, please provide us a link to your website. We would like to check it. You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    #254384

    Hey!

    It looks like your website is currently down – http://www.downforeveryoneorjustme.com/http://hyrenhunk.sokonline.se/
    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .news-thumb {
    height: 130px;
    width: 130px; }
    .news-thumb img, .news-thumb img {
    width: 122px;
    height: 122px;
    }

    Then go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news

    and change width and height to 122px and regenerate thumbnails using – http://wordpress.org/plugins/regenerate-thumbnails/
    Regards,
    Yigit

    #254383

    In reply to: Enfold Showcase

    Sure, my email is (Email address hidden if logged out)

    Thanks!

    #254380

    Hi!

    Glad it is working now. If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.

    Best regards,
    Ismael

    #254374

    Hi!

    Thank you for the screenshot.

    The problem is that you added the image as layer and if I am not mistaken, you applied margins to them. Before we edit the layer slider, please download the latest version of the theme, Enfold 2.7. Update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Instead of adding the background image as layer, use it as the slide’s background image. Edit the slide then look for Slide Options > Choose slide image to set the image as background.

    Best regards,
    Ismael

    #254373

    In reply to: Enfold Showcase

    Hi Tal,

    Let’s continue this outside of this forum. Can I email you a screenshot?

    DJ

    #254371

    It works :) Thanks Ismael.

    #254367

    In reply to: Mobile sub-navigation

    Hey sberendss!

    You are using Fixed layout. You can activate Responsive Layout in Enfold theme options. If you would like to use fixed layout and display the menu on smaller screens, please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate {
    display: block;
    }}

    Cheers!
    Yigit

    #254363

    Hi!

    Designing a responsive website is quite challenging and one of the hardest part of this is correcting the images. All of the properties, from the way they resize, to their dimensions and file size can give even the most experience developers a headache. It is true that not every users know how to use the image editor that’s why we added thumbnail sizes to take care of different orientations and layout sizes. You can find all sorts of thumbnail sizes on functions.php:

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    	$avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );					// images for portfolio entries (2,3 column)
    	$avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            // big images for blog and page entries
    	$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );					// images for fullsize pages and fullsize slider
    }

    You can adjust the width and height attribute, you can even tell wp not to crop the images by setting the crop parameter to false. If you could tell us what image size you’re having trouble with, we might find a way to fix it. Note that the thumbnail image sizes for woocommerce can be found on config-woocommerce > config.php. Look for this code on line 13:

    //product thumbnails
    $avia_config['imgSize']['shop_thumbnail'] 	= array('width'=>120, 'height'=>120);
    $avia_config['imgSize']['shop_catalog'] 	= array('width'=>450, 'height'=>450);
    $avia_config['imgSize']['shop_single'] 		= array('width'=>450, 'height'=>999, 'crop' => false);

    You can change the dimension then easily regenerate 2000+ thumbnails or more using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    If you can explain to us your specific problem, we will be happy to assist you.

    Best regards,
    Ismael

    #254356

    Topic: if is_home not working

    in forum Enfold
    datadirt
    Participant

    Hi,

    I need to insert a couple of meta-infos into my header section, but on the homepage only. I’m using a static page as home; I entered the same page in Enfold’s settings and in the WP reading options, but is_home is_ignored by Enfold :-9

    Is there a way to insert a code snippet in the head section of them homepage only?

    greetings in thank you in advance,
    Ritchie

    #254353

    1) Actually I changed these values in wp-content/themes/enfold/config-woocommerce/config.php

    Rows are changed succesfully!

    $avia_config['shop_single_column'] 	 	 = 5;			// columns for related products and upsells
    $avia_config['shop_single_column_items'] = 5;	// number of items for related products and 

    > Is there a way I can use the woocommerce/config.php in my Child Theme?

    2) I have chosen the translated categories – these appear in the Avia framework to select because I translate independently in WPML.

    Note: I manually inserted the Main Language (English) categories in Second Language (Greek) and still the error is “No products found which match your selection.” – so the problem of not finding product categories is definitely when Second Language is activated…

    Temporary solution is I just placed images with links to products because there was a deadline for the website…

    I understand that Woocommerce and WPML had major updates and it is natural to have bugs, but please if you could look into it I would be much oblidged…

    Thanks a lot

    • This reply was modified 11 years, 8 months ago by Adenadoume.
    #254351

    Hi!

    If you are not using a child theme (http://kriesi.at/documentation/enfold/using-a-child-theme/) you will lose the changes you made on theme files. Version 2.7 is now available

    Best regards,
    Yigit

Viewing 30 results - 222,601 through 222,630 (of 243,792 total)