Viewing 30 results - 1,831 through 1,860 (of 7,502 total)
  • Author
    Search Results
  • #1145643

    Topic: Site Description

    in forum Enfold

    Is there a way to add a custom site description in Enfold that will show up in google search results? Right now the description of the site comes up as:

    Your browser does not currently recognize any of the video formats available. Click here to visit our frequently asked questions about HTML5 video.

    Tried multiple browsers and devices and the same text shows on every device…

    #1145521

    In my enfold theme options / blog layout / blog meta elements – if I unchecked ‘blog post author’ as an example, save changes, the author meta was still showing. I just tried again and now it’s working for a regular single post, however, if I do a category search and select eg ‘oceania’, the author meta is still showing –

    https://dev.latitude65.ca/category/destinations/oceania/

    June 23, 2019 | 9 Comments | by Spice

    One more quick question, please – what css would I use use to hide the last separator, eg –

    August 11, 2019 | 39 Comments |

    thanks again :)

    #1145371
    #1145358
    gatehealing
    Participant

    I currently have URL’s like the following indexed:
    https://gatehealing.com › framework › php › avia_shortcodes › tinymce (the url being: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=172&cad=rja&uact=8&ved=2ahUKEwixnoi454XlAhUNUKwKHX2gBmY4qgEQFjABegQIAxAD&url=https%3A%2F%2Fgatehealing.com%2Fwp-content%2Fthemes%2Fenfold%2Fframework%2Fphp%2Favia_shortcodes%2Ftinymce%2F&usg=AOvVaw2DzfhvyLB1fDk1tIrOjTA6

    and
    https://gatehealing.com › enfold › framework › php › font-management (the url being: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=171&cad=rja&uact=8&ved=2ahUKEwixnoi454XlAhUNUKwKHX2gBmY4qgEQFjAAegQIAhAD&url=https%3A%2F%2Fgatehealing.com%2Fwp-content%2Fthemes%2Fenfold%2Fframework%2Fphp%2Ffont-management%2F&usg=AOvVaw3LKuVfVRTsT9U3UgEcX96v

    This is throwing off my Google Search Console stats, and I’m not sure if these links that have nothign to do with the content of my website are dragging my ranking down.

    I don’t know if y’all are the folks to ask or not, but in case there is a setting someplace that I missed, I’m asking y’all.

    Thanks!
    Jon

    #1145196
    Gamefrequenz
    Participant

    Hi,

    Im using the Enfold Child Theme. I want to remove/delete Google Analytics and the Google Tag Cookie from my webite. I already searched in the head.php, footer.php, function.php… But I couldnt find it.

    Im using Google Assistant Tag Plug In in Google Chrome and it tells me there are those two cookies.

    Website: gamefrequenz.de

    I hope someone can help me

    Greetings from germany

    #1145133

    In reply to: Search bar and button

    Hi butcherboy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (min-width:768px) and (max-width: 989px){
         #search-3 {
            padding: 50px;
        }
    }
    @media only screen and (min-width:1024px){
        #search-3 {
            padding: 120px;
        }
    }
    @media only screen and (min-width:990px) and (max-width: 1023px){
        #search-3 {
            padding: 100px;
        }
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1145062

    Hey Jillian,

    You might want to use a search plugin to enhance search. Please have a look at our docs here

    Best regards,
    Victoria

    #1144449

    Thanks Ismael (and Victoria) for the reply. The previous behavior, pre-6.2 update was that on typing in the search box an instant search would list results, so no need to click enter and visit the search page. Using filters in the functions file I was able to populate a well organised list of possible search results. When typing in the search box now, the icon spins, as before, but no results are displayed. Checking the Dev Tools lead me to a 404/500 error relating to jquery / admin/ajax. Prior to the enfold update there was a Relevanssi update and a WP core update, so it’s a bit tough figuring out which one may have affected this functionality – but as I remember, it stop working after the 6.2 update.

    If it would help for investigation purposes I can give you Admin access, but would only ask that no changes are made until we discuss the findings – if that’s ok, please confirm and I’ll share access via the Private link.

    Many thanks –
    Paul

    Hi,

    On May 25, 2018, the General Data Protection Regulation (GDPR) came into force

    Link is not from 2018, it is just the date when GDPR came into force :)

    Enfold is GDPR compliant. You can see we have made improvements in most recent updates by searching “GDPR” here – https://kriesi.at/documentation/enfold/changelog/.

    Best regards,
    Yigit

    #1144324
    honkatech
    Participant

    Hi,

    Im having an issue with our site when it gets resized/set to half screen with resolution 1024×768, Everything is responsive, but the header/company logo in the top left overlaps our top menu on the right side. If my visitors come and see the site, it is difficult for me to continue visiting the site.

    I found this code, but there is not anything I put it in Quick Css and Theme/Enfold/css/custom css, but the problem continue:

    @media only screen and (max-width: 1024px) {
    nav.main_menu, #menu-item-search {
    display: block !important;
    }
    .menu-item {
    display: none;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    Thanks so much!

    • This topic was modified 6 years, 6 months ago by honkatech.
    #1144167

    HI
    We implemented a new website with Enfold and a WooCommerce shop.
    Now we have some little issues and need your help.
    1. How we can make the size of article number and category a little bit bigger?
    2. How we can style the product searchfield (i.e. bigger)?
    3. How we can make the shop-sidebar a little bit smaller?
    4. How we can mark the active category in the sidebar (i.e. with another color)?

    See details in the private content section.
    Thanks very much.
    Regards
    Mike

    #1144110
    Black-Shadow
    Participant

    Hey Enfold-Team,

    have a problem with the mobile menu… First problem is that was not sticky. I searched for and found a solution in this forum. But now when i scroll down the logo is to small and the hamburger menu is not centered and slips to the top.

    Can you say me why?

    #1144037

    In reply to: Search bar and button

    Hi,

    Thank you for the update.

    \How do I create a search bar that is ‘sticky’? Should I place it in the header with a widget?

    Yes, you can add a search bar in a widget and insert the widget area in the header using an action hook as described in the documentation.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    We tried to login but the credentials above are invalid.

    Best regards,
    Ismael

    Hokuspokus
    Participant

    Dear Support and users,

    replies and discussion from other experts are welcome.
    John Mueller from Google has replies to cookie-consent-bars and Crawling.
    How do you feel when the Google bot comes and the cookie bar is displayed and some things are automatically blocked?

    Are you planning on not displaying this for known IP-ranges like Google-Bots or Bing-Bots or only for human visitors?

    What do you think, if now on all sides inch-long data protection declarations are stored in the source code, indexable?

    You say that Enfold are SEO-friendly. Is that really the case if you deliver internal CSS+Content uniformly for the search robots?
    I show this video with time stamp.

    #1143502
    fabienneRedUmb
    Participant

    Hi, i would like to add a border to my contact form, but I cant seem to target it.
    I tried this, as found on the enfold documentation:

    /*----------------------------------------
    ----------------------------------------
    ----------------------------------------
    // CSS -  Contact form color
    ----------------------------------------
    ----------------------------------------
    //--------------------------------------*/
    
    /* custom style form fields */
    #top .av-contact-form-color .input-text,
    #top .av-contact-form-color input[type='text'],
    #top .av-contact-form-color input[type='input'],
    #top .av-contact-form-color input[type='password'],
    #top .av-contact-form-color input[type='email'],
    #top .av-contact-form-color input[type='number'],
    #top .av-contact-form-color input[type='url'],
    #top .av-contact-form-color input[type='tel'],
    #top .av-contact-form-color input[type='search'],
    #top .av-contact-form-color textarea,
    #top .av-contact-form-color select {
    /* Text color */
    color:#333;
    /* Background color */
    background-color: #fffae8 !important;
    /* Border color*/
    border-color: #e6be83 !important;
    }

    But it doesnt seem to work.
    I also can’t seem to be able to change the colors of the submit button with this code:

    
    
    *----------------------------------------
    // CSS - Contact form submit button
    //--------------------------------------*/
    
    #top .avia_ajax_form input[type='submit'] {
    border: none;
    background: #e6be83;
    color: #6e460b;
    }
    #top .avia_ajax_form input[type='submit']:hover {
    background: #000000;
    }

    I am certain I am do8ing something wrong, please help.

    #1142840

    Hi Harry,

    That’s not possible, also I’m not really sure what you’re trying to achieve but based on the form code, maybe this one is what you’re looking for: https://developers.google.com/custom-search/
    however, integrating that to Enfold would be outside the scope of our support :(

    Best regards,
    Nikko

    #1142743
    butcherboy
    Participant

    Hello,

    How can I create a search bar such as the one on this demo?

    When I try to use the radius border setting in the search block – it does nothing – is that a bug?

    Many thanks
    Jason

    #1142548

    Hi,

    Thank you for the inquiry.

    Looks like the E_COMPILE_ERROR error occurs intermittently, but the error points to different files in the theme. Have you tried updating the theme manually again via FTP? Please check if the includes/admin/register-dynamic-styles.php actually exists in the theme directory or if it has the correct file permission.

    // https://kriesi.at/support/topic/wordpress-sends-message-about-technical-problem-with-enfold/#post-1136705
    // https://kriesi.at/support/topic/problems-with-ajax-search-relevanssi-after-update-to-enfold-4-6-1/
    // https://kriesi.at/support/topic/error-fatal-error-message-wp-content-themes-enfold-functions-php-on-line-574/

    Best regards,
    Ismael

    #1142494
    THP Studio
    Participant

    Hey guys,

    Just completed a site build using custom products with the ALB and have finally realised that the product schema is entirely missing.

    It’s the same on your demo site.

    Using the Structured Data testing tool from Google: https://search.google.com/structured-data/testing-tool you can see that in your normal product found here: https://kriesi.at/themes/enfold-shop/product/woman-blazer-anadra/ the schema is included for a Product.

    However, run the custom product found here: https://kriesi.at/themes/enfold-shop/product/red-velvet/ through the same tool and it doesn’t register as a product at all.

    This is now the problem I am facing on my site (in the private field below). All my products made using the ALB as custom products show zero product schema. The exact same theme, plugins etc are running on one of my other sites (2nd one in the private field) and the only difference is these are standard (non ALB) products, and they have schema being output correctly.

    Please help me with this one, as the custom product is quite useless these days without any product schema associated with it!

    Cheers

    Tim

    CurlyHost
    Participant

    So im trying to display a certain amount of blog post content within a search and filter query for my clients site. The issue im running into however is that when I use this line of code:

    $content = get_the_content();
    $trimmed_content = wp_trim_words( $content, 50, NULL );
    echo $trimmed_content;

    The content that is displayed shows enfolds markup and shortcodes.

    When I use the_content instead the page appears shrunken and wonky.

    What do I need to add in order for the shortcodes to not appear when printed on the front end?

    Please have a look at your source code to see if you really get the full resolution of the Lightbox pictures.

    To set the source for the thumbnails there is, as far as I know, no filter that would make our work easier.
    But you can put a copy of the av-helper-masonry.php in the Child-Theme folder ( best in a subfolder: shortcodes ), and then edit this copy.

    search for the function prepare_loop_from_entries
    ( on Enfold 4.6.2 it is line : 601) – you will find on 612 :

    $img_size	 = 'masonry';
    //change to :
     $img_size	 = 'full';

    to load the edited ALB elements put this to child-theme functions.php

    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;
    }

    refresh all cachings – merging – performance tools.
    Look to your page.

    #1142320

    Hi alexx8675,

    Thank you.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1142303
    Leo Tarrant
    Guest

    I have searched the internet and all Forums with no answer to this & I don’t have the ability to ask a question within support. I have tried redesigning my Enfold Themed site using a demo in a staging site and it keeps deleting everything I’ve doesn’t whenever I press update. I stopped this as it was wasting my time and now uploaded the theme onto my website to work on it through here to stop this happening.

    It doesn’t change colors away from the theme set up although within the Advanced setup tabs all the colors are changed most remain as they were, it doesn’t display masonry gallery contact, just stays blank and to my delight has just started deleting what I’ve done every time I press ‘update’

    These Demo’s don’t work, no one else seems to encounter the problem, I’m already using Enfold so can’t see the issue with moving content into Enfold theme demo, why won’t they work, it’s costing me a lot of time. I’ve disengaged all my Plugins – It still does the same, I cleared all WordPress Cache – It still does the same. Why won’t these work?

    #1142251
    Tanguera108
    Participant

    Hi there,
    I am using the Enfold Theme and want to add some jpg-files with some written stuff in it.
    I tried to find out which font type is used in the Enfold Theme as “standard” (because I use that for the text on my website). I searched in the Enfold settings but couldnt find a name for the “standard” font there.

    Any helpful answer would be apprechiated!
    Thanks,
    Frauke

    #1142111

    Hi,

    Thank you for the update.

    1.) Yes, that’s possible. Go to the Enfold > Footer panel, then add the [nolink] shortcode in the “Copyright” field along with your own custom footer text.

    2.) You can manually add your own text in the Privacy & Cookies panel. Just look for the “Modal Popup Window” section.

    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!

    Best regards,
    Ismael

    #1142081
    Youssef Kaine
    Guest
    This reply has been marked as private.
    #1141572

    Hey Michael,

    Please have a look at our docs here

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1141345

    Topic: Relevanssi

    in forum Enfold
    KWiesner
    Participant

    When I am logged in in my blog I get the following message when I am doing a relevanssi search:
    Warning: session_start(): Cannot start session when headers already sent in /www/htdocs/w00b6cdc/webseite-relaunch-2017/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 44

    please help
    Karl

    #1141312
    KulturDesign
    Participant

    Dear Support
    after searching this support forum & google I´m a bit frustrated because I couldn´t find a solution for my problem with this magazin lay-out.

    My customer wishes to have a magazin blog lay-out which doesn´t exist in enfold:
    LEFT CONTAINER RIGHT CONTAINER
    image position left (column 33%) | post title + excerpt + read more link on the right (column 65%)

    I alreade managed to increase the image size on the left but can´t get the blog excerpts to be shown
    could you please help?

    link to the preview page in private content

    #1141138
    mikehartrich
    Participant

    We do not like the way the Enfold AJAX search displays results, and often the results that turn up are not good. We have the Relevansii premium plugin for better search, and also so that we can exclude specific pages and posts from search.

    What I need to know is how to integrate the Relevansii search with the Enfold AJAX search box in our top menu navigation so that we get better results and display. Can you tell me how we can do this?

    If it’s not possible to do with the AJAX search, how can we add the necessary code to that top menu bar that will connect to the relevansii plugin?

Viewing 30 results - 1,831 through 1,860 (of 7,502 total)