Forum Replies Created
-
AuthorPosts
-
Hey!
How are you? I hope you’re doing well today.
Can you please give us a link to the website? Do you have a cache plugin?
Best regards,
IsmaelHey!
Thank you for the question. I hope all is well with you today.
I edited the “Homepage Dev” page and it’s not giving me any error. I added a Text Block below just to test it, updated the page, no errors. Maybe the error has something to do with the plugin “Adminimize” which is now deactivated when I checked the site.
Best regards,
IsmaelHi!
How are you? I hope you’re doing well today.
Please edit the slides on the Fullwidth Easy Slider then choose the frame captioned on “Caption Positioning” option.
Regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
You can actual change the width of the items but it will break the inner layout. Add this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 767px) { .responsive .av-masonry-gallery .av-masonry-entry { width: 24%; } }Regards,
IsmaelHi derek62!
Thank you for using the theme. I hope you’re doing great.
Looks like you can do that using the “Content Slider”. Link it manually to a page with Blog Posts element configured to show a specific category. If you want to do the same exact thing, please hire a freelance developer to help you. For further customization, please visit Werkpress.
Regards,
IsmaelHi!
Try to copy the “nmofactory_helper.html” inside the theme’s folder. Is this script present in your installation? http://webcliente.inmofactory.com/scripts/jsiframe2014.js
Please use this instead:
<script type="text/javascript" language="javascript" src="http://webcliente.inmofactory.com/scripts/jsiframe2014.js" ></script> <script language="javascript" type="text/javascript"> parametros.componente = "Buscador"; parametros.idpublicacion = "NNNN"; new Ib2c(parametros); </script> </body> </html>Please contact the author of the code, ask him for any insights. Honestly, this is beyond the scope of support so you should probably hire a freelance developer to help you.
Cheers!
IsmaelHi!
How are you? I hope you’re doing well today.
I checked the website but it gives me a 503 Service error. The 2.6 version is available. Please update the theme, maybe it’ll fix the issue you’re having right now.
Best regards,
IsmaelMarch 11, 2014 at 3:04 pm in reply to: Really like the 2.6 header builder options! How to change title on social icons? #235503Hi ttem!
Thank you for the question. I hope all is well with you today.
You can change the title on the same file that you edited.
Best regards,
IsmaelHey Michael!
Thank you for using the theme. I hope you’re doing great.
Actually, the 2.3 update added support for the Revolution Slideshow Plugin. If you have purchased and activated the slider, the theme will add a template builder element for easier usage. Kriesi can answer this better. Please wait for his response.
Cheers!
IsmaelHey koelnermusikakademie!
How are you? I hope you’re doing well today.
You forget the link to the website. Please post it again.
Best regards,
IsmaelMarch 10, 2014 at 2:37 pm in reply to: Remove border from grid-content block mobile (iOS Safari) #234714Hi!
I can’t check this on an iOS device. I’ll ask Josue and Devin to check this. Please wait for their response. I haven’t heard of the same issue from other users.
Best regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
Please try to add this at the very bottom of custom.css or Quick CSS:
.container { width: 1030px\9; }If it doesn’t work. Please use this: http://pastebin.com/tXEvsdQq
Adjust the width if necessary.
Regards,
IsmaelHey Simon!
What font are you trying to use? You can only add google fonts to the Enfold > Style > fonts dropdown. Add this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800'; return $fonts; }Change the Source Sans Pro font with the font you’re trying to use. If you want to use fonts other than google fonts, please search google for font face integration.
http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp
Cheers!
IsmaelHi aparteDenmark!
Thank you for using the theme. I hope you’re doing great.
I checked the website and the phone number is still there. Please remove browser cache then reload the page.
Best regards,
IsmaelMarch 10, 2014 at 2:22 pm in reply to: Google Maps as background (interactive / no image) in color segment #234704Hi WANTED1403!
Thank you for the question. I hope all is well with you today.
Please use this plugin to be able to add php code inside the Text Blocks: http://wordpress.org/plugins/insert-php/
For further customization, please visit Werkpress.
Best regards,
IsmaelHey Sven!
Thank you for using the theme. I hope you’re doing great.
I’ll ask Kriesi. Please wait for his response.
Best regards,
IsmaelHi!
Please try this one:
.page-id-4719 ul.disc, .page-id-4719 .entry-content-wrapper ul { list-style: none outside !important; }Cheers!
IsmaelHi marvalarc!
How are you? I hope you’re doing well today.
You should probably add them on footer.php. Find this code at the very bottom:
</body> </html>Add the code above.
<script type=”text/javascript” language=”javascript” src=”http://webcliente.inmofactory.com/scripts/jsiframe2014.js” ></script> <script language=”javascript” type=”text/javascript”> parametros.componente = “Buscador”; parametros.idpublicacion = “NNNN”; new Ib2c(parametros); </script> </body> </html>Cheers!
IsmaelHi hareljann!
Thank you for using the theme. I hope you’re doing great.
The current version is Version: 4.6.5 and there is no plan of upgrading it yet. You can use the updated version as a standalone plugin but you need to deactivate the default layerslider. Add this on functions.php:
add_theme_support( ‘deactivate_layerslider’ );Best regards,
IsmaelMarch 10, 2014 at 2:11 pm in reply to: Mouse over product show filename in stead of ALT tekst #234695Hi!
You can edit js > avia.js to prevent the title from showing. Find this code on line 5:
$(document).ready(function() { var aviabodyclasses = AviaBrowserDetection('html');Add this code below:
$('#top .product div.images img').attr('title', '');Regards,
IsmaelMarch 10, 2014 at 2:05 pm in reply to: Change safely breadcrumbs without changing anything in future updates #234692Hey Soapmarine!
Thank you for using the theme. I hope you’re doing great.
Please add this on functions.php:
add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 1); function avf_change_portfolio_sort_first_label($first_item_name) { $first_item_name = __('Todo','avia_framework' ); return $first_item_name; }Best regards,
IsmaelHi pako69!
How are you? I hope you’re doing well today.
The theme is using shortcodes to build a page, template-builder.php is merely a wrapper to hold the shortcode. You can edit the shortcodes on config-templatebuilder > avia-shortcodes folder. Add this on the child theme’s functions.php:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }You can create a “shortcodes” folder inside the child theme’s folder then place the shortcodes file inside.
Best regards,
IsmaelHey stacyr311!
How are you? I hope you’re doing well today.
Please add this below:
@media only screen and (max-width: 480px) { .responsive .logo img { margin: 0; max-width: 100%; } }Cheers!
IsmaelMarch 10, 2014 at 1:56 pm in reply to: Mega menu breaks when editing – all pages show up in menu now #234684Hey Kathy!
Thank you for using the theme. I hope you’re doing great.
That is weird. Can you please give us a link to the actual page? I can’t reproduce it on my end. Did you add any plugins prior to the issue?
Best regards,
IsmaelHey fgrippe!
How are you? I hope you’re doing well today.
The shortcode for the actual social icons does not exist but there is a shortcode to generate the font icon of the social icons. Go to a post or page then use the insert shortcode wand. Insert the Icon elements inside the Contents element panel.
Best regards,
IsmaelHi mattmorse!
Thank you for using the theme. I hope you’re doing great.
Please try this on Quick CSS or custom.css:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { font: 13px "Marcellus", serif; }Did you add the google font using Google Font filter on functions.php?
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Marcellus'] = 'Marcellus'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Marcellus'] = 'Marcellus'; return $fonts; }Best regards,
IsmaelHi!
How did you set up the page? We really need to see the actual website so that we can inspect it. You can create a separate color separation below the content then place the ocean background on it.
Best regards,
Ismael -
AuthorPosts
