Forum Replies Created
-
AuthorPosts
-
Hi Benjaminlivingthebrand!
Edit config-templatebuilder > avia_shortcodes > portfolio.php, find this code on line 623:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";Replace it with:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='#close'>".$entry->post_title."</a></h2>";Cheers!
IsmaelHey honesty1993!
Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
IsmaelHi Benjaminlivingthebrand!
Edit includes > admin > register-portfolio.php, find this code on line 9:
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),Replace it with:
'name' => _x('Items', 'post type general name','avia_framework'),Cheers!
IsmaelHi Benjaminlivingthebrand!
Can you please post a screenshot of what you’re trying to do? I think it is not possible to set different width for ajax portfolio preview without major css modifications.
Cheers!
IsmaelMarch 4, 2014 at 1:38 pm in reply to: Events calendars entries are not aligned with other entries on the blog page #232180Hi ullastret!
Can you please give us a link to the actual website?
Best regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
#header .avia_mega_div { left: -300px !important; }Regards,
IsmaelHi AlexanderPetznek!
The width of the background image should be 1130px.
Cheers!
IsmaelHi!
Please add this on functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );Regards,
IsmaelHi!
@ProconsoleRepaid: Good job! I need my PC repaired. Too bad you’re only servicing consoles.
@kkax: The awesomeness is overflowing on that one. Nice website. :)Best regards,
IsmaelHey!
The images are set to inherit the size of the container. You need to set the width of a specific image inside a column layout using CSS. 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 any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.
You can add something like this on your custom.css or Quick CSS:
.avia_image.awesome-image { width: 210px; }Regards,
IsmaelMarch 4, 2014 at 9:19 am in reply to: Sub Menu line-height too large after fixing menu height with quick css #232087Hey AntonNovikov!
Can you please give us a link to the website? A screenshot of the issue will help.
Regards,
IsmaelHi akamaxbuz!
After you select the images and click the “Create a new gallery” button, you’ll have an option to select the number of columns for the gallery. Look for “GALLERY SETTINGS” > Columns.
Regards,
IsmaelHi!
Please use this instead:
#main > div.page-restrict-output { padding-left: 50px; padding-right: 50px; }Remove browser cache then reload the page.
Regards,
IsmaelMarch 4, 2014 at 9:10 am in reply to: Text Block has No Formatting Buttons, and Text is Invisible – in Advanced Editor #232082Hey!
I didn’t experience the issue when adding content on a Text Block however the SEO plugin might be causing the issue. Please try to deactivate the plugin then test it again. You should probably use http://wordpress.org/plugins/wordpress-seo/
Regards,
IsmaelHey!
You need to increase the 1/4 column width in order to resize the image. Add this on Quick CSS:
.home .flex_column.av_one_fourth.avia-builder-el-3.el_after_av_three_fourth { width: 25%; margin-left: 1%; }Regards,
IsmaelHey!
Please download the latest version of Enfold, version 2.5.4. It includes a better youtube integration script. You can check the Enfold change log. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelHi!
You need to edit the up-sells and cross-sells for each product. Edit the product item then look for Linked Products panel. The selected products will be shown under the “You might also like” area.
Best regards,
IsmaelHey cdh002!
You can add background images on Enfold > Styling > Background Image. You can apply different background images for Header, Main Content, Alternate Content etc.
Regards,
IsmaelHey!
No, you can’ create a 404 page on admin area. Please edit includes > error404.php if you want to change the layout of the 404 page.
Best regards,
IsmaelHey ldsrutter!
I checked the website and it loads fine. You can improve loading speed using cache and minify plugins. Most use plugins are the following:
http://wordpress.org/plugins/w3-total-cache/
http://wordpress.org/plugins/bwp-minify/
Regards,
IsmaelMarch 4, 2014 at 8:44 am in reply to: Layerslider is not showing my HD suffix hack video image correctly – any idea? #232068Hi!
You can add this on Quick CSS or custom.css to remove the ugly video preview image:
img.ls-videopreview { display: none !important; }Cheers!
IsmaelMarch 4, 2014 at 8:33 am in reply to: Multiple Email recipients for the contact form (bis) ? #232064Hi!
I’m sorry but the default contact form element is not capable of multiple email recipients. You should really use the contact form 7 plugin then refer to this link: http://contactform7.com/selectable-recipient-with-pipes/ Most of the plugin’s style will be overridden by the theme’s contact form style.
Please hire a freelance developer if you want to modify the contact form element. For further customization, please visit Werkpress.
Cheers!
IsmaelMarch 4, 2014 at 8:30 am in reply to: How to create "Fullscreen Slider" page as shown in Enfold demo #232062Hi!
Please edit the page then switch to Advance Layout Builder. You can find the Color Section element under Layout Elements panel. Insert one color section then configure it. Insert a background image, refer to the screenshot above. Set the Background Attachment to fixed or parallax. Please try to experiment to get better results. You can watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/
Regards,
IsmaelHi monjacq01!
Please download the latest version of theme. Looks like you did a lot of modifications and it is hard to trace which files have gone haywire. Add this on Quick CSS to fix the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 30%; width: 30%; margin-left: 20px; } .bottom_nav_header.social_header #header_main .container { height: 50px !important; line-height: 50px !important; } }Best regards,
IsmaelHi!
You can only add Google fonts for the heading dropdown on Enfold > Styling. Please change the heading font using Quick CSS or custom.css.
Regards,
IsmaelHi honesty1993!
I’m sorry how did you set the layout to 940px? There is no option for that. If you want to decrease the width of the container, please edit css > grid.css.
Best regards,
IsmaelHey oliviad!
Please add this on Quick CSS or custom.css:
.logo, .logo a { z-index: 1000 !important; } .avia_wpml_language_switch { position: absolute; left: 0; } #avia2-menu { margin-left: 110px; }Cheers!
IsmaelHey markofwits!
It should be like this:
#fstable, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; border-collapse: True; background: transparent; }Regards,
IsmaelHi!
Please post a screenshot of what you’re trying to do. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes
Yigit said that you need to edit the page then switch to Advance Layout Builder. Go to the Layout Elements panel then insert the Color Section. Add 3 1/3 column layouts side by side. Inside the 3 columns layouts, insert a Text Block and an Image element each. We can apply an absolute position to the Text Block to overlap the images or apply the images as background on the actual Text Block. If you’re not sure what to do please hire a freelance developer. For further modifications, please visit Werkpress.
Regards,
Ismael -
AuthorPosts
