Forum Replies Created
-
AuthorPosts
-
March 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 #239157
Hey 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,
IsmaelHi!
Can you please give us a link to the archive category page? The <!–more–> tag should work for category pages even without adding the code above.
Cheers!
IsmaelHi!
That’s a lot of “long” words there. Anyway, those are navigation for nested subpages of a page that will show when you don’t have any widgets on the widget areas. You can disable it on Enfold > Sidebar > Page Sidebar navigation. Uncheck or disable it, or add any widgets on Appearance > Widgets.
Regards,
IsmaelHey simonac!
Can you please post a link to the website? Add this on Quick CSS or custom.css:
#wrap_all { margin-top: 20px; }Regards,
IsmaelHey!
Maybe, this will make the logo on mobile view better:
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img, .logo { max-width: 90%; overflow: visible; } .responsive .mobile_slide_out .logo img, .logo a, .logo { margin: 0; width: 200px; height: 200px !important; max-height: 200px !important; } .responsive #header_main .container { height: 200px !Important; } }Add the code at the very bottom of Quick CSS.
Cheers!
IsmaelHey!
Please post the login details here. I inspect the site but I don’t see the code that we provided. Use this:
.category .big-preview.single-big { display: none !important; }Add it at the very bottom of Quick CSS or custom.css.
Best regards,
IsmaelHey Martijn!
Please add this on functions.php:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1); function avia_category_content_filter($current_post) { if(is_archive()) { $current_post['content'] = get_the_excerpt(); $current_post['content'] .= $current_post['content'].'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; } return $current_post; }Best regards,
IsmaelHey!
You need to add the code above on functions.php. Maybe you can refer to this link for fonts that can support hebrew: http://www.wazu.jp/gallery/Fonts_Hebrew.html
Use @fontface on custom.css to add the font. Refer to this link: http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Best regards,
IsmaelHi!
@muslimmedical: If you have the Enfold 2.6 version, you can change the portfolio permalink on Settings > Permalink > Portfolio Entry Settings > Portfolio Items Base.Regards,
IsmaelHey Scott!
Can you please post the link to the website? Do you have a cache plugin? Please deactivate them. Remove browser cache then reload the page a few times.
Best regards,
IsmaelMarch 17, 2014 at 9:46 am in reply to: Prevent featured image from displaying on portfolio-item page #238563Hi kgersony!
Are you talking about the single portfolio view featured image? Please use this on Quick CSS:
.single-portfolio .page-thumb { display: none; }Cheers!
IsmaelHey!
Please use this:
.category .big-preview.single-big { display: none; }Cheers!
IsmaelHi!
2.) Please use this for the tab title:
.js_active .tab { font-size: 20px !important; }4.) Use this instead:
.av-masonry-sort { padding: 30px; }Cheers!
IsmaelMarch 17, 2014 at 9:40 am in reply to: Notification – Trying to reduce padding above and below the box! #238556Hi!
Decrease the min-height value.
.home #av_section_1 { min-height: 0; margin-top: 5px; } .home #main .content { padding-bottom: 0; padding-top: 0; }Best regards,
IsmaelHey!
Edit js > avia.js, find this code at the very beginning:
$(document).ready(function() { var aviabodyclasses = AviaBrowserDetection('html');Below, add this code:
$('a.av-masonry-entry').attr('title', '');Remove browser cache then reload the page a few times.
Regards,
Ismael -
AuthorPosts
