Forum Replies Created
-
AuthorPosts
-
Hi!
I don’t see any background image on your website, just a solid color:

Best regards,
JosueHey!
This issue is fixed in the last version of Enfold (2.8.1), please update the theme.
Best regards,
JosueHi!
Here’s the culprit of the issue:

Make sure the icon font is correctly set-up in this new installation.
Best regards,
JosueHi Rupert!
Check this links:
http://caniuse.com/video
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video
http://www.w3schools.com/html/html5_video.aspBest regards,
JosueHi!
Try enabling debug mode, that way you can see all the generated shortcode right below the ALB:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Cheers!
JosueHi Michael!
What’s exactly the issue on IE8? here’s how it looks for me on IE8:

Regards,
JosueUse this plugin to make the menu appear conditionally:
https://wordpress.org/plugins/zen-menu-logic/Best regards,
JosueAdding a font-size property will do the job, try:
#uniquecolorsection{ position: relative; } #uniquecolorsection:after{ content: "ANALYTICS AND INSIGHTS: \A We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions. Please take a moment to view our short videos below. "; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.15); color: #404040; display: block; padding: 32px; width: 100%; font-weight: bold; white-space: pre; font-size: 22px; line-height: 30px; }Regards,
JosueHey Albert!
To put a break line change the code to:
#uniquecolorsection{ position: relative; } #uniquecolorsection:after{ content: "ANALYTICS AND INSIGHTS: \A We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions. Please take a moment to view our short videos below. "; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.15); color: #404040; display: block; padding: 32px; width: 100%; font-weight: bold; white-space: pre; }There is no way to apply a style (font size increase) to a single part of the text with the method we are using.
Cheers!
JosueNo, we can’t see Drafts.
Can you please create us an administrator account? post it here as a private reply.
Cheers!
JosueHey!
Have you selected that Post as a video here?

Cheers!
JosueHey!
The Sharebox is not a shortcode (at the moment), if you want to reduce its container width try adding this to the Quick CSS:
div.av-share-box { width: 50%; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
p { line-height: 26px; }Cheers!
JosueHey!
Have you tried putting the link value without the full URL?, like:

Cheers!
JosueHey!
I tried logging with the info you provided but it’s not working here:
http://www.titanafrica.net/wp-login.phpCheers!
JosueUnfortunately that’s something we can’t help with from our side.
Best regards,
JosueHi!
I applied some CSS to the first icon to push it to the center:
.first_icon { margin-left: 26%; }It works, but it’s not taking effect because of some caching functionality on your server (the pagespeed thing):
http://www.therecoveryforum.org/wp-content/uploads/dynamic_avia/A.enfold.css,qver=1.pagespeed.cf.u1q0UhYV66.cssRegards,
JosueHi Robert!
Seems the issue is fixed, i was able to add a link to the Text Block in that Page:

Best regards,
JosueJune 3, 2014 at 5:29 pm in reply to: How to auto-stop a vimeo video in the full-screen slider? #274000Hi,
Try:
jQuery("#fullscreen_slider_0 iframe");
Best regards,
JosueI’m not seeing it added here (Quick CSS):
http://www.kassasystemen.nl/wp-content/uploads/dynamic_avia/enfold.css?ver=1It should look like this (IE11 – Document mode IE8):

Regards,
JosueHey Régis!
Try adding this:
div.related_posts { margin-bottom: -20px; }It would be better if we could see the site live.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 3, 2014 at 2:08 am in reply to: Anchor link causing navigation bar to highlight the wrong link #273668Yep, that’s the root of the issue, i’ll look into it.
You are welcome, always glad to help :)
Regards,
JosueYou are welcome, always glad to help :)
That border is coming from the #header_main, this will remove it:
#header_main { border-bottom: 0; }Regards,
Josue-
This reply was modified 11 years, 5 months ago by
Josue.
Hi!
Try with this code:
.main_color h1 a, .alternate_color h1 a { color: #666666 !important; }Regards,
JosueLovely site Ria, i like the fonts you used.
It’s a button found here:

This video, although it’s outdated could help too. Don’t forget to pass the Angies icon code (parent functions.php to child functions.php).
Best regards,
JosueJune 3, 2014 at 1:52 am in reply to: Page formatting causing text overlapping & poor layout on mobile site. #273649For the logo issue:
@media only screen and (max-width: 767px) { .logo, .logo a, .logo img{ max-height: none !important; } .logo{ position: relative !important; top: 20px; left: -35px !important; } a#advanced_menu_toggle { right: -25px !important; } }Result:

-
This reply was modified 11 years, 5 months ago by
-
AuthorPosts
