Hi guys, I continue to love your theme. I am caught on something.
I need to make bold type appear a different color from clickable url type
check this page out:
http://stsjohna.wwwsr11.supercp.com/elementary/
Take a look at First Grade, that is bold
the PDF button is clickable, both elements are controled by the enfold CSS.
can you explain how I can change the bold area it’s a different color and not confused with the clickable type?
thanks
Hi,
I’m building a blog using the theme and have an issue with the design of the Archive pages.
I created a page using the Layout builder and inserted a “Blog Posts” component. I set the blog style to Single Author big preview pic and Blog content length to Excerpt with read more link.
This page is selected as my front page in my Enfold Child Theme settings.
It defines the style of my main blog page but I can’t change the design style of the Archive pages (categories, months…). Archive pages look like full post text with big preview.
I did play around trying to change this in PHP. I took the archive.php and copied it to my child theme and changed the get_template_part( ‘loop’, ‘index’ ) removing includes so it takes the loop-index.php from my current child theme folder.
Next I changed in loop-index.php (child theme folder) line 34 get_the_content(__(‘Read more’,’avia_framework’) to get_the_excerpt(__(‘Read more’,’avia_framework’)
With this I get only Excerpt on Archive pages but without the prefiew image.
Any easier way without PHP? If not, what would be the recommended change in PHP to get the same result as on main blog front page?
Thanks
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top.avia-blank #wrap_all #main { padding-top: 0 !important; }
Cheers!
Yigit
This reply has been marked as private.
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
you can turn off the animation with
.avia-progress-bar div.progress .bar {
animation: none;
}
To change the color of them you need to add (enter the color you want for each one):
.grey-bar .bar {
background: #FFFFFF !important;
}
.blue-bar .bar {
background: #FFFFFF !important;;
}
.green-bar .bar {
background: #FFFFFF !important;;
}
.orange-bar .bar {
background: #FFFFFF !important;;
}
.black-bar .bar {
background: #FFFFFF !important;;
}
.red-bar .bar {
background: #FFFFFF !important;;
}
.teal-bar .bar {
background: #FFFFFF !important;;
}
.aqua-bar .bar {
background: #FFFFFF !important;;
}
.purple-bar .bar {
background: #FFFFFF !important;;
}
.pink-bar .bar {
background: #FFFFFF !important;;
}
.silver-bar .bar {
background: #FFFFFF !important;;
}
Hey drijen!
You can try re-updating via FTP – http://vimeo.com/67209750
You can now change portfolio slug in Settings > Permalinks > Portfolio Entry Settings. You can find Enfold documentation here – http://kriesi.at/documentation/enfold/ where you can find tutorials for new features. Since version 1.8.4 many features were added to the theme :)
Regards,
Yigit
Hi there,
I am using Enfold v1.8.4.
I have noticed some problems i.e. in the editor, the custom text field shows white space in visual mode. When I view it in html mode, i can see the code. Also I have having some issues where I save something in the visual editor, only for it to delete certain blocks in the process.
I assume this may be because this version of enfold is not compatible with the latest WP.
I tried upgrading to the latest Enfold and ran into a few problems
1) Some of the customisations I did dont’ display the same. I didn’t touch the theme, I used the custom css, and theme options
2) I had changed the portfolio slug. I realise that doesn’t work with the new theme and that I have to get WPML and String Translation Extension. However it seems WPML is something I have to pay for. Is this correct?
Any help would be really appreciated.
-
This topic was modified 11 years, 7 months ago by
drijen.
Hi Yigit! Lookin’ good. That will do very nicely for the time being. Many thanks. Excellent support and we love ENFOLD (wish we’d found it 4 months ago!).
Hey!
You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or vote if already requested. And if it urgent for you, you can hire a freelance developer on Envato Studio or Codeable. You can also request quote from WerkPress.
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.archive .fullsize .template-blog .big-preview img {
width: 20%!important;
margin: auto;
}
Regards,
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
Hi!
Please add following code to Quick CSS and adjust as needed
.title_container .breadcrumb { left: -20px; }
then go to Appearance > Editor and open functions-enfold.php file and find
'heading' => 'h1' //headings are set based on this article: http://yoast.com/blog-headings-structure/
and change it to
'heading' => 'h3' //headings are set based on this article: http://yoast.com/blog-headings-structure/
Best regards,
Yigit
-
This reply was modified 11 years, 7 months ago by
Yigit.
This reply has been marked as private.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove top padding of content
.content, .sidebar { padding-top: 0; }
Best regards,
Yigit
Hello Enfold support,
I would like to use different secondary navigation for specific pages; for example, technology/benefits/features/webinar for one and benefits/technology/webinar/features for other pages. I’ll need a few different types. Is that feature included in Enfold theme or will it have to be built for us?
Thanks
When CF7 is active I can not update any post or page (button is inactive) and I get a error when I do changes in controlpanel of Enfold.
I haven’t checked CF7 author yet.
I will do it right now.
Hi Team Enfold,
In accordance to our Design Manual we should use the following fonts:
Heading – Helvetica Neue Condensed Black (i.e. H1)
Sub Heading – Helvetica Neue Condended Bold (i.e. H2-H6)
Body Text – Helvetica Neue Regular
How can we implement this in the enfold theme and our website? – Could you point me in the direction?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { display: none; }
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color input[type='submit'] {
background-color: orange;
color: black;
border-color: orange;
}
.main_color input[type='submit']:hover {
background-color: red;
color: white;
border-color: red;
}
Cheers!
Yigit
Hey!
I have tried adding custom CSS code to Quick CSS field in Enfold theme options > General Styling and it did work fine – http://i.imgur.com/Ku47HfQ.png
You may need to apply !important rule to your custom CSS code to override existing rule
Cheers!
Yigit
Hi El-Watch!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .ajax_search_title {
color: red;
}
Cheers!
Yigit
Hello, I build my web page with enfold and it is very slow. I tasted with GT METRIX and it seems there is some problem with the defer parsing of JavaScript + Leverage browser caching.
Could you help me please?
Thks.
min-height is currenty set to 100px
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.avia-section {
min-height: 0px;
}
site looks good so far, i’d suggest to look at the transparent menu since its hard to read it with some of the background images.
Maybe some decent text effects like a white shadow might help. would need some testing to see what looks good :)
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
quick / custom CSS:
.avia_ajax_form fieldset p .button{
background-color: #00000;
border-bottom-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-top-color: #000000;
color: #000000;
}
color is the font color
http://www.w3schools.com/tags/ref_colorpicker.asp
This reply has been marked as private.
have you set the min-height of the color section to 0?
Some stuff that can increase the height of an element: min-height, height, padding, margin
A link to the website would help to check what is causing the white space.
To add IDs to other elements then color sections please use this: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Additional question – I’ve added
php_flag log_errors on
php_value error_log /(path)/logs/phperrors.log
to the site .htaccess file, but would a timeout or memory overload not show up in the log?
The latest entries are from monday, and goes like this:
[12-May-2014 19:16:03 UTC] PHP Fatal error: Class 'avia_update_helper' not found in /(path)/public_html/wp-content/themes/enfold/includes/admin/helper-compat-update.php on line 4
[12-May-2014 19:19:24 UTC] PHP Fatal error: Class 'avia_fb_likebox' not found in /(path)/public_html/wp-includes/widgets.php on line 413
H
after updating enfold there is no picture shown on the starting page. also no dashboard.
http://www.tennisgate.com/en/
and the gallery on this page
http://www.tennisgate.com/en/meet-the-team/
has also no pictures.
Can you assist me?
in the german version all is good.
http://www.tennisgate.com/de/
Thanks in advance
Hi,
I am using woocommerce with your enfold theme.
In the right column of every page, I have installed the woocommerce cart widget, to show the contents of the cart.
But there are some problems:
1. as the label for the ‘check cart’ button is rather long in the Dutch translation, the buttons do not appear well. I do not want to change the translation, as it is used elsewhere too.
2. the buttons are displayed differently on a woocommerce page (eg. shop page) compared to a regular page (eg. contact page)
My website is in development phase, I cannot send you a link.
I can send you screenshots, if you provide an e-mail.
Thanks in advance
Thanks Peter…The update did fix the problem with the broken advanced editor button…I was hoping I could hide the flags that were showing up next to my social media icons by putting css code in the Enfold Quick CSS section…But that was not working, so I was forced to hide the flags by modifying the config-mod.css file instead…
Now, I just need to reverse the language switcher so that the name of the language that is wanted is shown, instead of the current language…I had made the change before, but forgot what code I modified…Which brings me to the next question.
Will a child theme allow me to make all of my php and css modifications without affecting the original files, or does only work with the css files?
Thanks!