Forum Replies Created
-
AuthorPosts
-
Hey elliotstiller!
This has to do with your server PHP settings. Here is a video on how to change it, https://www.youtube.com/watch?v=_K7Z3SzVAIo.
Best regards,
ElliottHey johnlotton!
Try adding this to your custom CSS.
@media (max-width: 500px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100% !important; } }Regards,
ElliottHey!
If we give your footer a certain height then what would you like to display beneath it when the content does not fill your screen? Would you like the footer to be a brown line and then white beneath it? Or perhaps your trying to give your content a minimum height so the footer will always display closer to the bottom of your screen? There is a problem with that though because all screen sizes are different, it might look good on yours but weird on another computer screen.
Go ahead and take a screenshot and highlight what your trying to make it display as and we’ll take a look. Also send us a link to your page.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hi!
Try adding this to a codeblock element in your page.
<style type = "text/css"> #av_section_3 .fb-comments { max-width: 380px; text-align: center; } .fb-comments iframe { max-width: 380px; } .fbFeedbackContent .composer { max-width: 300px; } </style>Regards,
ElliottHey!
You can drag a text widget to your sidebar and paste Andy’s code inside to display the share box.
If that’s not what your trying to do then send us a link and take a screenshot highlighting your intentions so we can get a better idea.
Regards,
ElliottMarch 23, 2015 at 8:24 pm in reply to: How do I import single templates (pages) from Enfold theme? #416661Hi!
When you import the demo it’s going to overwrite all of your theme settings which you can find in Dashboard > Enfold. That is the only thing that it overwrites.
It will also import the demo pages, posts, images, etc etc, (which can be a lot depending on the demo) so keep that in mind.
Your content, posts, pages, etc etc, will all stay the same.
Cheers!
ElliottHey Driekus!
We do not support third party plugins but send us a link to your page and we’ll check to see if it’s an easy fix.
Regards,
ElliottMarch 23, 2015 at 8:19 pm in reply to: Centered Title Overlay in Fixed Masonry Gallery as shown in new shop demo #416652Hi Keith!
Are you talking about this page? http://kriesi.at/themes/enfold-shop/shop/
You can change the color whenever you setup the shop banner in Dashboard > Enfold > Shop Options. If that’s not what your referring to then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHey DROR!
Yes that is the expected behaviour. If you want comments, post meta, featured image, etc etc, then you’ll need to use the default editor instead of the layout builder. Keep in mind that you can still use the “magic wand icon” in your default editor to display elements.
Best regards,
ElliottHi!
It looks like your using parallax there. We should have a new update pushed sometime tomorrow. After updating clear your cache and check again to see if that fixes it.
Cheers!
ElliottMarch 23, 2015 at 8:04 pm in reply to: Parallax causing blank screen when used in Colour Section : Mobile issue #416635Hi!
We should have an update pushed sometime tomorrow. After doing the update clear your cache and check again and let us know if that fixes it.
Cheers!
ElliottHi!
We should have an update pushed sometime tomorrow. After doing the update clear your cache and check again and let us know if that fixes it.
Cheers!
ElliottMarch 23, 2015 at 6:58 pm in reply to: Color Sections Section Custom Background Images Issue Version 3.1 #416584Hey!
There should be a new update tomorrow with a fix for this. After updating clear your browser cache and let us know if that fixes the color section backgrounds on mobiles.
Regards,
ElliottHi summersalad!
Hmm, I’m not sure I understand. Can you send us a link to your page and take a screenshot highlighting what your trying to do?
Best regards,
ElliottMarch 23, 2015 at 6:48 pm in reply to: code needed for masonry sort feature, to display shorter tag names #416572Hey lobstahhhhhhh!
Yeah we can change them with CSS. Send us a link to your page and let us know which ones you want changed.
Cheers!
ElliottHi!
The file you download from fontello.com is a zip file and you need to upload it directly as is (do not extract it, etc etc). If your still having problems then deactivate all plugins and send us a WordPress login and we’ll take a look.
Regards,
ElliottMarch 23, 2015 at 6:34 pm in reply to: Email Tests Succeed – But No Email For Comments/Moderator Actions #416560Hey!
What happens in the default WordPress theme?
Best regards,
ElliottHey!
Do this instead.
#sliderhp .flex_column { margin: 0px !important; } @media only screen and (max-width: 767px) { .avia-inner-caption * { font-size: 11px !important; text-align: left !important; } }Regards,
ElliottHey!
You could try a plugin out for searching through your database and replacing the URLs, https://wordpress.org/plugins/search-and-replace/.
Your hosting provider probably has a tool for this also.
Regards,
ElliottHi!
Try this instead.
#scroll-top-link { display: block !important; }Cheers!
ElliottHey booksndigital!
Try opening up /enfold/config-templatebuilder/avia-template-builder/php/generic-helper.class.php and change line 97 from this.
if(!empty($exclude_default)) unset($image_sizes['no scaling']);To this.
//if(!empty($exclude_default)) unset($image_sizes['no scaling']);You should now be able to select “No scaling” in the image sizes and crop your images manually before uploading.
Regards,
ElliottHey agentcheese!
The image you linked to is giving me a 404 as well. I would try contacting your hosting provider about this.
Best regards,
ElliottHi Hritter!
Not sure what’s going on there. I didn’t see any errors. The forms themselves look a bit different. The one that is working has an extra script placed inside the form and also another hidden input.
What happens when you create a new page and add the form that is not working inside it?
I would go ahead and contact gravity forms about this to see if they have any idea.
Cheers!
ElliottMarch 23, 2015 at 5:57 pm in reply to: How Do I Build a Page Template w/ Advanced Layout Designer? #416522Hi!
1. We have a template feature where you can save the content in the ALB of a page and then automatically insert it into other pages. This is just to make copying content easier and if you need to have custom fields display there then I’m not sure what the best way to go about that would be. Perhaps a plugin with a shortcode or you could try typing out your PHP yourself in a codeblock and then use a plugin such as PHPExec, https://wordpress.org/plugins/exec-php/.
2. I’m not sure I understand. Are you trying to get the ALB and sidebar options to display in a custom post type? If so then see here, https://kriesi.at/support/topic/solution-to-lack-of-multiple-portfolios/.
Best regards,
ElliottMarch 23, 2015 at 5:52 pm in reply to: Blog pages wants to be my Home page (has mind of it's own) #416514Hi!
If your trying to customize the blog page then you’ll need to remove the blog page setting you have setup in Dashboad > Enfold > Theme Options and then use our blog posts shortcode. Or you could leave that option set and create a new page with the blog posts shortcode.
The footer displays first and holds the footer widgets which you can setup in Dashboard > Appearance > Widgets. The socket displays beneath the footer and holds the copyright info + footer menu.
Regards,
ElliottHi!
I’m not quite sure about the white ring but you can give it a background color with this CSS.
.av_font_icon.av-icon-style-border a.av-icon-char:hover:after { background-color: red !important; }Regards,
ElliottHey!
What that does is add classes and meta data to your posts so they display more relevant information in the SERPS. You can test it with this tool, https://developers.google.com/structured-data/testing-tool/.
There shouldn’t be any conflicts with the WordPress SEO plugin. There is a current error with the breadcrumbs, the last breadcrumb entry has a v:Breadcrumb tag but does not include a title which should be updated here in the next update. You could do this, https://kriesi.at/support/topic/httpmicroformats-orgprofilehentry/#post-401019, if you want a quick fix.
Regards,
ElliottMarch 23, 2015 at 5:11 pm in reply to: Images in textbox do not show, until the user scrolls #416478Hey!
I tried both links but the login information is not working for me either. Are you trying to get rid of the gallery shortcode loading animations? If so then try this out, https://kriesi.at/support/topic/remove-image-gallery-animation/.
Regards,
ElliottHi!
Thanks checkwriteit. The plugin that rap provided here, https://kriesi.at/support/topic/enfold-wishlist-member-plugin/#post-376513, seems to work fine for me regarding the ALB visibility for members.
Are there any other issues anyone can see?
Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
March 23, 2015 at 4:29 pm in reply to: LayerSlider Shortcode not working – was working until I added another shortcode #416444Hi!
@ChecMark, Your last post in this topic was a year ago. Go ahead and create a new topic please.
@mattnystrom, I was able to login but after that your site kept timing out for me so I could not do any testing. I could not check but it seemed like you were using an older version of Enfold and WordPress. You will need to update both.Cheers!
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
-
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
