Forum Replies Created
-
AuthorPosts
-
Hi silviouk!
It is on the maintenance mode. Can you please give us a temporary login credentials? Post it here as a private reply.
Best regards,
IsmaelHi crevlon!
What headings? Can you please post a screenshot? A link to the page with the comment box and contact box will help. I don’t see any particular heading on the comment box.
Cheers!
IsmaelDecember 6, 2013 at 8:21 am in reply to: How to center buttons at the advanced layer slider? #196909Hi jacobsever!
The buttons are center aligned when I check the website.
Best regards,
IsmaelHi!
Please try to increase the left margin to see the effect:
.widget_search { margin-left: 50px; }
Cheers!
IsmaelHi Martin!
Can you please give us a link to the actual website? Did you add a plugin prior to the issue? Please deactivate all plugins, see if the issue persists.
Cheers!
IsmaelHi!
You can add the Color Section then add an id on the “For Developers: Section ID” field, for example “section-1”. Go to Appearance > Menus, create a custom link. For the URL, use the color section id but add the hash tag symbol.
URL: #section-1
Link Text: Section 1It will shift to the section-1 color section whenever you click the Section 1 menu item.
Regards,
IsmaelHey ksiarza!
Please add this on your custom.css or Quick CSS:
.size-square { min-width: 180px; width: auto; }
Regards,
IsmaelHey!
You can adjust the margin of the paragraph using this on Enfold > Styling > Quick CSS:
.entry-content p { margin: .5em 0; }
or use this to fully diminish the margin between paragraphs.
.entry-content p { margin: .1em 0; }
Cheers!
IsmaelHi!
It doesn’t show up when you didn’t add an animation on the Image element. Edit the image then look for “Image Fade in Animation”.
Best regards,
IsmaelHi Bruno!
Looks like this plugin will solve the sidebar issues: http://wordpress.org/plugins/widget-logic/
Regards,
IsmaelHey!
Please add this on your custom.css or Quick CSS:
.entry-content-wrapper.clearfix { width: 100%; }
Cheers!
IsmaelHi!
Please add this on the French Theme Options > Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .mobile_menu_tablet .main_menu { display: block; } }
I can see the mobile menu on french language. This is what I see:
Cheers!
IsmaelHi creativeyes!
1.) Add this on your custom.css or Quick CSS:
.grid-entry .inner-entry { box-shadow: none; }
2.) You can add this on your custom.css or Quick CSS:
.grid-image.avia-hover-fx { pointer-events: none; cursor: default; }
Cheers!
IsmaelHi sky19er!
You can disable the wpautop using this http://dev.wp-plugins.org/wiki/TextControl. You can disable it manually, edit config-templatebuilder > avia-shortcodes > textblock.php, find this code on line 61:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";
Replace it with:
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";
Best regards,
IsmaelHey!
I think you’re using a social plugin. What is it? We really need to see the actual page so that we can inspect it.
Best regards,
IsmaelHi!
Can you please give us a link to the website? Do you have any plugins installed? Please deactivate them first. Increase wordpress php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHi!
Please deselect the page on Enfold > Theme Options > Where do you want to display the blog? option. Create a page then insert the Blog Posts element.
Regards,
IsmaelHi!
The shortcode is disabled when using the Layer Slider. You need to add the slider using the Advance Layout Builder.
Regards,
IsmaelDecember 6, 2013 at 6:19 am in reply to: Custom background image for bottom footer behind copyright text #196875Hey!
Edit footer.php, find this code on line 93:
<footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>
Add this code below:
<div class="socket-background"></div>
Add this on Enfold > Styling > Quick CSS:
.socket-background { height: 50px; background: red; }
Replace the background with your background image.
Best regards,
IsmaelHey rsds129!
Did you edit anything on the theme files? Please add this on your custom.css or Quick CSS:
.avia_transform .avia-gallery-thumb img { opacity: 1; }
Best regards,
IsmaelHey lizybloom!
I hover over the social header icons but they’re not moving a bit. I think this is fixed. Is that right? What browser are you testing this width and what OS? It may have something to do with the screen resolution that you have but I’m not sure.
Cheers!
IsmaelHi!
Add the button shortcode then view the page or post. Inspect the button element using Chrome. The html code should look something like this:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-small avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>
You can add the nofollow attribute manually. Copy the html code then use it instead of the shortcode.
Regards,
IsmaelHi!
The layer slider responds properly on mobile devices. What’s the problem? Please check here: http://responsinator.com/?url=http%3A%2F%2Fwww.jaewoonlaw.com%2F
Please post a screenshot of the issue. Make sure that you specify a width on Global Settings > Layers Container.
Best regards,
IsmaelHey!
Yes, you can use the lite version: http://wordpress.org/plugins/wp-backgrounds-lite/
It doesn’t support a slideshow background. You can try the Flashlight theme if you want one.
Best regards,
IsmaelHi!
1.) IE8 doesn’t support media queries so it will always show the 960px width version.
2.) Please add this on your custom.css or Quick CSS:
.header-scrolled .logo { height: 58px; }
3.) IE8 doesn’t border radius, you need to this fix: http://stackoverflow.com/questions/4326363/using-css3pie-htc-for-border-radius-in-ie8
Cheers!
IsmaelHi smallwebsolutions!
Please edit header.php, find this code at the very bottom:
<?php } //end blank check ?> <div id='main'>
Below, add the font resizer code:
<?php if(function_exists('fontResizer_place')) { fontResizer_place(); } ?>
Go to Tools > Font Resizer > Basic Settings > check the ” Default setting, resize whole content in body tag (<body>All content of your site</body>) “.
Best regards,
IsmaelDecember 6, 2013 at 5:31 am in reply to: Adding "True" Blog Functionality As Part of Avia Content Element #196849Hey!
I’m not sure what’s the issue but you can create a page, do what you have to do on the top content then add the Blog Posts element beneath the main content. Set this page as home on Enfold > Frontpage Settings.
Cheers!
IsmaelDecember 6, 2013 at 5:27 am in reply to: Making navigation parent points plan text (instead of a link) #196847Hey!
Please inspect the menu item that you want then look for the menu id. Apply a pointer events or cursor property to remove the link:
#menu-item-755 a { cursor: default; pointer-events: none; }
The menu-item id 755 might be different on your installation.
Cheers!
IsmaelDecember 6, 2013 at 5:22 am in reply to: Mobile Posts have large space between logo and page title #196844Hey jaypopsu!
Did you change anything on the theme files? Please add this on custom.css or Quick CSS:
@media only screen and (max-width: 767px) { #header_main { max-height: 100px; } .mobile_active #advanced_menu_toggle { top: 50px; } .responsive .mobile_slide_out .logo { position: relative; top: 5px; } }
Remove browser cache then reload the page.
Cheers!
IsmaelDecember 6, 2013 at 5:18 am in reply to: Easy Slider funktioniert nicht mehr / doesn't work anymore #196842 -
AuthorPosts