Forum Replies Created
-
AuthorPosts
-
I would also like to add a caption beneath an image. I tried adding this CSS but it didn’t work. Can you help me? Thanks!
That is strange. I already tried clearing my cache and even viewed the page on an entirely different computer but still saw the same results – the images were stretched.
Sadly this didn’t work either. I’ve tried recreating the text boxes and the images but IE 8 continues to stretch out those two boxes. What else can we try?
http://www.atlassteelruledie.com
Thanks!
No luck – this did not change the appearance of the promo boxes on the home page. Two are still stretched. What else can we try? Thank you!
April 25, 2014 at 5:24 pm in reply to: Auto p problem in text editor after updating to WP 3.9 #256225I am experiencing the same issue. on two of my sites using Enfold. Just wanted to tag in to be notified when there’s a solution. Makes my eyes cross trying to edit the html! Thanks!
Worked perfect – thanks!
Worked great – thanks!
I am able to make the delete the breaks but the breaks reappear when I change the next tab. For example, I remove the breaks between images on tab 1 (steel rule dies), and update the page. It’s perfectly aligned. However when I remove the breaks between the images on tab 2 and update the page, tab 2 is aligned correctly but the breaks reappear in tab 1. Any idea how this is happening and how I can get the changes to stay? Thanks again
Perfect – thanks!
It was a conflict with a plug in. Sorry – I should have figured that out on my own. Thanks for your help!
I reinstalled the theme – thankfully I wasn’t very far into building the site. That fixed the problem. Thanks!
It did not – the slider is still not full width. any other ideas? It seems like a setting is wrong on the site somewhere since I’ve tried adjust the layer slider to no avail. The sliders from the dummy data are the wrong size as well.
October 23, 2013 at 5:21 pm in reply to: Enfold – Contact form doesn't send emails and dont show message error #179809I also am having this same issue – messages from the contact form are never delivered. Any advice?
http://www.atlasdie.com/contact/
Thanks
Worked beautifully!! THANK YOU!!
Here is the code where the error occurs:
//function to decide if mobile or not
function isMobile(){
header = $(‘.responsive #header’);if($(window).width() < settings.switchWidth)
{
header.addClass(‘mobile_active’);
return true;
}
else
{
header.removeClass(‘mobile_active’);
return false;
}
}Specifically: header = $(‘.responsive #header’);
I’ve tried reloading the theme files and disabling all of my plugins, but the error persists…
I hate to be a pest, but is there any way to get these errors fixed – especially the tab/layerslider issue? These errors are holding up my launch. Thanks a bunch!!
The icons are much better with the new updates. Not exactly the same but much improved. Thank you!!
YESS!!!!!!! Thank you!! Works great now!!
This did not work on my site. In fact the previous code worked better although none have completed fixed the problem. ;(
The first option did not work, so I will try the second. How do I make that change to the child theme? Or can I?
Ismael,
Thanks for the suggestion, but this code did not work. My menu still appears the same – out of alignment. Any other suggestions?
Thanks again – Monica
I also am experiencing the same issue with my top nav on IE8 after updating to 2.2 Please advise.
Just wondering if there is any update on this topic?
Thanks a bunch – Monica
I would also like to edit my 404 page. Do I make these changes to the parent theme file? If not, what/ how do I copy over to the child theme? Thanks!
This worked. I would like to make it smaller still – which numbers in the code need to be changed to do that? Thanks for your patience – I’m new to CSS.
That did it. Thank you!!! Awesome theme with fantastic support!!
This is how my custom css now reads:
.page-id-3231 .main_color .av_promobox{
background: #87b8d9;
.av_promobox h4{ color: white; }
}Did I put that last h4 color code in the correct place? Still doesn’t change the font color…
No luck. :( I had tried that as well to no avail. Font is still black. Any other suggestions? Thanks a bunch!
This worked – thanks!
Sorry – I actually added this to the child functions.php
}
$avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘twelve alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘eleven’);
$avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘ten’, ‘sidebar’ => ‘two alpha’ ,’meta’ => ‘two alpha’, ‘entry’ => ‘nine’);
$avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘ten alpha’, ‘sidebar’ => ‘two alpha’, ‘meta’ => ‘two alpha’, ‘entry’ => ‘nine alpha’); -
AuthorPosts