Forum Replies Created
-
AuthorPosts
-
June 16, 2014 at 10:57 pm in reply to: Making Combination Radio and Checkbox in same form vertical #279734
Hey!
Try adding this code to the Quick CSS:
span.wpcf7-list-item { display: block; }Cheers!
JosueYou can’t upload here, you’d need to use a external service like Imgur or Dropbox.
Cheers!
JosueHey!
It seems to be more of a server issue (DNS probably), i tried your site here and the results showed more than 3 seconds of wait time:

Cheers!
JosueHi Peter!
The problem is that any .swf link will get lightboxed, one thing you can do to avoid this + avoid modifying the theme files is putting these links behind a shortener like bit.ly or uploading the .swf via the WordPress Media manager and linking the attachment URL (not the direct URL).
Regards,
JosueHi!
Not possible to do it by default. You’d need to replicate the ajax portfolio content in the default content area.
Regards,
JosueHey!
There is a typo in the google drive iframe code (missing closing quote):
http://screencast.com/t/2x56e0mkxmnABest regards,
JosueHi Amir!
Try with this code:
.sort_by_cat a > span { padding: 4px 8px; display: inline-block; } .sort_by_cat .text-sep { display: none; } .sort_by_cat a.active_sort span { background: gray; color: white; }Result:

Cheers!
JosueHi,
Open js/avia.js and look for line:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'Replace it by this:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'Regards,
JosueJune 16, 2014 at 9:54 pm in reply to: Do I Need An SEO Plugin for Enfold? & Background Color #279699Yes, the markup is as follows;
<li style="visibility: visible; opacity: 1; transition: none; -webkit-transition: none; -webkit-transform: translateZ(0px); z-index: 3; background-image: url(https://kriesi.at/themes/enfold/files/2013/10/photodune-1899212-healthy-hair-s.jpg); background-position: 0% 0%;" data-img-url="http://kriesi.at/themes/enfold/files/2013/10/photodune-1899212-healthy-hair-s.jpg" class="slide-1 active-slide"><div data-rel="slideshow-1" class="avia-slide-wrap"><div class="caption_fullwidth caption_left caption_left_framed caption_framed"><div class="container caption_container"><div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 class="avia-caption-title" itemprop="name">This is a page with transparent header</h2><div class="avia-caption-content" itemprop="description"><p>Once the user scrolls down the header color will change</p> </div><a href="#next-section" class="avia-slideshow-button avia-button avia-color-light " data-duration="800" data-easing="easeInOutQuad">Show me</a></div></div></div></div></div></div></li>You could try a repeating GIF.
Best regards,
JosueHey!
There is little we can do from our end in this case. However, LayerSlider data is stored in the wp_layerslider table, so you could try asking your hosting support if they have a database image you could restore.
Regards,
JosueHere’s the result i get:

I think one of the things thats taking a lot to load is the video background (HeathLedgerLoop-2.mp4 – 882.1 kb).
You could also try this plugin to attenuate the load:
https://wordpress.org/plugins/bwp-minify/Cheers!
JosueHey!
Use the import dummy button to get all the demo content on your installation, then enable this. That way you’ll be able to see the generated shortcodes below the Layout Builder.
Best regards,
JosueHi!
You can turn on this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Then apply a class (ex: centered_heading) to the heading you want to affect and add this to the Quick CS:
.centered_heading{ text-align: center; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.image-overlay { display: none !important; }Can you post a link to your website?
Cheers!
JosueHi!
It loaded quite fast on my end. Try using this tool to diagnose what’s taking too long to load on your website:
http://tools.pingdom.com/fpt/Cheers!
JosueJune 16, 2014 at 9:10 pm in reply to: Do I Need An SEO Plugin for Enfold? & Background Color #279679I believe that’s because those images are background-images.
Cheers!
JosueAdd this too:
#top .main_color textarea{ color: black; }Cheers!
JosueJune 16, 2014 at 8:50 pm in reply to: Tab border issue: no border should be displayed, one horizontal border still is #279675You are welcome, always glad to help :)
Regards,
JosueJune 16, 2014 at 8:29 pm in reply to: Google Maps Info Bubble Does not show up next to marker #279666I tried in three different browsers, i believe this has to do with the WordPress installation. Anyhow, i’ll tag the rest of team to see if they can login and check on your issue.
Best regards,
JosueJune 16, 2014 at 8:23 pm in reply to: Tab border issue: no border should be displayed, one horizontal border still is #279664Hey Bob!
Try adding this code to the Quick CSS:
.main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab { border-bottom-color: #ededed !important; }Cheers!
JosueJune 16, 2014 at 8:22 pm in reply to: Recommend free and easy manage newsletter pluging compatible with ENFOLD #279663Hi Adolfo!
You could try MailChimp:
http://wordpress.org/plugins/mailchimp-for-wp/Look here too for free plugins:
https://wordpress.org/plugins/tags/newsletterBest regards,
JosueJune 16, 2014 at 8:18 pm in reply to: Google Maps Info Bubble Does not show up next to marker #279662I can’t login:
ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.
Please try disabling all third-party plugins.
Hi!
It’s a serve issue, you need to increase your max_input_vars setting, refer to this article:
http://diywpblog.com/how-to-increase-max-input-vars/Cheers!
JosueHi,
Can you post the link to your website please?
Regarding the other question, refer to this topic:
https://kriesi.at/support/topic/change-layout-prettyphoto/#post-173889Cheers!
JosueJune 16, 2014 at 8:03 pm in reply to: Google Maps Info Bubble Does not show up next to marker #279657Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueTry adding this too:
#wrap_all:before { content: ""; height: 20px; display: block; position: fixed; background: #363d40 url(https://brandman.dk/wp-content/uploads/2014/06/BM_back_light_brown_071.png) top center repeat scroll; width: 100%; z-index: 10000000; top: 0; } #header, .header_bg { border-radius: 10px 10px 0px 00px; overflow: hidden; opacity: 1 !important; } #header:before{ content: ""; width: 100%; height: 100%; background: #363d40 url(https://brandman.dk/wp-content/uploads/2014/06/BM_back_light_brown_071.png) top center repeat scroll; position: fixed; }Best regards,
JosueHey!
1. Change the code to:
div#wrap_all { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; overflow: hidden !important; margin: 20px 0; /* you can remove this if you want */ }2. That’s a limitation, you can either disable the fixed header feature or remove the top margin:
div#wrap_all { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; overflow: hidden !important; margin: 0 0 20px 0; /* you can remove this if you want */ }Regards,
JosueTested in Firefox (Mac):

Best regards,
Josue -
AuthorPosts
