Hello!
The only reason posts get deleted is if they are duplicates and even then we usually just close a duplicate topic. Looking through your posts/topics I don’t see any that were deleted so not sure what happened.
As for the issue, you’ll need to use a robots.txt file to tell google and other search engines what not to index. See: https://kriesi.at/support/topic/google-indexing-the-enfold-theme-folders/ where Peter gives an example of the rules he uses.
Regards,
Devin
Hi ksakkos!
1) There isn’t currently an option to filter by tags so right now it isn’t doable.
2) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.single-portfolio .avia-post-nav {
display: none;
}
3) Search can be done from here: https://kriesi.at/support/ but the advanced search hasn’t gotten turned back on since Kriesi updated the site. You could use google via: site:http://kriesi.at enfold video
Using site:http://kriesi.at and then enfold $searchterm will give you at least a more specific way to search for Enfold Q and A.
We have a number of videos here: https://vimeo.com/channels/aviathemes and I’m trying to finish up some more for portfolios in the next few weeks.
Cheers!
Devin
Hello!
Just purchased the theme. Im comming from other programming areas and have to say that I am quite amazed from the work done and especially from the Enfold theme, it really makes life easy. I have some beginner questions:
– How can I filter portfolio items by tag?
– When I open a portfolio item, there are some arrows that allow you to move to next or previous portfolio item. How can I disable them?
Then some more general questions:
– I try hard but I don´t really see any search option in this forum. Is this true? Its all about not repeating questions and tiring people.
– I would like to study things before I really begin developing by web project. Which is the best place? This forum? Some documentation? Videos? Where?
Once more, thank you for the good job.
Cheers!
Hi there!
I have searched the forum, but I can’t find an answer on how to exactly integrate Yoast breadcrumbs (for the google Rich Snippets) in Enfold.
What I would like is to have the breadcrumbs featured in the Google search result, but not necessarily displayed on the page (I have hidden de Header on almost all of my pages). I hope you can help me.
Kind regards,
Dave
I wanted to ask what plugin you suggest using when trying to add a parametric filter/search option for the Enfold Theme , more user friendly the better as only a novice on code at the moment.
Hey macrunner!
Please go to enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file. Search “theme” and find http://i.imgur.com/VKAoooU.jpg
and change “pp_default” with “dark_square”.
Regards,
Yigit
Okay, searching the internet has given me the answer to this problem. It is not an Enfold issue. It has something to do with (and I haven’t got a clue what I am writing here) the POST Variables, and more specific the max_input_vars in the php.ini file. The default value often is 1.000 (which seems to equal appr. 80 menu-items). If this limit is set higher, more menu items can be added.
But, im my case the php.ini can not be edited by me, but must be adited by my hosting provider. I am not going that way, I just decided to lower the number of menu-items.
More info ons this subject can be found by googling on: wordpress menu items disappearing
I just wanted to share this information, before this topic will be closed (so, please do).
I understand about child themes and somewhat about how the structure works. I had copied page.php from the main folder to the child theme folder. Even there, I can do anything I want to the code, and it’s not updating the website. It’s not a cache issue either.
I understand you don’t officially support the Advanced Layout Editor (ALE) on custom post types yet. Would you support it on the ‘post’ content type?
I’ve uploaded the 20 .php files from the enfold root folder to my child theme root folder, and added the filename as a class to everyone. I then added a bit of code to easily find in the page source _TPF. For example, page.php would get a class of page_TPF.
Even on a simple post (which uses the ALE) does not show any template being used. You can see a sample here http://thepluginfactory.co/pre-release-checklist-ensuring-your-wordpress-plugin-is-ready-for-launch/ if you search the source for _TPF you won’t see page, single, template-builder or anything similar. If I can just find the template file the ALE uses, I can fix all the my layout issues myself.
Hi,
Not sure if this question is supported here but since I’m using enfold I thought I’d ask in case someone knows the answer.
I recently updated my url to my actual url from the static ip it was at prior to going live. There is still an instance of the old url in “dashboard_widget_options” in the wp_options table.
“http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://staticip/”
The url above in that table is showing my static ip rather than the actual website url that is now set throughout. Any idea why this wouldn’t have changed with the change in dashboard settings? Also, how can I go about changing this now?
Many thanks,
Jonathan
Kriesi and his team has done a lot in improving Enfold and keeps getting better.
I just want that >
a. A sticky post – on customizations or basic questions that people ask about Enfold.
From changing h1 colors , borders in top padding , how to switch to slide out menu and so on. There are over 100 + pages and they keep on increasing each day. Even if I search the forums it’s still a lot hehe
I like what you did with the recommended plugins sticky post.
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference in the forum for http://marsmarketing.com.au (I added that code to custom.css). We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference in the forum for http://marsmarketing.com.au (I added that code to custom.css). We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference when it was suggested to use the following code (I added this to custom.css):
/* #top .main_menu .menu > li:last-child > a {padding-right: 0 !important; } */
We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference when it was suggested to use the following code (I added this to custom.css):
#top .main_menu .menu > li:last-child > a {
padding-right: 0 !important; }
We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference when it was suggested to use the following code (I added this to custom.css):
#top .main_menu .menu > li:last-child > a {
padding-right: 0 !important; }
We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Hi there,
(1) Our top navigation bar does side-to-side movement when we click through ANY of the navigation bar titles in IE. It’s especially pronounced in IE 10. It happens on all pages in IE, and I did research the support items and found a recent reference when it was suggested to use the following code (I added this to custom.css):
#top .main_menu .menu > li:last-child > a {
padding-right: 0 !important; }
We see that the Enfold theme works perfectly with IE10 at http://marsmarketing.com.au/
It seems like it’s only happens when we click on Products in Chrome. Our site is alvanatural.com.
(2) When we go from page-to-page the background flashes in our accent “salmon” color (the footer?) – can this be changed to something more neutral like light grey or white via custom.css without affecting other custom settings in Enfold Theme Options?
Could you let me know how these issues could be fixed? thanks.
*Great job – we like Enfold a lot. Well done.*
Both solutions work perfectly – many thanks Yigit, much appreciated.
I’ve pasted them below with notes in case they’re of help to anyone else.
/* ********* This line adds padding for last menu item when Search icon is turned off ********** */
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
/* ********* This turns on the full width horizontal rule underneath the main menu ********** */
#header_main_alternate { z-index: 1; }
:o)
This reply has been marked as private.
Hi Josue,
to be honest i am not content with your response.
If i fix the Errors myself in the code and i make an Enfold Update a few weeks later, will my fixed code be overwritten with your Code with Errors again?!
1) How can i deal with this?
2) Could you maybe at least try to adress these bunch of CSS Errors in the next update?! The Validator shows me more than 800 Errors. Most of them in the Layerslider, which are unchangable, because the whole Layerslider tool is based on these mistakes.
It’s a ridicilous high number of Errors and they make it hard to optimize your Website for Search Engines.
I would really appreciate it. And i am sure a lot of users would, too.
Thanks and Best,
Jeffrey
Hi Enfold Support,
Upon updating to 2.3 we noticed that a bunch of the icons are now not showing properly on our Enfold themed site: http://tinyurl.com/53j35.
. Specifically the following:
– social icons in the top nav. colors are showing on hover but no icons
– right chevron icon in the slider nav. odd as the left chevron shows up. slider nav is set to appear on hover. what appears is something like a broken image.
– back to top (chevron) isn’t appearing when you scroll below the fold. the back to top nav button appears but the upward chevron icon isn’t appearing at all
– search icon for the search box (to the right of the global navigation in the header section). the area where the search icon should sit active ie you can conduct a search but no icon appears. this is prevalent on the 404 error page: http://tinyurl.com/kykjl8v
– similar to the chevron icons not appearing we have the arrow icons in the image hover not appearing as well.
http://tinyurl.com/k34z6w5
Can you instruct us on what to do to get these icons back? Do we need to reinstall the enfold theme?
Thank you in advance for your help.
-
This topic was modified 12 years, 5 months ago by
Eric. Reason: Was an incomplete description and hiding URLs to protect the innocent. :)
This reply has been marked as private.
Hi,
I would like to remove the arrow icon in the woocommerce cart dropdown buttons. I’ve searched through all the files in woocommerce and in the enfold config folders but can’t find where this is set.
I’ve attached a pic just to clarify what I would like to remove/change.
Hopefully this is an easy one to change.
WooCommerce arrows in cart dropdown" />
many thanks, Jake
Hi Niels!
You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option
#top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }
Cheers!
Yigit
Hi .
Q1. :
main content -> image
http://rghost.ru/49179534.view
Where in setup change this colors ?
Q2 :
page with logo+menu , no header , no footer , no socket .
in this page only widget “google search” in page center , i need page 100% height all time . (www.google.com)
How setup ?
Q3 :
where in setup add widgets in footer or socket ?
Q4
page with revolution slider only .
i need add in slider widget “enfold google maps” , but dont know this widget shortkode :( [???widget title???]
Q5
revolution slider …
NOW : input text in tab -“i love Enfold”> i see nice color text . ” I Love Enfold” :))
this command css :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;
}
I NEED : input icon number in tab ue803 -> resultat i see nice icon from enfold [av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"] . Tell me plz icons css code , i input this code in rev slider css . Its possyble ?
Thanx for help :)
i noob , i know it :)
sorry for english .
Can’t seem to find anyway to remove these items from the pages:
On product details – get rid of the addition information box
On product details – get rid of related products (I did not associate anything in product details to link them together)
On product details – Here is the problem – I started setting up the website in Flashlight and when the images displayed in product details, both horizontal and vertical images showed up fully and correct. In Enfold, all my images are getting cropped into a square. I have adjusted size in settings>catalog>image option and removed hard crop, and added size amount. Added rregenerate thumbnails. But images are cropped and squared. I don’t get why it happens and how to change it.
On Shop page: I want to remove the sort by and display by dropdowns from showing. How do I do that?
Sorry, I would search the forum but it does not allow you to search for instance by i.e. “product detail images” for enfold only – it shows ALL theme answers. There can be way too many answers that don;t apply since they are from other themes.