Forum Replies Created
-
AuthorPosts
-
Yes, change this part of the code:
#uniquecolorsection:after{ content: "Text here"; position: absolute; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.5); /* This part, 0.5 is the alpha value, you can tweak it */ color: white; display: block; padding: 10px; }Cheers!
JosueJune 2, 2014 at 10:51 pm in reply to: Is Layerslider IE 8+ compatible? Any specific hacks to know? #273559Hi Paul!
I tested in IE11 (emulating IE8) and it worked as expected:

Can you post a screenshot of your view?
Cheers!
JosueYou can’t put that complex text inside the caption with this method, the :after pseudo selector only allows simple one-liner text. I think it would be better to use a LayerSlider for what you want to achieve.
Cheers!
JosueHi,
Try adding this at the very end of your child theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.page article.slide-entry').each(function(){ jQuery(this).find('.slide-meta').after(jQuery(this).find('.slide-image').detach()); }) }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueAdd this too:
#homepage-video .container { position: relative; z-index: 20; }Changes made in the staging area may take sometime to take effect in live. I think it would be best to contact WPEngine support for this matter.
Cheers!
JosueI though you were referring to a ‘regular laptop’. You can upload it to a service like Imgur or Dropbox, then post the link here.
After you apply the code it should look like this:

The problem now is that in the Quick CSS the “” (quotes) symbols are being converted to characters codes, this normally happens when the code is directly copied from the mail message, you’d need to rewrite it manually.
Cheers!
JosueCopy the link of your Home and paste it here (in this thread).
Regards,
JosueHello,
Have you tried disabling all third-party plugins (except WP SEO) to see if it gets fixed?
Also try increasing the allocated memory to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueCan you post the page where you are trying this?
Regards,
JosueNow post a link to the Page where you have this color section.
Regards,
JosueHey!
Have you tried doing it using the ‘Check Manually’ link?

Best regards,
JosueTry putting “uniquecolorsection”. Don’t forget to add the CSS.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .page-id-30 .flex_column { width: 47% !important; } .page-id-30 .av_one_half.first + .av_one_fourth, .page-id-30 .av_one_half.first + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .page-id-30 .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-top: 50px; } }Cheers!
JosueHey Mario!
Try increasing the memory allocated to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueJune 2, 2014 at 9:38 pm in reply to: Open YouTube video in lightbox by clicking a button inside Advanced Layer Slider #273507Hi Antonio!
Try putting a code like this in a HTML Layer in LS:
<a href="http://www.youtube.com/watch?v=qqXi8WmQ_WM" rel="prettyPhoto" title="">Youtube link</a>Reference:
http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/Cheers!
JosueHi,
I checked your website and it appears the menu issue on 1024px width is solved:

Best regards,
JosueWhich browser? can you post a screenshot?
Hi!
In the color section popup window there is a field called ‘For Developers: Section ID’.
Best regards,
JosueJune 2, 2014 at 9:04 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #273496@wintner, i see it, i’ll check it in the other topic.
Hey!
Try adding this code to the Quick CSS:
a:focus .image-overlay .image-overlay-inside{ -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */ -moz-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */ animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */ } .avia_transform a:focus .image-overlay{ opacity: 0.7 !important; }Cheers!
JosueYour website is still displaying the coming soon page.
June 2, 2014 at 8:44 pm in reply to: Anchor link causing navigation bar to highlight the wrong link #273489Hi!
It’s working fine on my end (Safari 7 / OS X 10.9):

In what environment are you seeing this issues?
Cheers!
JosueJune 2, 2014 at 8:21 pm in reply to: Social Media in footer in IE, first icon is larger than the rest. #273485Hey!
Try adding this code to the Quick CSS:
#footer .cnss-social-icon img{ width: 32px !important; }Cheers!
JosueHi Neil!
Change:
.fluidcolumns{ -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }To:
@media only screen and (min-width: 767px) { .fluidcolumns{ -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }That way it will only be applied when the screen is 767px width or more.
Cheers!
JosueHey!
Here’s how it looks on my 7′ Android tablet (Chrome)

Android stock browsers tend to have layout bugs. It’s best to download and use Google Chrome mobile browser from the Google Play store.
Regards,
JosueHey Jonas!
Here’s how it look on a smaller screen:

Can you post a screenshot of your view?
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
