Viewing 30 results - 5,401 through 5,430 (of 7,495 total)
  • Author
    Search Results
  • #461825
    This reply has been marked as private.

    Hey Shane!

    Thank you for using Enfold.

    Are you trying to change the color of the “Search” text inside the search field? Please use this in the Quick CSS field:

    /* do not group these rules */
    *::-webkit-input-placeholder {
        color: red !important;
    }
    *:-moz-placeholder {
        /* FF 4-18 */
        color: red !important;
    }
    *::-moz-placeholder {
        /* FF 19+ */
        color: red !important;
    }
    *:-ms-input-placeholder {
        /* IE 10+ */
        color: red !important;
    }

    Regards,
    Ismael

    #461177

    Hi there, no worries, I’ve figured it out. Thank you for your great help a always Yigit!

    For anyone else that has the same problem and manage to find this thread, to use https://wordpress.org/plugins/loco-translate/ to translate untranslated strings, you can search for the untranslated text in the Enfold package, and simply key in your translation after.

    #461137

    and i would like error404.php and loop-search.php from child to override the enfold theme

    mikeandrewfischer
    Participant

    Hej guys , when i search for my site i get a lot of google links to your support site with my site name and the problems. It´s not good advertising for you or for me = like enfold is bad theme with a lot of faults and i have choosen the wrong theme. Can you please do something about it ??

    #460754
    ac1977
    Participant

    Hi there,

    Could you tell me how to remove content theme from google, or protect it? e.g. http://www.afmcapital.com/wp-content/themes/enfold/framework/

    Thank you!!

    Hi robsdesigns!

    Thank you for using Enfold.

    Please refer to this link on how to prevent email spamming: https://codex.wordpress.org/Combating_Comment_Spam

    You can install one of these plugins in order to protect your site from email spamming: https://wordpress.org/plugins/search.php?q=spam

    Regarding the malicious scripts, those are usually false positives results, files that are being detected as malicious even though valid. If they are in anyway vulnerable to any hacking attempt, the WordPress community will have made any announcement or warning regarding that particular file or function.

    Regards,
    Ismael

    robsdesigns
    Participant

    Hi guys,

    One of my sites keeps getting hacked with spam emails being sent out. All my wordpress plugins/themes are up to date. I have security on there but somehow it keeps getting this.

    I installed the plugin anti-malware and ran a scan it gave me this:
    ————
    Read/Write Errors

    …/public_html/wp-content/themes/enfold/config-templatebuilder/user56.php
    …/public_html/wp-includes/images/wlw/themes.php

    Potential Threats

    * NOTE: These are probably not malicious scripts (but it’s a good place to start looking IF your site is infected and no Known Threats were found).
    ?…/public_html/wp-content/plugins/wp-edit/includes/functions.php
    ?…/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php
    ?…/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js
    ?…/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js
    ?…/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js
    ?…/public_html/wp-includes/SimplePie/Net/search8.php
    ?…/public_html/wp-includes/css/alias95.php
    ?…/public_html/wp-includes/images/code.php
    ?…/public_html/wp-includes/js/tinymce/tiny_mce_popup.js
    —————————–

    I tried to download the …/public_html/wp-content/themes/enfold/config-templatebuilder/user56.php
    AND …/public_html/wp-includes/images/wlw/themes.php
    file but it wouldnt download?

    Can someone please look at the theme and see if those files are normal? I have included wordpress and ftp login info below.

    #460133

    It seems that is needed to manipulate “function avia_ajax_search()” inside functions-enfold.php on line 131 –>

    // $defaults = array('numberposts' => 5, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    $defaults = array('numberposts' => 5, 'post_type' => array( 'post', 'portfolio', 'document' ), 'post__not_in' => array( {post-ids comma separated} ), 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);

    This works, but is there a better way, perhaps with a filter ?

    #460105

    In reply to: Filter Blogs

    Hi cmackey2159!

    check out our demo: http://kriesi.at/themedemo/?theme=enfold
    On the menu link “Portfolio” you see that there is a filter, although it’s different from your example. If you need exactly this one, you would need to search a plugin for it.

    Cheers!
    Andy

    #460052
    EdFritz
    Participant

    Hello team Enfold,
    Google structure data testing tool
    I have the following google structure error on two seperate sites using Enfold that I manage. I think you need to modify and update code from your side so this doesn’t create the error.

    Here is Google Recommendations for structured date site links search : https://developers.google.com/structured-data/slsb-overview?

    site: http://fritzimages.com/blog/ or site http://pie-squared.com
    The property is not recognized by Google for an object of type PropertyValueSpecification.
    “required name=search_term”}

    Can you provide the Enfold file name and recommended change . Based on some other support posts I believe the change is need in helper-markup.php

    thanks a lot..

    #459933

    Hi!

    Thank you for using Enfold.

    You can add this in the Quick CSS field to adjust the position of the search list:

    .ajax_search_response {
      right: -100px;
    }

    Best regards,
    Ismael

    #459906

    In reply to: Facing three Issues

    Hey!

    1.) Use the icon shortcode inside the list element. Or do something like this: https://kriesi.at/support/topic/replace-bullets-with-icon-font/#post-429401

    2.) Please provide a screenshot. Use imgur or dropbox.

    3.) You can disable the search icon on Enfold > Header > Extra Elements panel. Disable the Append search icon to main menu option.

    Regards,
    Ismael

    #459815

    In reply to: Help with SEO plugins

    Hi scslave84!

    Since Enfold uses shortcode to generate all content from the ALB, SEO plugins will not function as they would with the default editor as they cannot read the code. This will have no impact for your SEO in search engines though.

    Cheers!
    Rikard

    #459590

    Hi Nathan!

    Please go to Enfold theme options > Header > Extra Elements and uncheck “Append search icon to main menu”.

    Best regards,
    Yigit

    Hey Winterideen!

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

    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
      padding-right: 13px;
    }

    If that does not help, please post the link to your website

    Cheers!
    Yigit

    #458506

    Hi codecreative!

    you are using quite an old version of the theme. Please update to Enfold v3.2, as well as upgrade to the newest WordPress version.
    Alt tags for images are never displayed on the frontpage, as long as the image is loading and is more an alternative text when the image does not load and it provides some information for search engines (google).

    Regards,
    Andy

    #458420
    alfaweb2
    Participant

    hi, how can i display featured image in enfold circle style before the names of the search results?

    #458252

    In reply to: Relevanssi error

    Hi juanda99!

    Thank you for using Enfold.

    Unfortunately, the ajax search result can’t render shortcodes. You can hide the excerpt with this in the Quick CSS field:

    span.ajax_search_excerpt {
      display: none;
    }

    Or set the excerpt manually in the Excerpt box.

    Cheers!
    Ismael

    Researched in Enfold forum and found that clearing browser caches seems to fix and it did. Issue resloved.

    Mike

    davegeipel
    Participant

    My site is finally being picked up with google and it’s showing enfold code within the description EVEN THOUGH it’s not in the text of the page. Here’s an example from Google (without my site info):

    TITLE OF MY SITE
    http://www.myurl.com
    av_textblock size=” font_color=” color=”] Southeastern Pennsylvania’s Real Estate Source [/av_textblock] [av_icon_box position=’left’ boxed=” icon=’ue84d’ …

    My question is how this happens.
    I am now using “Add Meta Tags” to help overwrite this issue. Any ideas? Also, I am not using a general template – so should I change a master file to fix this on all the pages this happening on or other ideas?

    Thanks.

    #457538

    As you advised me to, I searched for a new copy of the theme by downloading it from my themeforest account.

    I downloaded it to my themeforest account. PROBLEM IS:

    Unpacking the package…

    Installing the theme…

    Destination folder already exists. /home1/encounv9/public_html/scmjf/wp-content/themes/enfold/

    Theme install failed.

    I need to first DELETE enfold from my theme library before re-installing a new enfold; the copy from my themeforest account.

    How do I DELETE enfold from my theme library?

    #457127
    Wolf
    Participant

    Hello Enfold.
    For some reason the hover effect of the ajax search submit button has become black. No other button on the website does this. Even the search button on the search results page doens’t.

    Where could I change this?

    cheers

    #456985
    web4smallbusiness
    Participant

    I was wondering if you may be able to help me please.

    I installed Enfold V3.1.5 and also Enfold Child Theme on a new website I am creating. I had activated the Child Theme and was working on setting everything up. When Enfold V3.2 came out, I decided to update to that version, believing that because I was using the Child theme all my formatting would stay intact when I updated to the new version. However, that does not seem to be the case – all my Quick CSS files were deleted and all the formatting had gone back to default.

    Even when I tried to get it back to looking the way it was pre the version update, there are some strange things that have happened.

    This is what the layout looked like originally:

    http://27.121.64.167/~fdhhangm/wp-content/uploads/2015/06/Version3.1.5.jpg
    http://27.121.64.167/~fdhhangm/wp-content/uploads/2015/06/AirConditioningV3.1.jpg

    This is what the layout looks like now:

    http://27.121.64.167/~fdhhangm/wp-content/uploads/2015/06/Version3.2.jpg
    http://27.121.64.167/~fdhhangm/wp-content/uploads/2015/06/AirConditioningV3.2.jpg

    There are some strange dots in the menu, the font in the footer and main body text is much larger, the search icon is replaced by the word “Search”, the header seems to be running out to the right, etc.

    Did I miss something in the version upgrade process?

    Cheers
    Ivana

    t3lgroup
    Participant

    Hi,
    When I perform a search on Google for my website, one of my pages is shown in Google site links with the publishing date after the title. This does not look good. So far I have only discovered which contains the publishin date in the title.

    In the code inspector I found out that it is related to the footer and the widget I am using: “Latest enfold portfolio”
    Also I can see in the code inspector some called: “news headline” and “news time” and then the date is shown.

    How and where can I remove this date from showing in Google results??

    You can see it here: https://www.google.dk/#newwindow=1&q=probeco

    #456564
    Wolf
    Participant

    Hello Enfold.
    I recently switched to a child theme version of enfold. I already translated a lot with the localization plugin, but they all went back to english. I also tried to load back up /lang of the parent into the child like this http://kriesi.at/documentation/enfold/child-theme-translations/ hoping the localization plugin made the changes in there. But this gave a critical error.

    The dutch translation absolutely ruined my wordpress backend so I am happy the english has returned. But I need to change the search results page and the social sharing text.

    How do I do this with a child theme, without translating the backend of wordpress again.

    cheers

    p.s. wp smush also isn’t working anymore. I says sending and then goes back to the Smush it! button.

    • This topic was modified 10 years, 9 months ago by Wolf.

    The main menu over state background issue strangely corrected itself when I toggled on the top menu search function in the Enfold settings. However, the search option didn’t become visible.. which I can live with, but I would be curious to know how to bring it in if possible.

    #456236
    Luke86
    Participant

    I have searched the forums and all previous posts seem to be outdated.

    For this particular site it is ONLY for mobile users so if I could set the whole site to be mobile that would be awesome!

    #455981

    Topic: SSL Broken

    in forum Enfold
    Stevenbegg
    Participant

    Hi, I have just upgraded enfold and found that my SSL has been broken. I have done a search and found that most of the problems are associated with the Enfold theme. I have dumped the following in the functions.php file but that hasn’t fixed it. Please help as I am loosing money

    Thanks, Steve

    function fix_ssl_upload_url( $url ) {

    if ( is_ssl() )
    $url = str_replace( ‘http://’, ‘https://’, $url );
    return $url;

    }
    add_filter( ‘upload_dir’, ‘fix_ssl_upload_url’ );

    • This topic was modified 10 years, 9 months ago by Stevenbegg.
    #455021

    Hi,
    we would like to inform about the following translation bugs and suggestions regarding the Enfold Italian resources:

    1) MISSING ITALIAN TRANSLATION
    COMMENT SECTION

    • “Want to join the discussion?” => “Vuoi partecipare alla discussione?”
    • “Feel free to contribute!” => “Fornisci il tuo contributo!”

    2) SUGGESTIONS to IMPROVE TRANSLATION
    PAGE 404

    • “Spiacenti, articolo che stai cercando non è disponibile. Vuoi provare ad effettuare una ricerca?” => “Spiacenti, l’articolo che stai cercando non è disponibile. Prova ad effettuare una ricerca”
    • “Controllare sempre l’ortografia.” => “Controlla sempre l’ortografia”
    • “Prova con termini simili o sinonimi.” => “Prova ad utilizzare sinonimi”
    • “Provare a utilizzare più di una parola chiave.” => “Prova ad utilizzare più parole chiave”.

    SEARCH RESULTS

    • “Se non siete soddisfatti dei risultati conseguiti per favore fare una nuova ricerca” => “Se non sei soddisfatto dei risultati, effettua una nuova ricerca”
Viewing 30 results - 5,401 through 5,430 (of 7,495 total)