Forum Replies Created
-
AuthorPosts
-
Hi,
Unfortunately, the revision doesn’t work for the Avia Builder.
First, switch the Advance Layout Editor (ALE) to debug mode. Edit functions.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";
}
add_theme_support('avia_template_builder_custom_css');This will let you see the shortcode below the ALE. You can combine shortcodes like this:
[av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
[av_tab title='Tab 1' icon_select='no' icon='1']
Tab Content goes here
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
[/av_tab]
[/av_tab_container]The example above are buttons inside a tab element.
Regards,
Ismael
Hi,
It is a bit complicated, you might need to hire a freelance developer to do the job for you. Anyway, this plugin gives you the ability to order post types. http://wordpress.org/plugins/post-types-order/
Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Regards,
Ismael
August 5, 2013 at 12:54 am in reply to: White page with only "-1" saving or publishing a post #133097Hi,
Please add this on your custom.css or Quick CSS
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
font-size: 15px;
}
}Regards,
Ismael
Hi,
Dude’s code should work. Edit textblock.php again, remove everything then replace it with this: http://pastebin.com/vdLN1kvi
Please remove browser cache then reload the page again. Can you post the code that you’re trying to add on the text block?
Regards,
Ismael
Hi,
Yes, that might be the problem. As you can see on the screenshot, it works properly on my end. Create a test installation without your sidebar plugins then Import the dummy data. Add the css code above.
Regards,
Ismael
August 5, 2013 at 12:20 am in reply to: How Did You Create the Fade-Out Hover Effect in LayerSlider? #133062Hi,
The hover effect is decreasing the opacity of the button.
#top .avia-slideshow-button:hover {
opacity: 0.7;
}This is the default css style of the button.
#top .avia-slideshow-button {
text-transform: uppercase;
color: #fff;
border-radius: 3px;
border: 3px solid #fff;
padding: 7px 16px;
margin-top: 20px;
display: inline-block;
text-decoration: none;
font-weight: bold;
background-color: rgba(0,0,0,0.2);
}Regards,
Ismael
Hi,
There is a p tag before the content. Can you please check if you unintentionally added a line break on the editor? Please add this on your custom.css or Quick CSS.
.tabcontainer div .first {
margin-top: 0;
}Regards,
Ismael
Hi,
Kriesi removed the caption on the prettyPhoto plugin. You can add a request here to turn it back. https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
August 5, 2013 at 12:12 am in reply to: Issue with dash in url when posting with post format of type Link #133057Hi,
The post format link works fine on our end. If you Import the dummy data then check the post “This is a post with post format of type Link”, it will direct you to this forum “http://kriesi.at/” without truncating the link. Can you give us a link to the post with the Link format?
Regards,
Ismael
Hi,
You can add this on your custom.css or Quick CSS to create an indent on the menus when you have a left sidebar.
#top .widget ul.sub-menu {
padding-right: 20px;
}Regards,
Ismael
August 4, 2013 at 11:32 pm in reply to: LayerSlider – Inconsistent Result from preview to final rendering #131942Hi,
You can actually implement a new slider if you find the LayerSlider difficult to use.
http://codecanyon.net/item/showbiz-pro-responsive-teaser-wordpress-plugin/4720988
Regards,
Ismael
August 4, 2013 at 11:29 pm in reply to: How to add content elements to the Avia layout builder? #133140Hi,
First, insert a column element then add the Image, Text Block then the Button. Give the button a unique css selector, for example “new-button”. Add this on your custom.css or Quick CSS.
.new-button {
position: absolute;
top: 80px;
left: 10px;
}This will move the button on top of the image. You can do the same with the Text block element.
Regards,
Ismael
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Regards,
Ismael
Hi,
Yes, you can find the css file on js > prettyPhoto > css > prettyPhoto.css.
The prettyPhoto enhancement for Enfold can be found on css > layout.css > /*prettyphoto enhancements*/
Regards,
Ismael
Hi,
Use a right sidebar to make it look like Dude’s screenshot above.
Regards,
Ismael
Hi,
Insert the Gallery element under the Media Elements tab. Add / Edit gallery images, under each image you can add a caption. It will show as a tooltip when you hover each gallery thumbnails.
Regards,
Ismael
Hi,
First, upgrade to Enfold 1.8.4 then go to Advance Layout Editor > Media Elements > insert the Fullwidth Easy Slider.
Regards,
Ismael
Hey,
To learn more about the theme please watch these videos: https://vimeo.com/channels/aviathemes
Regards,
Ismael
Hi,
You can use imgur, dropbox, mediafire etc. Embed the image using the img tag.
<img src="IMAGE URL HERE">
I would like to inspect site but I think it is on maintenance mode.
Please view the site on different devices using this: http://responsinator.com/
Regards,
Ismael
August 2, 2013 at 9:51 am in reply to: Heading (Lobster) and body (Kameron) Google font suddenly replaced by Helvetica #132568Hi,
The support team will help you for free but we can’t make sure that we can answer all your inquiries and give you all the solutions you need. I suggest you hire a freelance developer or consult someone before buying the plugin.
Regards,
Ismael
Hi,
I tested your website and adding min-height for 800px to 1024px screen widths will keep the iconboxes aligned properly. Please add this on your custom.css or Quick CSS:
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen (min-width: 800px) and (max-width: 1024px) {
/* Add your Desktop Styles here */
.page-id-9576 .iconbox_content {
min-height: 540px;
}
}You can view the responsive view of the site here: http://responsinator.com/?url=http%3A%2F%2Fwww.corporatevideoservicesmanchester.com%2Fnew-home-latest%2F
Regards,
Ismael
-
AuthorPosts