Forum Replies Created
-
AuthorPosts
-
Hi!
Glad to know we could help :)
Please let us know if you ever need any help in the future.
Best regards,
DakeHi!
You can change the header color with the below css (and the correct page-id):
.page-id-65 .header_color { background-color: #2c2119 !important; }
Regards,
DakeHi!
Please try deactivating all of your plugins, clearing your web cache and ensure that you are using the latest version of Enfold.
If your logo still does not appear, please provide us with temporary admin access to your website.
Best regards,
DakeOctober 28, 2015 at 7:01 am in reply to: How to re-position Tab Titles to the bottom of the container #525918Hi tswilson!
May we have a link to your website so we can provide you with the appropriate css?
Best regards,
DakeHi!
I’m not seeing the issue on my end, so it may be a caching issue.
Please clear your cache and deactivate your plugins. If that doesn’t work please send us a screenshot of what you are seeing.
Cheers!
DakeOctober 28, 2015 at 6:49 am in reply to: Do you know, if the Plugin "Accura FoodMenuWP" make conflict with Enfold theme? #525916Hey 1kn!
Please revert changes to your shortcode.css then test to see if deactivating the Accura FoodMenuWP plugin reverts the gallery to it’s intended form.
If not please try deactivating all of your plugins. Lastly, please update Enfold to the latest version (3.3.2).
Regards,
DakeHi!
Both upload buttons are working fine on my end.
It seems like a caching issue. Have you tested each button on a different device/connection?
Best regards,
DakeHi!
You’re welcome, glad I could help :)
Please let us know if you ever need any help in the future.
Best regards,
DakeHi!
Glad to know you got things sorted on your end :)
Please let us know if you ever need any help in the future.
Best regards,
DakeHi!
Sorry about that, I made some slight adjustments and included missing social icons.
Please replace the previous css with the following:
#top #wrap_all .av-social-link-facebook:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-facebook a { color: #ffffff !important; background-color: #37589b !important; } #top #wrap_all .av-social-link-linkedin:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-linkedin a { color: #ffffff !important; background-color: #419cca !important; } #top #wrap_all .av-social-link-gplus:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-gplus a { color: #ffffff !important; background-color: #de5a49 !important; } #top #wrap_all .av-social-link-twitter:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-twitter a { color: #ffffff !important; background-color: #46d4fe !important; } #top #wrap_all .av-social-link-youtube:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-youtube a { color: #ffffff !important; background-color: #a72b1d !important; } #top #wrap_all .av-social-link-vimeo:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-vimeo a { color: #ffffff !important; background-color: #46d4fe !important; } #top #wrap_all .av-social-link-instagram:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-instagram a { color: #ffffff !important; background-color: #a67658 !important; } #top #wrap_all .av-social-link-pinterest:hover a { background-color: #222222 !important; } #top #wrap_all .av-social-link-pinterest a { color: #ffffff !important; background-color: #a72b1d !important; }
Regards,
DakeHey!
Please insert the following css into your custom css secion:
#top .fullsize .template-blog .big-preview { pointer-events: none !important; }
Cheers!
DakeHey Greg!
Please try the following css instead:
@media only screen and (max-width: 768px) { .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { display: none !important; } }
Best regards,
DakeHi endoradigital!
Please insert the following into your custom css section:
#menu-item-3269 { left: 483px !important; }
Regards,
DakeHi zineatoo!
We can change the font-weight/font-size for the headings using css, however please indicate what headings you are referring to as all headings currently have some degree of bolding.
Please insert the following css into your custom css section in order to keep a consistent white background for each row:
.main_color tr:nth-child(even) { background-color: #ffffff; }
Regards,
DakeHey chrisko22!
May we have a link to your website so we can take a closer look?
Regards,
DakeHi divinespace!
Please insert the following css into your custom css section:
top .social_bookmarks_linkedin:hover a { color: #419cca; background-color: transparent; } top .social_bookmarks_linkedin a { color: white; background-color: #419cca; } #top .social_bookmarks_facebook:hover a { color: #37589b; background-color: transparent; } #top .social_bookmarks_facebook a { color: white; background-color: #37589b; } #top .social_bookmarks_gplus:hover a { color: #de5a49; background-color: transparent; } #top .social_bookmarks_gplus a { color: white; background-color: #de5a49; } #top .social_bookmarks_twitter:hover a { color: #46d4fe; background-color: transparent; } #top .social_bookmarks_twitter a { color: white; background-color: #46d4fe; } #top .social_bookmarks_youtube a { color: #fff; background-color: #a72b1d; } #top .social_bookmarks_youtube:hover a { color: #a72b1d; background-color: transparent; }
Cheers!
DakeHey byanywear!
May we have details or a screenshot of what you are trying to achieve?
Best regards,
DakeHi!
Please insert the below css to hide your logo on the homepage only:
.page-id-9 .logo img { display: none !important; }
The logo container can be removed with css, but will also cause formatting issues due to the headers height.
Cheers!
DakeHey!
Please insert the following css into your custom css section:
.av-countdown-time { font-family: 'Open Sans'!important; }
Cheers!
DakeHi DROR!
Please insert the below css into your custom css section:
.av-countdown-time { font-size: 80px !important; font-weight: bold !important; color: #00a59d !important; } .av-countdown-time-label { color: #00a59d !important; } .main_color .av-colored-style .av-countdown-cell-inner { background-color: #ffffff !important; }
Regards,
DakeHi!
Sorry about the delay. I added the below css to your custom css section:
@media only screen and (max-width : 768px) { #top div form .form-row input.input-text { width: auto !important; min-width: 200% !important; } }
The input box should now be at an appropriate width when viewed from mobile devices.
Best regards,
DakeHi motza!
May we have a link to your website so we can see if we can try duplicating the issue you’re experiencing?
Cheers!
DakeOctober 26, 2015 at 7:18 pm in reply to: Excerpt Length for Custom Excerpt on Post Grid / Post Slider #525147Hi!
Like Elliot stated previously we would suggest activating the read more link in your post slider.
Also your two latest excerpts are using the full text of the post, so it’s best to shorten it manually via the screen option excerpt:
http://gaintapdevsite-02.com/wp-admin/post.php?post=557&action=edit
Best regards,
DakeOctober 26, 2015 at 7:00 pm in reply to: Excerpt Length for Custom Excerpt on Post Grid / Post Slider #525140Hey!
I’m getting an invalid username error.
Please double check the username you provided above.
Cheers!
DakeHi!
I was in the middle of going through your theme options, but it seems the temp admin account was downgraded.
Cheers!
DakeOctober 26, 2015 at 6:10 pm in reply to: Hide navigation arrows (left / right) from lightbox #525116Hi!
You can add a page-id to the beginning of Yigit’s css so it only affects the gallery on a specified page.
For example:
.page-id-65 button.mfp-arrow { display: none; }
Regards,
DakeHi!
1. Width reduction for message:
#top .avia_ajax_form .text_area { width: 50%; }
2. What browser are you using? The pop up appears below the field on chrome, firefox and edge on my end.
3. Not without custom code. If you would like to go that route you can enlist the aid of a freelancer:
Best regards,
DakeOctober 26, 2015 at 5:15 pm in reply to: Bloom plugin from elegant themes doesnt pop up or lock content in posts #525058Hey!
Glad to know you got things sorted on your end :)
Please let us know if you ever need any help in the future.
Cheers!
DakeOctober 26, 2015 at 4:36 pm in reply to: How to load masonry gallery images with the page load instead of on scroll? #525029Hi!
In that case, please remove the css that didn’t change anything and replace it with the below:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ -webkit-animation: none; /* Safari 4+ */ -moz-animation: none; /* Fx 5+ */ animation: none; /* IE 10+ */ } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
Regards,
DakeHey!
Please insert the below css:
#top .avia_ajax_form .select { width: 50% !important; } .main_color .required { color: #00a59b !important; } .value_verifier_label { left: 610px !important; }
Regards,
Dake -
AuthorPosts