Forum Replies Created
-
AuthorPosts
-
Hi,
Then you can change it to something like this:
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('title' => $title, 'link' => $t_link, 'subtitle' => $t_sub, 'heading' => 'strong'));
Regards,
Ismael
September 10, 2013 at 1:58 am in reply to: How can I change text box background on LayerSlider? #140232Hey,
Use rgba values.
background: rgba(200, 54, 54, .5);
.5 is the transparency level.
Regards,
Ismael
Hey,
You can add something like this on your custom.css or Quick CSS:
.av_table_col.first.portfolio-preview-image {
width: 56%;
}Regards,
Ismael
Hey,
Please add this on your custom.css or Quick CSS:
.avia-icon-list .iconlist_content li {
min-height: 0;
padding: 0;
list-style: disc inside;
}Regards,
Ismael
September 10, 2013 at 1:38 am in reply to: Enfold – Menu Editor – Some options not available when installed in a subdomain #140397Hi,
Are you talking about the menu on Appearance > Menus panel? Have you tried clicking the “Screen Options”, see if they are enabled?
Regards,
Ismael
September 10, 2013 at 1:36 am in reply to: Enfold – Menu Editor – Some administrators cannot see all options #140360Hey,
Please click “Screen Options”, see if all menu groups are enabled.
Regards,
Ismael
Hey,
Please use this:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 12px;
}
}Regards,
Ismael
Hi,
Please try it on a different browser. Remove browser cache then reload the page a few times. Are you sure you got the latest version of Enfold?
Regards,
Ismael
Hey,
Please send the login details to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHey,
Please remove browser cache then reload the page. If you have any cache plugin, flush the settings. Deactivate all plugins, see if the issue is fix.
Regards,
Ismael
Hi,
This is what I see on IE.
Please add this on your custom.css or Quick CSS:
.logo, .logo a {
height: auto;
}Regards,
Ismael
Hi,
You can specify the width and height of a youtube video directly on the url:
http://www.youtube.com/watch?v=wBtcxlZP4fo&width=100&height=100
Get the actual video url.
Regards,
Ismael
Hey,
Can you post the facebook like button here? Is the site live? We would like to inspect it.
Regards,
Ismael
September 9, 2013 at 3:24 am in reply to: Layer Slider with theme on Stretch layout background image blurry #140007Hi,
Please use image with more 1500x460px in size. Can you give us a link to the website?
Regards,
Ismael
Hey,
1.) You can use this to remove the dashed border:
.avia-desc-col.pricing-table li {
border-top: none;
border-bottom: none;
}2.) Use this to remove the empty cell:
.avia-table.main_color.avia-pricing-table-container.avia-table-1.avia-builder-el-4.el_after_av_textblock .pricing-table.avia-desc-col .empty-table-cell {
display: none;
}Regards,
Ismael
September 9, 2013 at 3:14 am in reply to: The same again – Show sidebar on mobile without the line #140009Hey,
1.) This is the proper code:
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}2.) Please try this:
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar, .inner_sidebar {
border: none;
}
}Regards,
Ismael
Hi,
Can you give us a link to your website? We would like to inspect it.
Regards,
Ismael
September 9, 2013 at 1:54 am in reply to: how to remove horizontal rulers from h1 (titles) styles #140214Hey,
Can you give us a screenshot? Please try this:
.container_wrap {
border: none;
}Regards,
Ismael
Hi,
Unfortunately, this is not possible with the Layer Slider within the Enfold theme. You can hire a freelance developer to modify the theme and the plugin for you. You can use the Fullscreen Slider if you want a full width image rotator.
Regards,
Ismael
Hi,
Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();Replace it with:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();Regards,
Ismael
Hi,
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Replace it with:
echo '<h1 class="logo">';
echo bloginfo('name');
echo '</h1>';Add this on your custom.css or Quick CSS:
.logo {
top: 40px;
}Regards,
Ismael
Hi,
Yes, it is hidden on mobile view. You can show it back but I doubt if you’ll like the look of it.
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}
}Regards,
Ismael
Hey,
You can use this on your custom.css or Quick CSS:
body .header_color .main_menu ul:first-child > li > a {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}If it doesn’t work use this:
body .header_color .main_menu ul:first-child > li > a {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#menu-item-search a {
font-family: entypo-fontello !important;
}Regards,
Ismael
Hi,
Let me tag Kriesi. The theme should always be available in your downloadable items. Are you sure you are logged-in on the correct account? Please try to use a different browser then sign in again.
Regards,
Ismael
Hi,
I don’t think this is a theme related issue. Please download the latest version of WordPress again then override your current installation. Have you tried switching to the default WordPress theme?
Regards,
Ismael
Hey,
Please check http://community.weatherseal.co.uk/gallery/. I added this code on your Quick CSS field.
.js_active .grid-image {
opacity: 1 !important;
}
.grid-image img {
width: 100%;
display: block;
height: 100%;
}I suggest you download Enfold 2.1 then update your installation.
Regards,
Ismael
-
AuthorPosts