Forum Replies Created
-
AuthorPosts
-
Hi!
Can you please give us a link to the actual website? We would like to inspectit. Note that the theme is not compatible with IE7 below. You can check it on the Enfold’s browser compatibility.
Regards,
IsmaelFebruary 1, 2014 at 7:35 am in reply to: Responsive theme that supports a banner across the top #217717Hey!
Change the header type to “Header with Social icons and bottom navigation”. Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');Below, you can add the banner code:
echo "<img class='header-banner' src='IMAGE URL HERE'/>";Use media queries to resize the banner on different screen sizes.
Regards,
IsmaelHey!
Have you tried using the selector “#header_main_alternate”? Apply the css code above on that selector.
Best regards,
IsmaelHi!
Have you tried the solution above? That should fix the issue. The current allowed memory on your installation is 40M. You should increase that to at least 128M. Please refer to the link that I gave you. http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi webWahine!
You can edit header.php, find this code on line 70:
<div id='wrap_all'>Replace it with:
<div id='wrap_all' class='cleanprint-include'>Cheers!
IsmaelHey dkiessling!
What is the plugin that you’re using? You need to insert the avia_title function on the custom post type property template.
$title = __('Blog - Latest News', 'avia_framework'); //default blog title $t_link = home_url('/'); $t_sub = ""; if(avia_get_option('frontpage') && $new = avia_get_option('blogpage')) { $title = get_the_title($new); //if the blog is attached to a page use this title $t_link = get_permalink($new); $t_sub = avia_post_meta($new, 'subtitle'); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));Please contact the plugin author.
Regards,
IsmaelHey jansthh!
Since I don’t have access on the database, please try this one. Go to your Enfold database via cpanel > phpmyadmin. Look for the wp_layerslider table. Select all the slides then export it using XML format. Go to the new installation then import the wp_layerslider xml file. Make sure that all assets like images are in the proper folders and with the proper file name.
Note: You should export the slides inside the wp_layerslider not the wp_layerslider table.
Best regards,
IsmaelJanuary 31, 2014 at 6:56 am in reply to: Adding custom jQuery – Being Pulled in OK – Is there s Special Prefix? #217318Hi w3developing!
Edit js > avia.js, find this code on line 5:
$(document).ready(function() {Below, add this code:
$("a.prevent").click(function(event){ event.preventDefault(); });The html code should look like this:
<a class="prevent" href="http://www.google.com">Click Here</a>Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi Munford!
I’m sorry but I don’t think that is possible without custom modifications because it wraps the logo entry on a “slide-entry-wrap” container. Please hire a freelance developer to modify the Logo/Partner element for you.
Best regards,
IsmaelHi kcristella!
Go to Appearance > Widgets, look for the Meta and the Woocommerce Price Filter widgets.
Best regards,
IsmaelHi!
You can html tags on “Phone Number or small info text” field. You can add something like this for example:
Contact Us for Advice <img src="MAIL ICON"> | img src="PHONE ICON"> Telephone NumberCreate your own icon image.
Best regards,
IsmaelHey!
Yes, you can remove that code but it won’t hurt if you don’t.
Best regards,
IsmaelJanuary 31, 2014 at 6:09 am in reply to: Adding Custom Social Icons, problem with uploading fontello .zip file. #217303Hey Jean!
Can you please give us a link to the website? Try to deactivate all plugins, see if it fixes it.
Best regards,
IsmaelHey Munford!
There is no layer slider on the page. On what browser and OS are you testing this with?
Regards,
IsmaelHey Gstar72!
This is the html code of the social icons:
<ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_linkedin social_icon_1"><a target="_blank" href="http://www.linkedin.com/in/GaryFlooks" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="https://twitter.com/NaturalOutlook" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"></a></li><li class="social_bookmarks_gplus social_icon_3"><a target="_blank" href="https://plus.google.com/u/0/104229833865270222238/about" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"></a></li><li class="social_bookmarks_mail social_icon_4"><a href="mailto: (Email address hidden if logged out) " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"></a></li></ul>Cheers!
IsmaelHey!
There are 3 images on the header. Can you please elaborate the issue?
Regards,
IsmaelJanuary 31, 2014 at 5:58 am in reply to: Help with pinch and zoom on images in lightbox on the ipad and iphone #217294January 31, 2014 at 5:53 am in reply to: move media from uploads folder outside of wordpress folder #217290Hi!
You can add something like this on wp-config.php to move the image folder.
define( 'UPLOADS', '/wp-content/uploads/custom' );This will create a folder named “custom” inside the uploads folder. All images will be place on “custom” folder.
Note: This will change the directory of the image folder and you might need to move the existing images on the new folder.
Regards,
IsmaelHey frawer!
You can change the thumbnail size on Settings > Media. Change the Large Size value then regenerate the thumbnails using this plugin.
Cheers!
IsmaelJanuary 31, 2014 at 5:35 am in reply to: Centralising the slider image when in responsiveness mode #217284Hey!
You can use the button shortcode. Produce the shortcode on a page or post, copy it then paste it on the Div / Video field of the layer slider. You will see the actual shortcode on the preview but it will render the right button on the front end.
Best regards,
IsmaelHey Lorra!
Can you please post a screenshot of how you want the forum to look like? You can inspect the forum elements using the Google Chrome Inspect Element tool then apply the modifications on the Quick CSS or custom.css file. Please watch this video.
Regards,
IsmaelHey oncorsolutions!
You can use html tags on Enfold > Header > Phone Number or small info text.
Regards,
IsmaelHi!
Is this still happening? Can you please disable Yeost SEO plugin? See if the issue persist.
Cheers!
IsmaelHi maximadz!
You can add this on functions.php to increase the excerpt length:
add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10, 1); function avf_increase_postgrid_excerpt_length($prepare_excerpt) { $prepare_excerpt = 300; return $prepare_excerpt; }Change 300 to a greater number if necessary.
Regards,
IsmaelHey!
I checked the website on IE9 and it looks fine. Maybe, a slow internet connection? You’re using an old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHey!
Please do try that one. I’m sure serving an image with twice the size will make a difference on retina display. You need to specify half the size of the actual image size via CSS.
Regards,
IsmaelHey!
Please post the login details here. Set it as a private reply. The Blog and the Blog Style has nothing to do with the Fullwidth Masonry.
Regards,
Ismael -
AuthorPosts
