Forum Replies Created
-
AuthorPosts
-
Hi,
Can you give us a link to your website? Dude’s code should work. Please remove browser cache then reload the page.
Regards,
Ismael
May 30, 2013 at 5:39 am in reply to: Adjusting Position of Post Title and Description in Gallery Post Type #121702Hi,
Your case is unique.
Please create a new installation of WordPress. Use WP 3.5 or higher.
Regards,
Ismael
Hi,
Please try to install the theme via FTP.
Watch this video. https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.avia-align-center img {
margin: 0 auto;
}Regards,
Ismael
May 29, 2013 at 3:54 am in reply to: Adjusting Position of Post Title and Description in Gallery Post Type #121700Hi,
Open includes > loop-index.php then remove everything and replace it with this http://pastebin.com/ACwpDRsv.
Edit custom.css or Quick CSS then add this code
.modified-blog {
margin-left: 130px;
}
.single .modified-blog {
margin-left: 0 !important;
}Regards,
Ismael
Hi!
Select Fade then fill in the Rotation option. You can use PNG text images instead of actual text.
Regards,
Ismael
Hi,
The link you gave me is not Enfold, it is Replete. You can choose different kind of headers on Enfold > Headers.
You can create a submenu on Appearance > Menus. Create a new menu then look for Theme Locations > Enfold Secondary Menu, select your menu.
Regards,
Ismael
Hi,
It is a third party plugin. Let me tag Kriesi. Or you can make a request here https://kriesi.at/support/topic/enfold-feature-requests/page/3#post-114194
Regards,
Ismael
May 29, 2013 at 3:30 am in reply to: Problem when hover on image alignement with Firefox and Opera Mac #115633Hi,
Which parts or texts do you want to change? Can you be more specific?
Regards,
Ismael
Hi,
You can adjust the width of the advertisement area.
.avia_partner_widget a, .avia_partner_widget a:hover {
width: 99%;
}You can also specify the height.
.avia_partner_widget a, .avia_partner_widget a:hover {
height: 200px;
}Regards,
Ismael
Hi,
Just add this on your custom.css
.sub_menu {
position: absolute;
left: 0;
}
#top .social_bookmarks {
right: 0;
position: absolute;
}Regards,
Ismael
May 29, 2013 at 2:45 am in reply to: Great Theme! But Layer Slider is NOT working, Only showing [layerslider]? #121566Hi,
You can hide the breadcrumb via CSS. Please add this on your custom.css or Quick CSS
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}If you want to hide it on a specific page or post, you can add the unique body id. If you’re using chrome, right click the page > inspect element, look for the body class.
.page-id-1122 .breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}Regards,
Ismael
Hi,
This is the code for that area.
<div class="flex_column av_one_third avia-builder-el-7 el_after_av_two_third avia-builder-el-last "><div class="avia_textblock">
<div style="color: #ffffff; background-color: #434c56; padding: 20px; border-top-left-radius: 25px; border-top-right-radius: 25px; margin-bottom: -40px; text-align: center;">
<p style="font-size: 15px;"><img class="alignnone wp-image-1928" alt="ContentCTA" src="http://symbioticmarketing.co.uk/wp-content/uploads/2013/04/ContentCTA.png" width="290" height="152"></p>
<p style="font-size: 15px;">Or simply fill in your details below<br>
and we will get back to you.</p>
<p style="text-align: center; font-size: 15px;">You have nothing to lose and<br>
only new business to gain.</p></div>
</div>
<form action="http://symbioticmarketing.co.uk/services/corporate-blogging-copywriting/" method="post" class="ajax_form avia-builder-el-9 el_after_av_textblock avia-builder-el-last " data-avia-form-id="1">
<fieldset>
<p class="" id="element_avia_name_1"><label for="avia_name_1">Name*</label> <input name="avia_name_1" class="text_input is_empty" type="text" id="avia_name_1" value=""></p>
<p class="" id="element_avia_e-mail_1"><label for="avia_e-mail_1">E-Mail*</label> <input name="avia_e-mail_1" class="text_input is_email" type="text" id="avia_e-mail_1" value=""></p>
<p class="" id="element_avia_contact_number_1"><label for="avia_contact_number_1">Contact Number*</label> <input name="avia_contact_number_1" class="text_input is_empty" type="text" id="avia_contact_number_1" value=""></p>
<p class="" id="element_avia_sign_up_for_our_email_newsletter_1"> <input name="avia_sign_up_for_our_email_newsletter_1" class="input_checkbox " type="checkbox" id="avia_sign_up_for_our_email_newsletter_1" value="true"><label for="avia_sign_up_for_our_email_newsletter_1">Sign up for our email newsletter</label></p>
<p class="" id="element_avia_message_1"> <label for="avia_message_1" class="textare_label hidden textare_label_avia_message_1">Message*</label> <textarea name="avia_message_1" class="text_area is_empty" cols="40" rows="7" id="avia_message_1"></textarea></p>
<p class="hidden"><input type="text" name="avia_avia_username_1" class="hidden " id="avia_avia_username_1" value=""></p>
<p class=""><input type="hidden" value="1" name="avia_generated_form1"><input type="submit" value="Submit" class="button"></p>
</fieldset>
</form>
<div id="ajaxresponse_1" class="ajaxresponse ajaxresponse_1 hidden"></div>
</div>He used border-top-left-radius: 25px; border-top-right-radius: 25px;.
Regards,
Ismael
Hi,
Sorry, my bad.
There are header options without the top section but you can add this on your custom.css or Quick CSS to hide it.
#header_meta {
display: none;
}Regards,
Ismael
Hi,
Single product pages don’t usually have a sidebar.
It will require a bit of modification because of the single product page’s layout, please hide it. Use this on your custom.css
.single-product .sidebar {
display: none !important;
}Regards,
Ismael
Hi,
Can you give us a link to your website?
Please check functions.php. Do you have this line of code? 281-321
if(!function_exists('avia_post_nav'))
{
function avia_post_nav($same_category = false)
{
if(!is_singular() || is_post_type_hierarchical(get_post_type())) return;
//if(get_post_type() === 'portfolio') return;
global $avia_config;
$same_category = apply_filters('avia_post_nav_categories', $same_category);
$entries['prev'] = get_previous_post($same_category);
$entries['next'] = get_next_post($same_category);
$output = "";
foreach ($entries as $key => $entry)
{
if(empty($entry)) continue;
$tc1 = $tc2 = "";
$link = get_permalink($entry->ID);
$image = get_the_post_thumbnail($entry->ID, 'thumbnail');
$class = $image ? "with-image" : "without-image";
$output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
$output .= " <span class='label iconfont'>".$avia_config['font_icons'][$key]."</span>";
$output .= " <span class='entry-info-wrap'>";
$output .= " <span class='entry-info'>";
$tc1 = " <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
if($image) $tc2 = " <span class='entry-image'>{$image}</span>";
$output .= $key == 'prev' ? $tc1.$tc2 : $tc2.$tc1;
$output .= " </span>";
$output .= " </span>";
$output .= "</a>";
}
return $output;
//add this line for fake. never gets executed but makes the theme pass Theme check
if(1==2){paginate_links(); posts_nav_link(); next_posts_link(); previous_posts_link();}
}
}Regards,
Ismael
May 29, 2013 at 2:08 am in reply to: Alternate background image flickering black when window resize #121743Hi,
I can’t see the flickering when I re-size the browser. What browser are you using?
Let me tag the rest of the support team to check.
Regards,
Ismael
Hi,
How did you add the images without rollover effect?
If you want the rollover effect, you need something like this
<a href="http://www.klimhal-events.nl" class="avia_image avia-builder-el-3 avia-builder-el-no-sibling avia-align-center ">
<img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://lavitasana.oscar.nl/wp-content/uploads/2013/05/landing-LVS-021-300x240.png" alt="">
<span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span></a>This line of code is the rollover effect
<span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span>
They need to be included.
Regards,
Ismael
Hello,
You can use the text widget to insert tag on the footer. You need to use Media Queries to make it responsive.
Regards,
Ismael
Hi,
You can play around with the column width and the margin. Use this
#footer .flex_column.av_one_third {
width: 25%;
margin-left: 8%;
}Regards,
Ismael
Hey,
It is possible. Edit sidebar.php then find this code
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column' => 'menu_order, post_title');
$children = wp_list_pages($args);Change it to this
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column' => 'menu_order', 'sort_order' => 'ASC');
$children = wp_list_pages($args);You can refer to this link for more sorting options.
http://codex.wordpress.org/Function_Reference/wp_list_pages
Regards,
Ismael
-
AuthorPosts