Forum Replies Created
-
AuthorPosts
-
Hey Marianne!
1. You can style the menu links and sub menu links in Dashboard > Enfold > Advanced Styling.
2. You can use this CSS to style the slider titles and captions.
.avia-caption-title, .avia-caption-content { color: red !important; }3. Click on “Account Overview” on the right hand side of this screen to be able to view your past topics and replies.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey butsie!
The point of the Masonry gallery is to be able to sort between them in a grid. If you only want to display a list of your images then you can use the regular gallery element instead.
Regards,
ElliottHey Rogier!
Try adding this to the bottom of your functions.php file.
add_filter( 'avf_which_archive_output', 'enfold_customization_archive_output', 10, 1 ); function enfold_customization_archive_output( $output ) { if ( get_post_type() == 'article' && is_archive() ) { $output = 'Testing testing 1, 2, 3'; } return $output; }Cheers!
ElliottHi Rogier!
If you click on the “Splash Green” button in the General Settings tab then it should load the scheme. That is not working?
Best regards,
ElliottHi!
Creating custom icons would have to be considered custom work. If you want you can replace the icons with your own images though.
The CSS would look like this.
span.related-format-icon-inner:before { display: none !important; } span.related-format-icon-inner { background: url("URL to your icon") !important; }Regards,
ElliottHi!
Oh I see. The only way to do that would be to use the Offset option of the shortcode. You could create 1/3 + 1/3 + 1/3 columns and then use the product list shortcode multiple times in each column and set the offset value so they display in order.
Cheers!
ElliottHey mahu!
Change line 164 in the comments.php file from this.
comment_form();To this.
comment_form( array( 'label_submit' => 'Send' ) );Regards,
ElliottHey CloudChoice!
It’s possible but it would take a lot of scripting to pull off so it would be best to hire a freelancer to help you out.
It would be best to just order them from left to right so they display top -> down on mobile devices. If you would like to hide some of them via CSS then we can do that.
Cheers!
ElliottHey arnie-design!
It’s possible but would have to be considered custom work as it takes a lot of time and code to implement.
WooCommerce products already have a inventory management system where you can exclude them from the queries when they run out of stock. Our Masonry shortcode uses a custom query though.
Regards,
ElliottApril 10, 2015 at 5:32 pm in reply to: Footer container automatically getting boxed into the parent container #426667Hey!
Is it only happening on that page? If so then it’s most likely an element your using at the top of the page that is not being closed properly.
Send us a link and we’ll take a look.
Regards,
ElliottApril 10, 2015 at 5:29 pm in reply to: multiple backgrounds when using advanced layerslider? #426665Hey!
It looks like your adding the background to the main sections in the General Settings. When you use elements such as the fullwidth slider they are going to create new sections and they will also use the “main_color” you have set in the general settings.
You can use this CSS to remove it.
.avia-layerslider { background: transparent !important; }Cheers!
ElliottHi!
You can view all of your old topics in your profile. It was probably this one, https://kriesi.at/support/topic/adding-text-to-header/.
Cheers!
ElliottHey!
Alrighty, we’ll leave this open. Feel free to reply again when you go live.
Regards,
ElliottHey!
I sent you some emails from the form in the contact page. Yeah it doesn’t seem like the page is refreshing completely, are you using a caching plugin? It seems to work fine when I view a different page and then come back to it though. The captcha appears to be working fine for me.
Try deactivating all plugins to see if that helps.
Best regards,
ElliottHey!
You can import extra sliders in Dashboard > LayerSlider WP > Import. You’ll need to ask Kreatura media to provide the import files.
Cheers!
ElliottApril 10, 2015 at 5:07 pm in reply to: E-Mail field in contact form does not allow Umlaute (ä, ü, ö) #426653Hey!
If they are being hidden then it’s probably a overflow:hidden CSS rule somewhere. Send us a link to your page and we’ll give you some CSS to fix it.
The class-form-generator.php file is in /enfold/framework/php/. You’ll need to edit it via FTP or perhaps your hosting provider has a web based file editor you can use.
Best regards,
ElliottHi!
Hmm, by default you should not be able to use the LayerSlider in the footer widgets. Have you done customizations?
Also it looks like your using the default layerslider shortcode. The shortcode we use in our framework looks like this.
[ av_layerslider id='1']Best regards,
ElliottApril 10, 2015 at 4:50 pm in reply to: Left and right margin for Grid so Background images display correctly #426646Hey!
I think with what your trying to do a color section with 1/3 + 1/3 + 1/3 columns inside would be better.
Best regards,
ElliottHi voice903fm!
It looks like it’s from your facebook comments plugin. It’s covering up all of the article content so you cannot click on anything.
Regards,
ElliottApril 10, 2015 at 4:42 pm in reply to: Full width Promo Box or button icon inside Full Width Button? #426642Hi!
When you edit the shortcode there is an option at the bottom for adding an icon. You can set it to left or right and only displayed on hover if you wish.
Best regards,
ElliottApril 10, 2015 at 4:25 pm in reply to: Site is acting strange: color sections and paragraph fonts #426637Hi!
Yeah I’m kind of confused also. Your about page looks the same to me as in your screenshot. Can you highlight what’s going on in the screenshot?
You said there is two screenshots in the dropbox folder, can you send us a link to that folder? The link you provided only shows one screenshot.
Cheers!
ElliottApril 10, 2015 at 4:21 pm in reply to: Portfolio grid layout not consistent in the number presented #426634Hey!
I see what you mean. It doesn’t seem to be happening on our demo though, http://kriesi.at/themes/enfold/blog/masonry-blog/.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
It probably has something to do with some CSS customization your doing though I could not find it. Try creating a child theme and test your changes out there to see what happens.
Best regards,
ElliottApril 10, 2015 at 4:12 pm in reply to: Enfold: Multisite – setting subsite LOGO link to a different url #426630Hi!
That looks like the options or environment variables for each site. You should not be messing with them.
If your curious then you can try asking on the WordPress support forums, https://wordpress.org/support/forum/multisite.
Regards,
ElliottHey davidesieb!
Add this to your custom CSS.
@media screen and (max-width:999px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey Guenter!
You could code one in yourself with jQuery but it would take a lot of time. It would be best to hire a freelancer to help you out with it.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey SilviaFr!
Make sure Enfold is updated and then navigate to Dashboard > Enfold > Demo Import and you can import the Photography Demo there.
Regards,
ElliottHey reraow!
Add this to your custom CSS.
.single-post #menu-item-340 .avia-menu-text { color: red !important; }Regards,
ElliottHey kriru!
The date meta is for when the post was actually published and that never changes unless you manually change it when editing the post.
If you want to change it then edit your post and right above the “Update” button you’ll see the date with an edit link.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 9, 2015 at 9:21 pm in reply to: Blog grid layout difference between standard editor or advanced editor #426204Hey stefano_ts!
If your using the advanced layout editor for your posts and you want an excerpt to display for it in your blog listings then you’ll need to create a custom excerpt for the post. If you do not see the excerpt field when editing your post then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
ElliottHi tantro!
Hmm, your markup looks like it’s corrupted. Let’s try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not fix it then I would try reinstalling WordPress as this looks like a fresh install anyway.
Cheers!
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
