Forum Replies Created
-
AuthorPosts
-
February 2, 2017 at 12:43 am in reply to: Customizing Events Calendar Pro (add Sidebar, adjust Poster view image, #741506
With #1 I know there is a way to add a sidebar to the default TEC page as I’ve seen other sites do it.
You method works as a patch, however, it doesn’t maintain the sidebar throughout each Single Event page which is important to cross market other upcoming events or include an email marketing signup and social share functions.To events embed elsewhere across the site inside content areas, are there certain short codes you like?
The ones I’ve seen are for specific events and don’t dynamically change, especially with the event count down tickerWith #3 I had already done that before posting.
Thanks
JonRickard,
I had the same issue.
Here is a test page with the mail chimp sign up in the side bar http://www.itsgreektomemn.com/test/I used the following code to try to alter it in CSS to match the contact forms on the website, but it didn’t work.
#top .av-mailchimp-widget-style-boxed_form { border-color: #C59C5F !important; border-width: 1px !important; background-color: #ffffff !important; }
Thanks
JonFebruary 1, 2017 at 10:15 pm in reply to: Customizing Events Calendar Pro (add Sidebar, adjust Poster view image, #741476Kristin,
No problem, just keep in mind that even if you do alter the cache file name you may still have to call hosting support to flush the cache as their method is more thorough than the default one inside managed WordPress.
Remember that because GoDaddy manages the core WordPress files on their servers with Managed WordPress, the next time an update happens the change to the Cache file name with go back to default, but that will be okay at that point.
Hope that helps, the Enfold theme is a great pairing with managed WordPress
Yigit,
Thanks as always.
I assume I can add this just in case there is a hosting php -or- cache issue in the future?Kristin,
GoDaddy had 2 issues over the last week.
First, on Thursday they have a file permission error due to the WordPress update that gave a code about line 151 which was fixed.
Secondly, they had the issue that you, myself, and tons of other people were having with the caching after the WordPress update which was blocking sites or adding the error I pasted above the fold if it showed a website at all.Solution: Outside of getting through to level 2 tech support you can log into your website via FTP. I use FileZilla to log in and your passwords ect can be found inside your managed WordPress dashboard. After logging you need to go to HTML > WP-Content and find the file “object-cache.php” and rename it. I changed mine to “object-cache.phpbak” and the problem was solved.
Thanks
JonBasilis,
Thank you I will post an update when I find an answer from GoDaddy.
I am currently using their Managed WordPress for this site which may be the issue blocking this Enfold file?
/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.phpThanks
JonVinay,
Thanks, I did that and am still getting the error above.
How I am able to replicated it is to go to the naked domain of itsgreektomemn.com in either the Edge browser on desktop or any mobile browser, especially is opened from Facebook.Thanks
JonI have been seeing it on a bunch of my websites also, only on the front end above the Home Page content.
The error does not pop up consistently, but have had it mainly on mobile. When clicked to frpm Facebook posts also which handles websites inside of a frame.
Have also been seeing the error on desktop on the Edge browser as well as time when I’m entering the domain without www on the front.
example itsgreektomemn.comjon
January 25, 2017 at 7:54 pm in reply to: Can I use the Animated Countdown for recurring events #738543get the Events Calendar Pro plugin and set your re-occuring events
Andy,
Thanks.
I had also tried that, but it doesn’t seem to be working.Andy,
Thanks, but no luck.
I used the name for the Google Font I am using in the rest of the content area, but the selector drop down, the submit button, and any text typed into the fields are still showing the default theme font.textarea { font-family: 'Sorts Mill Goudy'; }
http://6d6.7fe.myftpupload.com/contact/
Jon
Awesome thanks,
How do I carry over a change in Body/Content font to things like contact forms?
It look like it stayed with the default theme font in those places.Thanks
Jonlog in
I can’t seem to get this to work.
I added the following code in the functions.php however Sorts Mill Goudy is not showing up in the drop down under Theme Settings > General Styling > Fonts
add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Sorts Mill Goudy'] = 'Sorts Mill Goudy:400,400italic'; return $fonts; }
Thanks
JonHere are a six of my recent ones with Enfold
http://www.beavercutproducts.com/
http://www.bigboytravel.com
http://www.bigboytravel.comhttp://www.bloomingtonelectric.net
http://www.www.chevysminnesota.com
http://www.www.chevysminnesota.comYigit,
Thank you for your reply.
I started a new thread with the screenshots here https://kriesi.at/support/topic/enfold-contact-form-drop-down-selector-colors/Jon
Yigit,
I got your code to work, but not for the border of the Select element as it has a blue border when it drops down
#top div .av-dark-form select option { border-color: #C59C5F !important; border-width: 1px !important; background-color: #ffffff !important; }
Jon
I got what to posted to almost work.
Everything works except the drop down (select option) code which still has a blue borderHere is my code
#top div .av-dark-form input[type='text'] { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form textarea { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form select { border-color: #C59C5F; border-width: 1px !important; background-color: #ffffff !important; } #top div .av-dark-form select option { border-color: #C59C5F !important; border-width: 1px !important; background-color: #ffffff !important; } #top .av-custom-form-color .button { border-color: #C59C5F; }
Thanks
JonI was able to get the headers to use the custom font on the desktop version of the site using the free Use Any Fonts plugin.
I would love to get it to work without the need for a 3rd party plugin, so I could use the CSS Class to be able to apply the font to the Menu/Navigation. This method would also allow the custom font visible on mobile I assume?
Jon
Basilis,
No luck that way either unfortunately.
I even removed all Advanced Styling from the headers in the Enfold menu to make sure I wasn’t overriding the CSS Class somehow.Jon
Basilis,
Thanks that worked like a charm, however, the font isn’t changing even after uploading it and adding the CSS Class to the Special Headers.
Here is all of the CSS I have on the font
@font-face { font-family: 'TrajanPro3-Regular'; src: url('wp-content/uploads/font-organizer/TrajanPro3-Regular.otf') format('otf') font-weight: normal; font-style: normal; } .trajan { font-family: 'TrajanPro3-Regular' !important; }
Then I added the CSS Class of .trajan to the Special headers, but no luck
Thanks
JonRikard,
Is there are way to be able to add a Custom CSS Class to a Special Header element?
I don’t see the field in the editor.Jon
Rikard,
Thanks for the info on Google Fonts.
Unfortunately the font Trajan is not an open source Google Font.
I bought it separately and have it as an .oft font file which is where my issue comes in.I found info on the forum saying to upload it https://www.fontsquirrel.com and convert it somehow but most purchased fonts are blocked from being uploaded there. So in short I’m not really sure how to add it.
Jon
November 23, 2016 at 11:08 am in reply to: Centering Icon On Custom Separator On Mobile Devices #715817That worked great and is a good patch until more editing options are available directly on the element.
Thanks
JonNovember 23, 2016 at 9:02 am in reply to: Centering Icon On Custom Separator On Mobile Devices #715779here you go
September 22, 2016 at 9:59 pm in reply to: Enfold update 3.7.1 Google map function does not work #690423I have a valid API Key and it is not working even after I redid it.
Out of 12 sites I have only had issues with http://www.ultimatefamilyhaircare.net/ & http://www.trailautobodyandmarine.com/.
@Vinay logged into the 1st of the site and did something to fix it, but the 2nd still isn’t working.
Any idea on what he did the first the first one? The credentials for the 2nd one are below.I have Enfold set up on about 12 customer sites and these were the only 2 that had issues so far.
The 1st one started with Enfold 3.5.4 and has been updated a few times, the 2nd one started with 3.7 and both are on 3.8.Thanks
JonAndy,
I updated to 3.8 and have a valid Google API Key in and it still isn’t working.
http://www.trailautobodyandmarine.com/contact/Thanks
JonSeptember 12, 2016 at 4:06 pm in reply to: Enfold update 3.7.1 Google map function does not work #685224here is my other one that isn’t working, have updated to Enfold 3.8, and it has a working API Key
On the sites I am running Enfold 3.5.4 on where the maps are currently working, will they still work after updating to 3.8 or is there something special I have to do in addition to generating an Google API Key?
Thank You,
JonSeptember 8, 2016 at 8:38 am in reply to: Enfold update 3.7.1 Google map function does not work #683559Vinay,
Thank you so much.
Was there something I can do in the future to fix this? I noticed that another one of my sites is doing the same thing and I have been waiting to update Enfold on a few more until I knew the problem was fixable.Thanks
jon -
AuthorPosts