Forum Replies Created
-
AuthorPosts
-
Hi,
What do you mean by adding audio tag on mediaelement.js?
You can use these plugins:
http://wordpress.org/plugins/wp-audio-player/
http://wordpress.org/plugins/haiku-minimalist-audio-player/
http://wordpress.org/plugins/html5-jquery-audio-player/
Regards,
Ismael
June 25, 2013 at 3:08 am in reply to: Enfold – Edit Dynamic Template of this entry gives me an error #126340Hi,
Dynamic Templates serve as a go to option to create pages with the same layout as fast as possible.
Please create a new admin user. See if the issue is still there. Do you have any plugins installed that might cause the issue?
Regards,
Ismael
Hi,
You can change the left position the title bar. Add this on your custom.css or Quick CSS
.avia-progress-bar .progressbar-title-wrap {
left: 45%;
}You can also use pixels.
.avia-progress-bar .progressbar-title-wrap {
left: 200px;
}Adjust the value depending on the width of the progress bar.
Regards,
Ismael
Hi,
Create a page, go to Layout > select No Sidebar. Don’t display the header, footer widgets and socket. Add a Text Block or whatever it is you want to add on your Maintenance Mode page. Publish the page. Go to Enfold > Theme Options > Frontpage Settings, select the maintenance page.
Regards,
Ismael
June 24, 2013 at 2:53 pm in reply to: Trying to optimise my site and have a couple of questions. #126267Hi,
1.) You’re using W3 Total Cache? Look for the “Prevent caching of objects after settings change” option on the browser cache settings tab.
2.) Use minifying plugins to combine all js and css scripts: http://wordpress.org/plugins/bwp-minify/
3.) The width and height attributes are not added inline because you need the site to be responsive.
Regards,
Ismael
Hi,
To change the tab color, use this
div .main_color .tabcontainer .active_tab, .tab {
background-color: green;
}Change the color value.
You can change the button color background on the Button Options. Look for Button Color.
Regards,
Ismael
June 24, 2013 at 2:28 pm in reply to: How do I remove top header bar, and reduce the amount of white space? #125889Hi,
Using Chrome, you can inspect the element, look for the unique body class selector. It will look something like this.
body id="top" class="home page page-id-734
You can use the selector .page-id-734 prior to the elements you want to target on that specific page. Example.
.page-id-734 .main_color .avia-icon-list .iconlist_icon {
background-color: red;
}The code will only change the iconlist background color on the page with id 734.
I already asked Kriesi if it is possible to add unique css selectors for each Avia Elements when editing on the Advance Layout Builder. I’ll tag him on this thread.
Regards,
Ismael
Hi,
Can you give us a screenshot on your Portfolio Grid options?
On Portfolio Grid Options, look for “Which categories should be used for the portfolio?”. On the left, click a category, push CTRL + Click to add more categories. CTRL + A, to select all. Save changes.
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.big-preview.multi-big a img {
width: 100%;
height: 100%;
}
.blog-meta .small-preview .attachment-square.wp-post-image {
width: 100%;
height: 100%;
}Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
}Regards,
Ismael
June 24, 2013 at 5:20 am in reply to: How to make all buttons like the subtle color style (grey text to white) #123570Hi,
Can you give us a link to your website?
To change the button background to solid color use this
body div .avia-button {
background-image: none !important;
}
body .avia-button.avia-color-theme-color {
background-color: gray;
border: none;
color: white !important;
}For the hover effect use this
.main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover {
background-color: gray;
opacity: .8;
}Regards,
Ismael
June 24, 2013 at 4:45 am in reply to: Refreshing / Reloading the browser causes the Mega Menu to offset itself. #126041Hi,
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
-
AuthorPosts