Viewing 30 results - 5,311 through 5,340 (of 7,495 total)
  • Author
    Search Results
  • #479900

    Hi vic98!

    Try doing this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header.

    You can then add some extra elements to your header widget area with a text widget or the search widget. If you need help positioning them around then let us know and we’ll give you some CSS to use.

    Best regards,
    Elliott

    Hi Elliott,

    thanks for your quick reply, but unfortunately, there is a ton of problems with these settings:

    • Main Menu Links has no setting for the font weight!
    • Small bar above Main Menu has color settings (font, background, border), but no font size, weight, …
    • Side note: Small bar above Main Menu — the color picker for the font color doesn’t work, clicking with the mouse does not update the color at all.
    • Both Main Menu Links and Small bar above Main Menu — if a font color is set, the color is the same for all menu items; the distinction between “current page” and other pages is lost.

    So the Advanced Styling doesn’t help at all, please help (change the size and weight of the main menu items and the text in the topmost bar).

    PS: There is no preview for new forum posts or replies (must submit immediately without preview), and in the Enfold forum, it is quasi impossible to access the forum search…

    • This reply was modified 10 years, 8 months ago by CarstenF.
    #479842
    vic98
    Participant

    Hi,

    website URL is
    http://www.munarsh.com/aid
    I am using child theme of Enfold. I need to style my website header similar to design that can be seen in image in below link
    Please the image here
    http://www.munarsh.com/aid/wp-content/uploads/2015/07/header-option.jpg

    1- how to add a login botton at top right hand side
    2- how to display the search bar with social media icon.

    Waiting for your kind response.

    Thanks

    #479662
    salvix
    Participant

    Hello, is there any way I can remove title tag from the Enfold gallery, the one which show up on hover?
    I have found this link on forum of another theme https://kriesi.at/support/topic/remove-title-tag-from-gallery-images/ , an outdated plugin and some other google search, but nothing seem to be working, Can you please help?
    Regards

    #479401
    thelistener
    Participant

    Hi there!
    First, I want to thank everyone on the Enfold dev and support team…this is one beautiful and very smooth theme! This is my first time it and am very impressed. I’ve tried searching for some of the answers to these questions/needs, but wasn’t able to pinpoint the answers as concretely as I hoped (I’m totally blaming myself here…I’m probably using the wrong queries). ANYWAYS, here’s the site I’m working on: Cardinal Circuit

    1. 1. How can I make the color of my link white only when the top bar is transparent like in the homepage (but not on the other pages)?
    2. 2. What’s better, using inline CSS to make the subheading on the homepage text white, or custom CSS (if the latter, what do I input)?
    3. 3. How do I make the transparent “Contact” button on the homepage solid red, have larger text, and appear without the underline?
    4. 4. The way my client organizes his machines is very interesting to say the least. Currently, he has feeds/pages organized by tags. How do I customize the title for each section and make it so the page have a more organized structure similar to the feed structure they have now (with the option to add a sidebar which the /dev/ page doesn’t have.)?
    5. 5. How can I change the menu font and size in the header?
    6. 6. When I checked on how the site looks on mobile, I noticed the background image I chose for the “Your Partner from Start to Finish” section was used for the entire site. How can I fix this: See screenshot?

    I’m very excited about using Enfold for the first time and am very thankful for your help and support!

    • This topic was modified 10 years, 8 months ago by thelistener. Reason: grammar

    Hello,

    after several research, i found this post.

    I try to basically doing the same thing : hide boutton in the admin bar when you write a page.

    This code works perfectly for hidding the “button” widget.

    add_action( 'admin_print_styles', 'enfold_customization_admin' );
    function enfold_customization_admin() {
    	echo '<style type = "text/css">';
    	echo '#mceu_63 { display: none; }';
    	echo 'a[href="#avia_sc_button"] { display: none; }';
    	echo '</style>';	
    }
    

    But I can’t find out where is the list of unique ID. There is one ?

    When i add this, nothing else hidding.

    add_action( 'admin_print_styles', 'enfold_customization_admin' );
    function enfold_customization_admin() {
    	echo '<style type = "text/css">';
    	echo '#mceu_63 { display: none; }';
    	echo '#mceu_64 { display: none; }';
    	echo 'a[href="#avia_sc_button"] { display: none; }';
    	echo 'a[href="#shortcode_insert_button"] { display: none; }';
    	echo '</style>';	
    }
    

    So i want to know where i can find the unique ID list and hidde other button in the admin bar.

    Regards,
    Loïc

    • This reply was modified 10 years, 6 months ago by Elliott.
    #478803

    Hey!

    1. With a media query, this can be changed by increasing the required screen size to change the regular nav to the mobile menu. If you are unsure on how to do this, you can provide us with temporary access.

    2. Right now, video playback on mobile devices has been disabled. However, you can still link the fallback image to the video itself.

    3. You can follow the instructions in this thread in order to achieve this: https://kriesi.at/support/topic/search-icon-disappears-on-mobile-after-enfold-update-3-1-3/

    Best regards,
    Dake

    newuser1
    Participant

    I have searched, watched all the tutorials, and tried re-sizing the photos, but can’t figure out how to just get my picture to fit in the Enfold Flat Business Theme Header on the Services Page or any page for that matter without it cutting off/cropping the top of the image and people’s heads etc. How do I just add the picture so it shows the whole thing or re-sizes without cutting off the top of the photo? Please help! Thank you.

    EdFritz
    Participant

    I asked enfold support if there were any issue with 4.2.3 prior to my upgraded to 4.2.3 ( I disabled autoupdate after issues with 4.01. and enfold.) It looks like not to many users are using twenty twenty plugin with Enfold. Also in hind site I should have searched/read what is being reported about this upgrade 4.2.3

    Plugin Developers Demand a Better Security Release Process After WordPress 4.2.3 Breaks Thousands of Websites
    http://wptavern.com/plugin-developers-demand-a-better-security-release-process-after-wordpress-4-2-3-breaks-thousands-of-websites

    Just saying…. next time – no early adopting for me

    if you get any info on this plug in update Please pass it along.

    I am going to fall back to WP 4.2.2

    Hi Switzer!

    Thank you for using Enfold.

    You can try this in the functions.php file:

    add_filter( 'ava_main_header', 'avia_append_search_nav_mod', 10);
    
    function avia_append_search_nav_mod()
    {
        ob_start();
        get_search_form();
        $form =  htmlspecialchars(ob_get_clean()) ;
    	
        $items = '<div id="menu-item-search-mod" class="menu-item-search-mod menu-item menu-item-search-dropdown">
            <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a>
               </div>';
    
        echo $items;
    }

    Add this in the Quick CSS field:

    #menu-item-search-mod {
      display: block;
      position: absolute;
      right: 30%;
      top: 30%;
      z-index: 1000;
    }
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    	#menu-item-search-mod { display: none; }
    }

    Regards,
    Ismael

    #478319
    el_sam
    Participant

    Hello!

    I am trying to edit the styling of the default email that is sent from wp_mail via the enfold contact form. I don´t even find a place where to make the ‘label’-fields in php bold neither am I able to style anything in the mail that is sent.

    Can someone help me with that? I can edit the php (I have the permission, not so much the ability) and I can edit any style css.

    Is there a way to do it as easy as in contact form? ;-)

    thanks for your help and sorry, if this topic is already in here, I didn´t find a matching topic in my first search.

    affected page: http://verylives.com/rau_flanschen_temp/

    Cheers
    Sam

    #478171
    vinayb
    Participant

    Hi There, i wanted to have the Avia Post Nav i.e. “Next” and “Previous” in such a way that they work only for specific category they are in and on the last and first post, they don’t show option beyond the category they are in. I searched and found that we need to change the SAME CATEGORY variable to TRUE ($same_category = true;). I found this reference at https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/

    However, i don’t want to make change in the core function file because it will get overwritten whenever i will update the ENFOLD. Can you suggest how i should do it in a child theme or any other way to make this happen. I will look forward for your suggestions.

    Vinay

    #477959

    Topic: Breadcrumb missing

    in forum Enfold
    jugalbandi3
    Participant

    Hello,
    in our enfold child theme we use the header setting “Display title and breadcrumbs”, also on a page without sidebar we have the title bar setting “Display title and breadcrumbs” – but in frontend both is missing when we chose the Header visibility and transparency “Transparent header”. With “no transparency” everything is fine.

    Searching this forum i found https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/#post-244942, but in our Custom fields on the page the entry “header” has the value “title_bar_breadcrumb”.

    Can you please give me a hint what to do?

    Thank you in advance,
    Jugalbandi

    #477309

    Hey NicomIT!

    Please refer to this post and add a widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add search widget inside it. You can adjust the position using custom CSS code provided in the link.

    Best regards,
    Yigit

    #477264

    Hey!

    The documentation Elliot is referring to is the http://kriesi.at/documentation/enfold/ documentation website.

    You can find a bit more information here, albeit some of the earlier videos have outdated information:

    https://vimeo.com/channels/aviathemes

    It would probably be best to source a decent wordpress tutorial to get you started, then if there’s anything specific you need help with, you can generally find a thread of the same question using the search feature.

    If all else fails you can create another thread or enlist a freelancer

    Regards,
    Dake

    #477062
    jenvideo
    Participant

    Dear Kriesi-Support-Team,
    we would like to inform you about our problem with the logo.png.
    After an update we noted that the logo.png, which we modified for us, was overwritten with the standard Enfold-Logo. We were not happy about, because the affected website was one site of our customers.
    After searching in the forum we found a css-solution to solve the problem.
    We think, if somebody bought an template, this should not be happen.
    Maybe it*s a point to improve?
    Thank you.

    #476903
    Maik
    Participant

    Hey there,

    i m using the “inhalts Slider” / content Slider. and now i want to know if there is a possibillity to set a random order of the content?

    i have searched different option, but are not able to find the needed Setting.

    much thanks in advance for your help!

    #476216
    hloft
    Participant

    Hi Guys,

    I have started using the WP-Job Manager plugin with Enfold.

    I have used the following code to display a custom search for Keywords/Location.
    https://wpjobmanager.com/document/tutorial-creating-custom-job-search-form/
    I’ve done it by inserting a code block into the relevant part of my page.
    It works and displays ok.

    I would like to use your light transparent styling to style the search boxes, is this possible?
    Also, I would like to format the boxes so that they are half the width, on one line.
    I would also like the labels to be inline, and not outside of the boxes.

    Appreciate your help in advance.

    Thanks, Harry

    #475820

    Hi raulbofill!

    go to Enfold->Header->extra elements and check “Append search icon to main menu”.

    Regards,
    Andy

    #475750

    In reply to: Suchergebnisseite

    Hey wiblishauser!

    1.) du kannst die Suchergebnisseite in der search.php Datei bearbeiten.
    2.) von welchem Layout redest du? du kannst auf jeder einzelnen Seite das Layout festlegen. Scrolle dafür etwas herunter und schaue auf der rechten Seite, wenn du gerade eine Seite editierst.
    3.) du kannst entweder eine Suchfunktion im Menü einbauen (enfold->header-extra elements) oder du tust dies mittels einem Widget.

    Gruß,
    Andy

    #475165

    Topic: Enfold Theme issues

    in forum Enfold
    djschwebs
    Participant

    I am having some problems with my Enfold theme. It seemed to have changed on it’s own.

    I’ve had this theme and website running for the past year with no issues. I checked yesterday and there were several items that had changed. I have this same site running on another server and it looks fine.

    1) The Facebook, G+, search icon are now different / gone.

    You can see them here: http://5b8.1e9.myftpupload.com/

    But on live website, they are gone – >http://nrcinc.com/

    Also the menu’s have space in between each category which they didn’t have before.

    Another issue is that when you click on “service”, or any other category with a right hand side navigation, the navigation ends up below the content.

    I updated to the latest version of the Enfold theme and it didn’t change anything. I’ve also tried copying the theme files over manually via FTP, still no change.

    Any suggestions as to what could have happened and what I can do to fix it?

    #475038

    Hi gearouthere!

    Thank you for using Enfold.

    You can install this plugin to improve the search indexing of the site:

    https://wordpress.org/plugins/relevanssi/
    http://www.relevanssi.com/user-manual/

    Refer to this link in order to integrate the plugin with the theme’s ajax search: http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Cheers!
    Ismael

    #474887

    Ok, thank you. Thats what I figured :-)

    Is there anyway to have the icons not go underneath the logo…even if I do not add the search logo myself, the original ENFOLD cart logo goes under the logo. Is it meant to do that?
    Thanks

    (Btw I did say sorry for the double post in a private message on the other post!!
    But again sorry for posting twice…I understand.)

    #474800
    Carsten
    Participant

    Hi,

    searched the whole forum and Google, but didn’t find a solution.

    Enfold outputs the title I put into the Yoast widget on pages. E.g. [PAGE TITLE]

    But it doesn’t output the title structure set in Yoast settings. E.g. [PAGE TITLE] – [SITE TITLE]

    And this filter does nothing – found in an older thread:

    
    add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
    function avia_change_title_tag($title, $wptitle) {
      return $wptitle;
    }
    

    Is there a new filter available?

    #474653

    Hey mediax2014!

    Thank you for using Enfold.

    The search icon is inside the default menu container which is hidden on mobile devices. Try to add this to the Quick CSS field to display the search icon on mobile:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: block;
    }}

    Cheers!
    Ismael

    #474614
    chickeringco
    Participant

    Hello, I want to make all the parameters of my site transparent so that the background image would show through so I searched the forums and found the quick CSS that you recommended and put it into the quick CSS Box in the General Styling section and it did what I wanted. Below is the code I am using.

    .logo { display: none; }
    #header_main > .container {
    margin-top: 5px;
    }

    div#header_meta {
    border: none!important;
    }

    @media only screen and (max-width: 1180px) and (min-width: 990px) {
    .av-main-nav > li > a {
    padding: 0 6px;
    }
    .logo { display: none; }}

    #main { background-color: transparent; !important; }
    #header_meta, .header_bg { background: transparent !important; }
    #footer { background: transparent !important; }
    #socket { background-color: transparent; }

    (NOTE: I also needed to remove the header area because I had to remove the default Enfold logo)

    I needed to make another change and that was to change the color of the tag #ffffff so I went into Advanced Styling section and set that up.

    But when I did that, the content background no longer was transparent. I removed the tag change in Advanced Styling section but the transparent background did not come back. How do I solve this issue? I would like transparency throughout the site so that I can see the background image only.

    Thank you!

    • This topic was modified 10 years, 8 months ago by chickeringco.
    HiMarianne
    Participant

    Hello
    How do I replace the Enfold Logo with the name of my website using text only.
    I have searched but cant find the solution.
    Also, On the Easy Slider, the Image caption and text, how do I make the backgrounds transparent rather than the translucent dark grey. Its on my front page.
    Thank you
    Marianne

    • This topic was modified 10 years, 8 months ago by HiMarianne.
    #474546
    Pedolin2011
    Participant

    hello,

    1st i miss a searchfield to search in your “forum” (i didnt found).
    I have a problem with a displayed content in Enfold-Theme (latest Version).
    I use the WPGlobal Plugin to translate my content at the page where users can switch with a button between german and english.
    It works fine but when i display a content in a AVIA-Layout-BlogContainer where i define rastered Layout the translation will not work. Can you help me to solve this problem?

    greetings

    • This topic was modified 10 years, 8 months ago by Pedolin2011.

    Hi Ismael,

    Thanks for your help. I’ve finally tracked down the template version (based on fewest different files between clean theme and website theme files) and appears to be v2.9.2. Here’s a list of the changed files:

    \config-templatebuilder\avia-shortcodes\logoslider.php
    \config-templatebuilder\avia-shortcodes\postslider.php
    \config-templatebuilder\avia-template-builder\config\meta.php
    \css\base.css
    \css\custom.css
    \css\grid.css
    \css\layout.css
    \css\shortcodes.css
    \framework\php\class-breadcrumb.php
    \framework\php\class-framework-widgets.php
    \framework\php\function-set-avia-frontend.php
    \includes\comments.php
    \includes\helper-main-menu.php
    \includes\helper-responsive-megamenu.php
    \includes\loop-author.php
    \includes\loop-comments.php
    \includes\loop-index.php
    \includes\loop-search.php
    \js\avia.js
    \archive.php
    \footer.php
    \functions-enfold.php
    \functions.php
    \header.php
    \page.php
    \search.php
    \searchform.php
    \single.php
    \style.css
    \template-builder.php

    As you can see there are quite a few! i’m going to try to pull these out into a child theme along with the base pages etc that call some of the includes to ensure they are including the child theme files and not the parent theme. If i can get that working i’ll then try to get it working with the updated theme.

    Any tips would be appreciated. Let the fun begin ;)

    #473699

    In reply to: Mobile Search

    Hey wesleysoccer!

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

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
      display: block;
    }
    #top #menu-item-search {
      top: -100px;
      left: 250px;
    }}

    Best regards,
    Yigit

Viewing 30 results - 5,311 through 5,340 (of 7,495 total)