Forum Replies Created
-
AuthorPosts
-
Hi!
Add the 2/3 and 1/3 column then insert a Text Block inside the 2/3 column. Edit the text block then add a column shortcode. I know this is not the easiest way but it works. Please hire a freelance developer if you want to modify the avia layout builder. You can also request the feature here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
IsmaelHi erikenanne!
You can add this on Quick CSS:
.page-id-498 #main { background: none !important; }
Regards,
IsmaelHey!
2.) You can move the logo using this:
.logo { margin-left: 35%; }
Use media queries to target different screen sizes.
3.) Use this to resize the header height:
#header_main .container, .main_menu ul:first-child > li a { height: 256px; line-height: 256px; }
Regards,
IsmaelHey sineadh!
Please use this on Quick CSS:
#top form h3 { font-size: 15px; font-weight: 400; }
Use this to change the color of the submit button:
.main_color input[type='submit'] { background: red; }
Regards,
IsmaelFebruary 1, 2014 at 8:29 am in reply to: Adding Custom Social Icons, problem with uploading fontello .zip file. #217735Hi!
Can you please give us a link to the website? Have you tried updating the theme files? http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHi ekessler!
1.) You can hide the featured image on the blog using this on Quick CSS:
.small-preview, .big-preview.single-big { display: none; }
2.) You said that you want to remove the featured images? Try this:
.small-preview, .big-preview.single-big { pointer-events: none; }
3.) I’m sorry but it is not clear. What home icons?
Best regards,
IsmaelHi!
I can’t login to the website. The password and username is incorrect. It takes me to the maintenance mode page.
Best regards,
IsmaelHi!
Please try to edit the image with the video link on the full width easy slider then make sure that the “Open Link in new Window?” option is set to “Open is same window”.
Best regards,
IsmaelHi bryanpeck!
Please add this on custom.css or Quick CSS to fix the background color issue:
.alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .big-preview, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content { background-color: #f8f8f8; background: #f8f8f8; color: #4d4d4d; } .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: #f8f8f8; background: #f8f8f8; color: #4d4d4d; }
Regards,
IsmaelHi!
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 Number
Create 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. #217303 -
AuthorPosts