Forum Replies Created
-
AuthorPosts
-
March 18, 2014 at 10:24 am in reply to: Layer Slider Setting – "Your Logo" is not reflecting / showing #239262
Hey!
On what browser and OS are you testing this with? The slider is working properly on Chrome and Firefox, Windows 7. I can see the eBay logo on the left side of every slides.

Regards,
IsmaelHi!
The theme hasn’t been updated. It’s still 2.5.4 and now the site is broken on Chrome. Are you sure you uploaded it on the correct folder? Please check the file permission on wp-content/uploads/dynamic_avia folder. It should be set to 755 or higher. Delete the enfold.css on that folder then go to Enfold > Styling. Select any predefined scheme to bring enfold.css back.
Cheers!
IsmaelHey!
I’m sorry, I closed the topic because I thought that the answer is enough and there’s no need to prolong the discussion. You can increase max upload size, memory limit etc on .htaccess or php.ini file. You can also ask your host to do it for you.
Best regards,
IsmaelHi!
The padding is reduced. Are you talking about the space between the header and the slider? Please remove browser cache then reload the page a few times.
Cheers!
IsmaelHey!
Add this on Quick CSS or custom.css to hide the social buttons:
.sharedaddy.sd-sharing-enabled { display: none !important; }Regards,
IsmaelMarch 18, 2014 at 10:05 am in reply to: How do I remove the individual titles in the portfolio? #239250Hey nthcreative!
Configure the Portfolio Grid element then look for the “Excerpt” option. Select no title and excerpt.
Regards,
IsmaelHey 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!
Ismael -
AuthorPosts
