Forum Replies Created
-
AuthorPosts
-
Hey!
Duplicate and change the $output line (739) according to your needs:
$output .= "<a href='$rss' class='asc_rss $addClass'>".apply_filters('avf_social_widget',"", 'rss')."<strong class='asc_count'>".__('Subscribe','avia_framework')."</strong><span>".__('to RSS Feed','avia_framework')."</span></a>";Best regards,
JosueGlad it works, you are welcome.
No, this is expected to be included in the next update.Best regards,
JosueHey Jyles!
Try copying the contents of the template-builder.php file instead.
Cheers!
JosueJuly 31, 2014 at 11:50 pm in reply to: Change in Visual editor is not pulled into the Layout Builder #298489Hi,
Does it gets updated after Publishing/Updating the post? can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
There are some br tags at the start of the website markup. Try adding this code to the Quick CSS to hide them:
body > br { display: none !important; }Best regards,
JosueHi!
Enfold no longer uses PrettyPhoto. The new PopUp script is Magnific Popup:
http://dimsemenov.com/plugins/magnific-popup/Regards,
JosueHey Christian!
Try adding this code to the Quick CSS:
.html_header_transparency #top #wrap_all #main { padding-top: 0 !important }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
h1, h2, h3, h4, h5, h6{ text-transform: none !important; }Cheers!
JosueHey Gabe!
Please post a link to your website, you can put the access information in a private reply.
Regards,
JosueHi,
Does it happen with the default WordPress theme? have you tried disabling all third-party plugins to see if it gets fixed?
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
Refer to this topic:
https://kriesi.at/support/topic/codestyling-localization-display-several-errors/Regards,
JosueHey Cyrber!
Could you please elaborate on your issue? also, a link to your website would be helpful.
Cheers!
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueJuly 31, 2014 at 11:11 pm in reply to: Do i change the grid file in enfold or in child of enfold #298461Hey!
– To change the grid width
1. Go to this website and paste the contents of the css/grid.less file.
2. Change the values of the @maxWidth variables to the desired widths (add 100px, if you want a 900px width you should put “@maxWidthLarge:1000px”) and compile (ctrl / cmd + enter).
3. Replace the contents of css/grid.css with the generated code on the right.
– To use a grid.css file on a child theme
1. Put the modified grid.css anywhere inside your child theme folder, i’d suggest using a css folder to keep the same structure.
2. Add this code to the child theme functions.php:
function wp_change_gridcss() { if(!is_admin()){ wp_dequeue_style( 'avia-grid' ); wp_enqueue_style( 'avia-grid-child', get_stylesheet_directory_uri().'/css/grid.css', array(), '2', 'all' ); } } add_action( 'wp_enqueue_scripts', 'wp_change_gridcss', 100 );P. S. In case you don’t want to do the compiling work, here’s a 900px wide grid.css file:
https://gist.github.com/josueochoa/a543b109eb27709c1c8eBest regards,
JosueHey!
Create a Contact Form using the Magic Wand tool (in a new Page, don’t activate the layout builder) and copy the generated shortcode into a Text Widget in your sidebar.
Best regards,
JosueHey!
Please see my reply again, you need to do some modification in the js/avia.js file first.
Regards,
JosueHey!
No you don’t, technically a child theme is a ‘theme’ authored by you so there are no external updates for it (if you want to change the version of your child theme you can do it by editing the style.css file).
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Open js/avia.js and look for this lines:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Replace them by:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',Finally, set the “terms and conditions” link like this:
yourwebsite.com/terms-and-conditions?iframe=trueRegards,
JosueHi Mauro!
It looks broken to me too, make sure the theme resources are available:
http://profumo.it/en/wp-content/themes/enfold/js/shortcodes.js?ver=2Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Gabe!
To remove the search bar on tablets:
@media only screen and (max-width: 767px) { #menu-item-search{ display: none; } }Regarding moving the menu, please specify how exactly you want it to change, a screenshot/mockup would be helpful.
Cheers!
JosueHi!
Are you using the latest version of WordPress (3.9.1) / Enfold (2.9.1)?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#layer_slider_1 { max-height: 378px; }Cheers!
JosueHey!
Please review your site now.
Regards,
JosueHi Andrew,
Can you please create me an administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
