Forum Replies Created
-
AuthorPosts
-
April 20, 2015 at 5:27 pm in reply to: Adding featured images to "all posts" admin page for custom post type #431441
Hi Kevin!
This isn’t really a theme question. It would be best to ask on the WordPress support forums, https://wordpress.org/support/.
And be sure to read this, https://codex.wordpress.org/Function_Reference/register_post_type.
Cheers!
ElliottApril 20, 2015 at 5:21 pm in reply to: How to Add Scroll Down Button Capability to full width Easy Slider? #431436Hi gentlemansgazette!
Try the fullscreen slider instead. It pretty much has the same look as the fullwidth slider and it has an option for a scroll down arrow.
You could add this to a codeblock element if you want to limit it’s height.
<style type = "text/css"> #fullscreen_slider_0 .avia-slideshow { height: 300px !important; } </style>If you want to limit it’s height.
Best regards,
ElliottApril 20, 2015 at 5:17 pm in reply to: LayerSlider: Previews suddenly not showing; unable to edit #431432Hi blaircomm!
I would try deactivating all of the plugins at the same time and clear your cache to see what happens.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottApril 20, 2015 at 5:15 pm in reply to: How to show blog meta and tags with Avia builder in blog post #431431Hey Marcel!
We do not have any options for that yet. If you want the post to display like a regular blog post then you’ll want to use the default editor. Or you could add that stuff in manually by using a codeblock element or a textblock element.
Cheers!
ElliottApril 20, 2015 at 5:11 pm in reply to: how to use a the complete gallery as a link, not the images themselves #431430Hi dreisatz!
Your trying to link each image in the gallery to a page instead of opening up in lightbox? We do not have an option for that yet but you can use our regular image shortcode to create custom links.
Best regards,
ElliottHey!
1. So you want the image to go full width but only take up the right side of the screen and you want the text to line up with the logo correct? You would have to use a grid row for this but I’m not sure how we are going to get the text to line up with the logo. Go ahead and set the grid row up and let us know when your done so we can take a look.
2. When you edit the color section set the background repeat option to “Stretch to fit”.
Cheers!
ElliottHey!
Your on a mac it looks like. Is that Safari? Go ahead and switch back to our template instead of your plugin if you’d like us to take a look at it.
Cheers!
ElliottHey sky19er!
Navigate to Dashboard > Enfold > Blog Layout and set the “Blog Style” to the single author, small preview pic style. The archives will take on that style as well.
Regards,
ElliottHey heufti65!
1. You would need to create a custom excerpt when editing your post.
2. That should not be happening. Try clearing your cache and deactivate all of your plugins and check it again.
Regards,
ElliottHi FotoTobi!
Are you using our regular image shortcode? If so then when you select the image type out some text in the title attribute and it should display in the popup. They should automatically be linking together in the popup as well.
If that’s not correct then send us a link to the exact page so we can see what shortcodes / content your using.
Cheers!
ElliottHey Taras!
Try this out, https://kriesi.at/support/topic/background-video-with-no-sound/#post-229951.
Best regards,
ElliottHey!
Try opening up the /enfold/header.php file and change line 37 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';Cheers!
ElliottHi Mariken!
You have a custom post type named “movie” and your trying to add our layout builder and other post options to it? You pasted that into the bottom of your child theme functions.php file? Are you sure the custom post type slug is “movie”?
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottApril 20, 2015 at 4:21 pm in reply to: Assign the Transparent header to a custom category archive #431387Hey!
You would have to use some custom CSS for the archives. You can use this to get started.
.forum-archive .header_bg { background:transparent !important; } .forum-archive #main { padding-top: 0px !important; }Best regards,
ElliottApril 20, 2015 at 4:15 pm in reply to: clone your customized Enfold theme within multisite installation #431380Hi!
Go ahead and send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi euroboos!
Try adding this inside a codeblock element in the page.
<style type = "text/css"> .responsive .container { max-width: 55% !important; } </style>If that’s not working then send us a link and we’ll take a look.
Best regards,
ElliottHi noxray!
Are you using the team element? http://kriesi.at/themes/enfold/shortcodes/team/
If so then yes you will need to create them again if you wish to use them in a slider such as the content slider. If you just want to display them again on the homepage then we have a template feature you can use. There is a small button on the layout builder which you can use to save a template and reuse it.

Cheers!
ElliottApril 17, 2015 at 9:39 pm in reply to: Comment form not showing up unless I click on individual post #430626Hi Kate!
Your comments will display on the single post view but not in the blog page. I do not think it is possible to be able to display the comment form for each post on the blog page. It’s possible to display a comment form on the blog page itself but that is only for users to comment on the blog page and not for the individual posts.
Regards,
ElliottApril 17, 2015 at 8:59 pm in reply to: On mobile the link with mega menu structure doesn't work #430613Hey!
I would try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/, if your wanting to hide it completely on mobiles. Or if you’d like we can give you some CSS to use.
Also, it looks like your using Enfold 3.0.8. Be sure to update to the latest version, 3.1.3, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
There may be some other scripts that depend on it. You could try moving all of the other scripts around but it could get messy. I would just leave it in the header.
Best regards,
ElliottHey hotspot!
I don’t think that is going to be possible. The script needs to know what sizes for landscape and portrait. If there is no grid then there would be gaps everywhere and the script would not know where to place images when you sort them.
Regards,
ElliottHi!
Try this out instead.
.av-main-nav { width: 100% !important; } .av-main-nav > li { width: 20% !important; } .avia-menu-text { display: block !important; width: 100% !important; }Best regards,
ElliottHey!
1. Try this CSS out.
#header_main_alternate { height: 60px; padding-top: 12px; } .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main { padding-top: 177px !important; }2. It’s not possible because your using a boxed layout. You will need to switch to a stretched layout. We can then give you some CSS to make it look like it’s a boxed layout.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey rpl_admin!
Try using an !important rule like so.
.main_color tr:nth-child(2n), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table > li:nth-child(2n), body .main_color .pricing-table.avia-desc-col li { background: white !important; }Regards,
ElliottHey!
To get the dropshadow surrounding both elements you would have to nest them all inside a column shortcode. And to target just one column shortcode in your page you would have to nest that inside a color section (or grid element) so you can give it a custom ID.
It might be easier to use the default editor in this case so you could just surround the elements with your own HTML and IDs.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
It’s not happening for me. What operating system and browser are you using?
Best regards,
ElliottHey ejo14!
That’s the subject correct? Try Ismael’s code out here, https://kriesi.at/support/topic/autoresponder_subject-doesnt-read-some-latin-characters/.
Cheers!
ElliottHi!
Try this out.
.header-scrolled #header_main > .container { display: none; }Best regards,
ElliottHey!
You can control the size of the area in Dashboard > Enfold > General Layout > Dimensions > Maximum container width.
For the shadow add this to your custom CSS.
body { box-shadow: 0px 0px 5px black !important; }Best regards,
ElliottHey gharding!
I viewed your link but most of your images are not loading including the slider images. I didn’t see the issue you were talking about either. The menu is always displayed on top for me. Take a screenshot and highlight what is going on.
Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
