Forum Replies Created
-
AuthorPosts
-
Hey envapk2!
You’ll need this instead.
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<a href='#' class = 'second-logo'><img src='LINK TO SECOND LOGO' /></a>"; return $sub; }And then change your CSS to this.
@media only screen and (min-width: 480px) { .second-logo { display: none; } } @media only screen and (max-width: 480px) { .logo a:first-child { display: none!important; } .logo a:last-child { display: block!important; } }Regards,
ElliottHey Christan!
What you could do is right click the page and copy the source code for the menu and paste that into a text widget and then change it. But really it’s the same amount of work as just using the page sidebar navigation or custom menu widget.
Best regards,
ElliottHey AJDesignCo!
It would take some javascripting to do that and it might not look good if your using large images. I’ve never used this plugin before but it looks like it might accomplish the same thing, https://wordpress.org/plugins/wp-supersized/.
Regards,
ElliottHi lock255!
I’m not too familiar with iOS. Is this for when someone bookmarks your site on an iPhone?
It probably needs to go in the header so you could try adding this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_add_favicon_sizes' ); function enfold_customization_add_favicon_sizes() { ?> insert your code here <?php }And then add your code in the correct spot.
Regards,
ElliottHey onegirlrtw!
That’s from this custom CSS your using.
.home ul.avia-slideshow-inner { height: 535px !important; max-height: 535px !important; }Regards,
ElliottHi DavyE!
It’s most likely a caching plugin your using. You can check in the plugin settings to see if you can stop the CSS from caching. Or just clear the plugin cache after your done doing your changes.
Best regards,
ElliottMarch 9, 2015 at 9:07 pm in reply to: I can't upload my enfold theme (wordpress or backend/ftp) #408451Hey ginapalha!
This is usually a problem with your server. You’ll need to upload the theme via FTP in this case. See here for instructions, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey Julian Andres!
It looks like your using a mobile plugin which is loading a different theme for mobile devices. Deactivate all of your plugins and then reactivate them one by one to see which one is causing the problem.
Cheers!
ElliottHey Dirk!
Try adding this to your custom CSS.
.avia-msie textarea { overflow: auto !important; }Regards,
ElliottHey ripgroove!
No not currently. It’s a cool idea though. Perhaps we could add an “image tagging” feature as you select your images. Feel free to request something like that here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHi jsgaden!
When you import one of the demos it is going to download the pages, widgets, and images, etc etc. We cannot delete your content (pages / posts) etc, so you will need to delete those yourself. The only thing we can delete are the theme settings and like you have seen they will be overwritten when you import a new demo but the pages will stay there.
So you can delete them all manually or reinstall WordPress. You could also try a plugin out such as this, https://wordpress.org/plugins/wordpress-reset/, but I have not used those types of plugins before.
Regards,
ElliottHey bsheppar!
Try adding this to a codeblock element in the same page.
<style type = "text/css"> .grid-image img { max-height: 200px !important; min-height: 200px !important; } </style>Cheers!
ElliottHi!
Thanks for the help begrafiks.
@Jaap de Wit, By default all categories are used. If your selecting only a few and need to add more later then you will have to edit the slider again.
Cheers!
ElliottHi Wim!
So your inserting a heading into your content like so..
<h2>Heading</h2> <h4>Another heading</h4>But it’s using the wrong font? I’m not sure what you mean by “font family picklist is empty”. Can you take a screenshot and highlight what is going on so we can get a better idea?
Cheers!
ElliottHi rs-art!
The Masonry should be linking to the individual portfolio posts instead of opening up in lightbox. Can you send us a link to your page?
Best regards,
ElliottHey sjidesign!
Try adding this to your custom CSS.
.cff-text { display: block !important; height: 80px !important; overflow: hidden !important; }You may need to play around with the 80px value to make it look good.
Cheers!
ElliottHi!
1. Open up /enfold/includes/loop-author.php and around line 67 you should see this.
<header class="entry-content-header">Add this above it.
<?php echo "<div class='blog-meta'>"; $blog_meta_output = ""; $icon = '<span class="iconfont" '.av_icon_string($post_format).'></span>'; if(strpos($blog_style, 'multi') !== false) { $gravatar = ""; $link = get_post_format_link($post_format); if($post_format == 'standard') { $author_name = apply_filters('avf_author_name', get_the_author_meta('display_name', $post->post_author), $post->post_author); $author_email = apply_filters('avf_author_email', get_the_author_meta('email', $post->post_author), $post->post_author); $gravatar_alt = esc_html($author_name); $gravatar = get_avatar($author_email, '81', "blank", $gravatar_alt); $link = get_author_posts_url($post->post_author); } $blog_meta_output = "<a href='{$link}' class='post-author-format-type'><span class='rounded-container'>".$gravatar.$icon."</span></a>"; } else if(strpos($blog_style, 'small') !== false) { $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>"; } echo apply_filters('avf_loop_index_blog_meta', $blog_meta_output); echo "</div>"; ?>2. Add this to your custom CSS.
.post-author-format-type.blog-meta * { height: 120px; position: relative; width: 120px; }Regards,
ElliottMarch 9, 2015 at 8:13 pm in reply to: Avia Layoutbuilder won´t work with MainWP child plugin #408414Hey reklamebanken!
I would try contacting the plugin authors about this to see if they have any idea on what it could be.
Other than that send us a WordPress login and we’ll take a look to see if it’s an easy fix but keep in mind that we do not support third party plugins.
Cheers!
ElliottHey!
Drag a codeblock element to your page and add this inside.
<style type = "text/css"> .avia-slideshow li img { max-height: 600px !important; } </style>But like I said that is going to make them look distorted. It would be best to crop them before uploading.
Regards,
ElliottHi sbrenca!
I see what you mean.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having the problem after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey!
I’m sorry but I’m not sure I understand. The portfolio AJAX feature has a filter option as well so it’s pretty much the same thing as the Masonry element.
Go ahead send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHey rajivnetra!
Edit the color section beneath it and set the ID to “next-section”.
Best regards,
ElliottHey!
Try adding
html #topin front of your CSS rules like so.html #top a { color: blue; }Or just
#toplike so.#top #header { background: red; }If that does not work then you will need to use the !important override.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey!
1. Are you talking about the horizontal scroll bar in your tab? The tables are already set to 100% width but you have a lot of table headings and the tables headings your using are way too long so there isn’t a way for us to fit that inside the tab. You could try using this CSS to reduce the font size.
tr:first-child th, tr:first-child td { font-size: 7px !important; }That way they will fit inside the tab.
2. Please see here, https://kriesi.at/support/topic/add-new-font/#post-234710.
Best regards,
ElliottHey!
Please see here, https://vimeo.com/64927358.
You can find other videos in our documentation, http://kriesi.at/documentation/enfold/videos/.
Regards,
ElliottHey pedroPuerto!
No, there is no way to do that currently without a lot of customization. There may be a plugin out there that lets you do this but I do not know of any that I can recommend.
If anyone knows of any then please share.
Best regards,
ElliottHey!
I switched it to a max-height and min-height of 150px. Just play around with the values to change the size.
Best regards,
ElliottHey nbermond!
Your login is not working for me. Is the information correct?
1. Your getting a bunch of 500 internal server errors on a bunch of plugin scripts. Try deactivating all of your plugins to see what happens. If that does not help then try turning on WordPress debug and check your server error logs for more information.
2. Try changing line 886 in /enfold/js/avia.js from this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',To this.
exclude : 'a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',Cheers!
ElliottHi!
You can use some simple CSS to change the sidebar background like so.
aside { background: red !important; }Go ahead and send us a link to your page and we’ll take a closer look. If your using the stretched layout then it may be easier.
Best regards,
Elliott-
This reply was modified 10 years, 10 months ago by
Elliott.
Hey Slade!
Do you have the color section minimum height set to 100% of the browser height? If so then try switching that to a pixel value.
Also try setting an ID to the section and then add this to your custom CSS.
#yourID .container { padding-top: 0px !important; }Regards,
Elliott -
This reply was modified 10 years, 10 months ago by
-
AuthorPosts
