Forum Replies Created
-
AuthorPosts
-
June 24, 2013 at 4:45 am in reply to: Refreshing / Reloading the browser causes the Mega Menu to offset itself. #126041
Hi,
I tested the site but the mega menu stays the same whenever I refresh the page.
Regards,
Ismael
June 24, 2013 at 4:44 am in reply to: bug in footer, change language, change color and size of the menu #124617Hi,
You can use this
.bottom_nav_header.social_header .main_menu ul:first-child > li a {
border-right-style: solid;
border-right-width: 1px;
font-size: 15px;
}Regards,
Ismael
Hi,
1.) Add this on your custom.css or Quick CSS
.home.archive.post-type-archive .template-shop.content.twelve.alpha.units {
width: 650px;
float: right;
clear: none;
margin-top: -90px;
}2.) Use this
body {
font-size; 15px;
}
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; }
h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
h5 { font-size: 16px; line-height: 1.1em; } /*17*/
h6 { font-size: 14px; line-height: 1.1em; }3.) Customers are not appearing in the user are, What to check?
4.) When you insert a logo image on Enfold > Theme Options. You have the option to select the size of the image before you click the “Insert image as logo” button.
5.) Do you mean the shop category? Where do you want them to appear?
Regards,
Ismael
Hi,
I think this a specific plugin issues. Please deactivate your plugins, see if it will fix the issue. This is only happening in your installation, you are the only one having this unique issue.
Regards,
Ismael
Hi,
Checked your website. Why is there a bunch of backslashes on the code?
You did send the email but you didn’t send me the login details. There is no way I can check the site and makes changes.
Regards,
Ismael
Hi,
If I’m correct, you can’t edit the main LayerSlider files,but only the css files and the theme modifications. You need to buy a license and install the plugin manually.
Regards,
Ismael
June 24, 2013 at 4:12 am in reply to: Unable to upload/exchange images within the demo-portfolio template #126062Hi,
Please add this on your custom.css or Quick CSS
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block !important; }
}Regards,
Ismael
Hi,
Please give us a link to your website so that we can give you a solution.
Regards,
Ismael
Hey,
Download Enfold 1.7. Install Woocommerce plugin. Install the woocommerce pages then Import the Enfold dummy data.
Regards,
Ismael
Hi,
It is working fine on my end. I can see the slider transition. You might want to edit the Layers Container width on LayerSlider WP > Slides > Global Settings > Basic > Layers Container, specify a certain width. 1024px is good.
Regards,
Ismael
Hi,
Please upgrade to Enfold 1.7.
Do you have W3 Total Cache plugin? Flush the cache settings.
Regards,
Ismael
Hi,
Are you talking about the hover with circle on the center? It is pre enabled. Can you give us a link to your site?
Regards,
Ismael
Hi,
You can add it on the Enfold Featured Request thread. https://kriesi.at/support/topic/enfold-feature-requests
Try these plugins:
http://wordpress.org/plugins/jquery-t-countdown-widget/
http://wordpress.org/plugins/the-countdown/
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.embed-youtube {
text-align: left !important;
}Regards,
Ismael
June 24, 2013 at 2:38 am in reply to: problems removing reagured image from post and portfolio item #126134Hi,
What type of Blog style do you have? The code you have should work fine. You can also add this if you are using the small preview pic blog style.
.small-preview {
display: none;
}Regards,
Ismael
Hi,
You can isolate the homepage using its unique body class selector. Inspect the homepage using Chrome, right click, inspect element. Look for the body class. It will look something like this page-id-734.
You can use it before any selectors that you want to change. Something like this
.page-id-734 .av_one_third {
/* STYLE HERE */
}Regards,
Ismael
Hi,
Can you give us a link to your website? What mobile device do you have and what is the display resolution of this mobile device?
Regards,
Ismael
Hi,
If the color of the progress bar is blue, go to shortcodes.css, find this code
.blue-bar .bar{
background: #7bb0e7;
background-image: -webkit-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
background-image: -moz-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
background-image: -o-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
background-image: -ms-linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
background-image: linear-gradient(-45deg, #96C8FB 25%, #74a6d9 25%, #74a6d9 50%, #96C8FB 50%, #96C8FB 75%, #74a6d9 75%, #74a6d9);
}Replace it with this code to remove the slanted lines effect or the strobe effect.
.blue-bar .bar{
background: #7bb0e7;
}This will create a solid colored progress bar. You can change the width and height using this code
.avia-progress-bar .progress {
width: 50%;
height: 20px;
}Regards,
Ismael
Hi,
Please follow the thread.
https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
I end on up on a 404 page visiting this link: http://www.wohnluft.de/2013/06/5-lesenswerte-architekturseiten/
Regards,
Ismael
June 24, 2013 at 2:20 am in reply to: How to change the word "All" for the Portfolio Category Filter ? #125912Hi,
Please edit wp-contentthemesenfoldconfig-templatebuilderavia-shortcodes portfolio.php, find this code
$output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.search .breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.template-page .entry-content h2, .template-page .entry-content h3 {
z-index: -1;
}Did you change anything on the CSS files?
Regards,
Ismael
Hi,
Open js > avia.js, find this code
if(st < el_height/2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/2;
//header.addClass('shadow');
}Replace it with
if(st < el_height/1.2)
{
newH = el_height - st;
//header.removeClass('shadow');
}
else
{
newH = el_height/1.2;
//header.addClass('shadow');
}This will still shrink the logo but not so much. :)
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS.
.alternate_color {
background-color: blue;
}You can also change the color settings on Enfold > Theme Options > Styling Tabs. Scroll below.
Regards,
Ismael
Hi,
I’m not sure where did Dude get the code, I can’t find it myself. Please give this one a roll.
#scroll-top-link {
font-family: 'entypo-fontello' !important;
}Add the code on your custom.css or Quick CSS.
Regards,
Ismael
-
AuthorPosts