Forum Replies Created
-
AuthorPosts
-
Hey!
Could you please detail what do you mean by ‘jumpy’? here’s how i see it – http://screencast.com/t/mJMOrA7Kw
Regards,
JosueOctober 10, 2014 at 7:04 am in reply to: Easy Slider – caption title on the bottom of the image 100% width #333693Hi,
Can you post the link to the page please?
Regards,
JosueHey!
The print version of a website will always be different, the reason being that websites are not formatted for printing to Letter or A4 paper sizes but for screen resolutions.
Best regards,
JosueHey Gabe!
Can you create a mockup of what would you want to achieve in the actual website?
Best regards,
JosueOctober 10, 2014 at 6:16 am in reply to: Google Analytics Code is Duplicated by Enfold Theme #333673Hi,
Can you post the link to your website please?
Regards,
JosueHey Lauren!
The login details you posted are not working, please re-check.
Also, try setting up a test form with this plugin and check if it works.
Regards,
JosueOctober 10, 2014 at 6:13 am in reply to: Product List Filter (feature request) and Product Masonry Sort #333670Hey!
Use this plugin to alter the products order.
Regarding the product list sorting, feel free to request it here as a new feature.
Cheers!
JosueHey Lee!
Caption is showing under the thumbnails – http://screencast.com/t/0d7tq4g4UgZ
Cheers!
JosueHey Jean!
Have you tried using the Enfold built-in form? you can set a redirection there – http://screencast.com/t/IKDrQlqItT8C
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Jonathan!
The caption is showing below the image – http://screencast.com/t/iWXFGwm0
Regards,
JosueHi!
You can use a Magazine element with this settings – http://screencast.com/t/IMv7S7SojANS
Regards,
JosueHi Paul,
Try removing the “lightbox-added” class from that image.
Regards,
JosueOctober 10, 2014 at 4:21 am in reply to: How to make menu and breadcrumbs visable with layout menu right (version 3.0) #333614You are welcome, glad to help :)
Regards,
JosueOctober 10, 2014 at 4:11 am in reply to: How to make menu and breadcrumbs visable with layout menu right (version 3.0) #333606Can you paste the syntax error you are getting?
Hey!
Your CDN configuration is producing this JavaScript error in your website. This could help solve it – https://github.com/cdnjs/cdnjs/issues/1912
Cheers!
JosueOctober 10, 2014 at 2:38 am in reply to: How to make menu and breadcrumbs visable with layout menu right (version 3.0) #333594Hi Jimmy!
What error did you get exactly? try with this line instead:
if($post_id == 2){ $settings['header_position'] = 'header_left header_sidebar'; }Regards,
JosueHey Ronald-Jan!
Yes, i was referring to the Color Tabs as a general new feature (available in other elements like text block). Nevertheless, i’ll report this to Kriesi to see if this is the intended behavior (advanced styling overwriting custom color).
Cheers!
JosueHi!
Check out your homepage, excerpt is longer now. I left these two codes in your child functions.php so you can adjust both excerpts as needed:
/* Modify excerpt length (grid) */ function avf_increase_postgrid_excerpt_length() { return 140; } add_filter('avf_postgrid_excerpt_length','avf_increase_postgrid_excerpt_length', 10); /* Modify excerpt length (not grid) */ function custom_excerpt_length( $length ) { return 140; } add_filter('excerpt_length', 'custom_excerpt_length', 999 );You can also merge them into one single function:
/* Modify excerpt length (global) */ function custom_excerpt_length( $length ) { return 140; } add_filter('excerpt_length', 'custom_excerpt_length', 999 ); add_filter('avf_postgrid_excerpt_length','custom_excerpt_length', 10);Cheers!
JosueOctober 10, 2014 at 12:37 am in reply to: How to make menu and breadcrumbs visable with layout menu right (version 3.0) #333524Hey!
Try the following: open /enfold/functions-enfold.php and look for line 796:
$post_id = function_exists('avia_get_the_id') ? avia_get_the_id() : get_the_ID();Add this below:
if($post_id == 2) $settings['header_position'] = 'header_left header_sidebar';Change “2” by the ID of your about page.
Cheers!
JosueOctober 10, 2014 at 12:02 am in reply to: New Blog Layout Can't Make Featured Image Full Width #333508Hello!
That’s possible but it would require some custom work, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Alternatively you can always manually build your Posts with the Layout Builder, something like this – http://screencast.com/t/LztyvBVGD
Cheers!
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
You are welcome, glad to help :)
Regards,
JosueHey Richard!
I couldn’t really note these problems you mention, perhaps you managed to fix them?. Nevertheless, if you want to remove the background from the header meta section; add this to Quick CSS:
#header_meta { background: transparent; }Regards,
JosueOctober 9, 2014 at 11:46 pm in reply to: Single page nav menu multiple items highlighted .current-menu-item #333494Hi,
Can you please create us an administrator account (tempadmin didn’t work)? post it here as a private reply.
Regards,
JosueHi!
You can copy the whole modified avia_social_share_links class (129-244) to your child theme functions.php
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHope you manage to sort this issue :)
Regards,
JosueHey!
Try adding this:
.sub-menu a{ padding: 5px 8px !important; }Adjust as needed, first value (5px) is top & bottom padding, second value (8px) is left & right padding.
Cheers!
JosueHi!
Your header is already semi-transparent, can you create a screenshot/mockup of what would you want to achieve?
Best regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
