Forum Replies Created
-
AuthorPosts
-
Hi 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,
IsmaelHey!
Please post the link to the website. We would like to inspect it.
Best regards,
IsmaelJanuary 21, 2014 at 5:08 am in reply to: Anchors to a single page navigation without the color section component #212618Hey!
Add this on the English version’s Quick CSS:
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #808080; } .header_color .main_menu ul:first-child > li.current-menu-item > a { color: #333333; }Best regards,
IsmaelHey!
Please use this to constrain the height of the images on mobile view:
@media only screen and (max-width: 767px) and (min-width: 480px) { #top div .avia-gallery img { max-height: 132px; } }Best regards,
IsmaelHey paulrt27!
You can sort them on Appearance > Menus, drag the menu items in order.
Regards,
IsmaelJanuary 21, 2014 at 4:55 am in reply to: Adding different font weights to h1, h2 and paragraphs #212614Hi!
You can use this:
h1 { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 20px; } h2 { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 14px; }Regards,
IsmaelHi!
It should widen the tool tip box. Can you please give us a link to the page with the icon?
Regards,
IsmaelJanuary 21, 2014 at 4:52 am in reply to: Theme styling still not loading for some pages, on Firefox, Chrome and Safari. #212609Hey!
Is it fixed now? Maybe you’re seeing a browser cached page. Try to remove the browser cache then reload the page. :)
Cheers!
IsmaelHi!
You need to edit those files via FTP or you can add the code on the child theme’s style.css.
Cheers!
IsmaelHi!
@recumbent: Did you add any css modifications or edit anything on the theme files? You should probably download the theme again then override your installation via FTP: http://vimeo.com/channels/aviathemes/67209750Best regards,
IsmaelHey jtree5757!
Please try the different “Size Settings” for the fullwidth masonry gallery. They can fit at least 4 images.
Regards,
IsmaelHey RichardBrooks!
There is a p tag at the very bottom of the button code. Can you see that on the editor? If not, please add this on Quick CSS or custom.css:
.caption_framed .slideshow_caption .avia-caption-content p:last-child { display: none; }Regards,
IsmaelJanuary 21, 2014 at 2:52 am in reply to: Short horizontal ruler css styling shows on some and others remain unchanged #212567Hi simmer!
What are the changes that you made? Please elaborate. A screenshot will help.
Best regards,
Ismael -
AuthorPosts

