Viewing 30 results - 6,991 through 7,020 (of 7,494 total)
  • Author
    Search Results
  • #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, 3 months 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

    #190381

    Hi Ismael,

    I have added a lot of custom CSS from Yigit. I will add it all below as I am unsure which bits you need.

    .sub_menu { top: 390%; }
    .header-scrolled .sub_menu { top: 270%; }
    .page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2736 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2609 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2605 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2625 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-2621 .sub_menu li { padding: 0 50px; top: 30px; font-size: 12px; }
    .page-id-734 .sub_menu li { display: none; }
    .page-id-1277 .sub_menu li { display: none; }
    .page-id-1122 .sub_menu li { display: none; }
    .page-id-1224 .sub_menu li { display: none; }
    .page-id-1167 .sub_menu li { display: none; }
    #top div .enfold-gallery img {
    padding: 0;
    border: none;
    }
    .responsive #header .sub_menu { position: absolute; }

    .page-id-2528 .sub_menu li { padding: 0 44px; }
    .page-id-2736 .sub_menu li { padding: 0 44px; }
    .page-id-2609 .sub_menu li { padding: 0 44px; }
    .page-id-2605 .sub_menu li { padding: 0 44px; }
    .page-id-2625 .sub_menu li { padding: 0 44px; }
    .page-id-2621 .sub_menu li { padding: 0 44px; }

    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu li { padding: 0 5px; }
    .content { padding-top: 90px; } }
    @media only screen and (max-width: 480px) {
    .page-id-2528 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2621 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2736 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2625 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2609 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    @media only screen and (max-width: 480px) {
    .page-id-2605 .sub_menu, .page-id-999 .sub_menu, .page-id-9989 .sub_menu { display: block; }
    .sub_menu { display: none; } }

    #190312

    Hi, Devin:

    Thanks for the idea. I will try with this option, using a menu in the socket.

    Another question for Devin. Searching in this support forums about login, I found a post that links to your personal web. I read the way to show and hide the login in the menu. Then I went to your login for seeing the appearence and I found under password field a captcha like the enfold’s contact forms (4+2=?)

    How can I insert this kind of captcha in the login in same way of your login?

    Thanks again!

    Best regards!

    #190175

    In reply to: Enfold breadcrumb nav

    Hi tintindufour!

    Please go to wp-content\themes\enfold\framework\php folder and open class-breadcrumb.php file and search “You are here”

    Regards,
    Yigit

    #189796

    Thank you so much for your help, Yigit. It worked like a charm. Well done!

    • This reply was modified 12 years, 4 months ago by wieslander.
    #189577

    In reply to: Save Portfolio Items

    Hi tomerus!

    WordPress or Enfold don’t come with such a feature out of the box but you can try a plugin from the repository: http://wordpress.org/plugins/search.php?q=Favorite+Posts to add it to your website. I didn’t test a particular plugin though and I can’t promise that all are compatible with Enfold.

    Best regards,
    Peter

    #189566

    Hi mar10nlund!

    1) Use following css code

    
    .responsive #top .mobileMenu {
    background-color: #e2e2e2;
    }
    

    2) It’s an image (png) and you can’t change the color without replacing the image. If you want to use a custom image insert following css code into the quick css field

    
    .responsive #top .mobileMenu {
    background-image: url("htttp://mywebsite.com/image.png");
    }
    

    and instead of htttp://mywebsite.com/image.png insert the url to your image.

    3) Use following code to change the color/size

    
    .responsive #top .mobileMenu {
    color: #fff;
    font-size: 10px;
    }
    

    4) You can use Codestyling http://wordpress.org/plugins/codestyling-localization/ to translate the theme. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then 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).

    Best regards,
    Peter

    Hey!

    Please try adding Ismael’s code to Custom.css file inside wp-content\themes\enfold\css folder

    Best regards,
    Yigit

Viewing 30 results - 6,991 through 7,020 (of 7,494 total)