-
Search Results
-
Dear Support,
i had a problem with “CM Tooltip Glossary Pro+ plugin”. I found similarities to this thread:
https://kriesi.at/support/topic/sidebar-issue-when-using-cm-tooltip-glossary-pro-plugin/
At my site, the following problem occur: The color fullwidth section in combination with this tooltip plugin doesn’t work right.
While both are used, the fullwidth section had a “boxed” size. Not fullwidth.Please check this answer:
Best,
SeolotsenI have to admit it took a longer while to solve, but I managed to figure out what the problem was.
Unfortunately, the fix requires the modification of one of the Enfold theme files – the template-builder.php and some changes in our plugin’s code.
What I did is adding a new filter to the content generated by the Avia builder, so our parser can run after all content has been set up and all the divs properly closed.
Both changes are already on your site and from what I see it’s working well.But to preserve the fix you’ll need to pass the information to the Theme authors and ask if they could merge the changes into their product (the changes I made are clearly commented).
<?php /* Template Name: Blank - No Header, no Footer */ if ( !defined('ABSPATH') ){ die(); } /* * A blank Template that allows you to build landing pages, coming soon pages etc */ global $avia_config; $avia_config['template'] = "avia-blank"; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the body if(!empty($avia_config['conditionals']['is_builder'])) { $avia_config['conditionals']['is_builder_template'] = true; get_template_part('template-builder'); exit(); } else { get_template_part('page'); exit(); }I run a website using the Enfold theme, though I’m a very non-professional volunteer. I’ve been concerned for some months with what seems to me the very strange behavior of Modern Tribe’s The Events Calendar Pro (TECP) plugin in our Enfold-themed site.
I’m really not sure where to begin on this, but let’s start with a particular TECP event page. Here’s a sample from our calendar:
https://centerforworldmusic.org/event/north-india-classical-sitar-tabla/
Now compare the same The Events Calendar Pro event in this screen shot taken from our staging site, still using the Enfold theme, but with all plugins but TECP, and all Quick CSS entries, removed:
https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-Enfold-Theme-No-Quck-CSS.jpg
Please note that, in addition to the odd layout, there is no “<<All Events” link at the top right on either of these versions using Enfold to guide viewers back to the complete list of upcoming events, as you’ll see in the next linked screen shot.
OK (and thanks for your patience) now please compare the above odd layouts, and lack of an All Events link, with this screen shot of the exact same TECP event with exactly the same settings, again on our staging site, with the Enfold theme replaced by the World Press generic Twenty Sixteen theme (all plugins and Quick CSS still enabled):
https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-2016-WP-Theme.jpg
The above screen shot represents, so far as I can determine from the TECP sample sites, how it’s supposed to look.
Consider now the “All Events” list. Here’s how it looks on our live website with Enfold:
https://centerforworldmusic.org/events/
Here’s how it looks in the Twenty Sixteen theme:
https://centerforworldmusic.org/wp-content/uploads/2017/06/CWM-Event-Listing-with-2016.jpg
Again, it looks fine in the Twenty Sixteen theme, but not in Enfold.
I have read repeated assurances in this forum that TECP is fully compatible with Enfold. Indeed, there used to be a banner ad on this site advertising TECP.
Can anyone help me fix this mess? Thanks very much.
Hey everyone,
I am a bit baffled on this one. Wanted to have a splash page with a background image on the opt, a graphic element on the side and have them both line up at the top. Set the color area as such, set the navbar to hidden, and somewhere along the line, it now wants to put a 250px top padding before the inner columns where the graphic is.
dug in and adjusted 2 things in the css:
.avia-section.av-minimum-height .container .content {
vertical-align: top !important;
}Then, started fussing with the padding:
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: none !important;
}
.html_header_transparency #top .avia-builder-el-0 .container * {
padding-top: none !important;
}No dice. It keeps adding elements and re-applying the padding-top. I know this has got to be simple and I am probably missing the obvious, but what the heck is wanting the top padding in there?
First, I know how to make the Masonry Gallery show up randomly, but is there a way to do so selectively? Like by adding using a specific ID or class to do so? I have instances where I want them to show up randomly, but there are some places where I prefer the specific order I put them in. Ideas?
Second… How much control do we have over the layout of variable products with WooCommerce? I hate that it is all just put into a table with the labels on the side. Not so much on a desktop, but it looks terrible on mobile, especially if you have variables that are more than one word. They end up centered and stacked. I personally have been avoiding using variable products where I can and just use Product Add-ons because I prefer the way those are laid out. Label as a heading on top, a description below, then whatever kind of input you have below. Just looks better across the board. I’m sure I can just copy the template file and rearrange things in the table better, but I would have to keep it updated to mesh with any core updates to WooCommerce. Another benefit to the use of product addons has been the optional description per input group. You don’t get that with variable products.
Topic: Full size logo not centered
Hello!
I used the following code to get my top logo full size, however, it is not centered when you land on the home page nor when you scroll. Thank you in advance for solution
.html_header_top.html_logo_center .logo { left: auto; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }website is here
Viewing 30 results - 78,061 through 78,090 (of 142,928 total)
