Forum Replies Created
-
AuthorPosts
-
Hey!
I’m getting a database error (“Error establishing a database connection” when trying to load your website.
Best regards,
DakeHi ckwellington!
Just to confirm, are you using the latest version of Enfold? Also have you disabled all of your plugins to see if there is a conflict?
Best regards,
DakeHey!
You’re welcome, glad I could help :)
There aren’t any obvious signs of a conflict based on what I’ve seen so far, but I will notify the rest of the team and keep a look out for any other instances of this happening.
Best regards,
DakeHi ahardiman25!
I’d be more than happy to help.
May I have a link to your website so I can better visualize your description?
Best regards,
DakeHey losting!
I’m not sure what specific font colors you wanted to change in the twitter section, but you can use the below css to prioritize specific colors to that section:
.fts-twitter-text { color: #000000 !important; } .fts-tweeter-wrap:hover a { color: #888888 !important; } .fts-tweeter-wrap a { color: #555555 !important; }
The above css will affect the text, link (hover state) and link (static state) font colors.
Cheers!
DakeAugust 29, 2015 at 6:15 am in reply to: Avia layout builder & WordPress 4.3 – Not saving/updating content. #495179Hey!
Glad to know you got things sorted on your end :)
If you ever need help in the future, please let us know.
Cheers!
DakeAugust 29, 2015 at 6:12 am in reply to: Breadcrumbs not appearing on old pages – only on new #495176Hi!
Really sorry for the delay.
Since this isn’t a native function of the enfold theme, this workaround requires a bit more styling to have it appear properly across the board (or specific pages with transparent headers + titles/breadcrumbs).
First off ensure that you have a back up for your parent functions-enfold.php file before commenting out line 323.
Once that has been done your title and breadcrumbs will appear at the top of the screen on any transparent header pages.
In order to reposition them, you will need to manually adjust the top/left/right values below:
.page-id-1300 .title_container .main-title { top: 150px !important; left:50px !important; } .page-id-1300 .title_container .breadcrumb { right: 50px !important; top: 150px !important; }
Please note that the page-id used above is only an example. The above css will affect the positions of all titles/breadcrumbs on your website.
This means that if you are going to use a transparent header across your entire website and want to display titles/breadcrumbs, you can remove the page-ids from the css.
However if you want to include titles/breadcrumbs on a few specific pages, you will need to include the page-id of each page so the css can only affect those pages.
Cheers!
DakeAugust 29, 2015 at 5:44 am in reply to: Can not get full width slider to display image at the original size #495168Hey!
I’m actually not seeing the distortion that you are referring to on your site or on my test server with the same settings.
Screenshot from your website: http://i.imgur.com/Jj4iAre.jpg
Screenshot from my test site: http://i.imgur.com/4SZsjgC.jpg
May I have a screenshot of what you’re seeing from your end?
Regards,
DakeHi!
Oh sorry about that, I modified the css so it should now only affect the H1s in each color section:
.page-id-65 .template-page .entry-content-wrapper h1 { color: #ffffff !important; }
Best regards,
DakeHey!
Unfortunately this isn’t a native feature of Enfold and will require quite a bit of customization to achieve.
You may need to enlist the aid of a freelancer in order to implement this feature.
Best regards,
DakeAugust 28, 2015 at 11:09 pm in reply to: Can not get full width slider to display image at the original size #495128Hey!
May I have temporary access to your website so I can take a closer look to see if there is a conflict?
Cheers!
DakeAugust 28, 2015 at 11:00 pm in reply to: Need to edit blog page layout from centered to left justified #495125Hi!
I’ve started applying some new css to the blog template, but to ensure the css I’m using is future proof, please update Enfold to the latest version.
Regards,
DakeHi!
You’re welcome, that’s ok I’m glad you got things sorted out :)
Pleases let us know if you ever need any help in the future.
Cheers!
DakeHi!
It seems there is some extra authentication needed to access your server.
Best regards,
DakeHey!
You’re welcome :)
I’ll leave your thread open in the mean time.
Best regards,
DakeHi!
If you want it to apply to all blog posts then you can use this css:
strong { color: #000000 !important; }
Regards,
DakeHey JVW234!
You can adjust the font-weight with css. May we have a link to your website so we can provide you with the specific css to make the menu items thinner?
Best regards,
DakeHey!
I see what you mean now. It may actually be best to crop out most of the grey space above her head (causing the image to be even more rectangular).
Cheers!
DakeAugust 28, 2015 at 4:12 pm in reply to: Can not get full width slider to display image at the original size #494929Hi Peter!
What settings are you using for “Slideshow Image and Video Size” and “Stretch image to fit the slideshow size?”
You can try alternating between the 2 stretch options as needed:
http://i.imgur.com/VPCKCVY.png
Regards,
DakeHi!
Thank you, the credentials are working now :)
However, I am not experiencing the slider issue you are referring to.
May we please have a screenshot of what you are seeing on your end?
Cheers!
DakeAugust 28, 2015 at 3:29 pm in reply to: Need to edit blog page layout from centered to left justified #494883Hi!
That’s strange. May I have temporary access to your website?
I’d like to see if there is a conflict within your theme settings.
Cheers!
DakeHi!
I added the below css to your custom css section in order to change all special headings on your homepage to #ffffff:
.page-id-65 .av-special-heading-tag { color: #ffffff !important; }
Best regards,
DakeHey!
You’re welcome, glad we could help :)
The custom css section is actually a location in your theme options as shown below:
http://i.imgur.com/jpmmy3N.png
You’re not actually editing a file directly.
Please let us know if you ever need any help in the future.
Cheers!
DakeHey!
You’re welcome, glad to know we could help :)
Please let us know if you ever need any help in the future.
Regards,
DakeHi!
Oh, just to confirm. You want the thumbnail to show labels but the actual full lightbox image to be just the graphic on it’s own?
Cheers!
DakeAugust 28, 2015 at 12:37 am in reply to: Need to edit blog page layout from centered to left justified #494576Hi!
Please try using the below css in your custom css section:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px !important; margin-left: auto; margin-right: auto; text-align: left !important; }
Also, please note that posting in your own thread actually resets it’s position in the queue.
We apologize for the delay, but each post (bump) has been lowering the priority of your thread, since we answer threads in reverse chronological order.
Best regards,
DakeHey mbrown1234!
You can either follow the instructions in this thread.
Alternatively you can use an easy slider and use a short code in the caption section.
Cheers!
DakeHi!
I tested the call feature on a nexus 4 after modifying the quotation marks used in the phone number section.
For future reference please ensure the phone number link looks similar to this:
<a href="tel: +8775765450">8775765450</a>
Best regards,
DakeHey!
There may be a settings issue that is causing a conflict.
May we have temporary access to your website so we can take a closer look?
Also, bumping your thread actually resets it’s position in the queue, so it’s best to wait until a support team member answers first.
Regards,
Dake -
AuthorPosts