Forum Replies Created
-
AuthorPosts
-
Hey Js-interactive!
Where did you send the login details? Please post it here as a private reply.
Best regards,
IsmaelHi Monique!
I’m sorry but I don’t see the difference between the two. Can you please elaborate? Add this on Quick CSS to set the thumbnail image on the navigation to 100% width with a minimum height and width of 80px:
.avia-post-nav .entry-image img { border-radius: 100px; display: block; width: 100%; height: 100%; min-height: 80px; min-width: 80px; }
Cheers!
IsmaelHi!
Please try this on Quick CSS to fix the logo on initial load:
.logo img { height: 130px; width: 181px !important; }
Cheers!
IsmaelJanuary 25, 2014 at 2:25 am in reply to: Colorbox 100% height doesn't seem to work on large monitors. #214660Hey biklops!
It does work on my end. If you select 50%, the color section’s container css will be set like this:
.av-minimum-height-50 .container { height: 205px; }
75% will look like this:
.av-minimum-height-75 .container { height: 308px; }
Cheers!
IsmaelHi ClaireBrummell!
I’m sorry but we don’t support third party plugins. Please contact the plugin author, maybe they can give you some insights on why this is happening.
Regards,
IsmaelHey Mario!
I’m sorry but this is beyond the scope of support. The code you posted above is not enough to create a grayscale effect. You need to hire a freelance developer to modify the masonry images.
Cheers!
IsmaelJanuary 25, 2014 at 2:14 am in reply to: How to change overlay hover of related posts under blog post #214653Hey!
I don’t see the overlay anymore. Please remove browser cache then reload the page a few times. Test it on another browser.
Best regards,
IsmaelHi studio-dlhastings!
You can generate the Icon shortcode on a page then get the icon shortcode’s actual html. You can do this using google chrome. Inspect the elements to see the actual markup. It looks something like this:
<span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello"></span></span>
Create a custom link on Appearance > Menus then add the code above as menu label.
Cheers!
IsmaelJanuary 23, 2014 at 3:51 pm in reply to: Icon Box – Changing the Font type & size of the title & content #213893Hi Chris!
You can use this on Quick CSS to change the title:
.iconbox .iconbox_content .iconbox_content_title { border: medium none; padding: 2px 0 0 0; position: relative; margin: 0 0 16px 0; clear: none; overflow: hidden; letter-spacing: 1px; text-transform: uppercase; font-size: 19px; }
Use this one for the iconbox content:
.iconbox_content_container { font-size: 15px; color: red; }
Best regards,
IsmaelHey!
Please try to disable existing plugins, see if the errors are gone. Activate them again one at a time to find the chaotic plugin.
Regards,
IsmaelJanuary 23, 2014 at 3:25 pm in reply to: problems with enfold. padding, vimeo preview picture, advanced layer slider #213878Hi!
1.) Edit the text layer then go to Style panel > add this on the Custom styles field: text-align: justify;
2.) 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 Text Block then scroll below. Add a unique css selector on “Custom Css Class” field.
3.) Edit the slide then look for Slide Options > Transitions, click the “Select all” toggle under “Built-in 3D transitions”. Select an effect on “Built-in 2D transitions”. Save changes.
Best regards,
IsmaelHi!
I’m not seeing the shift anymore. I’ll ask the rest of the support team to check the page.
Cheers!
IsmaelHey!
Let’s start again. Switch to “Small Fixed Header” on Enfold > Header > Header Type. Use a logo with the actual dimension of 340×156px without the bottom padding. Upload it on Enfold > Theme Options > Logo, select the “Full size” before you click the “Use image as logo” button. Add this on Quick CSS to resize the header and show the full width and height of the logo:
/*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/ #header_main .container, .main_menu ul:first-child > li a{ height:156px; line-height: 156px; } .logo, .logo a, .logo a img { max-width: 340px !important; }
Please let us know if this is done then give us a link to the test page.
Best regards,
IsmaelHi!
The width will depend on the content length. Actually, you can use the rendered html of the shortcode on a Text Block. The table html should look like this:
<table class="avia-table avia-data-table" itemscope="itemscope" itemtype="http://schema.org/Table"> <tbody> <tr class=""> <td class="width_70">Content here</td> <td class="width_30">Content here</td> </tr> <tr class=""> <td class="width_70">Content here</td> <td class="width_30">Content here</td> </tr> <tr class=""> <td class="width_70">Content here/td> <td class="width_30">Content here</td> </tr> </tbody> </table>
I added the css class name width_70 and width_50. You can specify the width on Quick CSS:
.width_70 { width: 70%; } .width_30 { width: 30%; }
Cheers!
IsmaelJanuary 23, 2014 at 2:34 pm in reply to: I want to reduce white space between contents in the mainpage #213853Hi!
Please add this on Quick CSS or custom.css:
header.entry-content-header { display: block; }
Flush the cache plugin settings to see the effect.
Regards,
IsmaelHi shoottherabbit!
I can’t access the website. This message shows when I visit the link “Forbidden – Users from your country are not permitted to browse this site.”. Please remove the restrictions.
Cheers!
IsmaelHey!
I’m not so sure why but the title is being replaced with the pdf image. I placed the pdf image button below the text and the title started to show again. Let me ask Dude about this.
Cheers!
IsmaelJanuary 23, 2014 at 1:51 pm in reply to: Mega Menu that knocks down slider below on click or hover #213820Hey Jyles!
You can use the “Non-fixed header with social icons and additional navigation”. Add this on Quick CSS to move the top menu on the left and the social icons to the right:
.sub_menu { position: absolute; left: 0; } #top .social_bookmarks { position: absolute; right: 0; }
Please hire a freelance developer to modify the css styling of the header.
Regards,
IsmaelHi!
Do you want to see the actual shortcode? You can switch the Advance Layout Builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will the shortcodes below the avia builder. If you want to edit the iconbox icon, you can edit config-templatebuilder > avia-shortcodes > iconbox.php.
Cheers!
IsmaelJanuary 23, 2014 at 7:38 am in reply to: Short horizontal ruler css styling shows on some and others remain unchanged #213722Hi!
Please add this on Quick CSS:
.main_color div.hr span, .main_color div.hr { border-color: blue; }
Alter the border color.
Cheers!
IsmaelHi!
You can but it will stretch the images to an ugly proportion.
.avia-content-slider .slide-image img { max-height: 200px; width: 100%; }
Please try to use images with the same ratio or dimension. Edit or crop them first before uploading.
Cheers!
IsmaelHey kylehogan!
Switch to Advance Layout Builder then insert the Color Section. Add a background image then select “Fixed” for background position. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes/
Best regards,
IsmaelHey hughjames!
Edit config-templatebuilder > avia-shortcodes > masonry_gallery.php, find this code on line 63:
"subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),
Replace 100 with 1000 or more.
"subtype" => AviaHtmlHelper::number_array(1,1000,1, array('All'=>'-1'))),
Configure the masonry gallery then set the “Image Number” to 1000. Disable the “Pagination” option.
Regards,
IsmaelHey!
You can use this:
add_filter('avia_post_grid_query', 'avf_custom_post_grid_query'); function avf_custom_post_grid_query ( $query ) { $query['orderby'] = 'rand'; return $query; }
Best regards,
IsmaelHey!
Unfortunately, that is not possible using the Table element of the theme. You need to manually create your own table if you want to define a certain width on the table columns.
Best regards,
IsmaelHi!
Kriesi is working on the video implementation to the slider and it will be release soon enough. :)
Best regards,
IsmaelHey!
No, I don’t think it is the layerslider. There must be an unclosed tags again on those pages.
Regards,
IsmaelHi!
Can you please give us a screenshot of the issue? The first link that you gave us looks fine on mobile view: http://quirktools.com/screenfly/#u=http%3A//hermitagehills.staging.wpengine.com/new/overview/&w=320&h=568&a=37&s=1 (hosted on WPengine)
Best regards,
Ismael -
AuthorPosts