Forum Replies Created
-
AuthorPosts
-
I was able to paste the code in your child functions.php without crashing.
You are welcome, always glad to help :)
Regards,
JosueHey!
The elements need to be on the same level in order to work with nth-child, see this example:
http://jsbin.com/cegere/1/editReference:
https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-childCheers!
JosueHey!
Refer to Peter’s response here:
https://kriesi.at/support/topic/how-to-create-index-page-for-custom-post-types/#post-122334Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main { padding-top: 20px; }Cheers!
JosueAdd this:
.avia_combo_widget .news-headline{ color: blue !important; } .avia_combo_widget .tab_content li{ padding-top: 30px !important; }Modify as needed.
You are welcome, always glad to help :)
Regards,
JosueReview your site now.
Hey!
The menu does unfold:

Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.page-template-template-blank-php #main, .page-template-template-blank-php #wrap_all, .page-template-template-blank-php #main, .page-template-template-blank-php .container_wrap { background-color: transparent; }Cheers!
JosueAugust 5, 2014 at 2:50 am in reply to: Adjust an element to appear above social icons in mobile mode.. #299972Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .faction{ display: none } }Cheers!
JosueHi Andrea!
The page you posted is not a protected page.
Regards,
JosueHey Eric!
There are some hooks that let you insert content in the header area, try with something like this in your theme / child theme functions.php:
function add_stuff_to_header_func() { ?> HTML_CONTENT_HERE <?php } add_action('ava_after_main_menu', 'add_stuff_to_header_func');That will add content inside the header container, if you want it outside, use:
function add_stuff_to_header_func() { ?> HTML_CONTENT_HERE <?php } add_action('ava_main_header', 'add_stuff_to_header_func');You can use the do_shortcode function to reproduce a LayerSlider using this method.
Best regards,
JosueHi!
Try using RGBA (red, green, blue, alpha):
background: rgba(0, 0, 0, 0.5);Best regards,
JosueHi!
Lightbox is disabled now. I put a code in your child theme functions.php.
Regards,
JosueHi!
Your menu looks fine right now:

Cheers!
JosueHi!
Start here:
https://developers.google.com/maps/documentation/javascript/stylingThen apply that in js/shortcodes.js, around line 407.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.flex_column.av_one_third.avia-builder-el-2 .av_font_icon { float: none !important; } .flex_column.av_one_third.avia-builder-el-2 .av_font_icon, .flex_column.av_one_third.avia-builder-el-2 .av_font_icon a{ display: inline !important; } .flex_column.av_one_third.avia-builder-el-2 { text-align: center !important; }Cheers!
JosueHey!
There isn’t something like that because of how the builder structure works (top to bottom). Can you post a screenshot or a mockup of what you’d want to achieve?
Cheers!
JosueHi!
I’m not seeing the code being added here:
http://angles.co.nz/wp-content/uploads/dynamic_avia/enfold.cssCan you please create me an administrator account? post it here as a private reply.
Best regards,
JosueHi!
Try using this code instead:
.page-id-3989 a { color: #ff0000 !important; text-decoration: underline !important; }Cheers!
JosueHi Slade!
I see, try adding this then:
#transparentbar { z-index: 100; position: relative; }Cheers!
JosueAugust 5, 2014 at 12:32 am in reply to: Missing "Browse Revisions" in pages since 2.9.1 update #299936Hi!
I don’t think its related to the theme update, try doing this change in the wp-config.php file:
http://codex.wordpress.org/Editing_wp-config.php#Post_RevisionsRegards,
JosueHi!
The first one is still linked to a page:
Cheers!
JosueAdd this too:
.avia_combo_widget .tab, .avia_combo_widget .news-headline{ font-size: 14px; } .avia_combo_widget .tab_content li{ padding-top: 20px !important; } .inner_sidebar.extralight-border { margin-left: 0; }Hi Vermishelle!
Try setting “blog” as the Category base.
Best regards,
JosueHi!
It’s because of that zoom slider you have before the color section, something like this in Quick CSS seems to fix it:
#homepage_slider .setAsBg { position: static !important; }Best regards,
JosueHi Aji,
Can you post the link to your blog please?
Regards,
Josue -
AuthorPosts
