Forum Replies Created
-
AuthorPosts
-
Hi!
You can add this one;
@media only screen and (max-width: 767px) { .responsive .logo img { margin: 0 auto; max-width: 268px !important; } }Cheers!
IsmaelHi!
Have you tried disabling all your plugins? Please contact your host and ask them if they could upgrade the php version.
Regards,
IsmaelFebruary 1, 2014 at 8:04 am in reply to: Customizing single-portfolio & loop-portfolio in a child theme #217726Hey Alex!
Are you using the Advance Layout Builder for the portfolio items? You need to edit the “template-builder.php” then.
Cheers!
IsmaelHi!
You can add this on Quick CSS or custom.css to adjust the height of the header. It will automatically adjust the max width of the logo too:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 229px; line-height: 229px; }I don’t think it looks good. The current size of your logo now looks better.
Best regards,
IsmaelHi!
Please edit header.php, find this code on line 14:
<meta charset="<?php bloginfo( 'charset' ); ?>" />Below, add this code:
<meta name="format-detection" content="telephone=yes">Best regards,
IsmaelHi!
The “Header with social icons and bottom navigation” header already have a bottom navigation or menu. It is below the logo or the image.
Regards,
IsmaelHi!
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,
Ismael -
AuthorPosts
