Forum Replies Created
-
AuthorPosts
-
January 22, 2014 at 11:48 am in reply to: Partner logos not displaying with consistent size on iphone #213251
Hey NanaKuo!
You can add this on Quick CSS to adjust the width of the logo on mobile devices.
@media only screen and (max-width: 767px) { .responsive #top .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { margin: 0; clear: both; width: 100%; } .responsive #top .avia-smallarrow-slider .flex_column { margin: 0px; width: 100%; } }
Cheers!
IsmaelHi!
Please try to insert each set of icons and text on a column layout. Maybe 3 1/3 column layout aligned side by side.
Regards,
IsmaelHi!
Create a custom link on Appearance > Menus, add the url then label it “Request a Demo”. Inspect the menu item then get the menu id. It will something like “#menu-item-2311”. Yours might be different. Add this on Quick CSS:
.sub_menu #menu-item-2311 a { position: relative; width: 100px; background: blue !important; display: block; text-align: center; top: -11px; left: -5px; }
Please give us a link to the website after you added the custom link.
Regards,
IsmaelJanuary 22, 2014 at 11:31 am in reply to: Portfolio ajax slider image to sit flush at top of screen #213242Hi simmer!
That will require a bit of modification and is beyond the scope of our support. Please hire a freelance developer to modify the ajax portfolio function. You can visit this site.
Best regards,
IsmaelHey!
Ok. My bad! You really need to edit base.css then find the code I posted above. Change the icon code.
Best regards,
IsmaelHi!
You can increase the wordpress php memory limit. Please refer to this link. Increase it to at least 128M.
Best regards,
IsmaelJanuary 22, 2014 at 11:20 am in reply to: Facebook and Twitter widget on Homepage of http://kriesi.at/ #213238Hi!
Unfortunately, you can’t do that but you can increase the delay for the layer on transition out. Set a high number for the Transition Out > Delay.
Regards,
IsmaelHey!
You can try this:
.avia-team-member { text-align: center; } .team-member-description { text-align: left; }
Regards,
IsmaelHi brentwestwind!
Use a Text Block then insert an Icon using shortcode want. Align the icon to the left then add the text right after the icon shortcode.
Best regards,
IsmaelHey!
1.) You’re using an old version of theme. Updating the theme should fix the header meta issue. Please watch this video by Devin on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/67209750
2.) I’m sorry but I don’t see the “My account” text or link on the site. Please give us a temporary login details.
Cheers!
IsmaelJanuary 22, 2014 at 2:40 am in reply to: Easy Slider – Start Slides 'on click', 'on view' OR 'on hover' #213142Hi murphy88!
How about disabling the autorotation by selecting “No” on the “Autorotation active?” option?
Best regards,
IsmaelHi!
Disable “Auto add pages” then uncheck Enfold Secondary Menu if you don’t want to duplicate the menu on the header meta. Sort the menu items manually by dragging them on the position that you want. Refer to this link.
Cheers!
IsmaelJanuary 22, 2014 at 2:33 am in reply to: When using a child theme, after I update Enfold, what next? #213134Hey kylehogan!
You don’t need to update the child theme. If there is an update, you just need to override the theme files via FTP or do the automatic Theme Update.
Regards,
IsmaelHey segalmedia!
You really can’t disable that because it is a default browser feature but you can change the title on Media > Library. Edit the image title.
Regards,
IsmaelHi nimkaworld!
It works on my end. Are you sure you’re using the correct template? Please give us a link to the page with the custom template.
Cheers!
IsmaelHey!
Please use this:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { position: absolute; left: -100px; } .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul { position: relative; right: -20px; } #header_meta .container { margin-bottom: 20px; } }
Cheers!
IsmaelHi!
Please add this on Quick CSS or custom.css:
.header-scrolled .logo img, .header-scrolled .logo a { max-width: 200px !important; max-height: 96px !important; height: 96px !important; width: 200px !important; }
Cheers!
IsmaelHi!
Looks like you did a lot of tweaking on the Enfold > Styling, is that correct? Can you please try to use a predefined color scheme? Say for example, use the “Splash Orange” scheme which is very close to the theme demo.
Cheers!
IsmaelJanuary 22, 2014 at 1:21 am in reply to: How to have the logo link to another url, rather than default home page #213095Hi m!
You can add something like this on functions.php:
add_filter('avf_logo_link', 'avf_change_logo_link'); function avf_change_logo_link($link) { $link = 'http://www.google.com'; return $link; }
Change the $link value.
Cheers!
IsmaelHi awsystems!
This usually happens when there are a lot of plugins installed. Please deactivate all of them then test the Text Block element again, better if you can check it on another browser. Increase the wordpress php memory limit, see if that helps.
Regards,
IsmaelHey!
Have you tried to fix the html code like the one I posted above?
Cheers!
IsmaelHi MuzSolutions!
You can add this on Quick CSS or custom.css:
.container { width: 1210px; margin: 0 auto; }
Best regards,
IsmaelHi!
Have you tried it on a different browser? Maybe a browser extension or app is blocking the proper use of the media library. Increase the wordpress php memory limit, see if that helps. Remove browser cache and cookies then test the gallery again.
Regards,
IsmaelHi studiotopo!
Edit loop-index.php, find this code on line 188 then remove it:
if(has_tag() && is_single() && !post_password_required()) { echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>'; }
Look for this code on line 153:
if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; }
Below, add this code:
if(has_tag() && is_single() && !post_password_required()) { echo '<span class="blog-tags minor-meta">'; the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> '); echo '</span></span>'; echo '</span><span class="text-sep text-sep-cat">/</span>'; }
Regards,
IsmaelHi!
You can add it inside a media query for mobile screen size:
@media only screen and (max-width: 767px) { .js_active .active_tab_content { border-top-right-radius: 2px; } }
Cheers!
IsmaelHi!
Please add this on Quick CSS:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover { background-color: #edae44 !important; border-color: #CA9336; color: #fff; }
Regards,
IsmaelHey!
The code you posted is not visible. Please use pastebin.com.
Best regards,
IsmaelJanuary 21, 2014 at 5:25 am in reply to: scroll-top-link generates a vertical 1px line on the right side of my website #212625Hey!
I hovered over the image of the project cinerama but I am not seeing the shift. I think you should remove the browser cache then reload the page a few times. Test it on another browser.
Regards,
IsmaelHi!
You can try to replace the content value with the image url:
div .hr-short .hr-inner-style:before { content: url(IMAGE URL HERE); font-family: 'entypo-fontello'; }
Regards,
Ismael -
AuthorPosts