Hi guys, new to the forum, hope you can help.
We have used Raven’s ‘Schema Creator’ plugin to add some structured data to our footer.
We disabled ‘Automated Schema.org HTML Markup’ in Enfold child options, however if you run the site (http://onlinesupport.co.uk/) in Google’s Structured Data Testing Tool (follow this link https://search.google.com/structured-data/testing-tool#url=www.onlinesupport.co.uk), you can see that it still picks up mulitple types of schema.
We don’t want this as it will confuse Google’s crawlers and hurt our search engine ranking.
Cheers,
Jack
Hi hylandgraphics,
Please try the following in Quick CSS under Enfold–>General Styling:
#top #s {
color: red !important;
}
.search .sidebar {
display:none !important;
}
Thanks,
Rikard
Hi 1039 Online,
Please try the following in Quick CSS under Enfold–>General Styling:
#top #searchsubmit {
width: 85px !important;
position: initial !important;
}
Regards,
Rikard
Hi there,
I’m on enfold 3.5.4 and wp 4.5.2 and jquery fix for wp 4.5..
I need a custom sidebar for a custom post type and am trying to achive this with the custom sidebars plugin.
Unfortunately, the plugin’s settings load screen gets stuck and the console throws a avia-google-maps-widget error (settings.data.search is not a function).
Thanks in advance for any pointers to fix this.
Alternatively, I could also use some code for functions.php to register a custom sidebar to be used for a custom post type.
Something like in thislink, but for enfold.
Thanks,
martin
Hi,
I saw that you have added following line to functions.php file as well
if(isset($avia_config['use_child_theme_functions_only'])) return;
It is already in functions.php file, i removed your code, searched for the mentioned line which is near top and added the code right below it, but while updating the file whole functions.php went blank.
Please overwrite all files via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/. If you would like me to do it, please post FTP credentials here as well.
I am always super careful when editing files, i am pretty sure it is not something i did but i am so sorry for the inconvenience nevertheless!
Edit: I switched to default theme for now. I tried copying content of functions.php file from a fresh installation but it is not saving the code.
Best regards,
Yigit
-
This reply was modified 9 years, 10 months ago by
Yigit.
I have searched the threads and don’t see a fix. Currently it looks like I have MOST of the shortcodes installed. However, I do not seem to have the pricing table shortcode for some reason. Not sure. I have read this thread:
https://kriesi.at/support/topic/where-is-a-complete-list-of-available-enfold-shortcodes/
Hey ACNLatitudes,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #menu-item-search.menu-item-search-dropdown>a:after {
content: ' Search';
font-size: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
hi yigit,
i had login using my email to the forum and search for enflod but where shall i go Home/Forums / Enfold/
to put in the key
Hello,
I am using Enfold 3.5.3 on https://netknights.it.
When use the search functionality the search works while typing in the search entry field.
But when hitting enter or issuing the search, the search result page is empty.
Thanks a lot
Cornelius
Hi,
I’ve been reading through the forum and many threads about the pros and cons of having a Sticky Mobile (and Tablet) Menu. I can see there’s more cons than pros however I was hopeful of achieving a menu effect similar to what occurs on this site (http://www.mamamia.com.au/). The menu disappears from view when you are scrolling down to read a page, but if you scroll back up it re-appears. I think this provides a great UI and would love to achieve this using Enfold.
Can you help? In my case I don’t want the top bar, only our logo and the ‘hamburger’ to show (though I am also about to try this to add search (https://kriesi.at/support/topic/search-button-for-mobile/) but I think this is added to the menu, not to the header itself.
Cheers,
Marsha
I installed this plugin. Works great with the basic themes but not with the Enfold theme. I contacted the manufacturer who answered it is a javascript error … i have any idea witch direction to search :-(
Someone a hint ?
Thx
Hi Vinay,
do you have any news on this issue?
And I have another thing: I cannot create a new menu or add a new page on my existing menu. I can easily choose my menu, add the new page but as soon as I save it, Enfold cannot find what I am looking for and ask me, if I want to try a search. If I go back to wp > apperance > menu I can see my existing menu but without the new page I wanted to add.
Any idea?
Thank you for your help.
Hey MarcG5,
Thank you for using Enfold.
This what envato has to say about validators:
All author-generated HTML needs to be validated via the W3C validator. However, browser prefixes and any other cutting edge code will be exempt.
Most themes in the market with advanced features will not pass this compliance test due to the complexity of the options offered. Those validators aren’t really that valid any more. I’ll put more effort in the site content and search engine optimization.
Error: Start tag body seen but an element of the same type was already open.
I have no idea why this error occurs because upon checking on the page markup, there is no container between the closing head tag and the opening body tag. Or it’s probably because of the layer slider scripts. I will just ignore those errors.
Best regards,
Ismael
I want to do the same as this post: https://kriesi.at/support/topic/iconlist-headings-seo/ and make the icon list heading an H3 instead of H4.
So the solution is still OK I assume (?) but this answer is 3 years old – my question now is: is there a way to implement this change without altering core theme files e.g. I use a child theme, so can I add some code into my child functions.php – or maybe can I copy iconlist.php into my enfold-child directory so that theme updates don’t remove the fix? For instance I have /includes/loop-search.php in my child directory.
Hello,
I’m using Enfold theme with Polylang and am having trouble with one function of the Portfolio Grid.
I’ve set the portfolio grid to show a maximum of 16 items. When there are more than 16 items, a page selector (1,2,3) becomes available at the bottom of the grid. When the user clicks on ‘2’ for example, they are redirected to an error page that says:
“Nothing Found. Sorry, the post you are looking for is not available. Maybe you want to perform a search?”
Are you able to help me with this problem?
I’m not sure if this would affect the functionality, but I have used some custom code found on the forum so that Ajax search would only search in the current language:
/**
* Ajax Search Query
*/
add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1);
function avf_modify_ajax_search_query($search_parameters)
{
$language = pll_current_language();
parse_str($search_parameters, $params);
$params['lang'] = $language;
$search_parameters = http_build_query($params);
return $search_parameters;
}
Thanks!
I thought this was a feature of the theme, but apparently not. Thanks!
***UPDATE:
I received this message from the plugin maker:
“Hi there, SearchWP doesn’t actually modify any search forms or results page, that’s left completely up to the active theme. I’d suggest opening a ticket with the Enfold team (the builders of your theme) for some help in fixing the display of your search button.”
Not sure how to proceed.
-
This reply was modified 9 years, 10 months ago by
lbccomm.
Hey Bass,
Thank you for using Enfold.
Replace the includes > loop-search.php file with the following: http://pastebin.com/F29fTbJ5
Add this in the Quick CSS field:
.template-search .post-entry {
clear: none;
}
Best regards,
Ismael
Quick question, apologies if this is extremely basic.
If I am only making changes to my enfold theme with the Advanced Layout Editor and General Layout buttons, do I need to install a child theme to prevent changes from happening for future updates? What about if I install widgets? I keep getting confused if a child theme is recommended for these types of changes, or when you are going into the original files and changing code yourself? I’m sorry to be beating a dead horse, I can’t seem to find an answer through searching.
My apologies. I will not bump anything anymore. Sometimes it is hard to tell when you see lots of other tickets processed and the one you submitted is a couple days out. I just did not want to have it drop through the cracks.
As far as custom coding, I sure wish there was a basic how-to on some of the more advanced items like building modules. I say this because it would start a whole new level of customization that will show even more capabilities for Enfold. In the past, we have contacted several organizations for customization of Enfold, but every single time they come back extremely expensive, far, far, far more than other theme customization. Before the sort order was added as a choice in the modal windows, one developer wanted over $5,000. I found out through searching that it was a matter of a few basic tweaks and it worked like a charm. That is why many of us stopped going to custom developers like Werkpress and others.
There are many of us that would love to build-upon Enfold and would even share what we build with others. I just wish there was a conduit for that. We have lots of licenses and it would help us help you sell lots more. You have a motivated audience that reveres what you built and are wanting to take it even further. The blanket statement of go find a developer generally ends up with no one doing anything, except living with how it exists. Instead, you could have a whole new mid-level development audience that is furthering in areas that go unfilled now.
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and then add search widget into your header widget area
Best regards,
Yigit
Hi Vinay,
thank you very much for your friendly message.
You said: “You can use svg with enfold just like you use images :) You need to install this plugin https://wordpress.org/plugins/svg-support/ then upload your svg just like images to media library and use them.”
Very good. I installed this plugin and uploaded this (to my client very important) SVG image. Now I have the issue that on the page http://ect.inspiras-qm.de/research/research-publications/ Avia Layout Architect is not loading.
Even if I deactivate the plugin plugin https://wordpress.org/plugins/svg-support/ there is no change: the one and only imported SVG image is still working correctly, the Avia Layout Architect is still not loading on that page. Therefore I assume that the plugin https://wordpress.org/plugins/svg-support is just needed to import a SVG image to WordPress at all.
Any suggestions, why Avia Layout Architect is not loading with this SVG?
Thanks,
Klaus
HI,
I am back to trying to sort out our family website. My page load speed is still awful and the more I read the more I think this effects our lack of appearance on google.
Some of the sites are saying its 8 seconds wheereas others like gtmetrix are saying 6 but its still super slow.
I have tried changing the theme to see if this effects and it does – it went down to below 3.
Our site is http://www.gapowersolutions.co.uk
Can you advise if its the header/sliders etc effecting us? I need to get us listing on googler search bnut I am cominmg up nowhere still for anything even though using yoast etc. Its like the site does not exist even though we have sitemaps and it says they are on google.
Help please….. struggling here. Thanks
Hi kevintsang!
Thank you for using Enfold
We haven’t tested that plugin personally but if you search the forum you’ll see only 2 results and this thread is one of them. This means that users don’t use the plugin with the theme or they don’t encounter any issues with it. Please contact the plugin author for additional info.
Best regards,
Ismael
OK, I need a solution to this problem. I will post other issues separately, though they are related.
Content added to “Add HTML before event content” is hidden behind the search bar. It also pushes the search bar down, leaving a gap between the header and the search bar.
This has happened in other installations of Enfold where I installed Events Calendar. It does not happen in other themes.
This a screen shot of the text added to the Before Event HTML
This is a screen shot of how it is hidden behind the tribe events bar.
In my OP I provided the URL and login credentials. You can go and see this for yourself. Please help me make this work the way it is supposed to.
Hi Ismael,
Yes we tried all solution recommended in this forum as well as the ones came up in our web search, including .htaccess.
When we tried .htaccess and added the maximum execution time out command, it crashed the site. We also tried .user.ini (as godaddy support suggested), but it had no effect.
As far as your suggestion that “Hosting provider have initial idea”, yes they do. They narrowed it down to Enfold Theme, since they can upload with other themes.
The work around for us right now is:
If getting upload error when uploading images, disable enfold theme and use 2016 WordPress Theme (or another theme). Upload the images to the library and switch back to Enfold theme.
Just Another piece of info to help the developers:
This issue was happening on all hosting services when WordPress updated to 4.5. (with latest version of Enfold at that time).
When WP got updated to 4.5.1, the issue was disappeared on go daddy servers only, but remained on other hosting services.
Currently this issue remain on some hosting services, but not godaddy.
The Plugin’s support doesn’t reply to anyone. I searched older posts and other people had the same problem.
It seems a recurring problem with Enfold and that plugin but they didn’t find a solution apparently. It’s something about editing the CSS I guess. The problem occurs also with another plugin: “Sticky Menu (or Anything!) on Scroll”
Thanks for the support.
Hi Andy,
I do not use a 3rd party plugin. I just use a SVG image – related plugins are deactivated.
I thought it would be possible to use a SVG image with Enfold. It’s a pity. You corrected the small issue with the front page very fast. It also seems to be a small issue on the page http://ect.inspiras-qm.de/research/research-publications/. The problem is, I do not understand understand exactly, what you programmed: “We removed the svg code in the text block and then used javascript to append the svg object inside the svg-container. ”
Kind regards,
Klaus
Good Morning, l have search your forum, but can’t find this specific answer.
I have a client that wants their logo fullwidth. Please see this site http://visaliatile.com
To make this happen, l put the image in as a background image, works fine on pc, but not on mobile phone, l did put the image in the logo spot, still have had some space of both sides which the client doesn’t want. Please help.
Hi,
I have been searching if the following is possible.
Lets say I have two blog posts. One is on Spaghetti and the other one is on Macaroni.
Under the post “Spaghetti” I place a comment on (1) Parmesan Cheese.
Under the post “Macaroni” I place a comment on (2) Mac Ham and Cheese.
As a coincidence, there is a “Cheese” fair in town. Therefore, I would like to open a Blog Post gathering all my previous comments on Cheese (i.e. (1) and (2)) and I would like to add new information.
Is it possible to do this with Enfold?
Thanks so much