Forum Replies Created
-
AuthorPosts
-
Hi!
You should probably update the theme to 2.4.5. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelJanuary 20, 2014 at 5:50 pm in reply to: Use of mobile detect plugin together with Advanced Layout Builder #212346Hi martinbose!
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');Edit the Color Sections then add a unique custom css like “hide-section”. You can use media query to hide all sections with the “hide-section” selector. Add something like this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .hide-section { display: none; } }Best regards,
IsmaelHey Matt!
You can use the <!–more–> tag to display the excerpt or look for Screen Options then enable the Excerpt box. If you’re using the Blog Posts element, set the “Blog Content length” to excerpt.
Best regards,
IsmaelHey!
Add this on Quick CSS:
.author-extra-border { width: 100%; } .search .content.template-search { border: none; }Best regards,
IsmaelHey!
If I am not mistaken, you can replace the code above with this:
$output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img; $output .= "<a href='{$link}' title='{$linktitle}' {$blank}><div class='logo-title'>".$hover."</div></a>"; $output .= "</div>";Cheers!
IsmaelHi MUNFORD!
I think you forgot to close the anchor tag on the text block with the “CFC Short and Doc” logo. Edit the text block, find this code:
<h3 style="text-align: center;"><a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155"></a>CINEMATIC STORYTELLING</h3>Replace it with:
<a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><h3 style="text-align: center;"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155">CINEMATIC STORYTELLING</h3></a>Cheers!
IsmaelHi!
You can try this on Quick CSS:
.logo img { height: 76px; }Adjust the height if necessary.
Cheers!
IsmaelHi allaboutapps!
You can use these selectors on Quick CSS:
.sort_by_cat { font-size: 15px; } .inner_sort_button span { color: red; } .main_color #js_sort_items a.active_sort { color: blue; }Best regards,
IsmaelHi!
By headline, you mean the page title? You can use this on Quick CSS:
#top .alternate_color.title_container .main-title a { color: blue; }Cheers!
IsmaelHi!
Can you please give us a link to the old home page then the new one named “Concept”?
Cheers!
IsmaelHi n4n1!
You can edit header.php, place the code inside the header_meta container or div. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
IsmaelHey!
1.) You can use this for the actual logo:
@media only screen and (max-width: 767px) { .responsive .logo img { height: 100px; } }Adjust the header using the code I posted earlier.
2.) Did you modify the menu? Use this to display the menu.
@media only screen and (max-width: 767px) { .responsive #header .main_menu ul { display: block; } }Cheers!
IsmaelHi!
Can you please activate Enfold and the cart widget? We need to inspect it. Sorry for the delay.
Cheers!
IsmaelHi gloopy1!
You can add this on Quick CSS to remove the forum header:
.bbp-header { display: none; }Cheers!
IsmaelHey waterwalk!
What slider are you using? What is the format of the video? Is it from youtube or vimeo?
Cheers!
IsmaelHi!
You can add this on Quick CSS to center align the team member elements.
.avia-team-member { text-align: center; }Best regards,
IsmaelHey!
Yes, that is possible. Create a page then set it to “No Sidebar”. Insert 3 1/3 Columns with Blog Posts element on each. Add another 3 1/3 column below. If you want to show some widgets on one of the 1/3 column, insert the Widget Area element.
Cheers!
IsmaelHi Cdfb!
Edit the color section then give it a unique ID. Use “awesome-section” for example. Add this on Quick CSS to define the height:
#awesome-section { height: 100px; }Cheers!
IsmaelJanuary 19, 2014 at 12:29 am in reply to: Inspiration needed: Frontpage with fullscreen pic and alternative menu #211808January 19, 2014 at 12:27 am in reply to: Main Title & Breadcrumbs – remain STATIC and not scroll #211806Hi bmneimark!
You can do it using a non-fixed header. Add this on Quick CSS:
.title_container { position: fixed; top: 88px; z-index: 999; width: 100%; } .title_container .container { margin: 0 auto; }Adjust the top position according to header height.
Best regards,
IsmaelHi!
Change it to “fullwidthmap” please then add this on Quick CSS:
#fullwidthmap .container { width: 100% !important; }Remove browser cache then reload the page.
Regards,
IsmaelHi!
You should probably remove the browser cache or test it on another browser. If you have a cache plugin, flush the settings then test it again.
Cheers!
IsmaelHi!
This is the font now:
h1, h2, h3, h4, h5, h6, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font { font-family: 'PT Sans Narrow', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }It means that the font works. Please remove browser cache then reload the page. The font is being called on the properly:
<link id=”google_webfont_1″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700″>
<link id=”google_webfont_2″ rel=”stylesheet” type=”text/css” href=”http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic”>Best regards,
IsmaelHey!
This is the ID of your Color Section “fullwidthmap-.container-width-100-important-“. Please change it.
Best regards,
IsmaelJanuary 18, 2014 at 11:57 pm in reply to: Logo sits on top of header image in wrong position covering written font #211781Hi jmikhail!
The best solution is to edit the background image then move the text to the right.
Best regards,
IsmaelJanuary 18, 2014 at 11:56 pm in reply to: Header Navigation disappears on iPad in Vertical Mode #211779 -
AuthorPosts

