Hi dalboslampen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .isotope-item { padding-right: 5px; padding-bottom: 5px; }
Cheers!
Yigit
Hey zeonos!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive div.page-thumb {
display: none;
}
Cheers!
Yigit
Hey patrickschua!
Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/ :)
Regards,
Yigit
Yigit, can I ask, the Quick CSS in Enfold theme options, does this go within the Child Theme that I am currently using?
-
This reply was modified 11 years, 6 months ago by
absurdity69.
Hi!
Please go to Enfold/Includes folder and open Loop-index.php file and find the lines i posted here – http://pastebin.com/J6TLkBzb
and comment them out by adding // in front of them
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.bbp-logged-in h4 {
margin-bottom: 15px !important;
}
Regards,
Yigit
Merhabalar Oguzhan!
WordPress admin panelinden LayerSlider WP bolumune giderek Layer Slider olusturabilirsiniz. Sonrasinda sayfaniza Advanced Layout Editor’de bulunan Media Elements bolumunden Advanced Layer Slider elementini ekleyerek LayerSlider WP bolumunde olusturdugunuz slideri secebilirsiniz. Onun haricinde yine Media Element sekmesi altinda bulunan diger her hangi bir sliderida sayfaniza ekleyebilirsiniz. Ekledikten sonra elementin uzerine tiklayip slide gorsellerini yukleyebilir ve diger ayarlari kendinize gore uyarlayabilirsiniz.
Enfold Dokumantasyonuna bu linkten goz atabilirsiniz http://kriesi.at/documentation/enfold/
Baska her hangi bir sorunuz veya sorununuz olursa, sorunuza adimi ekleyebilirsiniz :)
Saygilar,
Yigit
Hey Wolfgang!
You are currently using an older version of Enfold. Please update it to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
There were some improvements done to table elements
Regards,
Yigit
Hi scottsmeester!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
#header_main div.container {
margin-top: 50px;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 197px;
}}
Best regards,
Yigit
Ich verfolge gerade die Diskussion auf Marketpress.de zum neuen Verbraucherrecht. WGM hat da ein neues Label bei den Produkten eingeführt – Digital –, das wohl bei allen virtuellen und herunterladbaren Produkten erscheinen soll – ähnlich dem SALE Label. Kommt da noch was für Enfold?
Hi mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce .thumbnail_container img {
width: auto!important;
}
Best regards,
Yigit
Hi mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
background: #000099;
}
Best regards,
Yigit
Hi!
Glad Ismael could help! You can request features or vote already requested ones here – https://kriesi.at/support/enfold-feature-requests/
Let us know if you have any other questions or issues :)
Cheers!
Yigit
This reply has been marked as private.
I went to Enfold > Theme Options > Favicon. Upload my icon image. Website is: http://mq38.com
should the icon show up instantly? I also manually uploaded an ico format image to the root directory but nothing seems to be working…
Im also using the most updated version of WP and Enfold
Dear Josue,
Sure. http://www.francaispourlesetrangers.eu/blog
It is used on the Enfold demo site as well. main menu > features. (then the sidebar menu on the left).
Do you know how to create a thicker border on the footer as well. If i change it in CSS it will add a thicker border to all the borders on the website.
Thanks Josue!
Hi HuxburyQuinn!
Thank you for visiting the support forum!
There is no opacity or tint on the sub menu items. Just add this on Quick CSS or custom to change the font color:
.header_color .main_menu .menu ul li a {
color: blue;
}
You can also modify the menu style on Enfold > Advanced Styling panel. Edit the Main Menu sublevel links element.
Best regards,
Ismael
Hey!
Thank you for the info.
I’m sorry, I thought http://raygun.io is the website. Reviewing the error logs, most of it are coming from wp core theme files and not the Enfold. My guess is that the plugin are quite strict and are looking for high standards on coding practices for PHP. There seems to be no performance issues when I logged in to the wp dashboard. Please try to open a ticket on wordpress.org. I’ll ask Dude to check this thread in order to explain it further.
Regards,
Ismael
Hello Team,
This is to ask you for a recommended free and easy manage newsletter pluging compatible with ENFOLD.
I see you recommend the WordPress Newsletter Plugin, but it is not free.
Many tanks and regards from Madrid, Adolfo
Hey Andrew!
Thank you for using the theme.
Did you migrate the website on another domain? The image links are incorrect. In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Regards,
Ismael
Hi,
as i has read at google analytics settings, the new Universal Analytics needs analytics.js script to work properly.
https://support.google.com/analytics/answer/4457764?hl=en
Currently, Enfold uses old ga.js script. Is there any chance it will be updated?
Kindly regards,
Paul
Hi SeascapeTech!
Maybe Enfold can’t regenerate the dynamic stylesheet for one (or more) languages. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).
Regards,
Peter
Hey!
1) I recommend to use the excerpt field: http://www.clipular.com/c/4541537736196096.png?k=QuY_W21Ghczzv2VdGq9JHU_v1gI to determine the excerpt length. WordPress will display the text you entered in the textarea as excerpt. If you want to generate the excerpt based on the post content use this code:
add_filter('avf_masonry_excerpt_length','avia_change_masonry_excerpt_length', 10, 1);
function avia_change_masonry_excerpt_length($length)
{
return 60;
}
and replace 60 with any custom value. The default value is 60 characters. You can insert the code into the child theme functions.php file or enfold/functions.php.
2) You can use the “Link” post format. If this format is set and you added an url to the very beginning of the post content Enfold will link the image to this url and not to the single post page: http://www.clipular.com/c/5277255768997888.png?k=0u0Vjl_5_E5ai8QLIq7HMW86120
Best regards,
Peter
Hey!
The category/archive pages use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the content. You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but you need to add this code to your child theme functions.php file or enfold/functions.php:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1);
function avia_category_content_filter($current_post)
{
if(!is_single())
{
$current_post['content'] = get_the_excerpt();
$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;
}
to query the excerpt from the “excerpt” field.
The html code I see on the plog overview is only there when I change the propertie of a blog message to link. If I take away the propertie (notation) link and use standard, there is no problem. But like that I still see the whole message and not only a summery.
I guess you tested it with: http://gok.wpengine.com/galerij-van-succesverhalen/ (hosted on WPengine) ? The reason is that you wrapped your link into a “quote” tag. If you want to use the “link” post format please add the url of the link without any additional html tags to the top of the post content like:
http://opgewicht.forum2go.nl/galerij-met-inspirerende-grip-op-koolhydraten-succesverhalen-f57.html
<blockquote>Voor inspiratie en motivatie zie de <a title="Galerij van succesverhalen" href="http://opgewicht.forum2go.nl/galerij-met-inspirerende-grip-op-koolhydraten-succesverhalen-f57.html" target="_blank"> <strong>Galerij van succesverhalen</strong></a> op het forum (voor iedereen leesbaar).
Bijvoorbeeld: <strong><a title="Drie generaties aan de GOK" href="http://opgewicht.forum2go.nl/3-generaties-aan-de-gok-t11919.html" target="_blank">Drie generaties aan de GOK</a></strong>
</blockquote>
Enfold will then strip the url http://opgewicht.forum2go.nl/galerij-met-inspirerende-grip-op-koolhydraten-succesverhalen-f57.html from the post content and use it as featured url/link.
Cheers!
Peter
Hi!
is there a solution to change the size of right sidebar???
Yes, insert this code into the child theme functions.php file or enfold/functions.php:
function avia_increase_sidebar_size() {
global $avia_config;
$avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven');
$avia_config['layout']['sidebar_left'] = array('content' => 'eight', 'sidebar' => 'four alpha' ,'meta' => 'three alpha', 'entry' => 'eight');
$avia_config['layout']['sidebar_right'] = array('content' => 'eight alpha', 'sidebar' => 'four alpha', 'meta' => 'three alpha', 'entry' => 'eight alpha');
}
add_action( 'init', 'avia_increase_sidebar_size', 1);
To change the sidebar size you need to replace “eight” and “four” with a different value. I.e. change “eight” to “nine” and “four” to “three” to decrease the width of the sidebar. You can also replace “eight” with “seven” and “four” with “five” to increase the width. Note that you must not exceed the width of “twelve” units because our css grid just supports twelve units in one row.
Regards,
Peter
Hey!
1) Try this code instead:
.single #wrap_all div[itemprop="description"] p{
font-size: 18px;
}
2) Please add this code to the child theme functions.php file to hide the additional informartion tab. You can also add it to enfold/functions.php if you don’ use a child theme:
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['additional_information'] ); // Remove the additional information tab
return $tabs;
}
Cheers!
Peter
Hi,
When I re-size my browser window or view web page in mobile, the mobile menu appears. (Great!)
1-When i scroll down it disappears, what is the code for keeping it at the top right of my screen(aka floating/ sticky/fixed position?)
I searched the forum for this but i did not find what i’m looking for.
Thank you for the help!
2-if i want it to float in the middle of my screen or at the bottom, what is the code?
examples:
https://cdn.tutsplus.com/net/uploads/legacy/018_Floating_Menu/demo/dhtml_float_menu_final_nettut.html
Hey!
Thank you for the info.
Please deactivate all plugins then test it again. Might be in conflict with other plugins. Make sure that you’re running WP 3.9 or higher with Enfold 2.8.1. If deactivating the plugins doesn’t work, please post the login details here and set it as a private reply. We would like to ask for your permission if it’s possible to deactivate the plugins while working on the site.
Best regards,
Ismael
Hey Yoav!
Please update the theme to the latest version (2.8.1).
You can try putting the code inside a Code Block element, that way it will get preserved.
Best regards,
Josue