Hi,
my website appear at the top, the following message error:
Warning: session_start() [function.session-start]: open(/var/lib/php-cgi/session/sess_r8ilpo3ju8dbh8pbqe7sc9dd74, O_RDWR) failed: No such file or directory (2) in /home/storage/6/4d/b0/site1378749611/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php on line 27
Can you help me?
the url is: http://www.refiate.com
thanks
This reply has been marked as private.
Hey crevlon!
1) Verwende folgenden CSS Code
#top .avia-button-row .avia-button-wrap .avia-button {
font-size: 20px;
}
2) Verwende folgenden CSS Code
.pricing-table .first-table-item {
color: #ff0000;
}
3) Hinter dem Wert (zB 20, 30, etc) füge diesen Code ein:
<span class="currency-symbol">$</span>
und tausche das $ Zeichen gegen dein Währungssymbol aus.
Cheers!
Peter
Hello Kriesi team,
Is there any way to hide the category title of the category pages (because in the top menu appears the title of the category):
Examples:
I would like to hide “Lógica de negocio y seguridad”
http://solucionestecnologicasparaempresas.com/categoria/logica-de-negocio-y-seguridad-de-la-informacion/
I would like to hide “Captura y distribución de la información”
http://solucionestecnologicasparaempresas.com/categoria/captura-y-distribucion-de-la-informacion/
In month archive pages the month only appears in the top menu (great!):
http://solucionestecnologicasparaempresas.com/2014/01/
http://solucionestecnologicasparaempresas.com/2014/02/
I would like to do the same with the category pages, hidden the second title and showing the list of post only, without any title. The title will appear only in the top menu.
Thanks in advance, Raúl.
Thanks Ismael,
I have solved the issues in the following way, following your instructions:
(1) Replacing in loop-index.php:
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) $slider = ‘‘.$slider.’‘;
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
for
//echo preview image
if(strpos($blog_style, ‘big’) !== false)
{
if($slider) echo ‘<div class=”big-preview ‘.$blog_style.'”>’.$slider.'</div>’;
}
(2) Adding on quick css only:
.template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
overflow: hidden;
margin-top: 10px;
}
(3) Adding on quick css:
.tag .post-title.tag-page-post-type-title {
border-bottom: 1px solid #e1e1e1;
padding-top: 10px;
margin-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}
Thanks very much for your job. I am delighted to have chosen enfold theme because I thin:
– It is a great theme
– All kriesi team work to add more a more functionalities
– And, of course, ¡a great support!
Thanks for your time and support, Raúl.
Hi!
Please remove the modifications that you added then replace it with this:
.main_menu {
top: 35px;
}
.main_menu .menu ul {
top: 83px;
}
.avia-menu-fx {
bottom: 32px;
}
Best regards,
Ismael
Hi
.main_menu {
margin-top: 45px;
}
Place in the style sheet
Regards
Richard
Hi AndrewDelaware!
Please add this on Quick CSS or custom.css to move the icon:
.tabcontainer .tab_icon {
position: relative;
top: -2px;
}
Best regards,
Ismael
Hey!
Please add this on Quick CSS or custom.css:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
Cheers!
Ismael
Hey!
I checked the website on Chrome, Firefox 26.0 and IE9. The icons show properly. Please try to remove browser cache then reload the page a few times. Please refer to this link for trouble shooting: https://kriesi.at/support/topic/invisible-icons/#post-216288
Regards,
Ismael
Hi Raul!
1.) Please edit includes > loop-index.php, find this code:
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) $slider = '<a href="'.$link.'" title="'.$featured_img_desc.'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
Replace it with:
//echo preview image
if(strpos($blog_style, 'big') !== false)
{
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
}
2.) Add this on Quick CSS to create a separator below the image:
.single .big-preview.multi-big {
border-bottom: 1px solid gray;
}
.template-blog .post .entry-content-wrapper, .template-blog .blog-meta {
overflow: hidden;
margin-top: 10px;
}
3.) You can use this:
.tag .post-title.tag-page-post-type-title {
border-top: 1px solid gray;
padding-top: 10px;
margin-top: 10px;
}
Best regards,
Ismael
Hey!
Can you please post the login details here as a private reply? You can add a text on the “Buy Now” menu item then enclose it on div or span tag. We can hide it on desktop view. I don’t think it is possible to show images on the mobile dropdown menu without major modifications.
Regards,
Ismael
Hey!
Create a new contact page but don’t add the menu on Appearance > Menus. The menu item will not show unless you add it.
Regards,
Ismael
Hi!
Please add this on functions.php:
add_filter('avf_title_args', 'change_breadcrumb', 10, 2);
function change_breadcrumb($args,$id) {
if($args['breadcrumb'] == true) {
$args['breadcrumb'] = false;
avia_social_media_icons();
}
return $args;
}
Add this on Quick CSS or custom.css:
#top .social_bookmarks {
width: 1030px;
margin: 0 auto;
height: 0;
position: relative;
top: 45px;
}
#top .social_bookmarks li {
height: 30px;
position: relative;
float: right;
z-index: 1000;
border-right: none;
}
#main {
position: relative;
top: -31px;
}
Regards,
Ismael
I am having the same issue on a mobile device. The website is displaying fine on a desktop or tablet but not on the phone. Everything is in code & no images display. It was previously working find. PLEASE HELP!
Thanks!
Laura
Hey guys,
I just found this thread: Change meta info of frontpage blog
Unfortunately though I have no clue how this would apply to my current situation. I would like the blog to indicate when a post has been last updated instead of when it was first published.
Basically I want it to be like this.
Thanks in advance for your help!
-
This topic was modified 12 years, 1 month ago by
Trystan.
Hi!
It should work fine. You can follow Peter’s instructions and if anything unexpected happens, please let us know. I am closing this thread. Feel free to start another one if needed
Regards,
Yigit
This reply has been marked as private.
Hi lunchforone!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.bottom_nav_header.social_header #header_main .container {
height: 165px; }
#top .social_bookmarks li a { font-size: 18px; }
2- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
3-
.single-post .big-preview.single-big { display: none; }
4- Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu .menu ul { top: 70%; }
Best regards,
Yigit
This reply has been marked as private.
Hello Kriesi team,
(1) I would like to remove the image overlay link in the top image of the single blog posts.
Example of single blog posts:
http://solucionestecnologicasparaempresas.com/gestion-de-contenidos/las-barreras-de-las-redes-sociales-corporativas/
http://solucionestecnologicasparaempresas.com/gestion-de-contenidos/las-redes-sociales-corporativas-son-una-realidad/
(2) Otherwise, is there any way to insert a blank line between the image of the single blog post and the title.I think they are very attached.
(3) Finally i will appreciate very much if you can help me to insert blanck lines in the tag pages. I think “items de portfolio” is very closed to the items, and “entradas” is very closed to the portfolio items and the blog inputs.
Example of tag page:
http://solucionestecnologicasparaempresas.com/etiqueta/destruccion-certificada/
Thanks in advance.
Regards, Raúl.
Hey davidtaylorwebmedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-logo-element-container img { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease;}
#top .avia-logo-element-container img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none; }
Best regards,
Yigit
Hey mohammad-psm!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.avia-slideshow { margin-top: 5px; margin-bottom: 5px; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.social_header .phone-info { font-size: 16px; }
#top .social_bookmarks li a { font-size: 17px; }
.content { padding-top: 10px; }
What type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab
Regards,
Yigit
1+2 ) Easy Slider/ Photo/ Text Block within Color Section:
I am trying to place an easy slider within a color section and have it fill the height to 100% yet be in a 1/3 column layout area and text next to it in 2/3 column. there is a fixed border around the easy-slider which I cannot get rid of – any code?
– this is the css I defined the color section area with:
#workshopscolorsection {
height: 360px!important;
}
.avia-slideshow-inner {
padding: 0px; margin: 0px, 0px, 0px, 0px;
}
– Alternative is to have a photograph within the color section but when I try that the content (in a text block) rides over the photograph.
– Another alternative is to have a photograph within a text block but the photograph will not flush to the top of the color section – and when we go to mobile mode the text in the color section rides over the text in text blocks placed below the color section – the same happens with any text block within the color section.
– In mobile mode the entire page is a mess.
Any solution to what I am trying to do? HOPE THIS IS CLEAR
5 ) HEADINGS:
I have resized all the headers. How to reduce line-height between headings and other heading? Or is the line-height automatically considering the 150% I programmed in. Also the line-height in mobile mode does not reduce proportionally.
4 ) HEADER:
This is some code you gave someone else to keep the logo in the header full-size when scrolling
#header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
height: 115px !important;
line-height: 115px !important;
max-height: none !important;
}
problem I am having is that in scroll modus there is no padding under the logo – code?
sometimes the logo squishes together to be very thin.
5 ) CSS to alter SIDE MENU font, colour?
Thanks!
I have tried to be as clear as possible hope it is!
This reply has been marked as private.
Hi,
I have seen this post: https://kriesi.at/support/topic/change-product-hover-text/ and this works – but I guess when updating the theme, I will loose these changes. I have created a child theme, and verified it works by adding some CSS to the style.css and these changes shows just fine.
I then tried copying the config.php to a subfolder called config-woocommerce in my child theme, but this does not work :-( I also tried renaming the config-woocommerce folder to just woocommerce, but again no luck. Can you please help me with finding out where to put this config file in my child theme?
Thanks in advance.
Hi I would like to thank you for the great theme that you have created, I am currently in the process of editing the template and one problem that I have is that the Easy Slider has different padding on different pages, I looked at other topics posted and tried the following code:
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px;
}
within the enfold styling quick css, but unfortunately they are still in different positions as if each slider has its own padding too or something, could you please help me with this. Thank you.
You are the man! Thanks.
Last question: the grey bar on top of the page. Where can I remove it? It has no use now.
Regards,
David