Viewing 30 results - 6,721 through 6,750 (of 7,495 total)
  • Author
    Search Results
  • #228659
    stardrive
    Participant

    Please, I will soon commence design with your enfold theme I purchased.
    I am in discusiion with a propective client, and he is suggesting that instead of your icon collapsible text box, he would like to have a full (non collapsible) Text Box on the Right Hand Side of the Top Menu Bar.
    Please, how can this be achieved with your theme?

    #228645

    Hello
    I have done what you mention but it still doesn’t seem to work.
    My description is saved and appears when I open the code source of my site but the “Page Analysis” of the wordpress seo by yoast at the bottom of the front page still indicates : No meta description has been specified, search engines will display copy from the page instead.
    The keyword / phrase conseil does not appear in the page title.” > There is a meta descritption and the the keyword does appear in the title…
    Thanks again

    #228620
    Amanda
    Participant

    Hello,
    While optimizing the SEO of my website with the Yoast plugin, it dosen’t seem to work for my front static page.
    It says the meta description empty whereas it is not, I have wrote in a text… “No meta description has been specified, search engines will display copy from the page instead.”
    For all the other pages it is fine, so must I configure it somewhere else for the front page ? In the header.php ?
    Thanks very much for your help

    #228440
    mnolden
    Participant

    Hallo,
    wie kann ich die Search-Funktion ( das Lupen-Symbol) in der main nav beim Enfold Theme entfernen? Über eine schnelle Antwort wäre ich sehr dankbar, das wurde ganz vergssen, wir wollen die Website aber heute veröffentlichen.
    Danke!
    Mathias Nolden

    #228354

    I just discovered that it now conflicts with a plugin I’ve had installed before I installed Enfold and will check with that plugin’s author. Thanks.

    #228351
    This reply has been marked as private.
    #228150
    Schmenger
    Participant

    Hi,
    Everything was fine with my theme…Today I have updateded my enfold Theme via filezilla . I copied enfold folder> the newest version.
    In Firefox: All font face symbols are broken! (search symbo in header etc…)
    Can you help with that firefox 26 -font- face problem???

    Firefox updated
    Windows8.1 updated Started PC again
    Firefox cache cleared

    .htacess:
    <FilesMatch “\.(ttf|otf|svg|eot)$”>
    SetEnvIf Origin “^http(s)?://(.+\.)?(medientanz\.de|medientanz\.de)$” origin_is=$0
    Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
    </FilesMatch>

    Webpage:http://medientanz.de

    Thanks Thomas

    #228149
    foxvendetta
    Participant

    Hi,

    Just installed Enfold on a new WP install, imported the dummy data and set the menus but I can’t see the Top Navigation Menu. The only thing that seems to be showing is the “search” icon.

    However, if I switch to the twenty fourteen theme, or any other stock themes, the Top Navigation Menu shows without problems.

    Any idea why this is?

    Looking forward to your response, thanks!

    Fox

    #228008

    hi astrid!

    in the dashboard => ENFOLD you go to menu header! there is a box “Phone Number or small info text:

    i have wrote (make a div container) <div id=”myphone”>Now call me: <b>123456789</b></div>

    and in the menu “styling” (also in the same menu ENFOLD) there is under the Tab “General” a Box “Quick CSS”- here is the code…

    #myphone {
    font-size: 14px;
    padding-bottom: 10px;
    }

    so it should be, what you searching for…

    kind regards
    charly

    #227551

    Awesome. Thanks!

    #227445

    Hi!

    You can wrap the “Search” text into a span and hide it like:

    
    $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').'><span style="display:none;">Search</span></a></li>';
    
    

    Best regards,
    Peter

    #226802

    Unfortunately it isn’t that simple. In this case ‘search’ text will appear under the magnifier/search icon. I would like to have visible only icon there. I’ve found something like this:
    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow">;</a></li>';

    in https://kriesi.at/support/topic/replace-toggle-icon-with-another-entypo-fontello-font-or-use-a-png/

    I cant figure out how to get magnifier icon not the character you can see here http://www.fileformat.info/info/unicode/char/e803/index.htm

    Regards,
    Pawel

    Hey AssuranceOgilvy!

    Please edit functions-enfold.php, find this code on line 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>';
    

    Replace it with:

    $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').'><span class="search-text">Search</span></a></li>';
    

    Add this on Quick CSS:

    .search-text {
    margin-left: 10px;
    font-size: 12px;
    }

    Regards,
    Ismael

    #226605

    Hey!

    Edit js > avia.js, find this code on 307:

    if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}

    Replace it with:

    if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 767;
        		header.addClass('mobile_menu_tablet');
        	}

    This will force the theme to only show the responsive menu on screen sizes lower than 768px.

    Best regards,
    Ismael

    #226539

    In reply to: Replacing Ajax Search

    Hi Devin,

    I guess I’m not clear where that code would be placed, or where Swiftype would add code similar to that? I just need the Enfold search box to use an engine that can provide results from both my main domain and subdomain, and the subdomain isn’t wordpress…any other ideas to simplify this?

    BeeCee
    Participant

    Hi,

    wow, I have searched now a lot, to find where to change the portfolio slug. I supposed to find it in the theme settings, but they are at the “permalinks” page.

    But now I’m a bit confused about the difference of
    – portfolio-item
    – portfolio-entries

    I need to translate it into German, but I’m not sure, where both slugs appear.
    At the demo theme I find only the slug “portfolio-item”:

    http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/

    but nowhere a slug “portfolio-entries”.

    For what is “portfolio-entries” please?
    What’s the difference?

    Thanks a lot in advance

    #226456

    In reply to: Enfold Showcase

    This reply has been marked as private.
    #226257
    #226042

    Hey!

    Go to Tools > Localization. Look for Enfold theme then edit the Deutsch/Deutschland language. Search for “Want to join the”, edit the search result “Want to join the discussion? <br/>Feel free to contribute!”. Save.

    Best regards,
    Ismael

    #226040

    Hi pgps!

    Open up engold/functions-enfold.php and replace:

    
    $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>';
    

    with

    
    $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').'>Search</a></li>';
    

    Best regards,
    Peter

    #225491
    dngood
    Participant

    My Enfold search box is appearing in the wrong place. When the magnifying glass icon is clicked the search box (line with the arrow) appears floating in the bottom-middle of the page rather than underneath the icon as it should be.

    I have done a quick forum search and found this mentioned here; https://kriesi.at/support/topic/enfold-search-box-position/, but the fix was never really found – it just went away…

    I have checked my custom css files (and removed it entirely), and that doesn’t seem to be the problem. I have also tried deactivated plugins, again without much luck.

    Any help to diagnose this would be greatly appreciated.

    Website: http://www.animana.com/
    Enfold version: 2.5.2 (with child theme)
    Browsers tried: Chrome: 32.0.1700.107 m, Internet Explorer: 11.0.9600.16518

    Hey!

    Please update the theme to the latest version (Enfold 2.5.2). I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 for the update.

    Best regards,
    Peter

    #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, 1 month 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!

Viewing 30 results - 6,721 through 6,750 (of 7,495 total)