Forum Replies Created
-
AuthorPosts
-
January 2, 2015 at 10:13 pm in reply to: After updating enfold to staging area video portfolio is having issues #374254
Hey microhound!
That video feature your using was intended for the regular portfolio grids and not the portfolio ajax. If you want to use video with the portfolio ajax feature then what I recommend doing is add the video shortcode into the “Add Preview Text” option when editing your portfolio post so the video opens up in the AJAX content instead of in the magnific popup.
Cheers!
ElliottJanuary 2, 2015 at 10:02 pm in reply to: Blog roll img on the left preview content on the right #374251Hi!
For the Grafikerin page drag a codeblock element to your content and add this inside.
<style type = "text/css"> .template-page .big-preview { max-width: 50% !important; float: left; margin-right: 20px; } </style>For the autorin page do the same thing but use this code.
<style type = "text/css"> .slide-image { display: none !important; } </style>Regards,
ElliottHey ErikManger!
I’m sorry but I’m not really sure I understand what your trying to do.
Are you trying to do something like have a page load multiple sources of content via AJAX? If so then that is going to take a lot of time and code to implement and would have to be considered custom work. You might be able to find a plugin that does this, https://wordpress.org/plugins/, though I don’t know of any that I can recommend.
Best regards,
ElliottHey coolspeak!
You can add this to your content to change the background.
<style type = "text/css"> .template-blog { background: red !important; } </style>If your trying to do something else more specific then take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottHi j1980mac!
Where are you finding this link? Is it from a page you have created and set to display as your frontpage in Dashboard > Enfold > Theme Options? Or in Dashboard > Settings > Reading?
If so then that is the expected behaviour. You do not need to change it.
Cheers!
ElliottJanuary 2, 2015 at 9:43 pm in reply to: Saving didnt work! Please reload the page and try again #374241Hey!
It’s not a theme issue but an issue with your hosting provider, mod security, and WordPress. I think whitelisting the file listed would fix it or disabling mod security entirely which is what your hosting provider did it sounds like.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi atlantio!
1. It seems to be displaying fine on my end. We can give you some CSS to reduce it’s width a bit more. Is that what your wanting to do? If we change just it’s height and leave the width to 100% then it will look distorted.
2. I think what you mean here is that your logo is too large so on small devices it flows off the screen on the right hand side. Is that correct? Would you like to try shortening it with CSS?
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 400px !important; } }Cheers!
ElliottHi woodbridgeoffice!
Your talking about in Dashboard > Appearance > Menus? Yes you can remove any of the links you see and save the menu. It will not affect your actual pages.
Regards,
ElliottHi MadRhino!
Try adding this in Dashboard > Enfold > General Styling > Quick CSS.
.avia-button-fullwidth { font-size: 12px !important; }If that’s not working then send us a link and we’ll take a look.
Cheers!
ElliottHi Srinivasen!
1. Open up /enfold/includes/loop-index.php and change line 8 from this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";To this.
$blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt";2. Add this to your custom CSS.
.post_author_timeline, .blog-meta { display: none !important; }Best regards,
ElliottHey 247photo!
I’m not sure if IE supports the placeholder attribute. I found this which you can try out, http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html.
And this, http://www.jacklmoore.com/notes/form-placeholder-text/.
Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi glactin!
Your login is not working for me.
Enfold is used on thousands of sites so it is not a problem with the coding. It sounds like a limitation with your hosting provider. Who do you use for hosting?
Make sure to deactivate all plugins while testing.
Regards,
ElliottHey David!
Not sure what could have happened there but it doesn’t sound like a theme problem. It would be best to ask this on the WordPress support forums, https://wordpress.org/support/.
Off the top of my head I would say try deactivating all plugins and delete your .htaccess file. Other than that I would try reloading a backup.
Cheers!
ElliottHey erron!
It was not meant to be used on posts which is one of the reasons why we remove the advanced layout builder on posts.
If your just wanting to increase it’s width though then you can add this to your content.
<style type = "text/css"> .entry-content { max-width: 1200px !important; } </style>Cheers!
ElliottHey chryseis!
Send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Also send us a link to the exact page in our demo that your trying to recreate. Is it this one? http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/
Best regards,
ElliottHey Brandon!
The images have their width and height set to 0px. I deactivated your jetpack plugin and they started to display fine. I’m guessing there is a setting in the plugin which is messing with the image dimensions.
Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
January 2, 2015 at 7:41 pm in reply to: I cannot add 'Parisienne' google font to my child theme #374173Hey chryseis!
It’s because the function names are the same. Try this instead.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Signika'] = 'Signika:400,600,800'; $fonts['Parisienne'] = 'Parisienne:400'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Signika'] = 'Signika:400,600,800'; $fonts['Parisienne'] = 'Parisienne:400'; return $fonts; }Cheers!
ElliottJanuary 2, 2015 at 7:39 pm in reply to: Im Menü lässt sich die Reihenfolge der Seiten – per Drag&Drop nicht ändern. #374172Hey Miti1!
Make sure your using the latest version of Enfold, 3.0.4.
If deactivating all plugins is not helping then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi agmadrfat!
I’m sorry but it’s hard to understand what you mean from your post.
Wordpress 4.0 had a bug so we issued an update the moment it was released to fix it (Enfold 3.0.3 and 3.0.4). WordPress 4.1 had no issues so there was no need to release an update.
Regards,
ElliottJanuary 2, 2015 at 7:32 pm in reply to: Blog – using the advanced layout editor & photo size in full width easy slider #374168Hey!
For the accordion slider it’s the same thing it’s just called “Accordion Image Size”.
When you write your post check the “Set as private reply” checkbox before submitting to set it as private.
Best regards,
ElliottHey RobWu!
You can add this to the bottom of your functions.php file to add stuff before the woocommerce pages.
add_action( 'woocommerce_before_main_content', 'enfold_customization_shop_before' ); function enfold_customization_shop_before(){ echo 'content'; }Cheers!
ElliottJanuary 2, 2015 at 7:24 pm in reply to: More text in preview of grid, blog posts and post slider #374158Hey!
Add this.
add_filter( 'avf_masonry_excerpt_length', 'enfold_customization_excerpt_size' );Best regards,
ElliottHi!
Your files appear to be up to date and with all plugins deactivated your still getting a weird javascript error which I’m not sure where it’s coming from.
Try creating a backup and then reinstall WordPress. Your using Godaddy as your hosting provider correct? Make sure to install WordPress manually instead of using GoDaddy’s one click install.
Cheers!
ElliottHi!
Your site is asking me for a login.
Best regards,
ElliottHey MtnStreamGroup!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey!
It’s not a bug, it’s a customization your trying to do.
It looks fine on all browsers to me. I checked in a Nexus 7 as well but it’s displaying fine for me there as well. Try clearing the browser cache of your device.
Best regards,
ElliottJanuary 2, 2015 at 6:54 pm in reply to: How can i disable google map widgets in my Enfold child theme? #374140Hi Woodtiger!
Try adding this to the bottom of your functions.php file.
add_filter( 'avf_load_google_map_api', function(){ return false; } );Regards,
ElliottHey Jonathan!
So your trying to get the archives to display the masonry instead of one of the default blog styles correct? This is going to take a lot of time and code and would have to be considered custom work. You could try editing the archive.php file and use the do_shortcode WordPress function but it’s going to take a lot of work.
As for the sidebar find line 79 in the sidebar.php file.
$avia_config['currently_viewing'] = 'blog';And change it to this.
$avia_config['currently_viewing'] = 'page';And then add this beneath it.
$avia_config['overload_sidebar'] = 'test';Where “test” is the name of your custom widget area.
Regards,
ElliottHi!
It’s still set as a table heading in your source code. It needs to be a regular table data cell and not a heading.
Go ahead and remove the chromium row completely and you’ll see it should work as in our demo, http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/.
Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
It looks like you edited your post. So everything is fine now correct? Let us know if you have any other questions.
Best regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
