Hey!
1) If the code doesn’t work you probably need to modify the category widget code somehow. I recommend to hire a freelancer if you’re not familiar with the widget/php code. WordPress and the theme does not support the “current category highlight” feature by default and thus I consider this request as customization which is beyond the scope of our free support forum.
2) You can change the post title at the top easily. Insert this code into the enfold/functions.php file or into your child theme functions.php file:
add_filter('avf_title_args', 'single_blog_page_title', 10, 2);
function single_blog_page_title($args,$id) {
$pt = get_post_type( $id );
if('post' == $pt){
$cat = get_the_category($id);
if(isset($category[0])) $args['title'] = $category[0]->cat_name;
}
return $args;
}
Cheers!
Peter
Hi,
I can’t update the whole theme, since I editted a lot of scripts custom.
Do you know the particulair files that may cause this problem?
Yours
Hi!
Please try to insert this code:
.avia_mobile #top .av-parallax-section{-webkit-transform: translate3d(0,0,0);}
into the quick css field.
Cheers!
Peter
Hey!
Ok, Kriesi recommended that this code:
.avia_mobile #top .av-parallax-section{-webkit-transform: translate3d(0,0,0);}
may fix the issue.
Cheers!
Peter
I am having a similar issue on a site I am working. Using a static background picture works great on a desktop even when I resize it to width 640. But when I view the home on a mobile device, (iphone, ipad, or android) the image is not resized and instead shows a small zoomed in section of the background image. What am I doing wrong.
http://www.churchapps.tv/
Thanks!
Morgan
This reply has been marked as private.
This reply has been marked as private.
Hi!
Thank you for using the support forum and we’re sorry that you’re having this issue.
This error is a server side issue which means that we will need access to your ftp. If you don’t mind, please post the ftp login details here. I’ll forward this thread to Kriesi for further investigation.
Cheers!
Ismael
I’m using Enfold for about 8 sites, right now, and for some reason the popups within the avia framework elements have stopped working in this one version http://nation-foundation.org . So, for example, if I try to add an Image Element, clicking on the element pops up the Image Element dialog box okay, but then, when I click on the Insert Image button in the dialog box, nothing happens ( see https://www.evernote.com/shard/s320/sh/e7f1fda5-bfcd-47ed-ab18-8588ea44943d/805aefc41aab059c518c7cd3c00f4850 ). Are you familiar with this issue? Any solution for me?
Thanks!
Hi!
Thank you for the link.
Please add this on custom.css or Quick CSS along with the suggested code above:
.html_header_top.html_header_sticky #header {
position: fixed;
z-index: 2000;
}
Regards,
Ismael
http://zachoehlman.com is the latest design from gotopublishing dot com. Great theme to work with.
-
This reply was modified 12 years ago by
ejet.
This reply has been marked as private.
Hi Aleks!
Thank you for using the theme!
Since wp is using the wpautop function, it is generating a p tag around the iframe tag. Please add this on Quick CSS or custom.css:
.js_active .toggle_content p {
display: block;
height: 100%;
}
I hope that helps.
Cheers!
Ismael
Hi, I’ve installed the newest enfold update with a fix for:
– folder css:
– fixed: issue with unclickable iOS links when using a section with fixed or parallax background
However, it’s still not working…the closed support log below explains the details of the issue we were having. Many thanks for your support.
https://kriesi.at/support/topic/icons-and-ipad/#post-250413
Hi TSG_Web!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .av-main-nav .current-page-ancestor .avia-menu-fx {
visibility: visible;
opacity: 1;
bottom: 0px;
}
Regards,
Devin
Hey Maradin!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #main .sidebar, .content { border: none; }
.inner_sidebar {
margin-left: 10px;
margin-right: 10px;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
.avia-content-slider { margin: 10px 0; }
.page-id-3401 .content { padding-bottom: 30px; }
.page-id-3401 #top .avia-smallarrow-slider-heading { display: none; }
Regards,
Yigit
Hey katriley742!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .fullsize .template-blog .blog-meta { margin: 0; }
P.S.: Your website looks great!
Regards,
Yigit
SOLVED:
found this here to add to the custom.css:
/* Animated Icons */
.av_font_icon span:hover:after {
-webkit-animation: sonarEffect 1s ease-out;
-moz-animation: sonarEffect 1s ease-out;
animation: sonarEffect 1s ease-out;
}
Hey Stefanovic!
You are using very old version of the theme. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the latest version 2.6.2 and update the theme via FTP – http://vimeo.com/67209750
Cheers!
Yigit
ok, got it with a lot of css styles and page ids. topic closed
Hi tapaway!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar { padding-top: 10px; }
.av-special-heading { margin-top: 20px; }
Regards,
Yigit
This reply has been marked as private.
Hey Brian!
You should change the code to following one
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 140px!important;
}
!important rule is not being applied becuase of wrong placement of semicolon
Best regards,
Yigit
Hello,
I am trying to make the text “home” in the breadcrumb all upper case. The page title is Upper Case but the breadcrumb for home remains lower case. I read through this post: https://kriesi.at/support/topic/header-menu-2/?login_error
and tried to add
”
.main_menu ul:first-child > li > a { text-transform: uppercase; }
”
Without luck.
Any thoughts?
Thanks,
W
Please go to http://dev.thecgschool.com/products/books/
At the top of the page, you will see that the header overlaps the title areas on all the pages.
The code I want to replace is:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 125px;
}
with this:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 140px; !important
}
I’ve tried adding it to the Quick CSS code, the Child CSS code & even replacing the code itself & it won’t work. Can you help?
I think it’s solved thanks to the idea of Yigit. I’ve googled for the webkit-transform codes and came up with:
.html_header_top.html_logo_center .logo {
-webkit-transform: translate(-50%, 25%) scale(1.5,1.5);
}
This shows the logo correct in Chrome and it looks fine in IE as well.
UPDATE 17-04
By chance I saw that the code above did show the logo in the right way, but it caused the menu stop working as well. This seemed to be caused by a resizing in height of the logo class. I’ve been puzzling and changed the code in:
.html_header_top.html_logo_center .logo {-webkit-transform: translate(-50%, 0) scaleX(1.5);}
.html_header_top.html_logo_center .logo img{-webkit-transform: translate(0,25%)scale(1,1.5);}
Now the logo as well as the menu are both fine.
Regards,
Erik
This reply has been marked as private.
Hi!
I’ve review your site, you can find some fixes below.
1) Not sure what part you refer to, lot pictures and buttons. (can you elaborate or e.g. image/link below this text Search ALL Listings ? ).
2) code snippet below, or you could find this on your custom css rules and decrease the padding-top
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 104px;
}
3) Increase the font-size on the phone #
.header_color .phone-info {
font-size: 22px!important;
}
Best regards,
David