Forum Replies Created
-
AuthorPosts
-
Hey!
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,
IsmaelHi Andrea!
You can add this on Quick CSS or custom.css:
.template-shop div.product div.images a { pointer-events: none; }Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS:
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; } .disclaimer { width: 100%; clear: both; padding-top: 10px; text-align: center; } }Best regards,
IsmaelHey grwebs!
Please refer to this link: https://kriesi.at/support/topic/layersliders-deleted/
Cheers!
IsmaelHi!
I checked this on Safari and Chrome. The full width slider looks ok. Can you please post a screenshot of the issue? You can use imgur or clipular.
Best regards,
IsmaelHi!
You can refer to this link: https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/
Instead of editing header.php, find the code on includes > header-main-menu.php. Go to line 101:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);Follow the instructions on the link.
Regards,
IsmaelHi bert787!
Can you please give us a link to the website? I tested it on my end but it’s not happening. I assume when you say “dropdown”, you’re talking about the accordion element.
Cheers!
IsmaelHi CloudChoice!
Can you please post a link to the website?
Refer to this link for the fix: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325
Cheers!
IsmaelHi osukaru!
You can use this plugin: http://wordpress.org/plugins/flexo-archives-widget/
Unfortunately, there is no filter to change the default wp archives widget.
Regards,
Ismael -
AuthorPosts
