Viewing 30 results - 31 through 60 (of 7,494 total)
  • Author
    Search Results
  • jodys1976
    Participant

    Hi, I am writing because I am unable to get my favicon to appear in Google search results (SERP), although it is correctly displayed on the browser tabs. Can you help me please?

    I have already thoroughly searched the forum and followed all the suggestions provided in previous threads (such as #1486419, #1486479, and #1486399), but the issue persists.

    Here is a detailed list of what I have already done:

    Format & Conversion: I have converted the favicon from PNG to a proper .ico file using recommended tools (like favicon.io).

    Root Directory: I have manually uploaded the favicon.ico file to the root directory of my server via FTP, as suggested by Mike, to ensure Google Bot can find it outside the /wp-content/uploads/ path.

    Theme Settings: The favicon is correctly set in both Enfold Theme Options and via Appearance > Customize > Site Identity.

    Code Injection: I have tried adding the manual tags to the functions.php of my child theme using the wp_head action to force the icon declaration: <link rel=”icon” href=”https://mysite.com/favicon.ico&#8221; type=”image/x-icon”>

    Caching: I have cleared all server-side caches (Litespeed/Plugin), and I have requested a new crawl via Google Search Console.

    Visibility: The favicon is visible when logged in, in incognito mode, and on various browsers, but Google still shows the default globe icon in search results.

    Despite these steps, which have worked for other users in the past, my site has not updated in the SERP for several weeks.

    Can i ask you if there is any Enfold-specific setting or a conflict in the header output that might be preventing Google Bot from correctly indexing the icon? (i heve the last updated theme and worpress).

    Best regards,

    Stefano

    #1492522

    The pages that are designated by the plugin do not apply the enfold general styling in terms of colours of fonts, backgrounds, etc.
    Such pages are for example this one: https://tricorn-travels.com/all-trips/
    You see if white (#ffffff) because i manually inputted the CSS for it. None of the text colours are what the enfold general styling should impose.
    If the enfold general styling was applying to the page, here how the trip search would look: https://tricorn-travels.com/
    Now, I could manually edit the CSS for everything on all plugin pages…. which is lenghty…..But I would like to know: is there a simple CSS that makes the Enfold Styling override plugins for all looks (font color, background, alternate colour etc) on all the pages of my website included the plugin designated pages?

    #1492406
    tricorntravels
    Participant

    Hello, I installed Enfold and i have your WP travel engine pro plugin.
    I am experiencing a conflict with the styling on my website.

    My theme’s global color settings (white background and specific font colors) are not been applied to the pages that are designated by WP Travel Engine. For example, on Enfold Styling, i put white background everywehere. Yet the All Trips page, the single trip page and others show persistent brown background and incorrect font colors. This issue affects all pages designated as plugin pages (single trips, search results pages).
    Here are the URLs demonstrating the issue:
    Problematic Pages (Brown Background & Incorrect Font Color):
    Single Trip Page: tricorn-travels.com

    I contacted the plugin support, but they said i needed to talk to the theme support team
    Can you help?

    #1492336

    Hey formvermittlung,

    Thank you for the inquiry.

    The theme should be fully accessible, allowing navigation using keyboards or tabbing. It also has dedicated accessibility support in Enfold > Theme Extensions > Accessibility. Please read the notes in the options panel. Some features, such as “Skip to content”, are not available by default but can be easily added using accessibility plugins like the ones listed below and element animations can be disabled if necessary.

    https://wordpress.org/plugins/search/accessibility/

    Hope this helps.

    Best regards,
    Ismael

    #1492263

    Topic: Enfold Version 3.8

    in forum Enfold
    Angelika2017
    Participant

    Hello,
    My website uses the Enfold theme, version 3.8. I purchased it in 2017 and maintained it for about one year, but since then it has not been updated. The website still works, but I can’t make any changes in WordPress.
    I tried to search for updates through the WordPress dashboard using my API key and username. However, after entering the data, WordPress says there are no updates available and that my theme is up to date.
    The problem is that I cannot edit anything. No changes are saved or shown on the website.
    I also can’t update PHP because the website stops working when I do. I would like to update my website and bring everything to the latest version so I can make changes again.
    Can someone please help me? I would really appreciate quick support.
    Kind regards,

    Thanks for your input. And yes, I know the issue was caused by the Enfold theme, I had already tried debugging with fallback themes where the Hivepress listing search worked just fine. Unfortunately, we had to stick with the Enfold theme as the whole website was already fully built with it and its ALB visual editor, making it impossible to switch themes just for Hivepress compatibility.

    However, yesterday I took a full day to investigate the Enfold theme files, and I am happy to report that I have found the cause, and thus could fix the problem. Enfold developers might want to read on to understand and fix this potentially problematic code, as it might cause incompatibility issues with not just Hivepress but also other WordPress extensions that use their own search logic.

    The file causing the Hivepress search problem is found in the Enfold theme file structure, namely

    /themes/enfold/includes/helper-template-logic.php

    In this file exists a function called “avia_search_query_filter”, starting around line 37. Its purpose is to “make sure that empty searches are sent to the search page as well”. Empty searches would mean standard text searches without a keyword (search term).

    Unfortunately, this function does not check for custom post_types, it just addresses all searches. The URL https://wiras.dora.group/?post_type=hp_listing&s= should definitely display the search results for the custom “Listing” post type, which is Hivepresses’ own custom post_type (since the parameter is in the URL after clicking Search), and not be treated as a standard text search.

    The problem is that most Hivepress searches would be considered “empty” searches as they don’t have a keyword parameter, but are searches by checkbox, select menue or radio button values (these are generated by the listings “custom fields”). Thus, the above mentioned function of the Enfold theme hijacks those searches and instead of handing them over to Hivepress, redirects them to the themes’ own “Nothing found” search result page.

    All I had to do now is to comment out the whole function in the file “helper-template-logic.php”, starting from line 41 until line 66:

    41 if(!function_exists(‘avia_search_query_filter’))
    42 {
    43 function avia_search_query_filter($query)
    […]
    64 add_filter(‘pre_get_posts’, ‘avia_search_query_filter’);
    65 }

    For now this works for us, as we don’t use a standard text search on the site anyway. We just have to be careful when updating the theme.

    You might consider finetuning your function to check for “custom post types” and exclude them from the search redirecting, as it seems your current approach is a bit too general and has the potential to hijack other plugins custom search patterns.

    Best regards,
    Sebastian

    sescha
    Participant

    Hello! We are using the “Hivepress” directory plugin to build a directory of law firms. The website itself is built with Enfold.

    The problem:
    When using the built-in search functions or filtering functions on the Hivepress generated webpages, i.e. for searching Law firms by custom fields such as location, speciality, or category, the website redirects to a generic (Enfold) “Nothing found” result page, instead of using the Hivepress result page with listings. So each user search on the Hivepress directory for listings will result in an Enfold standard page that says “Nothing found – Would you like to try a new search?” Obviously because the standard WordPress search only searches for keywords in titles and texts, but has no clue about the Hivepress custom fields for listings.

    I do not know why this happens – when I debug the website by switching to a generic theme, such as “Twenty Twentyfive”, the Hivepress search works fine. Only when activating the Enfold theme it does not.

    So my question is: Does Enfold actively grab search requests and redirects them to its own result page? This would explain why Hivepress never kicks in with its own result page. And if this is true, is there any way to keep Enfold from doing that? Deactivate some code?

    If we don’t find a solution, we will have to re-create the whole website with another theme, just to become compatible with Hivepress. I would hate to do that, as it has taken us almost 2 months to build the site with Enfold.

    Any ideas highly appreciated! I can also upload screenshots or offer admin access to the dev website, if needed!
    Cheers, Sebastian

    #1491770

    PS : If these products are assigned to a category that has the members-only function, then the code will of course also work with category exclusion.
    just see the comments on the snippets with product_tag versus product_cat

    for ajax search it might be neccessary to have:

    // ENFOLD AJAX-SEARCH: exclude members-only slug
    add_filter('avf_ajax_search_query', 'exclude_member_products_from_enfold_ajax', 10, 1);
    function exclude_member_products_from_enfold_ajax($search_parameters) {
        // Only for users who are not logged in
        if (!is_user_logged_in()) {
            // Parse parameters
            parse_str($search_parameters, $params);
            
            // Add Tax Query
            $params['tax_query'] = array(
                array(
                    'taxonomy' => 'product_tag',  // or 'product_cat'
                    'field'    => 'slug',
                    'terms'    => array('members-only', 'premium'),
                    'operator' => 'NOT IN'
                )
            );     
            // Convert back to string
            $search_parameters = http_build_query($params);
        }
        return $search_parameters;
    }

    Unfortunately, I can’t test it myself, as I’m not currently managing any shop websites.

    #1491369

    to have the title you only have to make it visible by:

    #top .av-burger-menu-main .avia_hidden_link_text {
      display: inline;
      font-size: 20px;
      line-height: 0;
      color: var(--enfold-header-color-meta);
      margin-left: 5px !important;
      position: relative;
      top: 2px; /*=== just to center horizontally - adjust to your needs ===*/
    }

    but for your header layout “Hamburger menu icon left, logo centered, search icon right” i would start from a different header layout – not the header centered – menü below .

    btw. some topics under yours there is the same title of the topic “Hamburger menu icon left, logo centered, search icon right”

    #1491225

    ismaels filter (ava_inside_main_menu) is a brilliant idea.

    maybe it is easier to use if we insert a social bookmarks shortcode:
    then we can use all those benefits of enfold options dialogs – and hover styling etc.

    function social_bookmarks_shortcode_inside_main_menu() {
      $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
      $social = avia_social_media_icons($social_args, false);
      return $social;
    }
    add_shortcode('social-bookmarks', 'social_bookmarks_shortcode_inside_main_menu');
    
    add_action( 'ava_inside_main_menu', function() {
        echo do_shortcode('[social-bookmarks]');
    });

    Quick css for your setting (left burger – logo – socials )

    #top div .logo {
      z-index: 101 !important;
    }
    
    #top .main_menu, 
    #top .avia-menu {
      width: 100%;
    }
    
    #avia-menu #menu-item-search {
      position: absolute;
      right: 0;
      left: auto;
    }
    
    #top #wrap_all .av-hamburger-inner {
      display:block;
      top: 0;
      margin-top: 4px;
    }
    
    .html_header_top #top #wrap_all .av_logo_right #header_main .logo {
      position: relative;
      left: 50%;
      right: auto;
      margin-left: unset;
      margin-right: unset;
      transform: translateX(-50%);
      width: auto;
    }
    
    .responsive #top #wrap_all  .main_menu {
      width: 100%;
      display: flex !important;
      flex-flow: row nowrap;
      justify-content: space-between;
      height: inherit;
    }
    
    #top #wrap_all .menu-item-avia-special {
      display: block ;
    }
    
    .responsive #top #wrap_all #header .main_menu ul.social_bookmarks {
        display: flex;
    }
    
    #top #wrap_all .main_menu ul.social_bookmarks li a {
      height: 30px;
    }
    
    #top .main_menu .social_bookmarks li {
      width:40px;
      margin-left:5px
    }
    
    #top .main_menu .social_bookmarks li.avia-svg-icon img[is-svg-img="true"],
    #top .main_menu .social_bookmarks li.avia-svg-icon svg:first-child {
      height:1.1em;
      width: auto;
      margin-top: 4px !important;
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
      }
      .html_header_top #top #wrap_all .av_logo_right #header_main .logo {
        max-width: 200px;
        transform: translateX(-57%);  /* === an individual correction - depends on how many social icons are present=== */
      }
    }
    

    see : https://elementar.webers-webdesign.de/

    PS: for more than 3 social bookmarks it gets complicated on small mobile screens. So maybe in this case we set them to display none – or switch in this case to header meta solution

    PPS: i tried first that option to show social icons via Header – Extra Elements – Header Social Icons : “display in main header area”
    but this was to complicated to find the right css positioning options – especially on shrinking headers.

    mntsrvcs
    Participant

    Hello,

    I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.

    Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?

    #1490819

    Hi Ismael,

    danke für die schnelle Hilfe, falls dies das ausgeblendete Produkt auch bei ähnliche Produkte und in der Enfold Suche ausblenden sollte, dann funktioniert der Code nicht. Habe es gerade mit einem Produkt getestet und es wird bei beidem noch angezeigt.
    Danke

    Hi Ismael,

    Thanks for your quick help. If this is supposed to hide the hidden product from similar products and the Enfold search, then the code isn’t working. I just tested it with a product and it’s still showing up in both places.
    Thanks

    #1490670

    Hi,

    Thanks for that, but there are no files at all uploaded to the site which you gave us access to earlier.

    Best regards,
    Rikard

    #1490669

    Hey Heather,
    Please see this article about purchasing extended support.
    As for your search issue, please disable all of your plugins and then check.
    The Enfold theme has had a known issue with the Advanced Woo Search plugin, particularly concerning the display and functionality of the search bar in the main menu. A reported issue involves the search bar appearing briefly and then disappearing when integrated via the “Shortcode in Menus” plugin. Please see this thread.
    Another possibility is your Autoptimize plugin forcing the “display:none” instead of allowing the results to show. Autoptimize often causes errors like this. Nonetheless once you extend your support we can review further.
    Best regards,
    Mike

    #1490666
    Heather
    Guest

    Hello,

    Can I purchase extended support for my current site? Instead of the theme and support? My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin but it is not working and I believe it because of a conflict with the Enfold theme.

    Also, I have a search box in the top right corner of the nav bar. When you enter search terms a drop box appears with results however, it closes really quickly and you cannot click on any of the results. How do I fix this?

    Thanks

    #1490616

    Hi,

    @Jason: As mentioned in the previous thread, the search icon only works for the Top Header. It is disabled by default for the left and right sidebar/header layouts. If you need the search icon to display, you’ll have to modify the avia_append_search_nav function in the enfold/includes/config-enfold/functions-enfold.php file.

    Best regards,
    Ismael

    j0schi
    Participant

    Dear Enfold Team,

    we are using the search block on our homepage. It works great with the live search, however on mobile the search input loses focus whenever the AJAX query executes (after 3 characters).

    **Expected behavior:**
    The search bar should keep focus after the AJAX request so users can continue typing without tapping again.

    **Actual behavior:**
    On mobile, the input field loses focus after each live search update.

    Kind regards

    • This topic was modified 4 months, 3 weeks ago by j0schi.
    #1490581

    @Ive133:

    I plan to reuse elements from multiple demos to build a custom layout.

    in this case – maybe my method of getting the enfold shortcodes from pages by downloading the xml files of the demo.
    You find the demos here on :
    https://github.com/KriesiMedia/enfold-library/tree/master/demos

    Download the concerning zip file of the demo and extract the xml file.
    Open it in a good text editor (f.e. on Mac sublime text – on windows pc’s use notepad++)

    now you can search for “isPermaLink” (without the quotes) in that xml
    or if you look for a page look for “page_id”
    or for portfolio: “post_type=portfolio”

    Just above, you can see the title of the page and the link

    Or even more specifically, search for the title of the desired layout you want to transfer, e.g.,
    <title>Home</title>

    The Enfold shortcodes can be found directly below that reference wrapped by:

    <content:encoded><![CDATA[ 
            … here is the avia shortcode inside
    ]]></content:encoded>

    Pay attention to CDATA – there are two opening square brackets and two closing brackets below.
    The third closing bracket at the end usually belongs to the Enfold shortcodes.

    Of course, this only provides you with the layout framework, including all element settings, but the links and images must then be edited.

    #1490535

    Hi Ismael,

    That css doesn’t seem to work. I had injected custom code into the function.php file to get the search bar to appear above the mobile menu but I’m looking for the icon to appear in the header, I’ve removed the custom code to ensure there’s no conflicts but it’s still not working. The plugin used is Fibosearch which is set up to use Enfold’s search bars which works great on desktop but I can’t get the default one to appear on mobile. I’ve had this problem previously with other sites and have had to use custom code but I need the Enfold default one to be visible here because of Fibosearch. I have tried to add their shortcode to the top bar but it really messes with the styling of the layout, it would be much better to have the icon in the space to the left of the logo.

    #1490399
    baiker
    Participant

    Hi
    Ich erhalte bei einer neuen Website die im Privat Content enthaltene Fehlermeldung. Es wird die Class “avia_font_manager” im searchform nicht gefunden. Es gibt keine sichtbaren Probleme auf der Website, trotzdem erhalte ich diese Meldung immer wieder. Was kann ich tun?

    Speziell:
    Über das Sicherheitsplugin “Cerber” sperre ich den Zugang auf wp-login.php und ändere den Login-Pfad. Das mache ich jedoch bei anderen Websites auch und da erhalte ich keine Fehlermeldung.

    Was auch anderes ist als bei den anderen Websites ist der Hoster sowie die spezielle Domain meiner Kundin mit Umlauten. Wobei die Fehlermeldung etwas anderes als Problem angibt, siehe Abschnitt “Fehler-Details”.

    Vielen Dank schon im voraus.
    René

    #1490154
    birdfr0g
    Participant

    I have tried to add the themeforest-eTIYN1qt-enfold-responsive-multipurpose-theme-zip through WordPress, but I get an error message that says that there is no style.css file. I have unzipped the file to be sure that there is indeed a style.css file. Your instructions say I am supposed to upload the themeforest zip file, is this incorrect? Am I supposed to upload the enfold.zip file. I realize that I am new to this. I went through all of the support files (I used search to limit the files), and couldn’t find anything on this topic

    My client has not given me access to FTP, so I cannot upload the files that way.

    Please advise. Thank you in advance.

    Protohill
    Participant

    Hi

    After a recent theme update, my website stopped loading due to a critical error. I restored the theme from a previous backup, and the site is now partially working, but I’m facing the following issue:

    Main pages (e.g. /contact, /team, etc.) display the message:

    “No results found. We’re sorry, but no results could be found for your request.”

    Subpages inside these main pages open correctly.

    I’ve already tried the following troubleshooting steps:

    Regenerated permalinks.
    Checked and rebuilt the .htaccess file.
    Verified that the correct pages are assigned under Settings → Reading and Enfold → Theme Options.
    Cleared all caches and tested with minimal active plugins.
    Created new test pages (they also show the same “No results” message).

    It seems that Enfold is interpreting static pages as empty search or blog results, even though they’re correctly configured.

    Could you help me?

    Thank you very much for your help and support.
    I can provide temporary access or additional information if needed.

    Best regards,

    • This topic was modified 5 months ago by Protohill.
    atx_m
    Participant

    Hi all,
    I already did some research for this topic but all the solutions (CSS, Enfold settings etc.) I found didn’t work.
    I was able to remove the title from the page, but not the featured image. Here’s what I want to do:
    I want to create all our blog posts with Gutenberg. On the blog posts I want to remove the featured images and the title. I want to define both with Gutenberg. I want to use the featured images only on archive pages (categories etc.). How can I completely remove the feature image from the post page?

    #1489585

    Hi,

    The style.css files you’re seeing are the following:

    https://site.it/wp-content/themes/enfold/wp-blocks/src/textblock/style.css
    https://site.it/wp-content/themes/enfold-child/style.css
    https://site.it/wp-content/themes/enfold/style.css

    However, the required cached style.css file from the child theme is not loading when the query parameters are not set, meaning the cache is active:

    https://site.it/wp-content/cache/min/1/wp-content/themes/enfold-child/style.css?ver=1756284923

    In your screenshot, the search field looks correct because you’ve added a query parameter. This is definitely an issue with a caching mechanism on your server. We recommend reaching out to your hosting provider for further assistance and ask them if Kinsta Cache can be disabled.

    Best regards,
    Ismael

    #1489140
    Giuseppe
    Guest

    Hi, when I do a researche of ENFOLD THEME to google, there is a long list of provider of this theme, like the following:
    https://pluginwp.net/en/producto/enfold-responsive-multi-purpose-theme/
    https://www.etsy.com/es/listing/1890185624/tema-multiproposito-responsivo-enfold
    But when I check your page:

    You redirect to the follow page:
    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?irgwc=1&clickid=0zk32HyqZxyKUhp3KYRHO1-gUkpwClz0N0aR3k0&iradid=275988&irpid=1236844&iradtype=ONLINE_TRACKING_LINK&irmptype=mediapartner&mp_value1=&utm_campaign=af_impact_radius_1236844&utm_medium=affiliate&utm_source=impact_radius

    Can you let me know the difference between buy your pluguin from themeforest instead from https://pluginwp.net or https://www.etsy.com ?
    Maybe the difference is:
    With themeforest updates are live time.
    With https://pluginwp.net or https://www.etsy.com to get updates I need suscribe to them every year?
    Waiting for your reply.
    Best regards.

    #1488939

    Topic: WEBSITE HACKED

    in forum Enfold
    nnn666nnn
    Participant

    Hi,
    One of my clients website ( http://www.fiveeyesprod.com) has been hacked.
    If you type the url in the address bar, you will arrive straight to the website (entertainment, events organisation etc.) but if, for exemple, you type ” five eyes production” in googl search it will show a website selling tshirts,etc.
    We have asked Wordfense to do a full audit of the website and they’ve confirmed that a malware was found.
    In the audid we have this, can you advise please ?

    Theme[s] require updating or are not actively maintained. One or more of your themes
    are not currently updated. You will need to update:
    !!! These themes have been delisted from the WordPress theme repository. This usually
    happens due to a violation of WordPress terms and represents a serious violation of trust
    or a major security issue. You will need to review them with their author to ensure you are
    using the most recent version with all security updates applied. If they are no longer
    supported, you should find an alternative.
    ● Enfold (enfold)
    !!! These themes are not in the WordPress theme repository. You will need to review them
    with their author to ensure you are using the most recent version with all security updates
    applied.
    ● PopularFX (home_1748011905)
    ● PopularFX (widget_area_1751636759)
    ● PopularFX (top-1747415981)

    I have to say that I use Enfold on most of my other clients websites and have never had any problems with it…
    In advance, thank you for your help.

    Best regards.

    #1488572
    Annedesign
    Participant

    Hi,

    I am looking into using structured data mark up / schema on my many Enfold sites. I can’t find up-to date info.

    Firstly, do I need to disable Enfold automatic schema as some searches say? (Can’t see the mentioned drop down option: Automated Schema.org HTML Markup). Or do anything in settings?

    Then I can easily add a plug in – do you have any recommended compatible plugins for Enfold?

    Thanks,
    Anne

    #1487894
    AndreasWinkler
    Participant

    Hello, I do not find the page “Screen options” (Appearance – Menu). Can you please explain where I can find it in the wordpress dashboard? I searched in all Enfold theme options…

    “Pages, Posts, Products, Tags, Custom Links, Categories and much more can be added to the menu items. First, enable the required boxes from the ‘Screen options’ on the top right of the Appearance > Menu page to be able to add them to the menu.”

    #1487787

    Hi,

    Thanks for the clarification. That is likely due to something in your content breaking the layout builder, like special characters or shortcodes. You could try to remove anything like that from the content to see when the problem starts again. You can activate debug mode under Enfold->Layout Builder->Show advanced options in order to display the builder shortcodes, then search and remove content that way.

    Best regards,
    Rikard

    #1487536

    Hey icarogioiosi,

    Thank you for the inquiry.

    You can add this css code to move the title to the right of the image, position it at the top, reduce the font size, remove the borders, and add space below each portfolio entry. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache after adding the modification.

    
    #top .isotope-item.special_av_fullwidth .inner-entry {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    
    #top .grid-entry .inner-entry {
        box-shadow: none;
    }
    
    #top .isotope-item.grid-entry {
        margin-bottom: 20px;
    }
    
    #top .isotope-item.special_av_fullwidth .av_table_col .entry-title {
        margin: 0 0 20px;
        font-size: 16px;
    }
    

    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

Viewing 30 results - 31 through 60 (of 7,494 total)