-
Search Results
-
http://www.augmented-banking.com/fr/ > Top menu links are with a color and black on rollover
http://www.augmented-banking.com/ > Top menu links are always black…i have exactly done the same parameters in the options theme…
thanks
Sorry but my first topic is still unsolved
Topic: Strange Table Behavior
Hello,
I am having a really strange problem when adding HTML tables inside Accordion.
When adding a standard issue HTML table, save the changes, exit and then go edit it again, spaces are added on top of it.
The same code above is everywhere i add an html table.
Why is that and how to fix this?
Thanks in advance
I have currently made the header transparent when viewing on a desktop by adding the following code to Quick CSS:
.fixed_header #main {
padding-top: 0;
}.header_color .header_bg, #header_main {
background: transparent !important;
border: none;
}.header_color div {
border: none;
}This works great, but when viewed on a mobile device the header goes back to its default color and is no longer transparent.
I’m in the process of finishing up a development site before I move it to a live environment. I absolutely love the Enfold theme and have been able to, thus far, build a beautiful site using it (still have a lot left to finish unfortunately).
EDIT: I’m using the newest/latest version of Enfold, Version 2.5.2
Anyway, I installed Relevanssi and now my “instant search” results that Enfold serves up via Ajax do not match those results on the actual search results page. Within the Relevanssi settings I input specific page ID’s that I do not want returned in the search results. On the search results page, those pages I don’t want to appear in the search results don’t appear, which is great.
However, they are still appearing within the “Instant Search” results. This is very bad, because I have pages that should only be seen by customers of mine (like “Thank you for purchasing”, “Reduced Special Pricing Pages” and so on).
After searching the forums, I found a few posts detailing similar issues. I included the following code which I found on this post: https://kriesi.at/support/topic/enfold-code-update-for-2-2-to-use-relavanssi-plugin/ within my themes functions.php file (at the very bottom of it, beneath everything else within the file)
add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4); function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults) { $function_name = 'avia_relevanssi_search'; return $function_name; } function avia_relevanssi_search($search_query, $search_parameters, $defaults) { global $query; $tempquery = $query; $tempquery->query_vars = $search_parameters; relevanssi_do_query($tempquery); $posts = $tempquery->posts; return $posts; }Unfortunately, that doesn’t work. I still am seeing pages that I specified within the Relevanssi settings as pages to not be returned in search results within the “Instant Search” results returned (but again, the pages I specified within the Relevanssi settings to not be returned in search results DO NOT appear on the actual search results page, which is correct…but they’re still appearing within the instant search results).
Viewing 30 results - 133,051 through 133,080 (of 142,757 total)
