Forum Replies Created
-
AuthorPosts
-
June 5, 2023 at 11:40 pm in reply to: WordPress site works when logged in but broken when not logged in #1409693
Nevermind, it seems like the issue was that we were running out of disk space. This has been resolved.
October 13, 2022 at 5:29 am in reply to: "Pages" seem to be broken but not sure what caused it #1368670Got it, thanks! Do you have any idea why this plugin is causing the pages to break?
That seems to just add the padding to the bottom – i’d like to add it to both the top and bottom of the video. Thanks!
I want to add additional spacing before and after the youtube video posted here:
Nevermind I think i figured it out. Was related to caching.
I placed this in the enfold child theme:
#top .avia-button-fullwidth {
font-size: 10px;
border: 1px solid #e1e1e1;
}Please try again – the site should be back up.
Thanks!
Hi,
I tried adding that to my enfold child theme as well as the quick css but it doesn’t seem to be changing anything.
May 13, 2016 at 8:21 am in reply to: Changing date format to MM DD YYYY in outgoing email for contact form #631900Never mind i added this:
add_filter( ‘avf_datepicker_dateformat’, function(){ return ‘mm / dd / yy’; } );
add_filter( ‘avf_datepicker_date_placeholder’, function(){ return ‘MM / DD / YY’; } );and now it works. Thanks!
May 13, 2016 at 8:19 am in reply to: Changing date format to MM DD YYYY in outgoing email for contact form #631898I’ve added it to my functions.php under my child theme but it still does not appear to be working :(
May 11, 2016 at 6:38 pm in reply to: Changing date format to MM DD YYYY in outgoing email for contact form #630889If you go to a page with a contact form:
You will see that it says MM / DD / YYYY but when you pick a date it shows up as DD / MM / YYYY. Then when the email is sent, the date in the email is in the DD / MM / YYYY format as well.
Thanks,
MarkMay 10, 2016 at 5:37 am in reply to: Changing date format to MM DD YYYY in outgoing email for contact form #629598Yes, we are still getting contact forms that are returning DD MM YYYY.
I’ve changed the user role to admin. Thanks
May 5, 2016 at 8:32 pm in reply to: Changing date format to MM DD YYYY in outgoing email for contact form #627975Attached, thanks!
Hi Rikard,
When I do this it also adds the margins to my “Pages” as well. I only want to add the styling to “Posts”.
Specifically, it adds margins to my home page – http://www.discotech.me
Thanks,
Mark
- This reply was modified 9 years, 5 months ago by discotech.
Nevermind I figured it out, thanks!
Hi,
I need to reduce the width of the button, they are still too wide to fit on an iPhone 4. I tried editing the css you gave me but it seems to only change the top and bottom padding.
I’ve added the css – you can see what I meed by opening up my website on an iphone 4 if you have one.
Thanks for your help!
Nevermind, figured it out thanks!
Hi,
How would I set it up in shortcode? I tried doign this:
[av_one_full first]
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='left' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='left' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
[/av_one_full]
But it doesn’t work
-
AuthorPosts