Forum Replies Created
-
AuthorPosts
-
Hey djshortkut!
Try adding this to your custom CSS.
.avia-caption-title { background: none !important; font-size: 50px !important; } .avia-caption-content, .avia-caption-content p { background: none !important; font-size: 20px !important; }
Regards,
ElliottHey Eline!
1. Add this to your custom CSS.
.avia-button:hover { opacity: 1 !important; }
2. + 3. Drag over a codeblock element to that page and add this inside.
<style type = "text/css"> .responsive .container { max-width: 100% !important; } .html_stretched #wrap_all { background-color: #e7e5e1 !important; } </style>
Cheers!
ElliottHi!
This is what I’m seeing.
What type of character are you using?
Cheers!
ElliottNovember 20, 2014 at 12:02 am in reply to: WooCommerce installation problems with WordPress 4.0 and Enfold 3.0 #354052Hey!
I think the problem here is that the pages are in your trash which is why they are not being regenerated. You can restore them from your trash.
Regards,
ElliottNovember 19, 2014 at 11:56 pm in reply to: Text that appears after 1/4 – 3/4 section floats weirdly, does not appear below #354046Hey!
Try adding a separator element after your columns. You can remove the style and padding in the separator options so it’s not visible.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey brandworld!
Try this out, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
It will let you see the shortcodes your using in the advanced layout editor so you can copy them.
Best regards,
ElliottHey dmoz!
Try using the blog posts shortcode instead and then select a custom taxonomy (portfolio entries) with it. Also in the settings set the offset to 1 and it should skip the first post. You can select the grid layout with the blog posts as well.
Cheers!
ElliottHey alexbillaut!
Yes that is correct. Please see here, http://wpml.org/documentation/getting-started-guide/.
Also, when editing the theme options in Dashboard > Enfold you will see a language switch in the top left hand corner which you can use to change the settings for each language.
Regards,
ElliottHi hermelina!
If your using the latest version of Enfold then the magic wand should be showing iconbox and the other shortcodes as well. You can insert them into the page and then copy the code and paste it into a text widget.
You can also do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable the debug view with the advanced layout editor. This will let you see the shortcodes for the elements you drag to it.
Best regards,
ElliottHey GOWD!
Please see here, https://kriesi.at/support/topic/second-custom-post-type-with-advanced-layout-builder/.
Your posts have the same layout settings as pages so when you edit your post look to the right hand side and set it to no sidebar.
Regards,
ElliottHi codecreative!
Are you wanting to do this for all products? If so then try adding this to your custom CSS.
.product .four { display: none !important; }
Best regards,
ElliottNovember 19, 2014 at 11:02 pm in reply to: Is it possible to add social share buttons on portfolio items? #354021Hey!
Thanks for posting your solution. Let us know if you have any other questions.
Cheers!
ElliottHi consult!
I don’t see an easy way of going about that unfortunately. You can try using this CSS and then play around with the values to change the padding on certain screen sizes.
@media only screen and (max-width: 959px) { .av-main-nav > li > a { padding: 0px 30px !important; } } @media only screen and (max-width: 859px) { .av-main-nav > li > a { padding: 0px 20px !important; } } @media only screen and (max-width: 759px) { .av-main-nav > li > a { padding: 0px 13px !important; } }
Cheers!
ElliottHi chavamx!
Thanks for using Enfold.
Make sure you set the featured image when editing your posts as seen in the attached image.
If the problem is something else then take a screenshot and highlight what is going on so we can get a better idea.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Ok I see it now. It doesn’t look the same as my code though. You’ll notice in mine I removed the .woocommerce class before each rule so it gets added to non woocommerce related pages.
Go ahead and delete yours and replace it with mine.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
You should be able to target it with this.
.slideshow_align_caption h2 { }
Also you’ll need to make sure your using that specific font somewhere in the Enfold styling settings or it will not get loaded. If you want to load it manually then add this to the bottom of your /enfold/functions.php file.
add_filter( 'wp_head', 'enfold_customization_add_font' ); function enfold_customization_add_font() { ?> <link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'> <?php }
Regards,
ElliottHi ftt123!
I tried refreshing the page a couple of times but they always seem to load for me. What browser are you using?
Best regards,
ElliottHey JPOsteen!
You can change both of these, the background and the icon color, when editing the iconbox element. In the settings click on the “Colors” tab to see where to change them. If you want the background transparent then just leave it blank.
Cheers!
ElliottNovember 19, 2014 at 10:26 pm in reply to: Controlling content on Mobile in the Enfold theme #353996Hi bjconcan!
You could do this with CSS. Surround your content with something like this.
<span class = "mobile"> mobile content goes here </span> <span class = "desktop"> desktop content goes here </span>
And then add this to your custom CSS.
.mobile { display: none; } .desktop { display: block; } @media only screen and (max-width: 479px) { .mobile { display: block !important; } .desktop { display: none !important; } }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi Boulanger!
Add this to the top of your textblock.
<span style = "display: block; padding: 10px;"></span>
And increase the padding until it looks flush.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi Picante!
By default the Enfold menu should not have borders between the menu links. Can you send us a link so we can get a better idea of what’s going on? You can set your reply as private if you wish.
Best regards,
ElliottNovember 19, 2014 at 10:12 pm in reply to: Custom Video MP4 Webm OGV not loading in layer slider #353987Hey Tech!
I see a video on your first slide and then it transitions into a still image. Can you send us a WordPress login and set your reply as private so we can take a closer look?
Regards,
ElliottHi AriadPart!
Instead of this.
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-small'; return $layout; }
Try this.
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if( is_tag() ) $layout = 'single-small'; return $layout; }
And add this to your custom CSS.
.tag-page-post-type-title { display: none !important; }
Regards,
ElliottHi xeminis!
You can have your subpages set to be automatically displayed in Dashboard > Enfold > Sidebar Settings or you can drag a Custom Menu widget over to your widget area and assign a menu to display there.
Best regards,
ElliottHi jobvantimmeren!
Please see here, https://kriesi.at/support/topic/using-a-template-in-subdomains/.
For what your trying to do I don’t think it would be an issue but it would be best to contact envato to be sure.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey jdrijver!
Your getting the same error and you cannot drag the menu items? If so then send us a WordPress login and set your reply as private and we’ll take a look.
If your not getting the error and you can drag your menu items around then it’s just a matter of creating a new menu to use and setting it to the main menu area in Dashboard > Appearance > Menus.
Make sure to deactivate all plugins while testing.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Try adding this to your custom CSS.
#footer-outer i, #header-secondary-outer #social i { font-size: 40px !important; }
If that’s not working then send us a link and we’ll take a look.
Best regards,
ElliottHey Stuart!
I see the navigation sort on my end. Did you get this fixed?
Cheers!
ElliottHey!
Which plugin are you using? I recommend checking out the WordPress SEO plugin, https://wordpress.org/plugins/wordpress-seo/.
You can configure the XML sitemap in Dashboard > SEO > XML Sitemaps.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Perhaps your wanting to set it’s weight to normal and increase it’s height a bit? Try adding this to your custom CSS.
#top #header .av-main-nav > li > a { font-weight: 400 !important; font-size: 20px !important; }
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
-
AuthorPosts