-
Search Results
-
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 ??
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 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.phpPotential 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.
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..
hi, how can i display featured image in enfold circle style before the names of the search results?
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.
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
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.jpgThis 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.jpgThere 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
IvanaHi,
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
Topic: Child theme translation.
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.
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!
Topic: SSL Broken
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’ );
