-
Search Results
-
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).
Icon Box – Apply Link to Icon & Title Broken link on Icon outputs code like this:
<article class="iconbox iconbox_top main_color avia-builder-el-5 el_before_av_textblock avia-builder-el-first " itemscope="itemscope" itemtype="http://schema.org/CreativeWork"> <div class="iconbox_content"> <header class="entry-content-header"> <a href="Lease Only" title="Lease Only" class="iconbox_icon heading-color" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a> <h3 class="iconbox_content_title" itemprop="headline"><a href="http://dev.openpotion.com/rpmcoast.com/types/lease-only/" title="Lease Only">Lease Only</a></h3> </header> <div class="iconbox_content_container" itemprop="text"><p>When you just need to get it rented.</p> </div> </div> <footer class="entry-footer"></footer></article>Notice the icon link: <a href=”Lease Only”
Please fix your shortcode.
Hey guys –
I am using the Simple Youtube Gallery on the site at http://codelessme.com/weightlossrebels/rebel-control-panel/video-library/. I can’t figure out why, or how to stop, the videos titles from being pushed down on hover. Can you give me a little help to:
1. Have the titles remain in the same place on hover
2. Give the titles a bottom margin to create more space between the video below it.Thanks in advance
DavidI am having a problem with the logo on my website being cropped when viewed on a mobile phone. I don’t want to make the logo smaller for the desktop or larger mobile versions of the site, but I was wondering if there was a way for it to scale to fit the screen automatically?
Here is a link to the site: http://www.promessafilms.com/
Thank you for your help!
Viewing 30 results - 133,171 through 133,200 (of 142,866 total)
