Forum Replies Created
-
AuthorPosts
-
No problem, we’re always glad to help :)
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
Alef is affecting heading elements, please check the Test page i created (/test/).
Regards,
JosueJanuary 23, 2015 at 10:19 am in reply to: Create a simple latest news list with only title and date from a category #384267Hey!
If you want to go for that approach i’d suggest putting that on a Shortcode, you can generate one here:
http://generatewp.com/shortcodes/Cheers!
JosueHi!
Maybe because those pages have more complex or different content, also try disabling all third-party plugins to see if it gets fixed.
Best regards,
JosueHi!
Not sure, i’d suggest using the WordPress native video shortcode instead:
http://codex.wordpress.org/Video_ShortcodeRegards,
JosueHey!
Try adding this code to the Quick CSS:
.slide-entry .slide-image { display: none; }Cheers!
JosueJanuary 23, 2015 at 6:48 am in reply to: Use two logos: one for before scrolling; one for after #384222Hi!
It could work, depending on how you are adding the image, i’d suggest adding it to a wrapping container, like:
<div class='no-overlay'><img src='_img_url_'></div>And then the CSS:
.no-overlay .image-overlay{ display: none !important; }Regards,
JosueHey!
The wp-admin link you posted is returning a 404 error, please re-check.
Cheers!
JosueHi!
Refer to:
https://kriesi.at/support/topic/autoplay-self-hosted-videos/#post-183985Best regards,
JosueHi!
Seems to be a memory limit problem, try increasing it:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueJanuary 23, 2015 at 5:21 am in reply to: We detected that you have custom css but could not restore? #384204Hey!
The theme tries to restore the css/custom.css file but as you didn’t modify that file there is nothing to worry about, just ignore it.
Best regards,
JosueHi Yanna!
How did you update? did you change the theme folder name?
Regards,
JosueHey!
Lightbox is now working, i edited js/avia.js, it wasn’t catching your image URL because they include a “?fit=3232” at the end.
Cheers!
JosueHello,
There may be a way to do this with Wufoo Custom CSS but unfortunately this is way beyond our support scope.
Best regards,
JosueJanuary 23, 2015 at 4:30 am in reply to: Font appearing part bold part loght on IE and other explorers #384199Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
JosueJanuary 23, 2015 at 4:29 am in reply to: FullscreenSlider image/video combo set to autoRotate feature not working on IE11 #384197Hey Doug!
I couldn’t reproduce it on my end, perhaps it was because there was no video slide on it, can you re-add the video slide?
Cheers!
JosueHey!
If you haven’t modified the theme files there is nothing to worry about. Also, one thing you can do is rename your current “enfold” theme folder to something like “enfold_old” and then just drag the entire new “enfold” folder to /wp-content/themes, that way if something goes wrong you can easily revert it to its previous state.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('add_avia_builder_post_type_option'); add_theme_support('avia_template_builder_custom_post_type_grid');That will allow you to select Pages in the Portfolio Grid element.
Cheers!
JosueHi!
Yes, that’s possible. Duplicate that content inside a Color Section with a custom ID, then add this to Quick CSS:
#only_mobile{ display: none; } @media only screen and (max-width: 767px) { #only_mobile{ display: block; } }Cheers!
JosueHi,
Can you please create me a temporary FTP account? post it here as a private reply.
Regards,
JosueHey Alex!
Look for /framework/php/class-form-generator.php. Also, check this topic – https://kriesi.at/support/topic/contact-form-indicator/
Cheers!
JosueJanuary 23, 2015 at 4:12 am in reply to: How to DISABLE/REMOVE Tinymce Editor From Comment Form? #384189Hi Luigi!
I’m sorry but support for third-party plugins is beyond our scope.
Best regards,
JosueHi!
Couldn’t reproduce it on my end, have you checked it on another computer?
Best regards,
JosueJanuary 23, 2015 at 4:08 am in reply to: New menu items are shown as custom when saving the menu #384186January 23, 2015 at 4:04 am in reply to: When viewed on iPad mini menu is out of sorts, see screenshot #384185Hi,
Can you post the link to the website please?
Regards,
JosueHi,
Can you please enable lightbox or create me a WordPress administrator account (post it here as a private reply)?
Regards,
JosueYou are welcome Ignazio, glad to help :)
Regards,
JosueHi!
It’s happening because all your Pages are children of Homepage – http://screencast.com/t/wHZSyCcf
Regards,
Josue -
AuthorPosts
