Forum Replies Created
-
AuthorPosts
-
August 27, 2013 at 2:35 am in reply to: Gallery caption incorrectly displaying under big gallery image #137691
Hey,
1.) You have a lot of plugins installed. Please deactivate them first, remove browser cache then reload the page. See if the issue still exist.
2.) What gallery? The product gallery or the WordPress gallery thumbnails?
Regards,
Ismael
Hey,
It is working properly on our end. Do you have any plugins? Please deactivate them, see if they have something to do with the issue.
Regards,
Ismael
Hey,
You can use this:
.avia-slideshow-dots a {
height: 6.5px;
width: 6.5px;
border-radius: 6px;
padding: 2px;
}Adjust the values.
Regards,
Ismael
Hey,
Please update your WP installation to 3.6. Remove browser cache then reload the page a few times. If you have a cache plugin, please flush the settings.
Regards,
Ismael
August 27, 2013 at 2:22 am in reply to: ALWAYS DISPLAY BACKGROUND COLOR OF SOCIAL ICONS IN TOP HEADER #137680Hey,
For example, you can use this:
#top .social_bookmarks_facebook a {
color: #fff;
background-color: #37589b;
}Or you can edit layout.css, find this code:
#top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
#top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }
#top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }
#top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }
#top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }
#top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }
#top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }
#top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }
#top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }
#top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }
#top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }
#top .social_bookmarks_instagram:hover a{color:#fff; background-color:#a67658; }Remove the :hover just before the social media name.
Regards,
Ismael
Hi,
The version number should change if you really updated the file. It should say 2.0.1 on the version number. Please download the latest version on your themeforest account then manually upload it via FTP or your cpanel.
Regards,
Ismael
Hey,
You can also do this: https://kriesi.at/support/topic/title-breadcrumb-in-the-header-is-not-truncated-correctly-with-unicode
Regards,
Ismael
August 27, 2013 at 12:33 am in reply to: Title breadcrumb in the header is not truncated correctly with Unicode #136391Hey,
I tested the code above and it should work too. Glad you fixed it. :)
Cheers,
Ismael
Hey,
Yes, inline will override external css. It works on my end. Please remove browser cache then reload the page.
Regards,
Ismael
Hey,
We need to inspect the actual page to give you a proper solution.
Regards,
Ismael
Hey,
Glad you figured it out.
You should try addThis plugin, it’s good. :)
Cheers,
Ismael
Hi,
According to this link you should create the image file directly as .ico.
http://stackoverflow.com/questions/122067/favicon-not-working-in-ie
Regards,
Ismael
Hey,
Use this for the hover state:
.header_color .main_menu ul:first-child > li a:hover {
color: red;
}Regards,
Ismael
Hey,
Please try this:
.header_color .avia-menu-fx {
background-color: #ffffff;
color: #ffffff;
border-color: #ffffff;
}Regards,
Ismael
Hey,
Please edit js > avia.js, find this code:
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
header.addClass('header-scrolled');
}Replace it with:
if(st < el_height/1.5)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/1.5;
header.addClass('header-scrolled');
}Please don’t forget to remove browser cache then reload the page a few times.
Regards,
Ismael
August 26, 2013 at 2:17 am in reply to: How to move logo flush with left side boxed layout?? #137517August 26, 2013 at 1:51 am in reply to: Title breadcrumb in the header is not truncated correctly with Unicode #136389Hey,
Edit framework > php > class-breadcrumb.php, find this code:
/* Set up the default arguments for the breadcrumb. */
$defaults = array(
'separator' => '»',
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'after' => false,
'front_page' => true,
'show_home' => __( 'Home', 'avia_framework' ),
'echo' => false,
'show_posts_page' => true,
'truncate' => 70,
'richsnippet' => false
);Replace truncate with ‘140’ or something higher.
/* Set up the default arguments for the breadcrumb. */
$defaults = array(
'separator' => '»',
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
'after' => false,
'front_page' => true,
'show_home' => __( 'Home', 'avia_framework' ),
'echo' => false,
'show_posts_page' => true,
'truncate' => 140,
'richsnippet' => false
);Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
html {
background: white;
}Regards,
Ismael
Hi,
No, you need to inspect each menu element using Firebug or Google Chrome’s Inspect element. Using Chrome, right click on the menu items then click “Inspect Element”. The menu item ID will look like this:
Yours will be different.
Regards,
Ismael
Hi,
Did you try recreating the page from scratch? You can use Contact Form 7 for this page only.
Regards,
Ismael
August 26, 2013 at 1:22 am in reply to: Adding social network feeds to the homepage – Enfold theme #137507Hey,
Please refer to this link on how to add social icons using addThis: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header?replies=4#post-134606
Once you’re done, go to Appearance > Widgets then insert a Text widget on the Footer – column widget areas. Copy the social button code on the Text widget.
Regards,
Ismael
August 26, 2013 at 1:18 am in reply to: How to move logo flush with left side boxed layout?? #137514Hey,
You can add this on your custom.css or Quick CSS:
div .logo {
float: left;
position: absolute;
left: -200px;
}Adjust the left position.
Regards,
Ismael
Hey,
Can you give us a link to the page with mega menu? We need to inspect it.
Regards,
Ismael
Hi,
You can add a unique category for the posts that you don’t want to show then configure the Blog Post element option. Select only the categories that you want to show.
Regards,
Ismael
-
AuthorPosts