Forum Replies Created
-
AuthorPosts
-
Hey,
Look for “Responsive Header Main Menu”. You can select between Slideout or Dropdown mobile menu.
Regards,
Ismael
August 13, 2013 at 3:13 am in reply to: Second link in post with Link Format gets stripped out #134857Hi,
Please increase the wordpress php memory limit, edit wp-config.php then add this code:
define('WP_MEMORY_LIMIT', '256M');
You can ask your host to do it for you.
Regards,
Ismael
Hi,
When you edit a page, click the Screen Options, enable the Avia Layout Builder.
Note: Posts doesn’t have the Advance Layout Editor.
Regards,
Ismael
Hi,
It is working properly on our end. When you add the html tags on the Iconbox editor, please work on the Text/HTML mode. This is the code use for the list.
<ul>
<li>Click here to add your own text</li>
<li>Click here to add your own text</li>
<li>Click here to add your own text</li>
</ul>Regards,
Ismael
Hi,
After you select the Transition, you can close the window then there is a blue “Save Changes” button below under “Publish”.
Regards,
Ismael
Hi,
I’m not sure if that is possible with wp. I don’t see any plugin with that kind of functionality but you can create a single post or single portfolio item for each image. User can then comment on that particular post with image. Let me tag the rest of the support team.
Regards,
Ismael
Hey,
The css issue seems to appear between 786px to 1000px screen widths. We can use Media Queries to fix that. Add this on your custom.css or Quick CSS:
@media only screen and (min-width: 786px) and (max-width: 1000px) {
.avia-icon-list .iconlist_icon {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 25px;
margin-right: 15px;
}
}Regards,
Ismael
Hi,
It should work properly on ipad or iphone. If you check here, http://responsinator.com/?url=http%3A%2F%2Fwww.naturaloutlook.com%2F the color section with the mountain image is working fine. Let me tag Kriesi and Devin to check this on an actual iOS device.
Regards,
Ismael
Hi,
You can find the code on line 305.
I really don’t see the Name and Age fields anywhere. Can you direct us to the correct page and give us a screenshot of what you’re trying to do?
Regards,
Ismael
Hi,
Which icons do you want to add background to? Iconlist? Iconbox?
Regards,
Ismael
Hi,
I tested your site using Safari on a Windows machine and it looks ok.
I’ll tag Kriesi and Devin to check this out.
Cheers,
Ismael
Hey,
Please add this on your custom.css or Quick CSS
.home #av_section_1 {
border: none !important;
}Regards,
Ismael
Hi,
Please give the logo image with a unique css selector then copy the css code on your Quick CSS or custom.css, apply it on the specified selector. Place !important if necessary.
Regards,
Ismael
Hi,
You can use this:
.header_color .sub_menu>ul>li>a {
font-size: 14px;
color: red;
}You can also change the phone number size and color with this:
.phone-info.with_nav {
font-size: 14px;
color: red;
}Regards,
Ismael
August 12, 2013 at 8:39 am in reply to: Styling > Quick CSS missing on default language (using WPML) #134240Hi,
What I’m saying is, copy the code from Quick CSS to the custom.css located on the theme’s css folder. You can edit it via FTP or your cpanel.
Regards,
Ismael
Hi,
You can’t work on the Advance Layout Editor(ALE) and the Default Editor at the same time. You need to stick on ALE if you started editing the page using it. You can switch the Layout Builder to debug mode, this way you’ll be able to see the actual shortcode while working on the Advance Layout Editor. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}Please increase the wordpress php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '256M');
Also, click Screen Options and make sure that the Avia Layout Builder is enabled.
Regards,
Ismael
August 12, 2013 at 8:26 am in reply to: How to change display, when i click 'category' widget? #134491Hi,
You need to use the <!– more –> tag to specify the excerpt or enable the Excerpt on Screen Options.
http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Ismael
Hi,
Please add this on your custom.css or Quick CSS
.widget_recent_entries li {
border: none;
}Regards,
Ismael
Hi,
Please add this at the very bottom of the functions.php file:
add_filter('avf_debugging_info', 'remove_debugging_info', $info); function remove_debugging_info($info) { $info = ''; return $info; }
Regards,
IsmaelHi,
The revision I gave you for the function-enfold.php works on my end. Please do it again, remove browser cache the reload the page.
Regards,
Ismael
Hi,
The shortcode for the Layer Slider is disabled. It is not going to work. Please use the Advance Layout Editor if you want to add the Layer Slider.
Regards,
Ismael
Hi,
Please give us a link to the bbPress forum page and the forum category tables. We’ll give you a proper css code to hide them on that specific pages.
Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/after-the-upgrade-pages-return-404-error
Or increase the php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '256M');
Regards,
Ismael
Hi,
There are certain characters/words that you need to modify or translate to make it fully compatible on another theme.
Regards,
Ismael
Hi,
There are certain css properties that are not supported on some browsers like the css transition property.
http://www.w3schools.com/css3/css3_transitions.asp
Regards,
Ismael
-
AuthorPosts