Forum Replies Created
-
AuthorPosts
-
Hi tullibo!
For the preview text you will need to edit your portfolio post and then add some text into the “Add preview text” editor. You will want to keep it simple with text, lists, buttons, etc etc. You will not be able to add the more advanced shortcodes such as a LayerSlider there.
Cheers!
ElliottHey decode!
Not really sure what the exact problem is from your description but it sounds like a server issue. If your switching hosting providers then you probably will not experience it on the new server.
If you do see problems then send us a WordPress login and we’ll take a look. Make sure your using the latest version of Enfold, 3.2.3, and deactivate all plugins while testing.
Regards,
ElliottHi romaronline!
Does Amazon have a plugin or script for selling the video files? If not then I recommend checking out the Woocommerce plugin. It has options for digital download products.
Regards,
ElliottHey!
I don’t understand. Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi Argado!
The first element is the fullwidth easy slider. After that it’s just a special heading element with textblock. The next section is a color section but in the settings it’s set to the alternate content which makes it a different color scheme. And next there is another color section with a table and tabs inside.
You can do all of this in the layout builder by dragging the elements to your page content.
Regards,
ElliottHi!
If your using the fullwidth submenu element then yes you can place it beneath other color sections. Send us a link to your page so we can get a better idea of what’s going on.
Cheers!
ElliottHi!
You need to add a itemprop = “image” to the tag like so.
<img itemprop="image" src="thumbnail1.jpg" alt="thumbnail 1 summary"/>Or add this inside a codeblock element in the page.
<div vocab="http://schema.org/" typeof="NewsArticle"> <meta property="image" content="thumbnail1.jpg"/> <meta property="datePublished" content="2015-02-05T08:00:00+08:00"/> </div>Best regards,
ElliottHi!
Yes it sounds like you would need a plugin or custom solution.
Good luck,
ElliottHey!
Not sure what’s going on there. I saved the page as a template though and then created a new page and loaded the template on it and it’s displaying fine. Try deleting the page and then recreate it. You can load the “test” template I saved by clicking on the “Templates” button in the layout builder.
It must have been something to do with the MailMunch plugin your using.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey charger70!
The problem only happens when you duplicate a post with the plugin? Can you take a screenshot of your dashboard and highlight what it looks like?
Best regards,
ElliottHey!
Hmm, well, for that a grid row element might work better. You could try dragging a codeblock element to the page and add this inside.
<style type = "text/css"> #av_section_1 .container { max-width: 100% !important; } </style>Cheers!
ElliottHi Lipsknot!
Did you make sure to save the sliders? If you can see them in the LayerSlider overview page then they should be selectable in the layout builder.
Make sure your using the latest version of Enfold, 3.2.3, and deactivate all plugins while testing. If your still having trouble then send us a WordPress login and we’ll take a look.
Best regards,
ElliottAugust 19, 2015 at 3:53 pm in reply to: How to change header menu background opacity upon scroll #490167Hey haydaw!
I didn’t see a transparent background. It looked like just a background image. Yes you can do this with Enfold. Drag a color section element to your page and edit the options to set a background image.
Regards,
ElliottHi aguldbeck!
Around line 1875 in the /enfold/includes/admin/register-admin-options.php file you should see this.
__('1', 'avia_framework') =>'1', __('2', 'avia_framework') =>'2', __('3', 'avia_framework') =>'3', __('4', 'avia_framework') =>'4', __('5', 'avia_framework') =>'5'));Change it to this.
__('1', 'avia_framework') =>'1', __('2', 'avia_framework') =>'2', __('3', 'avia_framework') =>'3', __('4', 'avia_framework') =>'4', __('5', 'avia_framework') =>'5', __('6', 'avia_framework') =>'6'));Best regards,
ElliottHey Wils1234!
Add this to a codeblock element in the page.
<style type = "text/css"> tr > td:last-child { width: 25% !important; } </style>Cheers!
ElliottHi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHi kgbrooklyn!
Deactivate all of your plugins and then clear your cache to see what happens. There is some weird markup in there, something about a mailmunch forms.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey gharding!
Add a whitespace / separator element beneath it or drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .av-share-box { margin-bottom: 100px !important; } </style>Regards,
ElliottHey quantum!
You could add a
.page-id-123in front of it or drag a codeblock element to the page and add this inside.<style type = "text/css"> #footer { position: fixed; width: 100%; bottom: 0; z-index: 10000; } </style>Cheers!
ElliottHi!
It would look like this. http://www.newyorkinspiration.com/feed/
Make sure to read the link.
Regards,
ElliottAugust 18, 2015 at 7:48 pm in reply to: Avia Layout Builder on Blog Posts – No Featured Image & author info #489687Hi!
No, you would need to use the codeblocks or switch to the default editor if you want the post to display as a regular blog post. You could consider creating a feature request and if it gets enough interest then we may see some more elements get added for that in the layout builder.
Regards,
ElliottHey JoelvAmerongen!
You can target it with this.
.related_title { }Best regards,
ElliottHey robinsluysmans!
You can target the logo while it is scrolled with this CSS.
.header-scrolled .logo { } .header-scrolled .logo img { }Best regards,
ElliottHey Elfenbenet!
You can update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
As for the error try increasing your memory, https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Regards,
ElliottHey elames!
It looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.2.3. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHi!
You forgot to click the “Dynamic content from posts” instead of “Text” in the content tab.
Best regards,
ElliottHi elames!
Please see here, https://kriesi.at/support/topic/installing-own-fonts/#post-421325.
Regards,
ElliottHey barrygur!
I didn’t see the form anywhere. Is it on a certain page?
Regards,
ElliottHi zimbo!
Here is an example, http://kriesi.at/themes/enfold-restaurant/locations/, you can see that part of the page is white and the other part has a darker background with light font color. That is an alternate style.
You can create the alternate style in the general settings and then when you edit your pages drag a color section to your page content and set it to use the alternate color scheme to create that effect.
Cheers!
ElliottHey!
I see the pictures as well. Try clearing your browser cache and any caching related plugins and try viewing in a different browser as well.
Regards,
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
