Forum Replies Created
-
AuthorPosts
-
Hey!
You can also check that here:
http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogCheers!
JosueHi!
In Settings > Permalink, your category base can not be the same as the
slug
of your blog page.Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
You won’t find it there, you’d need to download the whole package (including PSDs, etc).
Regards,
JosueHey!
Do it via FTP:
Your settings won’t be lost.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try with this code:
.page-id-861 .main_color { background: url("http://www.impactcrescendo.com/wp-content/uploads/17592132158_6886e3cbde_o.jpg") no-repeat top center; background-size: cover; }
Best regards,
JosueHey!
A file named
version.txt
is included in the themeforest package:2016 April 12th - Version 3.5.2 - style.css - new version number - js/avia.js - wordpress 4.5 compatibility fix - folder framework: fixed a php notice caused by a deprecated script
Best regards,
JosueApril 13, 2016 at 1:34 am in reply to: Enfold slider images and some interactive images not showing up in preview #612269Hi!
The access provided is not working.
Regards,
JosueHey!
You could add a custom message that only appears on portrait, add this at the very end of your theme / child theme functions.php file:
add_action('wp_footer', function() { ?> <div class='rotate-message'>Rotate</div> <?php });
And Quick CSS:
.rotate-message{ display: none; } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) { .rotate-message{ display: block; } }
Cheers!
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueThere’s a new update released today (3.5.2), try updating the theme and refresh a few times.
Cheers!
JosueHey!
Why are you setting a delay of 2000 after the sort is triggered?
$("html, body").delay(2000).animate({scrollTop: $('#porfolio').offset().top }, 2000);
Best regards,
JosueYeah you could try using the self-hosted method instead of YouTube.
Regards,
JosueHi!
It is working but make sure you select only the children category in each portfolio item – http://screencast.com/t/a4n0kn9E
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueShould be like:
@media only screen and (min-width: 767px) { /* YOUR CUSTOM CODE HERE */ }
Hm, where’s the WordPress install expected to be (in FTP)?
Best regards,
JosueHi!
Make sure to select the categories in the masonry popup options – http://imgur.com/aapgp9q
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1); function avia_same_category_filter($settings) { $settings['same_category'] = true; return $settings; }
Cheers!
JosueHi!
Wrap your code with this:
@media only screen and (min-width: 767px) { }
That way it will only run on desktop.
Cheers!
JosueHi!
Check it now, there were some typos in the code you pasted.
Best regards,
JosueHey!
You’d need to edit that directly in /enfold/config-templatebuilder/avia-shortcodes/iconlist.php, line 434.
$title_el = "h4";
Regards,
JosueHey!
You’d need to convert columns to links, try replacing /enfold/config-templatebuilder/avia-shortcodes/columns.php with the following:
https://gist.github.com/josueochoa/1ca3fccab73abc9974518bbbee401996That will allow you to set a Link for each column.
Best regards,
JosueHi!
Cheers!
JosueApril 10, 2016 at 1:21 am in reply to: Updated Files for theme purchased by previous web developer? #610707Hi!
You’d need to do the second indeed, we’re do not distribute the theme ourselves.
Best regards,
JosueApril 10, 2016 at 12:50 am in reply to: @all: Author Box for ENFOLD – feel free to use my code modifications #610705Hey Chris!
Thanks for your contribution.
Cheers!
JosueHi,
We’d need to see the site live in order to diagnose the problem.
Regards,
Josue -
AuthorPosts