Forum Replies Created
-
AuthorPosts
-
Hi!
Add this line to your wp-config.php file:
define('CONCATENATE_SCRIPTS', false);Regards,
JosueHi,
The grid is being built by this code:
<?php $grid = new avia_post_grid(array( 'linking' => 'ajax', 'columns' => '3', 'contents' => 'excerpt', 'sort' => 'no', 'paginate' => 'yes', 'set_breadcrumb' => false, )); $grid->use_global_query(); echo $grid->html(); ?>What’s the layout you want to achieve?
Cheers!
JosueThe parent theme only will suffice.
Best regards,
JosueHm, at this point i think it would be better to re-install the theme via FTP as it seems there are many files outdated.
Regards,
JosueHi!
Check it now, i’ve changed the Columns setting here – http://screencast.com/t/mBZjJriI
Cheers!
JosueHi!
Check it now, for some reason the
/config-templatebuilder/avia-template-builder/config/meta.phpfile contained outdated code, i’ve updated it manually and now Products have ALB available.Regards,
JosueOK, i’ll look into it.
Cheers!
JosueHave you checked it on another computer? do you have any Ad-blocker addons on your browser?
Regards,
Josue@Lippei, i just logged in to your installation and ALB was working as expected.
@chembro303, can you please create us a WordPress administrator account? post it here as a private reply.Regards,
JosueHey!
What happens if you activate the parent theme?
Cheers!
JosueHey!
That won’t work, HTML content will be stripped. If you want to have your caption to be an h1 instead of an h2 you’d need to edit /enfold/config-templatebuilder/avia-shortcodes/slideshow.php, change line 788:
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";To:
if(trim($title) != "") $title = "<h1 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";Best regards,
JosueApril 22, 2015 at 3:05 am in reply to: Images don't resize well in IE9, likely related to responsive design #432499Hi,
I understand that your clients are concerned but to be honest, that’s not an actual issue, resizing desktop IE to less than 767px it’s like provoking a problem that shouldn’t be there because no one uses IE like that, if you see something odd on IE desktop resolutions (1024×768 and more) let us know.
Best regards,
JosueHi!
What you want is to merge “Upcoming Events” into “New On The Blog”?
Best regards,
JosueHi,
We’d need to see the backend settings, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Re-download the theme from Themeforest and do some file comparisons, if you could provide a list of the files modified we can assist you on creating a child theme.
Cheers!
JosueApril 21, 2015 at 11:17 pm in reply to: Enfold: Using CPT wanting to show related (tag) content #432443Hi,
Can you please create us a WordPress administrator account? post it here as a private reply (FTP access would be helpful too in case a fatal error occurs).
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $("[name='update_cart']").after($(".wc-proceed-to-checkout")); }); })(jQuery); </script> <?php } add_action('woocommerce_after_cart_table', 'add_custom_script');And add this to Quick CSS:
#top .woocommerce-cart .actions .wc-proceed-to-checkout { float: right; } #top .woocommerce-cart .actions .button[name="update_cart"] { float: none; }Regards,
JosueClosed, follow-up:
https://kriesi.at/support/topic/moving-the-checkout-button-on-cart-page/April 21, 2015 at 9:52 pm in reply to: How to prevent Custom Post Type from being treated like Blog Post #432404Hi Brendon!
You’d need to create a
single-courses.phptemplate file so you can have full control over the structure of the single view of a Course, you can use the contents of Enfoldsingle.phpas a model.Cheers!
JosueApril 21, 2015 at 9:46 pm in reply to: Images don't resize well in IE9, likely related to responsive design #432397Hi!
I doubt many people would use Internet Explorer that way, have you checked it on an actual mobile device? you should know that a resized window doesn’t reflect the real mobile appearance.
Cheers!
JosueApril 21, 2015 at 8:54 pm in reply to: questions regarding socket, changing fonts, testimonial element #432375Hi!
What’s the URL to log-in? wp-login.php/wp-admin doesn’t seem to work.
Cheers!
JosueHi,
Check it now, i ended up using a color section to act as a separator.
Regards,
JosueHi @dennsen,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHm, if you put something like
console.log('some');Do you see anything in the console when opening a lightbox?
Regards,
JosueHmm ya veo, la verdad que no me sale la ventana en las paginas que me enlazas pero tal vez este plugin te sirva:
https://wordpress.org/plugins/content-warning-v2/Saludos,
JosueHi,
Glad it worked, i’d suggest trying to implement it on the child theme to avoid losing it when updating.
Cheers!
JosueHey!
That space seems to be an additional ColorSection with a separator element inside of it. Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
You can simply link the image to the video URL, if it’s a non-shortened YouTube one it will be lightboxed automatically.
Cheers!
JosueHi David!
The theme activates the lightbox script automatically on all links containing .jpg, .png, etc, the thing is, Dropbox only allows the content to be viewed on their site, hence the error.
I’ll let Kriesi know about this issue, in the meantime, try the following: open js/avia.js and look for:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',Replace it by:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*=dropbox.com]',That will exclude Dropbox links from being lightboxed.
Cheers!
JosueHey!
On what version of IE are you experiencing this? can you post a screenshot of your view?
Best regards,
Josue -
AuthorPosts
