Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
One way to remove the border is to wrap the content following the grid row on a color section, i’ve done that now.
Cheers!
JosueJune 20, 2015 at 9:47 am in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #462172Hi!
Can you post a screenshot of your view in one portfolio item? when i open one i get an empty page (not 404 though). Also, what happens if you disable WPML?
Regards,
JosueJune 20, 2015 at 4:47 am in reply to: Ajax Portfolio gives "Page not found" in languages (only for specific users) #462147Hey!
Ask him to check on another browser to discard.
Best regards,
JosueJune 20, 2015 at 1:01 am in reply to: An error occurred while updating Enfold: Could not create directory. #462134Hey!
The “Could not create directory” error is coming from WordPress and indicates that the issue is server-related, try the following:
http://publishingwithwordpress.com/how-to-solve-wordpress-could-not-create-directory/Best regards,
JosueHey!
I don’t seem to be able to edit or view the theme files with the user provided, based on the error you get i’d suggest checking if the following file exits or has contents:
/enfold/config-templatebuilder/avia-template-builder/php/tiny-button.class.phpRegards,
JosueHi!
Add this to Quick CSS:
#top .main_color h5{ color: #8a558e; font-size: 24px; font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: lighter; }Regards,
JosueHi!
Please include a link to your site.
Regards,
JosueHi!
You may need to do the conditional in header.php instead then, this line calls the whole header:
get_template_part( 'includes/helper', 'main-menu' );Regards,
JosueJune 19, 2015 at 4:08 am in reply to: sidebar at the bottom (instead of top) on the blog page! #461664Hi!
We have the latest version on our installs so in order to provide proper support we have to be in the same version, that’s why we’ll always ask that first.
Regarding this actual issue, yes that’s how it works, fullwidth elements will appear on top of the sidebar, one thing you can do is discard using a Sidebar and use Columns + Widget Areas instead.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account on the site with the issue? post it here as a private reply.
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() { $(".avia_ajax_form input.button").on('click', function(){ $("a#scroll-top-link").trigger('click'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueIt would be possible with some JavaScript to detect the height of the image and based on that adjust the section height when the window resizes, unfortunately that involves custom coding which is beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHey!
Use this plugin (it will let you set a different menu per page):
https://wordpress.org/plugins/zen-menu-logic/Cheers!
JosueHey!
I’m not sure what you mean by forwarded to be honest, i’m referring to this (this is the source of http://www.路跑.tw):
https://www.dropbox.com/s/qx3ru8e1lapgzzr/Screen%20Shot%202015-06-18%20at%2012.55.37%20AM.png?dl=0If you can’t edit this ask the person who made the forwarding.
Cheers!
JosueHm, could be something network related, if you can check under a different network and / or computer.
Best regards,
JosueHey!
Check on another browser to discard.
Cheers!
JosueJune 18, 2015 at 7:18 am in reply to: Display excerpt and read more link on archive/category/type pages #461126You are welcome, glad to help :)
Regards,
JosueHey!
Try re-setting any caching / minification you may have activated.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
body .av-special-heading.blockquote > * { width: 100%; }Cheers!
JosueThis may work for you:
https://kriesi.at/support/topic/create-a-link-to-an-open-gallery/#post-427405Regards,
JosueJune 18, 2015 at 6:34 am in reply to: Display excerpt and read more link on archive/category/type pages #461103Try adding this too:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if(($context == 'archive') || ($context == 'tag')){ $layout = 'single-small'; } return $layout; }Cheers!
JosueJune 18, 2015 at 6:26 am in reply to: Bit confused on how Enfold sizes images for the full-width parallax effect. #461100You’d need to disable parallax first, in order to get that effect the theme has to enlarge the image.
Best regards,
JosueHi!
Try installing this plugin:
https://wordpress.org/plugins/functionality/Then paste the code in Plugins > Edit Functions.
Regards,
JosueHey!
Theme Options are separated for each language, clone the Quick CSS code from the English panel to the Spanish one.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed? Also, did you update the theme recently? try doing a hard-refresh to purge cached resources.
Regards,
Josue -
AuthorPosts
