Forum Replies Created
-
AuthorPosts
-
Hey nowhere!
Can you please give us a link to the website? Maybe there are stuck settings from a previous plugin, deactivate all plugins then test it again.
Regards,
IsmaelHi!
Please flush the permalink settings. Go to Settings > Permalink then click the “Save” button once. That should fix the 404 error for portfolio items.
Regards,
IsmaelMarch 18, 2014 at 8:47 am in reply to: How to get header background image to render at same time as logo and nav menu #239209Hey ttem!
Can you please post the link to the website? You can use cache and minify plugin to speed up the page load. Common plugins that are used are:
https://wordpress.org/plugins/bwp-minify/
https://wordpress.org/plugins/w3-total-cache/
Regards,
IsmaelHey anantkale!
You’re using an old version of the theme. Please download the latest version on your themeforest account. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
This should fix a lot of IE issues.
Cheers!
IsmaelHi aliquill!
What is the size of the logo you’re trying to upload? On header layout, choose logo center and menu below. Make sure that you use the full size when you upload the image as logo. Add this on Quick CSS or custom.css:
.logo, .logo a, .logo a img { width: 1030px; height: 200px; }Adjust the width and height values.
Regards,
IsmaelHi!
Looks like you managed to make the header transparent. Please remove browser cache then reload the page a few times.
Regards,
IsmaelHey dalboslampen!
You can add this on Quick CSS or custom.css:
.html_header_top.html_logo_center .main_menu ul:first-child { display: block; width: auto; }Regards,
IsmaelHi rhinocorp!
You can change the main menu color using this on Quick CSS or custom.css:
.header_color .main_menu ul:first-child > li > a { color: red; }For the submenu, you can use this:
.header_color .main_menu .menu ul li a { color: blue; }Regards,
IsmaelMarch 18, 2014 at 8:04 am in reply to: How to get Social Icons in Header to not float, but be fixed far left #239188Hey tlow87!
Can you please give us a link to the website? A screenshot of what you’re tying to do will help. Please try this on Quick CSS or custom.css:
#top .social_bookmarks { position: fixed; top: 30px; left: 0; }Cheers!
IsmaelHi!
You can create a custom link on Appearance > Menus then include the id of the tab. Something like this:
http://www.yoursite.com/thispage/#tab-id-2
This will open the second tab on the “thispage” page with the tab element.
Cheers!
IsmaelHi Michael!
Thank you for using the theme. I hope you’re doing great.
Can you please post the link to the website? We don’t usually support third plugins especially when the theme already has the plugin’s feature included, in your case the Quick CSS or custom.css. Maybe, you’r not using the right selectors to change the style of a certain element. We’ll try to find the issue with ALB. Please contact the plugin author for more info.
Regards,
IsmaelMarch 18, 2014 at 7:39 am in reply to: Logo is covering social media links when viewing via phone #239166Hi!
You can resize the logo using this at the very bottom of Quick CSS or custom.css:
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo { float: left; width: 80%; } }Regards,
IsmaelHi Sistah!
You can specify the width and height directly on the “Marker Tooltip” field. Something like this:
<div class="" style="overflow: auto; width: 200px; height: 100px;"> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </div>Best regards,
IsmaelHi!
Please add this at the very bottom of Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #top #menu-item-search { display: block !important; position: absolute; right: 60px; top: -30px; } }Cheers!
IsmaelHey!
You can add something like this on functions.php if you want to remove the enfold configurations for woocommerce:
add_action('init','remove_woocommerce_config'); function remove_woocommerce_config(){ remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); }Cheers!
IsmaelMarch 18, 2014 at 7:16 am in reply to: Question about setting URL for Splash screen vs. Home page #239159March 18, 2014 at 7:13 am in reply to: Add image or text at top of homepage between top logo and menu on right #239157Hey Steven!
You can edit includes > helper-main-menu.php, find this code on line 101 which renders the logo:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);You can add the image code below, something like this:
echo "<div class='header-addition'>CONTENT OR IMAGE HERE</div>";Best regards,
IsmaelHey!
I can see that you’re using version 2.5.4. Please download the latest version 2.6.1 which includes a lot of css fixes. Download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHey!
You’re using a very old version of the theme. Looks like there are unclosed shortcodes, please check that. 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,
IsmaelHi!
I’m not really sure why the editor is not showing on the Appearance panel. Did you add any plugins before or modify any theme files? Anyway, you can still edit the theme files via FTP.
Best regards,
IsmaelHey Tecrane!
I can see the issue. We’ll fix it on the next patch. For the meantime, please place it inside a color section.
Best regards,
IsmaelHi Tecrane!
Please refer to this link: http://codex.wordpress.org/Function_Reference/dynamic_sidebar
Basically, what you need is to register a widget area using the register_sidebar function then render that widget area on the header using the dynamic_sidebar function. You can add the code on includes > helper-main-menu.php. For further customization, please visit Werkpress.
Cheers!
IsmaelHey tomgraziani!
Kriesi haven’t added an autoplay option for videos, he’s still working on it. Might be added on the upcoming updates of the theme.
Best regards,
IsmaelHey!
You can find it on css > layout.css, look for the section /*tagcloud*/.
Cheers!
IsmaelHey!
Please enable the “Header Secondary Menu”, the header_meta container will be disabled when you turn off the secondary menu.
Best regards,
IsmaelMarch 18, 2014 at 5:13 am in reply to: HUGE PROBLEM after update wordpress editor has disappeared !!!! #239130Hey!
Please contact your host then ask them to increase upload size limit and the post_max_size limit. I want to disable all your plugins but I don’t want to mess up with the settings. Is it ok if I disable them?
Regards,
IsmaelHi!
I checked the website on Chrome Windows 8 and it the font weight is set to bold. Please add this on Quick CSS or custom.css:
.main_color .heading-color, .main_color a.iconbox_icon:hover, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline { color: #222; font-weight: 600; }Cheers!
IsmaelHi!
What errors are you getting? I checked the website on Chrome and Firefox Windows 8 and it’s working properly. Can you please list specific issues that you’re getting on your end? A screenshot will help.
Best regards,
IsmaelMarch 18, 2014 at 4:54 am in reply to: Several Issues: Portfolio Ajax, Image file name appearing on hover, Big Preview #239126Hi Sistah!
1.) Insert a color section then place a 2/3 and 1/3 column layouts side by side. Insert the gallery element on the 2/3 column and the text block inside the 1/3 column.
2.) That is a browser feature that the theme can’t control. You can’t disable that without disabling the image title attribute.
3.) Add this on Quick CSS or custom.css:
#top div .avia-gallery .avia-gallery-big img { height: 100%; }Best regards,
Ismael -
AuthorPosts
