Forum Replies Created
-
AuthorPosts
-
Hi unclemurray!
You can add this on functions.php:
remove_action('wp_head','avia_debugging_info',1000);
Remove browser cache then reload the page.
Best regards,
IsmaelHello!
The header meta is now hidden on IE10, please remove browser cache then reload the page. Add this on your custom.css or Quick CSS to add a background on the header when you scroll the page.
.header_color.header-scrolled .header_bg { background: #22324b; }
Cheers!
IsmaelHi tgdigitalsolutions!
You can add this on your custom.css or Quick CSS:
.main_color h3.widgettitle { font-weight: bold; color: red; }
Best regards,
IsmaelHello!
You can use this:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1000px; margin-left: auto; margin-right: auto; }
Cheers!
IsmaelHi LRS123!
1.) Please recreate the page, go to Advance Layout Builder. Don’t insert the Content Slider on a Color Section element. Color Section will always be full width. Select a right or left sidebar on the Layout.
2.) Add this on your custom.css or Quick CSS:
.slide-meta { display: none; }
3.) 1024px is too big for the header. You can add this on your custom.css or Quick CSS to specify the logo width:
.logo img { width: 710px; height: auto; }
Best regards,
IsmaelHello!
You don’t need to copy functions.php file if you didn’t change anything on it. We really can’t tell you exactly which files to copy on the child theme since you are the only one who know the changes you made on the theme. It is suggested to set up a child theme right before you change anything on the theme files and before you add anything on the website. If you only did some css changes on the Quick CSS or custom.css, you can copy those directly on the child theme’s style.css.
Best regards,
IsmaelHey!
1.) I inspect the code, I can only see two avia-team-member element. Please add it again manually.
2.) Please try to use a different icon for the Social Service or Icon Links. See if it work.
3.) Please add this on your custom.css or Quick CSS:
.team-social a { float: left; } .team-social-inner { padding-left: 20%; }
Best regards,
IsmaelHey!
I find a temporary solution for the social icons. You can edit header.php, find this code:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
Get the actual html code of the social icons using the Google Chromes Inspect element. I get yours, you can use it to replace the code above:
?> <ul class="noLightbox social_bookmarks icon_count_5"><li class="social_bookmarks_facebook social_icon_1"><a target="_blank" href="http://facebook.com/schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_twitter social_icon_2"><a target="_blank" href="http://twitter.com/ralf_schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_xing social_icon_3"><a target="_blank" href="https://www.xing.com/profiles/Ralf_Schiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_linkedin social_icon_4"><a target="_blank" href="http://de.linkedin.com/in/ralfschiering" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li><li class="social_bookmarks_rss social_icon_5"><a href="http://www.schiering.com/feed" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></li></ul> <?php
The social icons will now render properly on IE8.
Regards,
IsmaelHi!
Try to upload a large image as product thumbnail. You’re uploading an image with 350x350px in size. WP doesn’t have the chance to crop it. You can edit the single product thumbnail size on config-woocommerce > config.php, find this code:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelOctober 9, 2013 at 4:01 am in reply to: Full page content display – Similar to full screen layer slider #172841Hey!
It’s just not doable the way the theme structure has been laid out. I think the Flashlight theme is closer to what you’re looking for. You can also try to edit the page, choose the Template “Blank – No header No Footer”. On column layout, insert the 1/3 and 2/3 column for example. Add the Widget Area element inside the 1/3 column then the content on the 2/3 column.
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS:
.header_color .main_menu ul { background: transparent; } #top .main_menu .menu>li:last-child>a { padding-right: 10px; }
If you want a border below, just add this:
#header { border-bottom: 1px solid #444444; }
Cheers!
IsmaelHi!
Can you please give us a link to the actual website? We can adjust the position of the toggle menu via CSS.
Cheers!
IsmaelHey totofunk!
You need to use the form tag to make a download button.
<form><input type="button" value="Download Now" onClick="window.location.href='DOWNLOAD LINK HERE'"></form>
Cheers!
IsmaelHi!
You can add this on your custom.css or Quick CSS:
#top .sub_menu>ul { float: right; } .social_header .phone-info { margin-top: 0; position: absolute; top: 40px; height: 80px; } #menu-item-2594 > a { text-indent: -9999px; background: url('http://217.147.86.171/~mainline/wp-content/uploads/menu_home_symbol.png') no-repeat center center; width: 50px; height: 26px; position: absolute; top: 40px; right: 5px; }
Best regards,
IsmaelOctober 9, 2013 at 3:17 am in reply to: Top Navigation Bar side-to-side movement during navigation #172833Hi igalaxy!
1.) I don’t see the navigation bar moving side to side. I checked the site on IE8, 9 and 10. What OS are you testing it with?
2.) You can change the html background color:
html { background-color: #eda68e; }
Cheers!
IsmaelHi mroessler190488!
1.) You can’t use the whole shortcode list inside the Advance Layout Builder. You need to switch to default editor.
2.) The update didn’t change the structure of the theme. There are added features but the layout and SEO built remain untouch. We can’t really know for sure why the rankings drop because we are not SEO expert ourselves.
3.) Can you give us a link to the website please? We need to see the css and html invalid markup list.
Regards,
IsmaelOctober 9, 2013 at 3:08 am in reply to: Seperate Sidebar on all of my events – using event manager plugin #172830Hi neotemplates!
You can use the dynamic sidebar function. First, you need to register the sidebar on includes > admin > register-widget-area.php. Find this code:
foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Single Product Pages', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); }
Below, add the event widget area:
foreach ($sidebars_to_show as $sidebar) { register_sidebar(array( 'name' => 'Event Pages', 'id' => 'event-sidebar', 'before_widget' => '<div id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></div>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); }
We named the widget area “Events Pages”, you have to look for this on Appearance > Widgets. Next, edit the template that you created using the page.php, find the sidebar code:
//get the sidebar $avia_config['currently_viewing'] = 'page'; get_sidebar();
We need to call the event-sidebar widget area id, replace the above code with:
echo '<div class="sidebar three alpha units"><div class="inner_sidebar extralight-border">'; //get the sidebar $avia_config['currently_viewing'] = 'page'; dynamic_sidebar( 'event-sidebar' ); echo '</div></div>';
You can now place widgets on Appearance > Widgets > Event Pages widget area.
Cheers!
IsmaelHello!
Please give us a link to your website. Deactivate all your plugins then try again. Remove browser then reload the page a few times. What did you do prior to this issue? Did you modify any files?
Regards,
IsmaelHi RevolutionGroup!
I don’t see any difference except for bigger white space on iPad view. You need to modify the Media Queries on css > layout.css if you want to change the layout on iPad. Please hire a freelance developer to modify the theme for you.
Best regards,
IsmaelOctober 9, 2013 at 2:31 am in reply to: Grid Layout IE8.0 stretched in height bug. – Slider content upside down. #172816Hey lukielukas!
Please give us a link to the website with the grid layout. We can define a max-height for the featured images. I don’t think there is anything we can do about the logo and text slider switching upside down on IE8. Did you use the rotate option on the layer slider? IE8 doesn’t recognize the css rotate or transform properties. The only solution is to remove the rotation effect.
Cheers!
IsmaelHi oliviad!
I checked your website here: http://responsinator.com/?url=http%3A%2F%2Fourlittlecompany.com.sg%2FBo%2F2535-2%2F
This page has two color sections, right? They both work on iPad view.
Regards,
IsmaelHello!
The trick is to switch to Visual Mode on the editor when editing the paragraphs. WordPress will then create blank paragraph line:
TEST TEST TEST TEST & nbsp; & nbsp; TEST TEST TEST TEST
Cheers!
IsmaelHey!
Please remove browser cache then reload the page a few times. I tested this on Chrome and Firefox using Windows 7 64bit. As you can see on the screenshot above, the Chinese Yuan shows up.
Cheers!
IsmaelHi Michae1!
The filter on thread is for the portfolio sort. You can change the “All” text for the accordion element by editing config-templatebuilder > avia-shortcodes.php > toggles.php. Find this code on line 233:
$tag_string = "{".__('All','avia_framework' )."} ";
Best regards,
IsmaelHey!
Do you know the screen resolution of your iPad? Please use this instead:
@media only screen and (min-width: 400px) and (max-width: 1024px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block; } }
For the header, add a top margin:
@media only screen and (max-width: 1024px) { .responsive #top #header { position: fixed; margin-top: 100px; } }
Adjust the top margin if necessary. Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi!
My bad! I tested it on Enfold 2.2 and it does work but not on Enfold 2.3. I’m not sure why it is not working on the latest version of Enfold. I tried but the icon font is not rendering properly. Let’s wait for Kriesi’s response.
Regards,
IsmaelHey!
I’m sorry! My bad! Edit the Color Sections where you want to add shadow1.jpg as image as background then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “section-shadow1″.
.section-shadow1 { background-repeat: no-repeat; background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg); background-attachment: scroll; background-position: top center; background-color: #ffffff; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale'); -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')"; }
Best regards,
Ismael -
AuthorPosts