Forum Replies Created
-
AuthorPosts
-
February 28, 2016 at 10:01 pm in reply to: PHP Fatal error: Call to undefined function get_header() #590497
It’s fine if you want to keep it that way but unfortunately there’s no way to prevent those errors to come up (note that this has nothing to do with Enfold, it will happen with any other theme that uses
get_headeror any other WP function).get_headersimply won’t work in a non-WordPress environment.Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Add this to Quick CSS:
@media only screen and (min-width: 1500px) and (max-width:1800px) { .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry { width:20% } }That will create an extra step that will show 5 columns from 1500px to 1800px width, adjust if needed.
Best regards,
JosueHey James!
Please note that we’re not going to be able to assist you if you use a third-party plugin (our scope is limited to the theme and the plugins officially supported by it). That being said, you can enable a custom CSS class field for each Enfold’s builder element, you’d just need to add the following to the theme (or child theme) functions.php:
add_theme_support(‘avia_template_builder_custom_css’);Regarding the animations you’re wanting to do, i think it would be better to work these on an enviroment like jsbin or codepen first and once you get it working there, pass it to WordPress install, it would be way easier to debug things.
Cheers!
JosueHi!
Go to Enfold Theme Options and scroll way to the bottom of the page, you’ll find this textarea, paste it there.
Best regards,
JosueFebruary 28, 2016 at 2:03 pm in reply to: Is there an easy way to replace thumbnails with a button that opens the gallery? #590408Hi!
The lightbox library included in Enfold doesn’t have this feature, you’d need to look for an alternative and disable the Enfold one – http://screencast.com/t/Y9wkfAZ3
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueFebruary 28, 2016 at 1:55 pm in reply to: PHP Fatal error: Call to undefined function get_header() #590406Hey!
That error is expected, a visitor (an user or a google crawler) shouldn’t be able to access the WP folders directly, the fix would be to create a
robots.txtfile in the root of your install and place the following in it:User-agent: * Disallow: /wp-admin Disallow: /wp-includes Disallow: /wp-content/plugins Disallow: /wp-content/cache Disallow: /wp-content/themes Disallow: /wp-includes/js Disallow: /trackback Disallow: /category/*/* Disallow: */trackback Disallow: /*?* Disallow: /*? Disallow: /*~* Disallow: /*~Best regards,
JosueRefresh a few times, here’s what i see – http://screencast.com/t/JZ160uAV
Best regards,
JosueFebruary 28, 2016 at 1:33 pm in reply to: Using Types / Toolset custom post type content with Enfold #590402Hey!
Enfold does have the capabilities to use CPT as content for most of its element (you’d need to use a third-party plugin or custom code to register them), can you be more specific on what issue are you having?
Best regards,
JosueHi!
Sorry but i’m unable to tell what’s the issue you’re having. If you want, you can write in Turkish.
Regards,
JosueCan you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Try with this code:
@media only screen and (max-width: 767px) { .responsive.html_header_top #header_main .social_bookmarks { position: absolute; top: 58px; right: 70px; } }Regards,
JosueHi!
Add the following:
#top .avia-section { max-height: initial; } #top .avia-section .container{ display: block; overflow: hidden; }Regards,
JosueHi!
Depends if you’re using a Sidebar or not, here are the ideal sizes as set in functions.php:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderCheers!
JosueHi Starkos!
1. Add the following:
@media only screen and (max-width: 767px) { .content, .sidebar{ padding-top: 25px; padding-bottom: 25px; } }2. Remove this:
@media only screen and (max-width: 767px) { section.slide-entry.flex_column { width: 45%!important; margin-right: 4%!important; }}3. Kriesi removed the scroll-to-top button in mobiles because the user can tab the status bar to go back to the top, in any case if you prefer to have the button always visible:
.responsive #scroll-top-link{ display: block; }Cheers!
JosueHey!
Go to Enfold > Blog Settings > Blog Layout and select “use the advanced layout builder to build your own blog layout”
Best regards,
JosueFebruary 28, 2016 at 3:22 am in reply to: Changing Development URLs in Enfold Advanced Framework #590335Hi!
I guess you’re referring to the
avia_frameworkpost type, can you expand on how your regex is not working with it?Also, i’d suggest you trying this plugin for future projects, it makes the development transition way easier:
https://wordpress.org/plugins/root-relative-urlsRegards,
JosueHello!
That’s certainly possible but it would require the use of a third-party plugin or a custom work, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi!
This line (style.css) seem to have hidden characters or typos:
h3 ( font-size: 40px; text-transform: uppercase; }Because of that, the rest of the file gets nullified, try removing that line and writing it again manually, make sure you’re not using an editor that could be adding unwanted characters.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1024px) { .main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;} }Cheers!
JosueHey!
Try using the following plugin:
https://wordpress.org/plugins/bwp-minify/That will reduce the number of JS/CSS resources by concatenating them in a single css/js file.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Place the code in wp-content/themes/enfold/functions.php, not in wp-includes/functions.php.
Regards,
JosueHi!
@riwas222 refer to the following:
https://kriesi.at/support/topic/removing-image-titles-on-hover/#post-275920
@laslomaloso are you referring to the demo images? after you import a demo all images should be located in wp-content/uploads.Regards,
JosueYeah, that code targets both the header and footer social bookmarks.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
It’s on each Portfolio item edit screen.
Best regards,
JosueHi!
It was caused by 4.4 responsive images, this new version of WP adds multiple version of the images via
srcsetto each image, problem is these are not loaded with https hence the error.The following plugin did the fix (in case someone else has this error):
https://pe.wordpress.org/plugins/ssl-insecure-content-fixer/Cheers!
Josue -
AuthorPosts
