Viewing 30 results - 3,961 through 3,990 (of 7,495 total)
  • Author
    Search Results
  • #752263

    Hi dear Sadegh!

    It seems like search bar is in your secondary menu. Please go to Enfold theme options > Header > Extra elements and choose not to display it or remove search box from your menu in Appearance > Menus or add following code to Quick CSS

    #header_meta #searchform {
        display: none;
    }

    Regards,
    Yigit

    #752218
    tredition
    Participant

    Hi Kriesi-Team,

    I am using Enfold and have installed the plugin WPML for different languages and use TLD as URL-format. We habe three domains running under one WordPress-Account:
    .de
    .com and
    .co.uk (see in private content)

    The search field on top of our Website scans the whole content of these three domains. But it just should show the results from the domain you start the search process.

    Could you help in this case?

    Regards,
    Sandra

    #752014
    ajmihalic4
    Participant

    Hello,

    Just a recommendation for a minor “bug”.

    Around line 403 of functions-enfold.php the site “removes the heading” if you are using breadcrumbs with title off (select “Display only breadcrumbs’ in Layout > Title Bar Settings.

    if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['title'] = '';
    This simply makes the <h1> blank, but this is no good since it creates a useless HTML tag and usually 2 <h1>s where not appropriate. A blank <h1> (and likely extra) in the code could be semantically confusing to search engines since this is the first <h1> present, but it is also certainly not necessary or useful in any case.

    I replaced that line in my version with the following code, so this wouldn’t happen.
    if($header_settings['header_title_bar'] == 'breadcrumbs_only') $args['html'] = "<div class='{class} title_container'><div class='container'>{additions}</div></div>";

    I recommend the newest theme update include a similar (or better) fix for this so I can get rid of my custom functions file!

    Thank you!

    • This topic was modified 9 years ago by ajmihalic4.
    #751932

    From search the issue is originate from enfolds default shema org data. At my google console i saw this data even that i have disable it now quite a time. Also if you search my site here https://search.google.com/structured-data/testing-tool you will see that is clear from this but google still shows it almost to all pages not just contact page. I have had this in the past again with enfold but when i have disable enfolds default shema did the trick but not now.

    So the question remains is there a way to fix this by not using third party plugins?
    enfold shema

    #751856
    Max
    Participant

    Hello, I discovered one of my forum posts when I was searching our website listing. How can that be ? Also, I believe I’ve up graded to the latest version of Enfold. Is there a way to confirm that ? And, how do I find more modern type face on my theme like the ones you have on your demo ? Do you know of someone who is good with Enfold in Seattle area ? Thanks, Gary

    #751514
    force-media
    Participant

    Hi,

    I am using Enfold Theme Version 3.8.5. and Yoast SEO (also latest version). In Yoast “Title & Metas”-Settings i have disabled that a date is shown for both Posts and Site Pages on SERPS. However, if i look to search results at Google for my website the date is displayed before the meta description. When i used a previous WordPress Theme, which was not from Kriesi but with exactly the same SEO settings in Yoast, I haven’t experienced this issue.

    I would be happy for any hint how this can be solved.

    Thanks,
    Frank

    #751406

    In reply to: search bar issue

    Hi,

    1- That would be possible but would require some customization to theme files. Please feel free to request – or vote if already requested – such feature on Enfold feature request form or hire a freelance developer.
    2- Please add following code to Quick CSS as well

    #top .header_color .ajax_search_entry:hover {
        background-color: orange;
    }

    Best regards,
    Yigit

    #751370
    wtony
    Participant

    Dear sir,

    I have searched and found that Enfold should have integrated with JqueryUI and it needs to change $ to jQuery on the coding. I just tried adding a jQuery Slider and change it to jQuery but it doesn’t work. The page cannot be loaded.

    Could you please take a look and let me know what’s wrong? I just add the following simple codes suggested from jQueryUI.

    <script>
    $( function() {
    $( “#slider” ).slider();
    } );
    </script>
    </head>
    <body>

    <div id=”slider”></div>

    Cheers,
    Ken

    domainarchitect
    Participant

    I am using this plugin:
    http://codespacing.com/wordpress-plugins/progress-map-list-and-filter-wordpress-plugin/

    I am unable to get the plugin to work as I wish due to a conflict between the google maps api calls of the plugin as well as those of the enfold theme.

    I have exhausted Google search seeking a solution to this issue…none of the solutions seem to work:
    https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=enfold+disable+google+maps+apis

    Even when I add a suggested line of code to my child theme’s functions file, it still does not disable the front end. I know because I test it manually by deleting the google api key from the enfold theme and every map stops working.

    My ideal solution: disable all google maps api calls from both the frontend and the backend by the enfold theme, using a function in the child theme functions.php file.

    #750726
    #750661
    jolynndeal
    Participant

    Hi team. I reported this a day ago and have had no replies to my post. I have to show the homepage design to my client tomorrow. The header customization under general styling is not working. It leaves everything with a white background and gray letters, regardless of what colors I choose. I have deactivated all plugins, tried reuploading the theme, searching the forum, all to no avail. Can someone from Enfold please respond. I’ve purchased this theme five times for clients and have never had this issue.

    Thank you.

    #750518

    In reply to: search bar issue

    Hi,

    Sorry for the late reply!
    1- That is expected
    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header_color .ajax_search_image, .ajax_search_excerpt {
        display: none;
    }
    

    Best regards,
    Yigit

    #750501

    In reply to: Portfolio Grid

    Hey!

    Please go to enfold/config-templatebuilder/avia-shortcodes/portfolio.php file and search “h3” and change them to “h5”.
    Please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move modified file to your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/

    Best regards,
    Yigit

    digitalalso
    Participant

    Hello

    I am using Enfold and I need to have transparent sub menu’s with no outline only when header is transparent. When header has a background the submenus should have a background.

    I have searched forums and tried several options offered including this one but this changes to transparent with outline and does not change when normal header with background is active.

    .html_header_transparency .header_color .main_menu .menu ul li a, .html_header_transparency .header_color .main_menu ul ul {
    background-color: transparent!important;
    }

    Thank you.

    #750033

    Ok so thats GREAT!!! its working fine!! But, how is that file getting broken? I tried this from a new download from themeforest this morning. I had the same problem last week on another site and have been researching it since then. = How can I update Enfold without this happening. I have tried several downloads and uploads with this same error.

    • This reply was modified 9 years, 1 month ago by lanelee.
    #750020

    Hey Tom,

    Your page requires a password :)

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top textarea {
        max-height: 100px;
    }
    #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 { 
        font-size: 16px;
    }
    

    Best regards,
    Yigit

    #750007

    i have done some searching before posting and from previous usage of enfold i didn’t had this before. So it seems like a bug from enfold theme. Use a plugin to remove the date from a static page? Why? It should not be there in first place. I speak about pages not posts. Is there is another solution? Is it because of the footer widget?

    #749982
    GCAHS
    Participant

    Hello. Please include me in the list of people who had trouble with the Avia Layout builder. I have searched the internet and this forum and have not found a solution. Things I have tried:

    Two different browsers. It worked previously and I can’t get anything at all to work, not even the default WordPress editor.

    • This topic was modified 9 years, 1 month ago by Yigit. Reason: fixed html
    #749754

    In reply to: Date on blog

    Hi 156aw45f!

    Thank you for using Enfold.

    1.) Did you enable the date in the Enfold > Blog Layout > Blog meta elements panel?

    2.) Add this css code to remove the widget date:

    .news-time {
        display: none;
    }

    3.) Set the Enfold > Blog Layout > Blog Layout to “Use the advance layout builder”. Edit the page, insert the Blog Posts element then use the Image or a Slider element as the banner.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Cheers!
    Ismael

    #749674
    eskitaco
    Participant

    Greetings,

    I’m working on my second Enfold theme for a client and after downloading the parent and the child theme (Restaurant), I noticed I can’t find a way to activate any of the default plugins that are included with Enfold. I have been searching for a solution for the past hour and I can’t find a solution. Please note this is my third website design so I’m a n00b and I’m betting I skipped a step somewhere. Can you please help me identify where I went wrong with the plugin installation?

    I created a user account for you.

    Thank you for your time and assistance and please let me know what additional info you may need.

    P.S. I added new colors to Default Styling but when I view the website, the default colors that came with the Restaurant template are shown. Please help correct my errors. Thanks!

    • This topic was modified 9 years, 1 month ago by eskitaco.
    #749538
    naxiand
    Participant

    How i remove this? I have disable Automated Schema.org HTML Markup if this was the problem but they still show up.

    transdesign_dk
    Participant

    Hello there! I’m working with a client on a website (link and admin credentials in private content), and he’s opted for the main menu in the left sidebar. I would love to able to make this sidebar-menu fill 100% of the viewport height, as this layout (in always-sticky-mode) doesn’t really work responsively; at viewports with small heights the lower menu-points doesn’t show.

    Is there a way to make these elements have a fixed percentage height? So that, for example, i could have the logo-element be 40% of screen height, and then have 6 menu-elements each having 10% of screen height?

    I’ve already used following css in my childtheme to resize the width of the whole sidebar to a fixed 20%;

    @media only screen and (min-width : 1024px) {
    .html_header_sidebar .logo
    {
    position: relative;
    clear: both;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    }

    .html_header_sidebar #top #header
    {
    width: 20%;
    }
    .html_header_left #main
    {
    margin-left: 20%;
    position: relative;
    }}

    I’ve been searching around the forum for a while for a solution but haven’t been able to find one that works for me yet; if one exists and I’ve been oblivious then I’m sorry! :)

    I still enjoy the heck out of enfold, thank you for this wonderful theme!

    #749134

    Hi bowmandesign!

    Thank you for using Enfold.

    Please add this filter in the functions.php file:

    function ava_remove_shortcode_from_excerpt($content) {
    	if(!is_search()) return;
    	$content = strip_shortcodes( $content );
    	return $content;
    }
    add_filter('the_excerpt', 'ava_remove_shortcode_from_excerpt');

    If this is not working, please post the url to the site so that we can inspect the search page.

    Cheers!
    Ismael

    #749051

    Hey salesmusat,
    Thank you for using Enfold.
    After running a local test & a Mobile Friendly test, I was unable to reproduce your results. Perhaps your mobile device is storing the larger images in the cache?
    Sorry I was not more help.
    Best regards,
    Mike

    #749020
    phillipikoo
    Participant

    Hi. Reading this article (https://www.johnhaydon.com/add-social-google-search-profile/) on how I can get our social media profiles to show up in Google search, we found that it is recommending that we add this to the header or footer of our pages:

    <script type="application/ld+json">
    { "@context" : "http://schema.org",
      "@type" : "Organization",
      "name" : "Your Organization Name",
      "url" : "http://www.your-site.com",
      "sameAs" : [ "http://www.facebook.com/your-profile",
        "http://www.twitter.com/yourProfile",
        "http://plus.google.com/your_profile"] 
    }
    </script>

    Does Enfold already have it such that our social media profile links would show up like this: https://i1.wp.com/johnhaydon.wpengine.com/wp-content/uploads/2015/02/google-social-profiles-1024×566.gif?zoom=2&w=800

    #748966

    In reply to: Ajax Search Link CSS?

    Hey mrb1972,

    Please try the following in Quick CSS under Enfold->General Styling:

    .ajax_search_excerpt:hover {
      color:red !important;
    }

    Best regards,
    Rikard

    #748902

    In reply to: Footer issues

    Hey ianazi,
    You can place your socket statement in Enfold Theme Options > Footer > Copyright.
    You can also use the code below for the heart, and I found that searching Google for “translation to Arabic” gave a Google translation box to copy and paste from.

    &#10084;

    Best regards,
    Mike

    • This reply was modified 9 years, 1 month ago by Mike.
    #748845
    alexandernoe
    Participant

    Hi team,
    i tried several ways to activate a mobile search form for my customer.

    Like this: https://kriesi.at/support/topic/search-button-on-mobile/
    or this: https://kriesi.at/support/topic/mobile-search-bar/ (i didn´t found >>do_action(‘ava_after_main_menu’);<<)

    But it doesn´t works…one time i had to recover the page.

    Hope u can help.

    WordPress: 4.7.2
    Enfold: 3.8.4

    Best regards,

    Alexander

    • This topic was modified 9 years, 1 month ago by alexandernoe.
    #748822

    Hi naxiand!

    Thank you for using Enfold.

    Did you install the WPML String Translation extension? You can use it to translate specific strings in the site. If you don’t have this extension, please install the following plugin, go to its panel, edit the language then search for the string or text that you want to translate.

    // https://wordpress.org/plugins/loco-translate/

    Regards,
    Ismael

    #748601

    In reply to: search bar issue

    Hey Sadegh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #searchform .ajax_search_response {
        position: absolute;
        background: #999;
        right: 25px;
    }
    

    Best regards,
    Vinay

Viewing 30 results - 3,961 through 3,990 (of 7,495 total)