Viewing 30 results - 211,261 through 211,290 (of 244,551 total)
  • Author
    Search Results
  • #329735
    mareva
    Participant

    Hi!
    Since I’ve upgraded Enfold to the 2.9.2 version (from the 2.8.1), the Easy Slider does not work correctly anymore :
    it is not only displaying images that are selected in the easy slider settings box, but all other images that are included in any lightbox or any other easy slider of the same page.

    As an example : in a specific page, I have :
    – an easy slider (“A”) that is supposed to display the image A1 and the image A2.
    – another easy slider (“B”) that is supposed to display the image B1 and the image B2.
    – a single image C displayed trough a lightbox.
    The slider A displays images A1, A2, B1, B2 and C.
    It is the same for the slider B, and even the lightbox displays all images.

    Please, could you help me to solve this? It was just working perfectly with previous Enfold versions…
    Thanks
    mareva

    Hi Fionadee!

    You are currently using an older version of Enfold which is not compatible with WordPress 4.0. Please update Enfold to the latest version 3 via FTP – http://vimeo.com/67209750
    You can take a quick look at new features here – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster

    Regards,
    Yigit

    Fionadee
    Participant

    This is one of my first WordPress websites and so far Enfold has been great. But now I have a problem – I am unable to edit pages – I only see the spinning wheel.
    I recently moved the website from a test URL to its proper location using Backup Buddy. A few days later I upgraded to WP4, all seemed fine at first, but now I can’t edit the pages.
    After looking through your forums I have tried updating Enfold and reloading WordPress 4.
    It might be relevant that I set up a child theme at the start but have only added CSS to ‘Theme Options’ > ‘Styling’ area – so the child folder does not contain any additional CSS.
    Please can you help, my client is waiting for me to make final corrections…

    #329716

    In reply to: Pages

    Hey!

    Glad it is working fine now :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

    #329709

    In reply to: importing dummy data

    Hi!

    Have you followed the steps Kriesi posted here – https://kriesi.at/support/topic/enfold-3-0-update-thread/
    If you did and that still did not help, please create a temporary admin login and post it here privately

    Regards,
    Yigit

    #329707

    In reply to: Slider

    Hey mailclub!

    You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your elements a custom CSS class ( for example “only-desktop” ) and then add following code to Quick CSS in Enfold theme options under General Styling tab to not display them on mobile

    @media only screen and (max-width: 480px) {
    .only-desktop { display: none !important; }}

    Best regards,
    Yigit

    #329701

    In reply to: Adding new icons

    Hey tremblayly!

    You can find Iconfont Manager in Enfold theme options > Import/Export tab

    Best regards,
    Yigit

    #329697

    Topic: Adding new icons

    in forum Enfold
    tremblayly
    Participant

    Hi,
    When I watch this video on how to add Fontello icons, when directed to go to my Enfold Theme Options – Icon Font Manager, I don’t have this option.

    How can I add more icons?

    Thanks
    Lyse

    #329694

    Hi!

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

    Cheers!
    Andy

    Hello!

    … Maybe, but it wasn’t resizing the images in the way I was hoping. But in the meantime I’ve found this code on another Enfold forum and it works well for me, so I’ll stick with it :)

    #top .no_margin.av_one_third {
    width: 15%;
    margin-left: 0.5%;
    margin-right:0.5%;
    margin-bottom:2%;
    }

    Thank you!
    CB

    #329674
    FoundationsFour
    Participant

    I am using the Enfold Theme 3.0 on WordPress 4.0 and now when I upload images to the Media Library the thumbnails are blurry. The images appear fine when clicked on and looked at in a lightbox but in the thumbnail view they are blurry. I was reading in Support that perhaps you could “adjust the gallery preview image” – would live to have some instructs on how to fix this issue. Thanks

    John S.

    #329672

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

    #329671

    Hey ayanasoul!

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

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    margin-left: 0!important;
    }}

    Best regards,
    Yigit

    #329666
    macatokio
    Participant

    Hi everyone,

    This is a follow up of this closed threads https://kriesi.at/support/topic/too-many-image-resized-as-uploading-any-image/ You might want to merge, thank you.

    Have been set any Media WP default size to “0” (to avoid them uploading). Have been also updating to Enfold 3.0 and commenting out Enfold image sizes as shown here (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 );	OPC */						// images for fullsize pages and fullsize slider
    /* $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );	OPC */						// images for fullsize pages and fullsize slider
    /* $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false); OPC */	// images for fullscrren slider
    /* $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );	OPC */						// images for portfolio entries (2,3 column)
    /* $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );	OPC */						// images for portfolio 4 columns
    /* $avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );	OPC */					// images for portfolio entries (2,3 column)
    /* $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );		OPC */					// images for magazines
    /* $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		OPC */	// images for fullscreen masonry
    /* $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		OPC */	            	// big images for blog and page entries
    /* $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );		OPC */					// images for fullsize pages and fullsize slider

    Even so, I am getting 3 extra images resized:

    120×120
    450×337
    450×450

    Image

    Might you please explain what these 3 size are and how removing them from uploading ?

    Many thanks

    PS.By the way, love enfold 3.0, nice new features and New demo installations. Nice work, thank you!

    Cheers!

    ryandewitt
    Participant

    Can I make Login and Register radio buttons bigger?

    I’m using Enfold 3 and Exchange and these Login and Register buttons are too small. These 2 buttons appear in 2 ways, a tiny radio button and a nice big square button.

    http://anythingbroken.com/product/peace-at-home-advantage-3-month-1-hour/

    I want them either to be bigger or look like rectangle enfold buttons shown in other pages.

    Thanks!
    Ryan

    #329651

    Hi royaltask!

    I recommend to use this plugin: https://wordpress.org/plugins/codestyling-localization/

    Another (quick and dirty) way would be to go to the file themes->enfold->framework->php->class-breadcrump.php
    There you will find on line 186:

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    replace “You are here” with whatever text you like.

    Cheers!
    Andy

    • This reply was modified 11 years, 6 months ago by Andy.
    #329639

    In reply to: Social Sharing Buttons

    Hey!

    The blog displays all your blog posts and should not technically contain a sharing buttons.

    If you would like to add sharing buttons at the end of the page add the following code at the end of loop-index.php in wp-content/themes/enfold/includes

        //share links on single post
        avia_social_share_links();

    Nevertheless be advised that changes made to core framework files are overwritten during theme updates.

    Regards,
    Arvish

    #329634
    ayanasoul
    Participant

    Hi,

    On the mobile layout, the parent menu is now sitting on top of the logo, whereas previously it was side by side.

    Also, the default under header>mobile menu says ‘all menu items of the mobile menu are visible’ – however I can’t seem to achieve this either, as this may be solution to override the problem above.

    Thanks.

    #329632

    Hi wepe1507!

    Please use Poedit: http://www.poedit.net/ or http://wordpress.org/extend/plugins/codestyling-localization/ to translate it and save it with the right language identification code (i.e. German users must use de_DE and Poedit will generate a de_DE.po and de_DE.mo file. A list of all languages can be found here: http://codex.wordpress.org/WordPress_in_Your_Language ). You need to upload the mo & po files into the wp-content/themes/enfold/lang/ folder.

    You can refer to this link for additional help

    Cheers!
    Arvish

    #329627
    Freek
    Participant

    Hi, just bought the theme for the second time. I love it. I have a problem with uploading a logo. When i choose the right image and click on the Use Image As Logo, i get a white screen and nothing happens. What could go wrong? I tried with Safari, Chrome and Firefox. Same problem.
    I installed WP 4.0 and the latest Enfold theme version.
    THX Freek

    #329626
    marcelmontel
    Participant

    Wordpress – 4.0 latest
    Theme Version 3.0
    Plugins – Nothing special
    I’m unable to edit text in the Text Block, as described earlier with previous versions of the theme and wordpress versions. I’ve tried with Chrome, Firefox and IE so its not a browser issue either.

    It’s only the content editor thats affected, i can write into for instance ‘List Item’ i can edit the list title but the editor is not responsive at all.

    If i enter page from a demo and a text block that has content it shows up empty as well.

    Edit: I see now that it gets set to: style=”visibility:hidden”, if i remove it i see the text and can edit it.

    What’s causing this? I’m trying to locate this in the avia framework but so far im not very lucky… Please advise.

    <textarea id="aviaTBcontent" class="avia_advanced_textarea avia_tinymce wp-editor-area" name="aviaTBcontent" cols="40" autocomplete="off" rows="20" style="visibility:hidden;">

    This is the same as https://kriesi.at/support/topic/text-block-problem-2/ probably, however i have not been able to fix it with css.

    • This topic was modified 11 years, 6 months ago by marcelmontel.
    #329624

    In reply to: Co-author

    Hey InekeWerkt!

    Unfortunately your request falls outside the scope of the basic theme support.

    In my opinion though, you should get_the_author instead of the_author to get the author name and place it in a variable then compare.

    Alternatively, you might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or WordPress for further customization. You can also vote or post the feature on our https://kriesi.at/support/enfold-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!
    Arvish

    #329622

    Hi!

    Please try to deactivate all “Woo” plugins and activate the default WordPress theme. Then activate the “Woo” plugins again and check if the issue is still there. Finally switch back to Enfold theme. Hope that helps.

    Regards,
    Andy

    #329620

    Enfold is 3.0

    Further investigation:
    – Problem is also with Fullwidth Easy Slider.
    – This works on future production server, so the problem is in my local environment on both PC. Strange (as all other wp and drupal site works good)

    Resolved with new PHP (5.6.0) instalattion.

    • This reply was modified 11 years, 6 months ago by innundo.
    #329619
    innundo
    Participant

    Hi

    I have clear installation of WordPress 4.0 and Enfold theme. No plugs installed. Askimet and Hello Dolly not activated.

    When I insert Fullscreen Slider with Avia Layout Builder (on page) it works good. After I change some properties in slider and update page. wordpress page is broken in browser. FF and IE11 return page for a second and then put page in “The connection was reset” state. Chrome shows just a page header and not a content. Console said: Failed to load resource: net::ERR_CONNECTION_RESET.

    This only happens with Fullscreen slider component.
    This is my local dev environment on my pc, with local mysql 5.6, php 5.3.15 and apache 2.4.3.

    Any help will be nice.

    #329617

    HI Josue,

    i think that is set in the enfold-theme. But I can’t find where.

    Best regards,

    Daniela

    #329614
    drahreg74
    Participant

    Hello,

    I am trying to find a solution for auto resizing pictures. In the attached file you can see a sidebar on the left and Picture on the right. I would really like all pictures to automatically resize to fit the screen. For example on this page

    Martijnbeekman

    Can this be done with Enfold?

    Or am I looking in the wrong direction?

    Kind regards,

    Gerhard

    #329592

    Hey TASInteriors!

    1) The portfolio urls/permalinks do not support categories or other dynamic elements – I’m sorry. You would need to hire a developer who can help you to customize the permalinks code.

    2) If you want to show the categories in the breadcrumb insert this code into the child theme functions.php file (or insert it at the bottom of enfold/functions.php) if you’re not using a child theme:

    if(!function_exists('avia_modify_portfolio_breadcrumb'))
    {
    	function avia_modify_portfolio_breadcrumb($trail)
    	{
            $parent = get_post_meta(avia_get_the_ID(), 'breadcrumb_parent', true);
    
    		if(get_post_type() === "portfolio")
    		{
    			$page 	= "";
    			$front 	= avia_get_option('frontpage');
    
    			if(empty($parent) && !current_theme_supports('avia_no_session_support') && session_id() && !empty($_SESSION['avia_portfolio']))
    			{
    				$page = $_SESSION['avia_portfolio'];
    			}
                else
                {
                    $page = $parent;
                }
    
    			if(!$page || $page == $front)
    			{
    				$args = array( 'post_type' => 'page', 'meta_query' => array(
    						array( 'key' => '_avia_builder_shortcode_tree', 'value' => 'av_portfolio', 'compare' => 'LIKE' ) ) );
    
    				$query = new WP_Query( $args );
    
    				if($query->post_count == 1)
    				{
    					$page = $query->posts[0]->ID;
    				}
    				else if($query->post_count > 1)
    				{
    					foreach($query->posts as $entry)
    					{
    						if ($front != $entry->ID)
    						{
    							$page = $entry->ID;
    							break;
    						}
    					}
    				}
    			}
    
    			$parents = get_the_term_list( $post_id, 'portfolio_entries', '', '$$$', '' );
    			$parents = explode('$$$',$parents);
    
    			if($page)
    			{
    				if($page == $front)
    				{
    					$newtrail[0] = $trail[0];
    
    					foreach ($parents as $parent_item)
    					{
    						if($parent_item) $newtrail[] = $parent_item;
    					}
    
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    				else
    				{
    					$newtrail = avia_breadcrumbs_get_parents( $page, '' );
    					array_unshift($newtrail, $trail[0]);
    
    					foreach ($parents as $parent_item)
    					{
    						if($parent_item) $newtrail[] = $parent_item;
    					}
    
    					$newtrail['trail_end'] = $trail['trail_end'];
    					$trail = $newtrail;
    				}
    			}
    		}
    		
    		return $trail;
    	}
    
    	add_filter('avia_breadcrumbs_trail','avia_modify_portfolio_breadcrumb', 15, 1);
    }
    

    With regards to your second issue, please forward me a screenshot of the issue, which browsers you have tested it on, the screen resolution you have tested it on and your OS for me to troubleshoot the issue.

    Best Regards,
    Arvish

    #329591
    blofsy
    Participant

    Hi,

    I’m building a page http:://asz-gaz.hu and I’ve copied a part from your demo page here: http://kriesi.at/themedemo/?theme=enfold

    Under the h1 A BEAUTIFUL EXPERIENCE! there are icons with wave effects. It works nicely, but I’d like to change the wave color to black if possible. Also when I resize the icons in the page builder menu the icons shrink considerably more than the border and they look ugly under 30px. Is there a solution to this?

    Thanks,

    PS.: great theme

    Mate

    #329588
    broodjekaas
    Participant

    Hello,

    After the newest update of Enfold, 2 sliders on my homepage are not showing up. The images is the accordion slider doesn’t appear and even not when i added a new accordion slider to my page. The links in de slider are working well, only the images not.

    Also the Easy Slider is not showing my youtubevideo (added with url). Before the update it was working very well.

    What can is do to fix this problem? I’ve updated al my plugins, re-updatet the Enfold theme on FTP and deactivated plugins to see if there’s one that gives troubles. Nothing works so far.

    Website is in the private content.

    Thanks in advance,
    Tim

Viewing 30 results - 211,261 through 211,290 (of 244,551 total)