Forum Replies Created
-
AuthorPosts
-
Hey!
Make sure everything is updated and all plugins are deactivated. Other than that we would have to see it in action.
Yes, there has been a problem with email replies recently. Our devs are looking into it.
Regards,
ElliottHi joeydrums!
When you edit your page drag the comments element to your content from the advanced layout editor to display comments.
Cheers!
ElliottHi!
It sounds like it would be easy but it would actually take a lot of editing and debugging so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or look for a slider plugin that has this feature. I do not know of any that I can recommend except LayerSlider though.
Regards,
ElliottHey!
No that should not matter. Yes, make sure everything is updated.
Best regards,
ElliottHey!
No, it’s not. If you look closely there is a dash instead of underscore.
Paste the full code your using here. If it’s canceling out your other CSS then you most likely have a typo somewhere.
Best regards,
ElliottHi Sparrisen987!
Did you add some custom CSS?
.responsive .logo a, .responsive .logo img { height: 80px !important; margin: 0 auto; max-height: 80px !important; max-width: 100%; }Cheers!
ElliottHey!
Oops sorry, it should be this.
.mejs-offscreen { display: none !important; }The CSS for the tabs should work fine whether you are using the vertical or horizontal tab styles.
Regards,
ElliottHey squard!
Try adding this to the bottom of your functions.php file.
add_action( 'ava_after_content', 'enfold_customization_portfolio_share' ); function enfold_customization_portfolio_share(){ if ( is_singular( 'portfolio' ) ) { echo avia_social_share_links(); echo '<style type = "text/css">.av-share-box { padding-right: 50px; }</style>'; } }Cheers!
ElliottDecember 23, 2014 at 8:55 pm in reply to: Webpage header changing from solid black to transparent (screenshots included) #372257Hey Brutalben!
Try using this CSS instead.
.header_color .header_bg { background: none repeat scroll 0 0 #111 !important; }Regards,
ElliottDecember 23, 2014 at 8:52 pm in reply to: Social Icons: How to keep hover colors active always #372255Hi voice903fm!
Add this to your custom CSS.
#top #wrap_all .av-social-link-rss a{color:#fff; background-color:#ffa133; } #top #wrap_all .av-social-link-facebook a{color:#fff; background-color:#37589b; } #top #wrap_all .av-social-link-twitter a{color:#fff; background-color:#46d4fe; } #top #wrap_all .av-social-link-mail a{color:#fff; background-color:#9fae37; } #top #wrap_all .av-social-link-dribbble a{color:#fff; background-color:#e44885; } #top #wrap_all .av-social-link-linkedin a{color:#fff; background-color:#419cca; } #top #wrap_all .av-social-link-search a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-gplus a{color:#fff; background-color:#de5a49; } #top #wrap_all .av-social-link-behance a{color:#fff; background-color:#008cfa; } #top #wrap_all .av-social-link-flickr a{color:#fff; background-color:#ff0086; } #top #wrap_all .av-social-link-forrst a{color:#fff; background-color:#234317; } #top #wrap_all .av-social-link-myspace a{color:#fff; background-color:#000000; } #top #wrap_all .av-social-link-tumblr a{color:#fff; background-color:#345574; } #top #wrap_all .av-social-link-vimeo a{color:#fff; background-color:#31baff; } #top #wrap_all .av-social-link-youtube a{color:#fff; background-color:#a72b1d; } #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; } #top #wrap_all .av-social-link-skype a{color:#fff; background-color:#12a5f4; } #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; } #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; } #top #wrap_all .av-social-link-soundcloud a{color:#fff; background-color:#F76700; } #top #wrap_all .av-social-link-xing a{color:#fff; background-color:#006567; } #top #wrap_all .av-social-link-vk a{color:#fff; background-color:#597BA5; } #top #wrap_all .av-social-link-reddit a{color:#fff; background-color:#FF4500; }You may need to use the !important override like this.
#top #wrap_all .av-social-link-reddit a{color:#fff !important; background-color:#FF4500 !important; }Cheers!
ElliottDecember 23, 2014 at 8:49 pm in reply to: Support Email Notification of Topic Replies Not Working Here (follow-up replies) #372253Hi voice903fm!
Yes, it recently has been having issues. Our devs are looking into it.
Best regards,
ElliottHi voice903fm!
Are you referring to the facebook sharing? If so then install this plugin, https://wordpress.org/plugins/wordpress-seo/, and enable the open graph meta data in Dashboard > SEO > Social.
Best regards,
ElliottHey!
Hmm, it seems to be working fine on my XAMPP setup. Try uploading a fresh copy of the theme and then add that code back into the functions.php file.
Also be sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
December 23, 2014 at 8:43 pm in reply to: I found a design flaw in the featured header area. #372244Hi sethriley!
Try adding this to your custom CSS.
.breadcrumb, .breadcrumbs { position: relative !important; right: 0px !important; }If that’s not working then send us a link and we’ll take a look.
Regards,
ElliottDecember 23, 2014 at 8:41 pm in reply to: Opengraph meta not being added correctly from the Yoast SEO into Enfold. #372241Hey tom77113!
Are you sure you have the description set? This is what I’m seeing in your source code for the homepage.
<meta content="[av_postslider link='category,34' columns='5' items='9' offset='0' contents='title' preview_mode='custom' image_size='shop_thumbnail' autoplay='yes'…" property="og:description">Make sure your not using any static pages in Dashboard > Settings > Reading and then edit the page you have set for your frontpage in Dashboard > Enfold > Theme Options and set the description field under the SEO Social options.
Also try deactivating all of your other plugins.
Regards,
ElliottHey!
I’m not sure of the differences. The only font solution with javascript I have used before is Cufon and it didn’t always play that well. Personally I would use @font-face with the Google fonts. It’s already integrated with Enfolds styling options.
Regards,
ElliottDecember 23, 2014 at 8:33 pm in reply to: enfold sharing and wordpress Publicize problem "the event calendar" single event #372239Hi!
1. Add it back in so we can see what it’s doing.
2. Is there some code it gives you to use?
Regards,
ElliottHi!
I added it to your Quick CSS field and it seems to be working for me. Try clearing your browser cache if you still cannot see the results.
Cheers!
ElliottDecember 23, 2014 at 8:30 pm in reply to: Link different domains with each other for showing different languages #372237Hi!
I’m not sure if that utilizes the htaccess file or not, http://wpml.org/faq-tags/domains/.
I would contact WPML for more info.
Regards,
ElliottHi idonate!
Add this to your custom CSS.
.header_bg { opacity: 1 !important; }Best regards,
ElliottHi a-l-p!
We could give you some CSS to make the existing title be hidden and then display on hover. Is that what your trying to do?
Go ahead and send us a link and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Regards,
ElliottHi mobutter!
I don’t recommend loading 50 items at once as it would probably slow the page down. You can set the number for that option in Dashboard > Woocommerce > Settings > Products at the bottom.
The image sizes are going to be set based on how many columns you use. If you want some bigger images then use less columns, etc etc. You can change the columns in the same area.
Cheers!
ElliottHey volmering!
Try deactivating all of your plugins and make sure Enfold is updated to 3.0.4. If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottDecember 23, 2014 at 7:49 pm in reply to: Error with social icons and no changes when selecting a different fontpage #372217Hi!
Hmm, It’s still saying 3.0.2 for me. Are you sure your completely deleting all files via FTP from your WordPress theme directory before uploading the fresh copy?
Is your server using some kind of cache option?
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hey!
1. Drag a codeblock element to your page content and use this instead then.
<style type = "text/css"> .av_one_fifth table ul, .av_one_fifth table li { list-style-type: none !important; } </style>That will only target the table on that page.
2. Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to that “Formulas Tricks” table and then use this CSS to reduce it’s margin.
.your_class { margin-bottom: 0px !important; }3. Take a screenshot and highlight the areas your trying to change.
4. Here is the code.
[av_comments_list]Best regards,
ElliottHi!
As far as I can tell it looks correct. I’m not familiar with mywebfonts and their script. It would be a lot easier to understand if they would give you the font files and just have you link them with @font-face.
Regards,
ElliottHi!
Next you would upload your icon to your server and then add this to your custom CSS.
.kmp-paris .image-overlay-inside { background: url("URL to your icon") !important; content: "" !important; } .kmp-paris .image-overlay-inside:before { content: "" !important; }And then replace “URL to your icon” with the URL to your icon image.
Cheers!
ElliottHey!
I see it in your source code but it’s not being applied for some reason. Try adding it to the top of your Dashboard > Enfold > General Styling > Quick CSS field instead.
If that’s still not working then send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottDecember 23, 2014 at 7:09 pm in reply to: Is it possible to assign wp-links to post' category with page/pages? #372202Hey Sergey!
It’s not possible to add categories to pages. Are you trying to list your pages with one of our shortcodes like the regular posts? It would be best to create posts or portfolios for this purpose. Or you could create a new custom post type with this plugin, https://wordpress.org/plugins/custom-post-type-ui/.
Cheers!
ElliottDecember 23, 2014 at 7:05 pm in reply to: Link different domains with each other for showing different languages #372201Hi MuraTopcu!
The only way that I know of is to use WPML, http://wpml.org/documentation/support/multisite-support/languages-in-domains-for-wordpress-multisite-mode/.
Cheers!
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
