Viewing 30 results - 6,961 through 6,990 (of 7,471 total)
  • Author
    Search Results
  • Ismael, it’s posible delete de “Search button” in the principal menu ¿? …”magnifying glass” or “lupa in español” ¿?

    #194522

    Hi joax!

    There is some issue in the rendering of the search icon:

    Open functions-enfold.php and make sure line 52-73 look like this:

    if(!function_exists('avia_append_search_nav'))
    {
    	//first append search item to main menu
    	add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
    	add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
    
    	function avia_append_search_nav ( $items, $args )
    	{	
    		if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
    	
    	    if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
    	    {
    	        global $avia_config;
    	        ob_start();
    	        get_search_form();
    	        $form =  htmlspecialchars(ob_get_clean()) ;
    
    	        $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
    	    }
    	    return $items;
    	}
    }

    Regards,
    Josue

    #194340
    tonywilson
    Participant

    I’ve installed the latest version of wordpress and the enfold theme but I am getting a series of error messages at the top of the browser window when i view the site:

    ———————————————————————————
    Warning: session_start() [function.session-start]: open(/home//sess_3954292ce6a280032643b6104a87446b, O_RDWR) failed: Permission denied (13) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:33) in /web2/user37672/website/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
    ———————————————————————————

    Followed by the expected site content, which is just the default content until I get this situation resolved, after the content I get more error messages. I searched through the forum and see that this has come up a few times but I cannot see a definitive answer as to what causes it other than it’s a hosting problem and to contact your host. I contacted my host who have come back and told me “it’s a programming problem alter your code”. Can you provide me any more detail as to the exact cause of the problem or what needs to be done in order to put this right.

    Currently the site can be viewed here: http://tonywilson.eu/wordpress/

    Thank You

    • This topic was modified 12 years, 1 month ago by tonywilson.
    #194271

    Hi~
    I tried the Color Section and it’s not responsive because the background image just can’t resize itself. It’s more like corp automatically. So I’m wondering what Media Queries is because I didn’t find it in plugin searching. And how should I edit the style to fit different screen sizes.
    I just want the effect of the fullscreen slider only make it narrower.
    Thanks~

    #193962

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu { width: auto; float: none; left: 35%; }

    Cheers!
    Yigit

    #193822

    Hey!

    You can use this on Quick CSS or custom.css:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: #e1e1e1;
    background-color: white;
    color: #909090;
    }
    
    #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    }

    Regards,
    Ismael

    #193785

    Ok,

    Editor
    it’s very strange that we can’t use default editor if we used your theme’s editor… I have never see that…
    it’s very hard for me because It’s more simple and quickly to edit page with html instead of open each one element in your editor… I think it’s not good thing for person who make website all the days…

    HR
    For HR elements, Ok, well I search this : http://kriesi.at/themes/enfold/shortcodes/hr/
    Where it is if it’s not HR element ? As you can see it’s grey on your website and not white…

    THUMBNAIL GALLERY
    Your fix doesn”t work (you have my admin access to see Quick Css zone)

    Finally : please can you delete the link to my website or publish in private.

    Thanks for your help

    • This reply was modified 12 years, 1 month ago by stane.
    #193701

    Hi Michae1!

    To disable the search icon, uncheck this option in Enfold > Header:

    Best regards,
    Josue

    #193603
    Premanjali2
    Participant

    Is it possible to set up a video gallery that would show thumbnails of videos and when one was selected, it would open to full-screen? I see how the gallery lets you do that with still images, but the video content element only inserts the video at the full size. I’d like to show 3 or 4 columns of videos.

    In the video content element, if you enter a youtube link, is it possible to display the video title and description under or next to the video thumbnail, as is displayed in search results on youtube? Or is it possible to display a bunch of videos based on a youtube playlist?

    I found a WP plugin that lets you display a playlist in a single player and embed that in a WP page or WP Post,

    http://www.cfcms.nl/youtube-auto/

    If I wanted to use that in the Enfold theme, what kind of content element would I use to place the code for that player?

    Or, an even better youtube video gallery, is this one:
    http://www.codehandling.com/2013/02/youmax-10-show-complete-youtube-channel.html

    How can I get that into a page with the Enfold theme?

    Thanks in advance.

    • This topic was modified 12 years, 1 month ago by Premanjali2.
    #193576

    In reply to: Tab Navigation

    Hey!

    I didn’t test this hack but you can try to modify the tab code in /wp-content/themes/enfold/js/shortcodes.js. Open up the file and search for

    
    		function trigger_default_open()
    		{
    			if(!window.location.hash) return;
    			var open = tabs.filter('[data-fake-id="'+window.location.hash+'"]');
    
    			if(open.length)
    			{
    				if(!open.is('.active_tab')) open.trigger('click');
    				window.scrollTo(0, container.offset().top - 70);
    			}
    		}
    

    and replace it with

    
    		function trigger_default_open()
    		{
    			if(!window.location.hash) return;
    			var open = tabs.filter('[data-fake-id="'+window.location.hash+'"]');
    
    			if(open.length)
    			{
    				if(!open.is('.active_tab')) open.trigger('click');
    				window.scrollTo(0, container.offset().top - 70);
    			}
    		}
    
            $('a').on('click',function(){
                var hash = $(this).attr('href').replace(/^.*?#/,'');
    
                if(hash)
                {
                    var open = tabs.filter('[data-fake-id="#'+hash+'"]');
                    if(open.length)
                    {
                        if(!open.is('.active_tab')) open.trigger('click');
                        window.scrollTo(0, container.offset().top - 70);
                    }
                }
            });
    
    

    Regards,
    Peter

    #193033

    Hi!

    Please try updating the theme to the latest version 2.4.2 via FTP and let us know if issue remains
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Yigit

    #192938

    Hi!

    You should add Ismael’s code to Quick CSS in Enfold theme options under Styling tab or Custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

    #192688
      Things I have already tryed are :

    – replacing all WordPress file / Enfold theme files
    – adding “define(‘WP_MEMORY_LIMIT’, ‘**M’);” with 32M, 64M, 128M etc.
    – deactivate theme and activate ( in various combinations like : switching -> change language -> switch back to Enfold and so on )



    The curious thing is that the whole site works, everything is displayed in german, so the language change worked fine.
    Just the Ajax Search doesn´t work and I am not able to enter the theme specific settings ( including the Slider settings )

    Greetz

    Eyman1

    #192447

    what will happen with the search engines when I add this code? Is it bad for my ranking? Should it be that the template provides errors?
    Where in wp-config.php shall I add this code? In the first row when I open it?
    Best regards,
    Günter

    #192054
    kaMai
    Blocked

    Hi,
    how can i achieve this result (which, btw. can be done with the most simple themes – but obvious not with Enfold without having days of research)

    1: in archive like this:
    http://www.axellauer.de/gfx/enfold/blog.jpg
    2: on….//blog/ (blog is by purpose NOT setted in Theme Option !!!!) – its generated on a page with ALB.
    http://www.axellauer.de/gfx/enfold/blog.jpg
    3: on single
    http://www.axellauer.de/gfx/enfold/single.jpg

    thx

    #191941

    Topic: Advanced Search

    in forum Enfold
    spatton
    Participant

    This is most likely a newbie question but I am using enfold and setting up a sortable product portfolio. For various reasons I like to “portfolio entry” option better than the “blog post for each product”. The site is to have various sections and in these sections I want to set up a search box that only applies to certain portfolio categories. i.e. the results will only be from the categories I choose. Is such a thing even possible, is there a plugin that I am missing that does this?

    I have searched for days and can find only advanced search options that may allow me to filter by blog post category.

    I saw that I can edit the search form.php but how to edit it is another matter.

    Any help is appreciated.

    #191918

    Hi Yigit,

    I’ve updated the theme but no change in behaviour.

    I’ve noticed that your demo page has the same issue, at least for android,at http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-fullscreen-slider-3/

    Perhaps this is just part of the nature of the theme? A quick search suggests that there are jQuery solutions to this problem so that could maybe be something that’s considered in a future update?

    Thanks

    Colin

    #191895

    Hey!

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

    #top .widget_product_search.widget h3, .widgettitle, #top .widget_product_categories ul, div ul.product_list_widget li { text-align: left; }
    div ul.product_list_widget li img { float: left; }

    Cheers!
    Yigit

    #191794
    basilicon
    Participant

    Hey guys.
    I am using Enfold to build a site containing only pages. We all know that the built in wordpress search functionality is not that good.
    So i installed a search relevance plugin to get relevant results first: http://wordpress.org/plugins/searchrelevance/

    Theese are my searchresults on the searchresults page when i search for “Lödd”:
    Search page results

    An theese are the results in the Ajax searchresults:
    Ajax search results

    As you can see the ajax searchresults are not sorting to relevance.

    We can’t have this on my the site. Either i fix so that the ajax results are the same as searchresults page or i remove the ajax functionality all together.

    What do you think? Can it be fixed or should i remove the ajax functionality?

    #191786

    Hi!

    Please try following code

    
    User-agent: *
    Disallow: /cgi-bin
    Disallow: /wp-admin
    Disallow: /wp-includes
    Disallow: /wp-content/plugins
    Disallow: /wp-content/cache
    Disallow: /wp-content/themes
    Disallow: /trackback
    Disallow: /feed
    

    I validated it with http://www.searchenginepromotionhelp.com/m/robots-text-tester/robots-checker.php and it seems to work: http://www.clipular.com/c/5419162805469184.png?k=Ci1mASEEcST2NEHva0mSwBcQzgo

    When I try to validate your file I get an error in the last line.

    The directory ( /siteone/ ) must not be in the robots.txt paths because the url itself already links to /siteone/ as root directory and the crawlers can’t access the /siteone/ directory directly. Otherwise this url: http://danielzahner.ch/siteone/robots.txt would also work but it does not.

    Enfold does not generate a robots.txt file for sure but it seems like WP does. You can try this plugin http://wordpress.org/plugins/wp-robots-txt/ to change the content.

    Regards,
    Peter

    #191705

    what???
    after more than 20 hours of work on it??
    is that what you call support??
    Just suggest “start from scratch”?? No explaination about the backround! Not even a hint nor an educated guess? Just “start again”??

    Since hours i find bugs after bugs after bugs and i dont like to say that but Enfold is a helluva mess.

    It might be fine for Apple-Users who just want to “drag & drop” a bit around like they are used to.
    Or you have to be a 110% nerd.

    But if you just know enough php to get along with most themes and you want to do some customizations Enfold is pita!
    That theme is so far off any WP-standards that you cant do almost nothing except stay put with the functions it serves.
    But thats far away from usability for owners.
    Even usually very simple things like changing the image-size of post-images in the list-view of a blog needs hours of research.
    Always permalinktrouble (specially in breadcrumb), no proper documentation, Enfold takes archive.php for a single-view!!!! and so much more issues that i really think stop it and ask Themeforest for a refund and look for a Theme which does a good job.

    #191357

    Hey Glyphism!

    It’s not easily possible to change the animation effect and it’s beyond the scope of our support forum. You need to change some parts of the menu function in enfold/js/avia.js (search for function avia_responsive_menu() ) and probably some lines of the menu css code. I recommend to hire a freelancer if you’re not familiar with jquery/css. See: http://kriesi.at/contact/customization or http://www.microlancer.com/

    Best regards,
    Peter

    #191271
    elp
    Participant

    In Enfold, when using the shortcode directly, the layer slider will only be as wide as the boxed page, not the full width of the screen as it is when used in advanced layout mode.

    eg.
    [av_layerslider id=’2′]

    Is there any way to make it take up the full width of the screen as when it is used in the advanced layout mode?

    I would prefer not to use the advanced layout mode as these pages don’t have any content in the WordPress search preview (seems a major flaw) and I am using a snippet plugin to generate some pages and it is not usable by this.

    I have advanced layout mode debug turned on, so I can see that this is the exact shortcode that is being emitted.

    #191264

    Hey Günter!

    But those errors are not displaying in the actual page, i’m only seeing in the search results, they will probably vanish in the following days, re-indexing can take some time.

    Cheers!
    Josue

    LaughingDragon
    Participant

    I made a copy of my site on our dev server to test out the Enfold theme. After activating the theme, when I view the site all the page/post content is missing. What should be a page instead only shows the sidebar menu. Investigating with Firebug shows that the “main” content section somehow has an element style of “display:none”. Disabling that style makes the page display just fine. So I know what the problem is but I can’t find what’s causing it. It’s not coming from any css (it’s an element style with no css source listed) or customizations (I haven’t added any). Also, I searched for any javascript in the Enfold directory that applies a “display:none” and temporarily disabled each instance individually and there was no change.

    Here’s the section causing the problem:
    <main class="template-page content nine units" itemprop="mainContentOfPage" role="main" style="display: none;">

    Removing that “display:none” at the end fixes it. It feels like there’s simply some option I haven’t checked or enabled that’s causing this but I can’t find what it is at the moment.

    Hey asteratos!

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

    .ajax_search_title { text-transform: none; }
    .ajax_search_excerpt { display: none; }

    Regards,
    Yigit

    #190826
    vchemko
    Participant

    Sorry if this has already been answered somewhere, but I couldn’t find what I was looking for through various searches.

    I have made updates to a child theme (basically just configuration and content and settings, etc) that I installed back in August and activated with Enfold 1.9.1. Now I would like to upgrade to the latest version of Enfold (2.4.2, I believe it is), and I will doing this via my FTP as it doesn’t work via the WP backend itself.

    However, I want to check and see if this is possible without destroying what’s been done in the child theme that is currently active. Is this supposed to be a smooth transition as the main Enfold theme itself is not activated, even though it’s required for the Child theme to work. Or is there a child theme that I will have to upgrade as well?

    Thanks!

    Victoria

    #190647
    Lichtplan19
    Participant

    For testing I uploaded Enfold on one of my domains.
    It worked perfekt.
    Then I uploaded it on my final Domain destination. Since this time it makes problems. One copied example:
    Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /webspace/15/71392/gs13.de/foto_mietstudio_in_muenchen/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41

    I dont know what I have to do that it vanishes – even in Google it shows the Error when you search for my Studio Name “GS13 Studio”

    Please help – I tried to deleate and upload and program the Website several times…
    Thank you very much in advance
    Günter

    Hi Ismael,
    I discovered it was the plugin 404 redirected stopping it from working.
    I have adjusted the settings now and it works. Thank you!

    Just one more question. I am starting a blog on my site (www.interiorinnovations.com.au)
    I was wondering if I could tweak the look of the blog.
    1. Enfold has a large feature image in the blog pages. Can I remove this but keep the thumbnail image in blog search?
    2. Can I remove the link for author name (if this is possible)
    3. Also can I extend the display area to be a larger width?
    http://s7.postimg.org/i28vr3ljv/Fix_Blog.jpg

    Thank you Ismael!

    #190414

    Hey!

    Please go to wp-content\themes\enfold\js folder and open Avia.js file and find

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 767;

    and change it to

    bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 800;

    It will increase the width to switch to mobile menu from 767px to 800px. Please flush browser cache and settings if you are using cache plugin after making changes and refresh your page a few times.

    Cheers!
    Yigit

Viewing 30 results - 6,961 through 6,990 (of 7,471 total)