-
AuthorPosts
-
September 9, 2014 at 4:41 am #315572
Upgraded to 4.0. Installed Enfold 2.92. Promo Box buttons are not showing up now.
September 9, 2014 at 5:33 am #315614Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 10, 2014 at 3:18 am #316220This reply has been marked as private.September 10, 2014 at 4:28 am #316241Hi!
You can use whichever you want, just put the username and password here.
Regards,
JosueSeptember 10, 2014 at 3:09 pm #316638This reply has been marked as private.September 10, 2014 at 3:48 pm #316674Hey!
Regarding the columns issue, try adding this code to Quick CSS:
@media only screen and (min-width: 767px) and (max-width: 989px) { .responsive #top { overflow-x: hidden; } .responsive .boxed#top { width: 100%; } .responsive .container { width: 682px; margin: 0 auto; } .responsive .units, .responsive .unit { margin: 0; } .responsive .container .one.unit, .responsive .container .one.units, .responsive .container .two.units, .responsive .container .three.units, .responsive .container .four.units, .responsive .container .five.units, .responsive .container .six.units, .responsive .container .seven.units, .responsive .container .eight.units, .responsive .container .nine.units, .responsive .container .ten.units, .responsive .container .eleven.units, .responsive .container .twelve.units, .responsive #top #wrap_all .flex_column { width: 100%; margin-left: 0; margin-bottom: 20px; } .responsive #top.boxed .stretch_full { width: 100%; } .responsive #top #main .sidebar {display:none; } }
About the promobox issue, try increasing the allocated memory available to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueSeptember 10, 2014 at 7:02 pm #316856This reply has been marked as private.September 10, 2014 at 7:03 pm #316857This reply has been marked as private.September 10, 2014 at 9:48 pm #316936Hi!
That’s not possible because that image is a background image, one thing you can do is set a white opaque background to the testimonials:
#av_section_1 .avia-testimonial-wrapper { background: rgba(255,255,255,0.9); border-radius: 10px; }
Best regards,
JosueSeptember 11, 2014 at 1:18 am #317053This reply has been marked as private.September 11, 2014 at 1:19 am #317054September 11, 2014 at 3:44 am #317118This reply has been marked as private.September 11, 2014 at 4:28 am #317134Hey!
Use a bigger image or select the background setting of the color section to “stretch to fit”.
Cheers!
JosueSeptember 11, 2014 at 4:43 am #317145This reply has been marked as private.September 11, 2014 at 4:52 am #317148Hi!
Which code caused the overlap?
Here’s how it looks to me without any custom code:
http://screencast.com/t/siZ4kcHP0OkcCheers!
JosueSeptember 15, 2014 at 5:28 am #319008This reply has been marked as private.September 15, 2014 at 5:29 am #319009This reply has been marked as private.September 18, 2014 at 1:48 pm #321161Hi!
In general support doesn’t include customization of individual theme elements. The best resource for that kind of customization is a freelance developer from somewhere like Codeable or Envato Studio. Kriesi even has a link for customization requests through WerkPress on the contact page: http://kriesi.at/contact .
For general whitespace you can use the HR element and choose whitespace.
Regards,
DevinSeptember 18, 2014 at 2:37 pm #321210This reply has been marked as private.September 22, 2014 at 5:11 am #322787Hi!
It’s working now, you needed to put it this way – http://screencast.com/t/ilgw5OgeSdzz
Regards,
JosueOctober 2, 2014 at 5:37 am #328646This reply has been marked as private.October 2, 2014 at 6:09 am #328649Hi Terri!
Did you try increasing the PHP memory limit?
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPYour currently limit is 90M i’d suggest increasing that to 256M
Regards,
JosueOctober 2, 2014 at 7:55 pm #329184This reply has been marked as private.October 3, 2014 at 11:51 pm #329953This reply has been marked as private.October 3, 2014 at 11:53 pm #329954This reply has been marked as private.October 4, 2014 at 12:56 am #329969Hi!
IE8 doesn’t support rgba, you’d need to fallback to a white background, modify the testimonial code to this:
#av_section_1 .avia-testimonial-wrapper { background: white; background: rgba(255,255,255,0.9); border-radius: 10px; }
Regarding the menu issues on iPad, try changing the “Header Mobile Menu activation” setting to appear on tablets too (Enfold > Header > Mobile Menu).
Best regards,
JosueOctober 6, 2014 at 6:31 am #330711This reply has been marked as private.October 6, 2014 at 6:53 am #330713This reply has been marked as private.October 6, 2014 at 6:55 am #330717Hi!
If CF7 is not working then it’s a server side problem, ask your hosting about your mail capabilities, perhaps you need to configure SMTP.
Also, try attempting to recover your password and check if you receive the email.
Regards,
JosueOctober 6, 2014 at 7:09 am #330720Hi,
I am receiving the password reset emails.
-
AuthorPosts
- The topic ‘Promo BoX Button not showing up after WP 4.0 upgrade’ is closed to new replies.