Hey!
The background for the big images is just set to be the same as the general background when using the blog layout and not one of the blog shortcode layouts.
You can remove it by 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 .big-preview {
background: transparent;
}
Cheers!
Devin
Hey!
I’m not really sure what you mean. The site linked at the start of this topic has the same footer on each page I looked at.
Best regards,
Devin
There is a huge issue with nested(child) PAGES URL, when in www.mysite.com/%postname%.
It should not automatically include the parent page %postname% in the URL, as www.mysite.com/%parent-postname%/%child-postname%/.
It’s a huge issue in terms of SEO.
For example: I have a page www.mysite.com/primary-topic/secondary-topic/ and it has good rankings in Google.
If I decided that I just want it to be a parent page (not a child to any other page) and I save it, the URL is changing automatically.
Do I need to explain what will happened to the rankings of this page then?
So please explain me how to avoid this in order the URL will look like this www.mysite.com/secondary-topic/ even if it child page’ but remain a child in the breadcrumbs’ and with automatic menu at the sidebar.
*This also should go to the todo-list, for next theme upgrade, as an option to chose (in my opinion).
-
This topic was modified 12 years, 2 months ago by
vadi4ek.
Hi,
Love Enfold theme, we’re using it for a clients website – http://www.fly-creative.com/evoline
On the homepage they would like to display 5 product categories. The best solution I can think of is to put 3 in the top row then 2 centred below. As the porfolio grid isn’t allowing me to do this with the bottom row I am coding it myself, however if I insert code in to a text block then save the page, as I go in to revise any code within the text block when I open the element the block is blank? Just wondered if you know what might be causing this.
Many Thanks,
George
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, 2 months 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