Forum Replies Created
-
AuthorPosts
-
Hey CloudChoice!
You can add this on Quick CSS:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { position: absolute; left: 0; } .responsive #header .sub_menu.sub_menu>ul { position: relative; right: 0; } }
Regards,
IsmaelHey pako69!
Can you please give us a link to the website? Please insert the video inside a 1/1 column to make it full width.
Regards,
IsmaelHi!
I’m not sure if that easy to do. I’ll ask Dude for this. You can hire someone here: http://werkpress.com/
Cheers!
IsmaelHey David!
Use the “Short Separator” then add this on Quick CSS or custom.css:
.hr-inner { width: 100%; position: absolute; height: 1px; left: 0; top: 50%; width: 100%; margin-top: -1px; border-top-width: 1px; border-top-style: solid; } .hr-short .hr-inner-style { border-radius: 20px; height: 34px; width: 34px; border-width: 2px; border-style: solid; display: block; position: absolute; left: 50%; margin-left: -17px; margin-top: -17px; line-height: 33px; text-align: center; border: none; } .alternate_color .hr-short .hr-inner-style:before { color: #42a0bd; } div .hr-short .hr-inner-style:before { content: '\E808'; font-family: 'entypo-fontello'; } .hr-short .hr-inner-style:before { font-size: 13px; color: rgb(66, 160, 189); }
Regards,
IsmaelHi hbjcapital!
1.) You can add this on Quick CSS:
.avia-content-slider .slide-entry { overflow: hidden; background: gray; padding: 10px; }
2.) This is beyond the support scope. Please hire a freelance developer to fix the “customer-login” functionality for you.
3.) You’re using a plugin for the related posts? Please contact the author plugin to remove the featured post or add tags on posts to show related posts.
Best regards,
IsmaelHi rfrbase!
You forget to close it. :)
@media only screen and (min-width: 74.5em) { .hide_desk { display: none; } }
Best regards,
IsmaelHey!
@LiamKenyon: Thank you for hopping in. I hope it helps @hetveer.
@hetveer: We really need to see the actual website because the demo renders properly.Regards,
IsmaelHey!
We really need to inspect the actual website to give you a proper css solution. You can post the login details here as a private reply.
Regards,
IsmaelHi!
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 #211808 -
AuthorPosts