Forum Replies Created
-
AuthorPosts
-
Hi,
Did you create a portfolio item for each member? You need to upload an image for each portfolio items.
Try to regenerate the thumbnails http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
Ismael
May 1, 2013 at 6:53 am in reply to: Large space between columns on page built by the builder #116577Hi,
I don’t see the enfold theme on your site. This is your 2nd thread.
Regards,
Ismael
Hi,
I don’t see anything on the website. My suggestion is to make the font size small. Maybe you might have to do it by separating some of the menus. Please make the site live so that we can inspect it.
Regards,
Ismael
Hey,
Thanks for the tip. It will really help if you can give us a link to the issue. Did you fix it?
Regards,
Ismael
Hi,
Yes, you can remove them. You can add this on your custom.cs or Quick CSS
.single .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
display: none;
}Regards,
Ismael
Hi,
Open includes error404.php and find this code
<p><strong><?php _e('Nothing Found', 'avia_framework'); ?></strong><br/>
Place this code at the bottom.
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
<?php
the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'404',
'before_widget' => '<div class="widget avia_combo_widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>'
));
?>Remove the same code below. Try to remove browser cache the reload the page.
Regards,
Ismael
Hi,
Kriesi disabled the description or caption for prettyPhoto lightbox plugin. I’m having a hard time retrieving it. Let me tag the rest of the support team to help us out.
Regards,
Ismael
Hi,
There is no way to manually specify a styling for each product. Although you can style a specific category page which, I guess, not the way you want it.
Please try to regenerate the thumbnails using this plugin. http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Ismael
May 1, 2013 at 5:08 am in reply to: Is it possible to make the very top of the header section dark / black? #116770Hi,
You can add this on your custom.css or Quick CSS
#header_meta {
background-color: black;
}
.header_color ul {
border-color: gray;
}Regards,
Ismael
Hi,
Can you give us a link to the problem?
There are 2-3 updates currently starting from Enfold’s release.
Regards,
Ismael
Hi,
What do you mean by ” when a TEAM MEMBER is set in a PORTFOLIO item”?
If you want to understand it clearly. You can Import the dummy data then edit the Meet the team page. You will be able to see how it is done.
Regards,
Ismael
Hi,
You can fix it with css. Add this on your custom.css or Quick CSS.
div.pp_default div .pp_content {
min-height: 330px;
}Regards,
Ismael
Hi,
I’m not sure why this is happening. Let me tag Kriesi and the rest of the support team to help us out.
Regards,
Ismael
Hi,
On Enfold > Theme Options > Styling > Use stretched or boxed layout? > Select Stretch Layout. I think you are using the box layout.
Did you add or modify anything on the css?
Regards,
Ismael
Hi,
Go to the LayerSlider WP > Slides, at the bottom edit each layers then click the “Style” tab. You can control the top and left position of each element.
Regards,
Ismael
April 30, 2013 at 2:13 am in reply to: Turning off bouncing circle image for certain images hrefs #116381Hi,
You can add this on your custom.css or Quick CSS.
.image-overlay.overlay-type-extern {
display: none !important;
}Regards,
Ismael
April 30, 2013 at 2:08 am in reply to: My Quick CSS? How do I make menu font in header larger? #116072Hi,
The code Peter suggested should work. Please try to remove browser cache the reload the page again. Change the value to 17px or larger so that you can see the effect.
What kind of header are you using?
Regards,
Ismael
April 30, 2013 at 1:58 am in reply to: Editor suddenly shows only an empty window on all pages #116105Hi,
You can start with these codes. Place them on your Quick CSS or custom.css
#header_main {
background: #585858;
border-color: #2B2B2B;
}
#header_meta {
background: #585858;
border-color: #2B2B2B;
}
.header_color ul {
border-color: #2B2B2B;
}
.menu-item a {
color: white !important;
}You can also edit the color theme on Theme Options > Styling > Click on the Header tab.
Regards,
Ismael
Hi,
You can add this on your custom.css
.social_header #header_main .container {
height: 80px;
line-height: 116px;
}Adjust the height.
Regards,
Ismael
Hi,
It should work. Try to go to google map again. Enter your address. Right click the marker of your location then click “What’s Here”. The coordinates (latitude and longtitude) will automatically pop up. Fill up the google map widget with the coordinates. Zoom lvl 1 is world view.
Regards,
Ismael
Hi,
Open js > avia.js then find and remove this code
//check if the browser supports element rotation
function avia_header_size()
{
var win = $(window),
header = $('.fixed_header #header'),
elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
el_height = $(elements).filter(':first').height(),
isMobile = 'ontouchstart' in document.documentElement,
scroll_top = $('#scroll-top-link'),
set_height = function()
{
var st = win.scrollTop(), newH = 0;
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}
elements.css({height: newH + 'px', lineHeight: newH + 'px'});
}
if(!header.length) return false;
if(isMobile)
{
return false;
}
win.scroll(set_height);
set_height();
}Regards,
Ismael
Hi,
Looking at your site, I guess you managed to insert icons before your menu items.
Regards,
Ismael
Hi,
What type of header are you using? You can select 4 types of headers on Enfold > Header.
Regards,
Ismael
-
AuthorPosts