Forum Replies Created
-
AuthorPosts
-
September 22, 2014 at 11:26 pm in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323342
Hi Scott!
That’s a Tabs element with this setting selected:
http://screencast.com/t/yWMv1EhVCqRegards,
JosueHey!
Try adding this code to the Quick CSS:
.header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url("SCROLLED LOGO URL HERE"); background-repeat: no-repeat; background-size: contain; background-position: center center; }Cheers!
JosueSeptember 22, 2014 at 11:03 pm in reply to: Cannot installed the theme, in the new version: 2.9.2 #323335Hi Alexia,
Can you please create me an temporary FTP account? post it here as a private reply.
Regards,
JosueSeptember 22, 2014 at 10:15 pm in reply to: Images and Icons disappeared after update to wordpress 4.0 #323321Hey Philipp!
The images and icons are working now, please review your site.
Regards,
JosueSeptember 22, 2014 at 10:02 pm in reply to: Problems with uploading images after updating to WordPress 4.0 #323315Hey Nick!
My bad, use this instead:
#footer strong.news-headline, #footer span.news-time { color: white!important; }Cheers!
JosueHey!
You can add this:
@media only screen and (max-width: 990px) and (min-width: 768px) { .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; } }That will make columns collapse on 990px instead of 767px.
Best regards,
JosueHey!
Does it get fixed if you remove the code? try putting it in /themes/enfold/functions.php.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.big-preview.single-big a { pointer-events: none; }Cheers!
JosueHey!
Logo now shows on mobile, please check it.
Regards,
JosueSeptember 22, 2014 at 9:09 pm in reply to: Cannot installed the theme, in the new version: 2.9.2 #323285Hi!
Try re-uploading the theme via Appearance > Themes > Add new, it must be in .zip format and the older theme must be removed first.
Cheers!
JosueGreat, you are welcome Havi :)
Regards,
JosueSeptember 22, 2014 at 7:50 pm in reply to: Sortable portfolio grid, page 2, shows a 404 page instead of extra projects #323253Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That would require a deeper customization to theme, unfortunately that’s not something we can cover, you’d need to contact someone from Envato Studio or Codeable.
Cheers!
JosueHey Robert!
Try using this code instead:
.single-post comment_meta_container, .single-post .comment_container { display: none; }That will remove the comments only in single posts.
Cheers!
JosueHey Sumeru!
The code is inside a media query in your Quick CSS, that’s why it’s not getting applied:
.blog-author.minor-meta, .text-sep-cat { display: none; }Regards,
JosueSeptember 22, 2014 at 8:24 am in reply to: Enfold Theme – How to include a Discussion Form in a page #322842You are welcome, always glad to help :)
Regards,
JosueHi!
I’m afraid that’s not possible out of the box. One thing you can do is modify the width values of one of the available column combinations in the css/grid.css file so you kinda get a 1/8 element.
Regards,
JosueHey Lyse!
The login details you posted are no longer working, please re-check.
Regards,
JosueSeptember 22, 2014 at 6:40 am in reply to: Enfold Theme – How to include a Discussion Form in a page #322813Hi!
What have you tried exactly? can you post a link to your website?
Also, please take a look at this article:
http://codex.bbpress.org/getting-started-with-bbpress/Regards,
JosueHey!
Can you post the username here too? i didn’t receive anything yet but it would be better so the rest of the team can contribute too.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer .widgettitle { text-align: center; }Cheers!
JosueHey!
I see why it’s happening but i’d like to see the backend view, can you create me a temporary admin account?
Cheers!
JosueHey David!
Can you disable your caching/minification for a moment so i can try to debug it?
Cheers!
JosueHey!
Your main content background setting is set to #141928, you’d need to wrap your content in Color Sections as you do in the homepage.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function disable_nav_on_products() { if(is_singular('product')){ add_filter('avia_post_nav_entries', '__return_false'); } } add_filter('wp_head', 'disable_nav_on_products');Regarding the breadcrumbs, try adding this to Quick CSS:
.breadcrumb-trail span, .breadcrumb-trail span.sep{ display: none; } .breadcrumb-trail span:nth-child(1), .breadcrumb-trail span:nth-child(2), .breadcrumb-trail span:nth-child(3), .breadcrumb-trail span:last-child { display: inline; }Cheers!
JosueSeptember 22, 2014 at 5:37 am in reply to: change background color of top header menu bar (where telphone/social media are) #322791Hi Katia,
That would help, upload your mockup to dropbox or imgur, then post the link here.
Regards,
JosueHey!
1. I had no problems editing the Agency page.
2 & 4. Seems you already managed to work this out.
3. Add this to Quick CSS:
.iconlist_content_wrap header { display: table; min-height: 54px; } .iconlist_content_wrap .entry-content-header .iconlist_title{ display: table-cell; vertical-align: middle; }Cheers!
JosueSeptember 22, 2014 at 5:11 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #322787Hi!
It’s working now, you needed to put it this way – http://screencast.com/t/ilgw5OgeSdzz
Regards,
JosueHi!
I tried checking the KMI About slider but it’s empty right now.
Regards,
Josue -
AuthorPosts
