Forum Replies Created
-
AuthorPosts
-
August 8, 2013 at 6:18 am in reply to: .trigger('avia_start_animation') fix no longer working in 1.9.1 #133754
Hey,
Please refer to this link: https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Regards,
Ismael
Hi,
You can edit css > grid.css.
.responsive .boxed#top {
width: 1130px;
}
.responsive .container {
width: 1030px;
}Regards,
Ismael
August 8, 2013 at 6:08 am in reply to: How to add content elements to the Avia layout builder? #133142Hi,
I forgot, you need to add this on your functions.php below line 16:
add_theme_support('avia_template_builder_custom_css');
After this, you will be able to add a unique css selector for each avia elements like Buttons, click the Button element then scroll below.
Regards,
Ismael
August 8, 2013 at 6:03 am in reply to: Main Menu Custom Links for One Page Sites – Section IDs and Anchor Scrolling #132804Hi,
Please check the Page Attributes of the pages listed on the menus. I think they are all child of Home, not sure but please check.
Add this on your custom.css or Quick CSS for hover state:
.header_color .main_menu ul:first-child > li a:hover {
color: red;
}Regards,
Ismael
Hi,
It works on my end. Please give us a link to your website. Try this:
html, body {
overflow-x: scroll;
overflow: visible;
}Regards,
Ismael
Hi,
It is because, the “Blog Grid” page is being treated as a normal page. You need to set the Blog page on Enfold > Theme Options > Blog.
Regards,
Ismael
Hi,
It is one the common SEO plugins that you can use for free. Recommended plugin.
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS:
#header_main .container, .header_color .header_bg, #header, #header_meta, #header_main, #top .social_bookmarks li, #top .sub_menu > ul > li {
background: none;
box-shadow: none;
border: none;
}To fully realize the transparent effect, move the #main div on top:
.fixed_header.social_header #main {
padding-top: 20px;
}This will work better for non-fixed headers.
Regards,
Ismael
Hi,
You can find the Video element code on config-templatebuilder > aviashortcode > video.php.
You can also find some jquery customization for the html5 video on js > avia.js. Look for // html 5 videos.
Regards,
Ismael
Hi,
You can use these on your custom.css or Quick CSS
1.) Move phone number:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
margin-bottom: 10px;
}
}2.) You can move the logo using this
@media only screen and (max-width: 767px) {
#header_main {
z-index: 9999;
}
.responsive .logo {
top: -50px;
margin-left: 100px;
}
}Adjust the values.
3.) You can adjust the font size of the special heading while viewing on mobile devices
@media only screen and (max-width: 767px) {
.av-special-heading h3 {
font-size: 13px;
letter-spacing: 0;
}
}Regards,
Ismael
Hi,
@koelnermusik: As mentioned above, you can switch the layout editor to debug mode to see the actual shortcode below. This is like looking at the default editor while you are on the Advance Layout Editor.
https://kriesi.at/support/topic/shortcodes-in-tabs-and-wp-restore-function#post-129391
Regards,
Ismael
Hi,
1.) They are entypo fontello fonts. There is no way you can add fonts right now. http://www.entypo.com/characters/
2.) You can change the color of iconlist icons using this on your custom.css or Quick CSS
.iconlist-char {
color: red;
}Regards,
Ismael
Hi,
Sorry for that. This will make all the content container white:
.main_color {
background: none;
}
.template-page.content, .sidebar {
background: white !important;
}I hope this fixed the issue.
Regards,
Ismael
August 8, 2013 at 3:57 am in reply to: .trigger('avia_start_animation') fix no longer working in 1.9.1 #133752Hi,
Are you saying that the greyscale loading effect for gallery is not working? I tested this on my end and the gallery loads with the greyscale effect just like before. Can you give us a link to your website?
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS
.avia-tooltip.avia-tt {
width: auto;
}or use this to specify a certain width:
.avia-tooltip.avia-tt {
width: 250px;
}Regards,
Ismael
Hi,
I think you are on the right road. Just apply a unique id for each section then use a Button element, set Button Link? to manual then place the section id like (#section1).
Regards,
Ismael
Hi,
I think there are plugins that you can use:
http://wordpress.org/plugins/ajax-read-more/
You have to work with posts for that plugin.
Regards,
Ismael
Hi,
Please try to disable the Nivo Slider plugin. Remove browser cache then reload the page.
Regards,
Ismael
Hi,
Yes, they should be responsive.
http://kriesi.at/themedemo/?theme=enfold
Almost all of the sections on the demo are created using the color section element.
Regards,
Ismael
Hi,
The revision is not going to work for Avia Builder. Please create the content again. I’m going to report this to Kriesi.
Regards,
Ismael
Hi,
What type of header do you have? You can edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png');
Then add something like this below:
echo '<div class"right-header-text">YOUR TEXT HERE</div>';
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
body .column-top-margin {
margin-top: 20px;
}You can use Google Chrome’s (Inspect Element) or Firefox’s Firebug.
Regards,
Ismael
Hi,
I don’t see the problem with the latest news widget thumbnails. They are so small that you can’t even see what they really are. If you want to have a perfect image, please upload a square picture. The size of the thumbnail is 28x28px, if you upload a square image, they will be cropped as is without losing ratio.
Regards,
Ismael
-
AuthorPosts