Viewing 30 results - 6,751 through 6,780 (of 7,502 total)
  • Author
    Search Results
  • #225324

    In reply to: Shortcodes in Submenu?

    Hey Bruno!

    You can use this code, add it to your functions.php file:

    add_filter( 'wp_nav_menu_items', 'my_custom_menu_item', 10, 2 );
    
    function my_custom_menu_item ( $items, $args )
    {	
        $items .= '<li class="menu-item custom-menu-item"><a href="#" rel="nofollow">Asd</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page">'.do_shortcode("[_PUT_YOUR_SHORTCODE_HERE]").'</li></ul></li>';
        return $items;
    }

    If you want it to appear before the search icon, you’d need to add it before line 58 in functions-enfold.php instead.

    Best regards,
    Josue

    #225133

    Hey Yigit,

    Fully understood – I noticed that other Enfold customers had run into the same problem so thought it might be a simple fix that someone would know.

    I’m currently developing locally so can send you a link. I’ll keep on searching… thanks anyway!

    Stuart

    #225092

    Hi Ismael,
    thank you for your tip. The error messages within the Enfold Avia Layout Architekt disappeared, but I have already the problem that the meta description below the website title at the google search is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Do you have any ideas how I can fix this problem?

    Cheers, Wiebke

    #224995
    pgps
    Participant

    Hi,

    I’m trying to make enfold compatible with wcag 2.0 standard (for people with low vision problems), which does not allow to use empty links. Is it possible to change in the link of search icon

    69: $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'"></a></li>';

    the ></a></li> part bo be non-empty, e.g. by moving there somehow the icon part ‘.av_icon_string(‘search’).’?

    Best regards,
    Pawel

    • This topic was modified 12 years, 2 months ago by Yigit.
    #224792

    Hi toddgeist!

    You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Best regards,
    Ismael

    #224778

    In reply to: Dutch translation

    Hey cbeneden!

    Install the Codestyling Localization plugin. Go to Tools > Localization then scroll below and find Enfold. Look for the Deutsch translation then click “Edit”. Search for “You are here” then click edit and save. :)

    Best regards,
    Ismael

    #224489
    tdproperty
    Participant

    I would like the kriesi theme header with the social media icons to the right of the menu without the upper bar. As well I would like the mobile device to show the social icons in the middle with the square box to the right. After searching the support form over and over and noticing that this issue has not been resolved please reach out to me directly and I will pay to have this issue corrected on my site as I have wasted to much time on this already. Thank you very much for your time!

    #224390

    In reply to: Replacing Ajax Search

    In the Relevanissi example, where in functions-enfold.php would you comment out the existing search function and replace it with this? Did I miss that in the link above?

    Thanks, Devin!

    #224228

    In reply to: Replacing Ajax Search

    Hey Mark!

    You can show them the filter and function example we’ve done for Relevanssi which should help in adding something else to replace it: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Best regards,
    Devin

    #224157

    Topic: Calendar Plugin

    in forum Enfold
    KingConga
    Participant

    I see on the ThemeForest sales page for Enfold that it has built in integration with : Events Calendar; Events Calendar PRO; and Events Calendar Pro 3.x, The links provided show other themes competible with these calendars but not the calendars themselves, and a search for these plugins in Themeforest produces nothing. I’ve searched online, but want to be sure I’m getting the one that you are recommending by building in compatibility.
    Could you please provide links to these
    Tim

    #223906

    Hey greenmarimo!

    If you need to tweak the search template modify wp-content/themes/enfold/search.php and wp-content/themes/enfold/includes/loop-search.php. For detailed instructions contact the plugin author please because we can’t provide support for third party plugin implementations. You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Best regards,
    Peter

    #223871
    jarlsberg
    Participant

    Hi. I did a search at your site with the text above. No results. I use the fullwidth slider, and I’m wondering if it is possible to adjust the color of the caption frame, or the caption text itself without changing the main CSS file?
    The settings in Enfold Theme Options – Styling does not seem to impact the caption frame.

    #223867
    greenmarimo
    Participant

    Hi guys,

    Thanks for this great theme. I just started using it and I’m also a wordpress beginner, so please forgive my ignorance.

    I am using a search plugin that gives me more options than the standard enfold search. But when I’m using this plugin with enfold, they only tell me the number of results found and no results show up in the result page (i tried with other themes and they were displaying all the results without changing any code of the search result page). So i was wondering if you had an idea about this case.

    And i also want to change the layout of the result page into a grid layout like the one we can select in the template page builder.

    I really need this plugin and I want to use it with enfold. Please tell me what code of the plugin you may need.

    Thanks

    #223850

    Hey!

    Ah ok – open up wp-content/themes/enfold/js/avia.js and search for:

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    					});
    

    Replace it with

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    						currentLink.animate({opacity:1},1500);
    					});
    

    Best regards,
    Peter

    #223760

    In reply to: Site Search Options

    Hey!

    I’m not sure because i haven’t used Swiftype with Enfold, but i think that code should be in a footer.php or header.php and you’d not need to edit functions-enfold.php. However it may requiere additional tweaking, like disabling the built-in ajax search functionality (you can do this by removing line 30 from js/avia.js).

    If you need more assistance please contact one developer from Codeable or Microlancer, as i said in my first reply we can not help you here because it’s out of the scope of our support policy.

    Regards,
    Josue

    #223744

    In reply to: Site Search Options

    Hey!

    In functions-enfold.php, around line 66, you’d put your custom form in HTML format there. It would be better to contact the Swiftype support if you decide to go with them.

    Best regards,
    Josue

    #223460
    turner2f
    Participant

    ================

    (1) Concerning how to customize the sidebar for the “404 Page” see:

    https://kriesi.at/support/topic/edit-the-404-layout/

    FIRST – Add a widget into the “Displayed Everywhere” widget area and use:
    http://wordpress.org/extend/plugins/widget-logic/

    SECOND – Then show or hide certain widgets on the 404 page:.

    Add following condition to widgets which you want to SHOW on 404 pages:

    is_404()

    Or use following condition to HIDE them on 404 pages:

    !is_404()

    =================

    (2) Concerning how to make the default 404 sidebar disappear see:

    https://kriesi.at/support/topic/set-404-error-page-to-full-width/

    FIRST – Please go to Appearance > Editor and open 404.php file and search for following lines

    $avia_config['currently_viewing'] = 'page';
    				get_sidebar();

    SECOND – Then comment them out as following…

    //$avia_config['currently_viewing'] = 'page';
    				//get_sidebar();
    • This topic was modified 12 years, 2 months ago by turner2f.
    #223145

    Topic: Menu colors

    in forum Enfold
    AdamSnow
    Participant

    Good evening,

    First off, sorry if this has been asked before… I can’t seem to find where to search this forum just for Enfold support.

    My issue is menu color. I need a green background, yellow text (Think John Deere). I’ve made the menu the color I want, but the color of the menu when it is not hovered over, or selected is unreadable… I can’t find where to change this?

    Picture of Menu

    Anyone have any advice?

    #223047

    Hey Pector!

    Please add search form as HTML in Div / Video tab http://i.imgur.com/weLyiaZ.jpg as following

    <form action="http://localhost/Enfold/" id="searchform" method="get" class="">
    	<div>
    		<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello">
    		<input type="text" id="s" name="s" value="" placeholder="Search">
    			</div>
    </form>

    Best regards,
    Yigit

    #222966
    Pector
    Participant

    Hello,

    My client is asking me if is possible to add a search bar in the layer slider to search on the site given the fact you can add HTML above a gallery of images.

    Do u guys know if this is possible to be done with the Enfold theme itself? or is it necessary to buy a plug-in?

    thank you very much

    JC

    #222883

    I think you’re being pretty unfair on the guys here. Their support is outstanding compared to most themes.

    You can easily hide the layer slider on mobile with a couple of lines of CSS. It’s been mentioned several times on the forum, and found easily for a search for ‘hide layerslider’. You were shown how to do it in a reply to the first post you linked!

    @media only screen and (max-width: 768px) {
    .avia-layerslider { display: none; }
    }

    You should note in your example in the second link you’ve put your code in the media selector for screen sizes under 480px. Just about every modern smartphone has a much bigger screen than that so I’m guessing that may be why you can still see the slider.

    #222668

    Hey!

    It seems like Jetpack triggers a warning and this is not a theme issue. You should be able to get rid of them by deactivating the debug mode (see: http://codex.wordpress.org/Editing_wp-config.php#Debug – the “WP_DEBUG” constant in wp-config.php must be set to false) and if this doesn’t help try to insert

    
    error_reporting(0);
    

    at the very bottom of enfold/functions.php. If it doesn’t work please report this as a plugin bug to the Jetpack developers…

    Regards,
    Peter

    #222577

    Topic: Site Search Options

    in forum Enfold
    Mark
    Participant

    Hey Guys,

    I’m hoping you can recommend options or potential solution. We have a store on a subdomain that isn’t part of the WP install. We need the results to show from both the main domain (Enfold installation), and the store on the shop subdomain.

    How would you recommend we do this and use the existing search box or is it fairly simple to a new search box in place of the current one? I’m just not wanting to break the user experience stylistically, so I’d really like the results to be displayed in the current theme/skin.

    Hoping you guys can help.

    Thanks much!

    Mark

    #222120

    Hey ggerber!

    The multilanguage plugin is not included but you can purchase it here: WPML.

    If you just want to translate the theme to another language (without language switcher, translated post/pages, etc.) I suggest to use the free Codestyling plugin to translate the theme. 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).

    Best regards,
    Peter

    #222055
    kayenpublicidad
    Participant

    Hi, I’m using the Enfold theme on but only the first three slides of my LayerSlider will show on my website.
    The weird thing is that everything works fine in the preview but, on the website, any slide beyond the third wont show.
    If I change the order and move my 4th slide to the 1st place, it will show on my website, so it isnt a problem in the slide itself. I also tried adding more slides to see what may happen, but it was the same: nothing shows beyond the third slide.
    I contacted my hosting provider (Bluehost), just in case it was a memory issue. They helped my for about an hour, trying a lot of things. I even gave them access to my dashboard and they concluded that it was a theme problem, as everything in my dashboard was working fine and my memory limit at php.ini is 300mb. I tried making a new slider with the same setings as before, but the same happened. Please help me as I’m currently unable to use the Theme that I bought, thank you.

    #221781
    skewzy
    Participant

    Hi
    This maybe off the topic, but if you can give me an advise, it will be great.
    Our visitors are experiencing a slow page loading speed with enfold theme, especially from Asia. The page loading take about 7 seconds in Asia vs 3 seconds in USA. This is not an issue with Enfold, but hosting.

    So after research I came up with 2 possible solution.
    1. hosting our site at Page**ly or WPE**ngine (Managed WordPress hosting with CDN, the reviews say it’s really fast, but is it really true?)
    2. hosting at Managed VPS with SSD, CDN, APC, Memcached, Varnish

    Does Managed WordPress hosting really worth and boost up the speed, compared to fully loaded VPS with SSD?

    Please advise

    #221466
    bwprework
    Participant

    Hi- your theme is amazing- I am new and have searched the forums but haven’t found a clear answer to my question.

    I would like to have a single background image throughout my site in the enfold theme and have transparent backgrounds everywhere- like this example- http://geoglassdesign.com/shop/

    I have pasted this into the quick css: and it worked for the header. Is there an easy way to do this everywhere?

    .header_color .header_bg, .header_color{
    background-color: transparent;
    }

    would really love your help…

    #221453
    stephenr_nl
    Participant

    I am using the Enfold theme and it has the option to show a fullwidth masonry where you can choose to display the post Title and/or Excerpt.
    Now I am using the “WordPress SEO” plugin from Yoast and here I can set the “SEO title” and “Meta Description” which are used by Google to display title and excerpt in the search results.
    The SEO title is 70 characters max and the excerpt 156 max.
    Because I already have written 2 good excerpts (both SEO title and meta description), I want to use one of these instead of the excerpt your theme uses by just taking the first x number of characters from the post. How can I get it to use the “SEO title” instead?
    Thank you in advance for helping out.
    Kind regards,

    Stephen

    #221387

    Hello again,
    one additional note:
    Also the meta description below the website title at the google search are not been shown. Instead of the meta description there is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Cheers,
    Wiebke

    #221188

    Topic: Forum search

    in forum Enfold
    Vermishelle
    Participant

    BTW, can you implement search in forum within a specific WP theme thread, Enflod for instance? Browsing through search results where it’s not obvious if it’s Enfold or not is not convenient. I have even tried to google “xxx site:https://kriesi.at/support/forum/enfold/&#8221; but it didn’t work, because topics are not within the enfold folder.

Viewing 30 results - 6,751 through 6,780 (of 7,502 total)