Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, you can use the lite version: http://wordpress.org/plugins/wp-backgrounds-lite/
It doesn’t support a slideshow background. You can try the Flashlight theme if you want one.
Best regards,
IsmaelHi!
1.) IE8 doesn’t support media queries so it will always show the 960px width version.
2.) Please add this on your custom.css or Quick CSS:
.header-scrolled .logo { height: 58px; }
3.) IE8 doesn’t border radius, you need to this fix: http://stackoverflow.com/questions/4326363/using-css3pie-htc-for-border-radius-in-ie8
Cheers!
IsmaelHi smallwebsolutions!
Please edit header.php, find this code at the very bottom:
<?php } //end blank check ?> <div id='main'>
Below, add the font resizer code:
<?php if(function_exists('fontResizer_place')) { fontResizer_place(); } ?>
Go to Tools > Font Resizer > Basic Settings > check the ” Default setting, resize whole content in body tag (<body>All content of your site</body>) “.
Best regards,
IsmaelDecember 6, 2013 at 5:31 am in reply to: Adding "True" Blog Functionality As Part of Avia Content Element #196849Hey!
I’m not sure what’s the issue but you can create a page, do what you have to do on the top content then add the Blog Posts element beneath the main content. Set this page as home on Enfold > Frontpage Settings.
Cheers!
IsmaelDecember 6, 2013 at 5:27 am in reply to: Making navigation parent points plan text (instead of a link) #196847Hey!
Please inspect the menu item that you want then look for the menu id. Apply a pointer events or cursor property to remove the link:
#menu-item-755 a { cursor: default; pointer-events: none; }
The menu-item id 755 might be different on your installation.
Cheers!
IsmaelDecember 6, 2013 at 5:22 am in reply to: Mobile Posts have large space between logo and page title #196844Hey jaypopsu!
Did you change anything on the theme files? Please add this on custom.css or Quick CSS:
@media only screen and (max-width: 767px) { #header_main { max-height: 100px; } .mobile_active #advanced_menu_toggle { top: 50px; } .responsive .mobile_slide_out .logo { position: relative; top: 5px; } }
Remove browser cache then reload the page.
Cheers!
IsmaelDecember 6, 2013 at 5:18 am in reply to: Easy Slider funktioniert nicht mehr / doesn't work anymore #196842Hi!
Just place it at the bottom of functions.php instead. After that, you’ll see a another field called Custom CSS on every avia elements on the Advance Layout Builder.
Regards,
IsmaelHi!
This is how you can update the theme: https://vimeo.com/channels/aviathemes/67209750
If he created home-template.php file then you don’t need to worry about the update overriding the template.
Best regards,
IsmaelHi!
After changing the portfolio thumbnail size on functions.php, you need to regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
You can add this on your custom.css or Quick CSS:
.attachment-portfolio.wp-post-image { min-height: 208px; }
This will make the thumbnails square on this page: http://www.austinpsychfest.com/apfenfold/news-and-events/
Best regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.grid-entry-title.entry-title a { pointer-events: none; } .grid-image.avia-hover-fx { pointer-events: none; }
Best regards,
IsmaelHi asafku!
You can set the minimum height of the color section:
.avia-section { min-height: 50px; }
Regards,
IsmaelHey msmazza!
You need to create Portfolio Items then apply categories to them not posts.
Best regards,
IsmaelHey sky19er!
Yes, that is correct. You can also use the <!–more–> tag or enable the Excerpt option on posts.
Best regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
.page-id-1098 iframe { margin-bottom: -40px; }
How do you embed the videos? Did you assign the id like this one “#A_a10ce3df”?
Best regards,
IsmaelHi!
What is “real state”? The code should decrease the header height. Please give us a link to the actual page and a screenshot explaining what you want to do.
Cheers!
IsmaelHi andy!
Can you please give us a link to the website? You can use Media Queries to define the minimum height for mobile devices.
Cheers!
IsmaelHi meanster99!
It is not happening on our end. Please update theme to the latest version.
Best regards,
IsmaelHi!
Did you add the code below line 16?
add_theme_support('avia_template_builder_custom_css');
What do you see on line 22 when you check functions.php?
Cheers!
IsmaelHey!
Please deactivate all plugin, see if the issue goes away. Do you have a cache plugin? Please add these lines on wp-config.php:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0);
Post the errors here.
Regards,
IsmaelHey!
Please try this plugin by Dude: http://inoplugs.com/projects/wp-backgrounds-ii-add-wordpress-backgrounds-website/
I just checked the website and the background is displayed properly. I think this is fixed.
Best regards,
IsmaelDecember 5, 2013 at 2:32 am in reply to: Enfold- Social media icons and widget icons missing #196459Hey!
Kriesi built the theme on a MAC environment. I’m sure he’ll notice the icons if they are missing. Let’s wait for his response.
Best regards,
IsmaelHey Markus!
You can watch these videos: http://vimeo.com/channels/aviathemes/64927359
You can use the Portfolio Grid element to showcase portfolio items on a specific page. On the Portfolio Grid options you can select the number of columns and the number of posts to show on a page under “Post Number” option. You have the option to show an excerpt plus the title or display the title and leave out the excerpt vice versa. The AJAX portfolio can be enabled under the “Link Handling” option, select “Open a preview of the entry(known as AJAX Portfolio)”. If you want to open the portfolio items on their respective pages, select the other option “Open entry on a new page”. The “Sortable” option will render the portfolio categories sort function.
Cheers!
IsmaelHey lordvadar10!
Sorry but I don’t see the error when I visited the page. Did you fix it?
Best regards,
IsmaelHey nicoletta85!
We need to see the actual page. The logo should adjust according to the header height. You can adjus the top position of the logo using this on your Quick CSS:
div .logo { top: 20px; }
Cheers!
IsmaelHey!
The Theme Options looks broken. Can you please give us a link to the actual page? A screenshot showing the Google + icons etc will help.
Regards,
IsmaelHey!
Please add this on php.ini file.
memory_limit = 99M max_execution_time = 300 upload_max_filesize = 20M post_max_size = 24M
I tried to upload an image on the “test” portfolio item. It looks like it is uploading but throws an error after a few seconds.
Best regards,
IsmaelDecember 5, 2013 at 1:58 am in reply to: How to reduce the space between two layout elements? #196441 -
AuthorPosts